CRAN Package Check Results for Package processx

Last updated on 2024-06-07 00:54:06 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.8.4 13.23 83.03 96.26 OK
r-devel-linux-x86_64-debian-gcc 3.8.4 9.24 62.67 71.91 ERROR
r-devel-linux-x86_64-fedora-clang 3.8.4 113.58 OK
r-devel-linux-x86_64-fedora-gcc 3.8.4 109.73 OK
r-devel-windows-x86_64 3.8.4 43.00 99.00 142.00 OK
r-patched-linux-x86_64 3.8.4 13.00 77.18 90.18 OK
r-release-linux-x86_64 3.8.4 11.92 78.96 90.88 OK
r-release-macos-arm64 3.8.4 57.00 OK
r-release-macos-x86_64 3.8.4 75.00 OK
r-release-windows-x86_64 3.8.4 44.00 105.00 149.00 OK
r-oldrel-macos-arm64 3.8.4 62.00 OK
r-oldrel-macos-x86_64 3.8.4 109.00 OK
r-oldrel-windows-x86_64 3.8.4 51.00 113.00 164.00 OK

Check Details

Version: 3.8.4
Check: tests
Result: ERROR Running ‘testthat.R’ [35s/147s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(processx) > > test_check("processx", reporter = "summary") assertions: ........................................................................................................................................................................ chr-io: ........... cleanup: .. client-lib: ............................................................ connections: .................. env: ... err-output: SSSSSSS errors: ..........S extra-connections: SSS fifo: SSSS io: ..................S.......... kill-tree: SSSSSSS poll-connections: ......... poll-curl: SSS poll-stress: S poll: ................ poll2: ...................................................................................................... poll3: ......... print: .. process: ..........stdout:] stderr:] 1 ps-methods: .............. pty: SSSS run: ......................................................................S........... set-std: ....................2....... sigchld: SSSSSSSS standalone-errors: .................................................................................S...S...SSSSSS....S..S stdin: SSSSSS stress: SSS unix-sockets: SSSSSSSSSS utf8: SSSSS utils: SS.......................................... wait: S.......S ══ Skipped ═════════════════════════════════════════════════════════════════════ 1. simple error ('test-err-output.R:8:3') - Reason: On CRAN 2. simple error with cli ('test-err-output.R:25:3') - Reason: On CRAN 3. simple error with cli and colors ('test-err-output.R:44:3') - Reason: On CRAN 4. chain_error ('test-err-output.R:78:3') - Reason: On CRAN 5. chain_error with stop() ('test-err-output.R:124:3') - Reason: On CRAN 6. chain_error with rlang::abort() ('test-err-output.R:157:3') - Reason: On CRAN 7. full parent error is printed in non-interactive mode ('test-err-output.R:178:3') - Reason: On CRAN 8. output from error ('test-errors.R:71:3') - Reason: On CRAN 9. writing to extra connection ('test-extra-connections.R:4:3') - Reason: On CRAN 10. reading from extra connection ('test-extra-connections.R:28:3') - Reason: On CRAN 11. reading and writing to extra connection ('test-extra-connections.R:57:3') - Reason: On CRAN 12. read end first ('test-fifo.R:3:3') - Reason: On CRAN 13. write end first ('test-fifo.R:49:3') - Reason: On CRAN 14. write end first 2 ('test-fifo.R:96:3') - Reason: On CRAN 15. errors ('test-fifo.R:130:3') - Reason: On CRAN 16. readChar on IO, windows ('test-io.R:133:3') - Reason: only run it on windows 17. tree ids are inherited ('test-kill-tree.R:3:3') - Reason: On CRAN 18. tree ids are inherited if env is specified ('test-kill-tree.R:33:3') - Reason: On CRAN 19. kill_tree ('test-kill-tree.R:65:3') - Reason: On CRAN 20. kill_tree with children ('test-kill-tree.R:83:3') - Reason: On CRAN 21. kill_tree and orphaned children ('test-kill-tree.R:112:3') - Reason: On CRAN 22. cleanup_tree option ('test-kill-tree.R:148:3') - Reason: On CRAN 23. cleanup_tree stress test ('test-kill-tree.R:168:3') - Reason: On CRAN 24. curl fds ('test-poll-curl.R:3:3') - Reason: On CRAN 25. curl fds before others ('test-poll-curl.R:52:3') - Reason: On CRAN 26. process fd before curl fd ('test-poll-curl.R:83:3') - Reason: On CRAN 27. many processes ('test-poll-stress.R:3:3') - Reason: On CRAN 28. fails in windows ('test-pty.R:3:3') - Reason: only run it on windows 29. pty works ('test-pty.R:11:3') - Reason: On CRAN 30. pty echo ('test-pty.R:31:3') - Reason: On CRAN 31. read_output_lines() fails for pty ('test-pty.R:57:3') - Reason: On CRAN 32. condition on interrupt ('test-run.R:99:3') - Reason: On CRAN 33. is_alive() ('test-sigchld.R:4:3') - Reason: On CRAN 34. finalizer ('test-sigchld.R:32:3') - Reason: On CRAN 35. get_exit_status ('test-sigchld.R:58:3') - Reason: On CRAN 36. signal ('test-sigchld.R:84:3') - Reason: On CRAN 37. kill ('test-sigchld.R:117:3') - Reason: On CRAN 38. SIGCHLD handler ('test-sigchld.R:147:3') - Reason: On CRAN 39. Notify old signal handler ('test-sigchld.R:180:3') - Reason: On CRAN 40. it is ok if parallel has no active cluster ('test-sigchld.R:218:3') - Reason: On CRAN 41. un-caught condition has trace ('test-standalone-errors.R:81:3') - Reason: On CRAN 42. errors from subprocess ('test-standalone-errors.R:128:3') - Reason: only with callr 3.7.0 43. error trace from subprocess ('test-standalone-errors.R:148:3') - Reason: On CRAN 44. error trace from subprocess ('test-standalone-errors.R:185:3') - Reason: On CRAN 45. error trace from throw() in subprocess ('test-standalone-errors.R:216:3') - Reason: On CRAN 46. error trace from throw() in subprocess ('test-standalone-errors.R:253:3') - Reason: On CRAN 47. trace is not overwritten ('test-standalone-errors.R:284:3') - Reason: On CRAN 48. error is printed on error ('test-standalone-errors.R:294:3') - Reason: On CRAN 49. can pass frame as error call in `new_error()` ('test-standalone-errors.R:364:3') - Reason: On CRAN 50. can pass frame as error call in `throw()` ('test-standalone-errors.R:380:3') - Reason: On CRAN 51. stdin ('test-stdin.R:4:3') - Reason: On CRAN 52. stdin & stdout ('test-stdin.R:26:3') - Reason: On CRAN 53. stdin buffer full ('test-stdin.R:48:3') - Reason: On CRAN 54. file as stdin ('test-stdin.R:64:3') - Reason: On CRAN 55. large file as stdin ('test-stdin.R:83:3') - Reason: On CRAN 56. writing raw ('test-stdin.R:101:3') - Reason: On CRAN 57. can start 100 processes quickly ('test-stress.R:3:3') - Reason: On CRAN 58. run() a lot of times, with small timeouts ('test-stress.R:10:3') - Reason: On CRAN 59. run() and kill while polling ('test-stress.R:25:3') - Reason: On CRAN 60. CRUD ('test-unix-sockets.R:3:3') - Reason: On CRAN 61. client can read / write before accept ('test-unix-sockets.R:63:3') - Reason: On CRAN 62. poll returns connect ('test-unix-sockets.R:84:3') - Reason: On CRAN 63. poll returns connect even if pipes are connected ('test-unix-sockets.R:100:3') - Reason: On CRAN 64. reading unaccepted server socket is error ('test-unix-sockets.R:116:3') - Reason: On CRAN 65. writing unaccepted server socket is error ('test-unix-sockets.R:137:3') - Reason: On CRAN 66. here is no extra ready for poll(), without data ('test-unix-sockets.R:158:3') - Reason: On CRAN 67. closing the other end finishes `poll()`, on macOS ('test-unix-sockets.R:182:3') - Reason: On CRAN 68. errors ('test-unix-sockets.R:224:3') - Reason: On CRAN 69. unix-sockets.h ('test-unix-sockets.R:240:3') - Reason: On CRAN 70. UTF-8 executable name ('test-utf8.R:3:3') - Reason: On CRAN 71. UTF-8 directory name ('test-utf8.R:18:3') - Reason: On CRAN 72. native program name is converted to UTF-8 ('test-utf8.R:44:3') - Reason: only run it on windows 73. UTF-8 in stdout ('test-utf8.R:56:3') - Reason: On CRAN 74. UTF-8 in stderr ('test-utf8.R:64:3') - Reason: On CRAN 75. full_path gives correct values ('test-utils.R:4:3') - Reason: On CRAN 76. full_path gives correct values, windows ('test-utils.R:40:3') - Reason: only run it on windows 77. no deadlock when no stdout + wait ('test-wait.R:4:3') - Reason: failure would freeze 78. no fd leak on unix ('test-wait.R:48:3') - Reason: On CRAN ══ Failed ══════════════════════════════════════════════════════════════════════ ── 1. Error ('test-process.R:88:3'): R process is installed with a SIGTERM clean <rlib_error_3_0/rlib_error/error/condition> Error in `"rs_init(self, private, super, options, wait, wait_timeout)"`: ! Could not start R session, timed out Backtrace: ▆ 1. └─callr::r_session$new() at test-process.R:88:3 2. └─callr (local) initialize(...) 3. └─callr:::rs_init(self, private, super, options, wait, wait_timeout) 4. └─throw(new_error("Could not start R session, timed out")) ── 2. Failure ('test-set-std.R:151:3'): set stdout and save the old fd ───────── p$kill() is not FALSE `actual`: TRUE `expected`: FALSE ══ DONE ════════════════════════════════════════════════════════════════════════ Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc