Last updated on 2024-12-03 07:52:30 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.8.4 | 10.68 | 63.78 | 74.46 | OK | |
r-devel-linux-x86_64-debian-gcc | 3.8.4 | 7.01 | 51.89 | 58.90 | OK | |
r-devel-linux-x86_64-fedora-clang | 3.8.4 | 115.02 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 3.8.4 | 112.15 | OK | |||
r-devel-windows-x86_64 | 3.8.4 | 42.00 | 117.00 | 159.00 | OK | |
r-patched-linux-x86_64 | 3.8.4 | 10.34 | 60.49 | 70.83 | OK | |
r-release-linux-x86_64 | 3.8.4 | 9.73 | 61.28 | 71.01 | 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 | 47.00 | 115.00 | 162.00 | ERROR | |
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 | 48.00 | 121.00 | 169.00 | OK |
Version: 3.8.4
Check: tests
Result: ERROR
Running 'testthat.R' [57s]
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: ............S..................................................
poll3: .........
print: ..
process: ..........S
ps-methods: ..........12..
pty: .SSS
run: ......................................................................S...........
set-std: ............................
sigchld: SSSSSSSS
standalone-errors: .................................................................................S...S...SSSSSS....S..S
stdin: SSSSSS
stress: SSS
unix-sockets: SSSSSSSSSS
utf8: SSSSS
utils: S...................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, unix ('test-io.R:116:3') - Reason: only run it on unix
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. polling and buffering ('test-poll2.R:105:3') - Reason: On Windows
29. R process is installed with a SIGTERM cleanup handler ('test-process.R:76:3') - Reason: On Windows
30. pty works ('test-pty.R:9:3') - Reason: only run it on unix
31. pty echo ('test-pty.R:29:3') - Reason: only run it on unix
32. read_output_lines() fails for pty ('test-pty.R:55:3') - Reason: only run it on unix
33. condition on interrupt ('test-run.R:99:3') - Reason: On CRAN
34. is_alive() ('test-sigchld.R:3:3') - Reason: only run it on unix
35. finalizer ('test-sigchld.R:31:3') - Reason: only run it on unix
36. get_exit_status ('test-sigchld.R:57:3') - Reason: only run it on unix
37. signal ('test-sigchld.R:83:3') - Reason: only run it on unix
38. kill ('test-sigchld.R:116:3') - Reason: only run it on unix
39. SIGCHLD handler ('test-sigchld.R:146:3') - Reason: only run it on unix
40. Notify old signal handler ('test-sigchld.R:180:3') - Reason: On CRAN
41. it is ok if parallel has no active cluster ('test-sigchld.R:218:3') - Reason: On CRAN
42. un-caught condition has trace ('test-standalone-errors.R:81:3') - Reason: On CRAN
43. errors from subprocess ('test-standalone-errors.R:128:3') - Reason: only with callr 3.7.0
44. error trace from subprocess ('test-standalone-errors.R:148:3') - Reason: On CRAN
45. error trace from subprocess ('test-standalone-errors.R:185:3') - Reason: On CRAN
46. error trace from throw() in subprocess ('test-standalone-errors.R:216:3') - Reason: On CRAN
47. error trace from throw() in subprocess ('test-standalone-errors.R:253:3') - Reason: On CRAN
48. trace is not overwritten ('test-standalone-errors.R:284:3') - Reason: On CRAN
49. error is printed on error ('test-standalone-errors.R:294:3') - Reason: On CRAN
50. can pass frame as error call in `new_error()` ('test-standalone-errors.R:364:3') - Reason: On CRAN
51. can pass frame as error call in `throw()` ('test-standalone-errors.R:380:3') - Reason: On CRAN
52. stdin ('test-stdin.R:4:3') - Reason: On CRAN
53. stdin & stdout ('test-stdin.R:26:3') - Reason: On CRAN
54. stdin buffer full ('test-stdin.R:48:3') - Reason: On CRAN
55. file as stdin ('test-stdin.R:64:3') - Reason: On CRAN
56. large file as stdin ('test-stdin.R:83:3') - Reason: On CRAN
57. writing raw ('test-stdin.R:101:3') - Reason: On CRAN
58. can start 100 processes quickly ('test-stress.R:3:3') - Reason: On CRAN
59. run() a lot of times, with small timeouts ('test-stress.R:10:3') - Reason: On CRAN
60. run() and kill while polling ('test-stress.R:25:3') - Reason: On CRAN
61. CRUD ('test-unix-sockets.R:3:3') - Reason: On CRAN
62. client can read / write before accept ('test-unix-sockets.R:63:3') - Reason: On CRAN
63. poll returns connect ('test-unix-sockets.R:84:3') - Reason: On CRAN
64. poll returns connect even if pipes are connected ('test-unix-sockets.R:100:3') - Reason: On CRAN
65. reading unaccepted server socket is error ('test-unix-sockets.R:116:3') - Reason: On CRAN
66. writing unaccepted server socket is error ('test-unix-sockets.R:137:3') - Reason: On CRAN
67. here is no extra ready for poll(), without data ('test-unix-sockets.R:158:3') - Reason: On CRAN
68. closing the other end finishes `poll()`, on macOS ('test-unix-sockets.R:182:3') - Reason: On CRAN
69. errors ('test-unix-sockets.R:224:3') - Reason: On CRAN
70. unix-sockets.h ('test-unix-sockets.R:240:3') - Reason: On CRAN
71. UTF-8 executable name ('test-utf8.R:3:3') - Reason: On CRAN
72. UTF-8 directory name ('test-utf8.R:18:3') - Reason: On CRAN
73. native program name is converted to UTF-8 ('test-utf8.R:45:3') - Reason: Needs latin1 locale
74. UTF-8 in stdout ('test-utf8.R:56:3') - Reason: On CRAN
75. UTF-8 in stderr ('test-utf8.R:64:3') - Reason: On CRAN
76. full_path gives correct values ('test-utils.R:4:3') - Reason: On CRAN
77. full_path gives correct values, unix ('test-utils.R:71:3') - Reason: only run it on unix
78. do_echo_cmd ('test-utils.R:79:3') - Reason: only run it on unix
79. no deadlock when no stdout + wait ('test-wait.R:4:3') - Reason: failure would freeze
80. no fd leak on unix ('test-wait.R:48:3') - Reason: On CRAN
══ Failed ══════════════════════════════════════════════════════════════════════
── 1. Failure ('test-ps-methods.R:25:3'): ps methods ───────────────────────────
Sys.time() < deadline is not TRUE
`actual`: FALSE
`expected`: TRUE
── 2. Failure ('test-ps-methods.R:26:3'): ps methods ───────────────────────────
p$get_status() (`actual`) not equal to "stopped" (`expected`).
`actual`: "running"
`expected`: "stopped"
══ DONE ════════════════════════════════════════════════════════════════════════
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64