R Under development (unstable) (2024-01-17 r85813 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > 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: ......................................................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 ══ DONE ════════════════════════════════════════════════════════════════════════ > > proc.time() user system elapsed 8.37 65.78 105.15