R Under development (unstable) (2023-12-04 r85659 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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) > test_check("clustermq") Loading required package: clustermq * Option 'clustermq.scheduler' not set, defaulting to 'LOCAL' --- see: https://mschubert.github.io/clustermq/articles/userguide.html#configuration [ FAIL 0 | WARN 0 | SKIP 31 | PASS 60 ] ══ Skipped tests (31) ══════════════════════════════════════════════════════════ • FIXME (1): 'test-5-queue.r:105:5' • On CRAN (7): 'test-5-queue.r:129:5', 'test-6-queue_impl.r:48:5', 'test-6-queue_impl.r:59:5', 'test-6-queue_impl.r:70:5', 'test-7-ssh_proxy.r:9:5', 'test-7-ssh_proxy.r:35:5', 'test-7-ssh_proxy.r:104:5' • On Windows (17): 'test-2-worker.r:112:5', 'test-2-worker.r:133:5', 'test-4-pool.r:6:5', 'test-4-pool.r:32:5', 'test-5-queue.r:6:5', 'test-5-queue.r:14:5', 'test-5-queue.r:26:5', 'test-5-queue.r:34:5', 'test-5-queue.r:42:5', 'test-5-queue.r:51:5', 'test-5-queue.r:61:5', 'test-5-queue.r:72:5', 'test-5-queue.r:80:5', 'test-5-queue.r:119:5', 'test-6-queue_impl.r:22:5', 'test-6-queue_impl.r:29:5', 'test-8-foreach.r:79:5' • https://github.com/r-lib/processx/issues/236 (3): 'test-4-pool.r:45:5', 'test-4-pool.r:56:5', 'test-6-queue_impl.r:38:5' • this works interactively but evaluates the error on testthat (1): 'test-2-worker.r:91:5' • using 1 worker: Error: Resource temporarily unavailable @m$recv (L63) (1): 'test-7-ssh_proxy.r:56:5' • using 2 workers: Assertion failed: check () (src/msg.cpp:414) on CI (1): 'test-7-ssh_proxy.r:78:5' [ FAIL 0 | WARN 0 | SKIP 31 | PASS 60 ] > > proc.time() user system elapsed 2.73 0.35 3.04