CRAN Package Check Results for Package ps

Last updated on 2024-05-04 18:53:42 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.7.6 9.76 56.97 66.73 OK
r-devel-linux-x86_64-debian-gcc 1.7.6 7.04 42.89 49.93 OK
r-devel-linux-x86_64-fedora-clang 1.7.6 84.63 OK
r-devel-linux-x86_64-fedora-gcc 1.7.6 82.56 OK
r-devel-windows-x86_64 1.7.6 48.00 193.00 241.00 ERROR
r-patched-linux-x86_64 1.7.6 10.28 53.30 63.58 OK
r-release-linux-x86_64 1.7.6 10.71 52.90 63.61 OK
r-release-macos-arm64 1.7.6 34.00 OK
r-release-windows-x86_64 1.7.6 43.00 173.00 216.00 OK
r-oldrel-macos-arm64 1.7.6 58.00 OK
r-oldrel-macos-x86_64 1.7.6 115.00 OK
r-oldrel-windows-x86_64 1.7.6 44.00 152.00 196.00 OK

Check Details

Version: 1.7.6
Check: tests
Result: ERROR Running 'testthat.R' [130s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(ps) > > if (ps::ps_is_supported() && Sys.getenv("R_COVR", "") != "true" && + Sys.getenv("NOT_CRAN") != "" ) { + reporter <- ps::CleanupReporter(testthat::SummaryReporter)$new() + } else { + reporter <- "summary" + } > > if (ps_is_supported()) test_check("ps", reporter = reporter) cleanup-reporter: .......................................................SSS common: .........................................1............SSSSS connections: ....SSSSSSSSSS finished: S kill-tree: ....SSSSSSS linux: macos: pid-reuse: .............................................................. posix-zombie: posix: ps: S system: .................. utils: ................ windows: .......... winver: ...... ══ Skipped ═════════════════════════════════════════════════════════════════════ 1. Network cleanup, test, fail ('test-cleanup-reporter.R:348:3') - Reason: On CRAN 2. Network cleanup, unit: testsuite ('test-cleanup-reporter.R:371:3') - Reason: On CRAN 3. Network connections already open are ignored ('test-cleanup-reporter.R:399:3') - Reason: On CRAN 4. children ('test-common.R:236:3') - Reason: On CRAN 5. num_fds ('test-common.R:265:3') - Reason: On CRAN 6. open_files ('test-common.R:281:3') - Reason: On CRAN 7. interrupt ('test-common.R:298:3') - Reason: On CRAN 8. cpu affinity ('test-common.R:315:3') - Reason: On CRAN 9. UNIX sockets ('test-connections.R:20:3') - Reason: No UNIX sockets 10. UNIX sockets with path ('test-connections.R:42:3') - Reason: No UNIX sockets 11. TCP ('test-connections.R:67:3') - Reason: On CRAN 12. TCP on loopback ('test-connections.R:87:3') - Reason: socat is not available 13. UDP ('test-connections.R:121:3') - Reason: On CRAN 14. UDP on loopback ('test-connections.R:147:3') - Reason: socat is not available 15. TCP6 ('test-connections.R:179:3') - Reason: socat is not available 16. TCP6 on loopback ('test-connections.R:200:3') - Reason: socat is not available 17. UDP6 ('test-connections.R:238:3') - Reason: Needs working IPv6 connection 18. UDP6 on loopback ('test-connections.R:263:3') - Reason: socat is not available 19. process already finished ('test-finished.R:3:3') - Reason: On CRAN 20. kill_tree ('test-kill-tree.R:12:3') - Reason: On CRAN 21. kill_tree, grandchild ('test-kill-tree.R:59:3') - Reason: On CRAN 22. kill_tree, orphaned grandchild ('test-kill-tree.R:127:3') - Reason: On CRAN 23. with_process_cleanup ('test-kill-tree.R:155:3') - Reason: On CRAN 24. find_tree ('test-kill-tree.R:182:3') - Reason: On CRAN 25. find_tree, grandchild ('test-kill-tree.R:207:3') - Reason: On CRAN 26. find_tree, orphaned grandchild ('test-kill-tree.R:255:3') - Reason: On CRAN 27. issue #129 ('test-ps.R:2:1') - Reason: empty test ══ Failed ══════════════════════════════════════════════════════════════════════ ── 1. Failure ('test-common.R:184:3'): num_threads ───────────────────────────── ps_num_threads(ps) (`actual`) not equal to 1 (`expected`). `actual`: 2 `expected`: 1 ══ DONE ════════════════════════════════════════════════════════════════════════ Error: Test failures Execution halted Flavor: r-devel-windows-x86_64