CRAN Package Check Results for Package clustermq

Last updated on 2025-04-20 06:48:31 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.8 46.56 75.95 122.51 OK
r-devel-linux-x86_64-debian-gcc 0.9.8 36.31 61.78 98.09 OK
r-devel-linux-x86_64-fedora-clang 0.9.8 223.58 NOTE
r-devel-linux-x86_64-fedora-gcc 0.9.8 251.00 ERROR
r-devel-windows-x86_64 0.9.8 61.00 111.00 172.00 WARN
r-patched-linux-x86_64 0.9.8 49.26 74.03 123.29 OK
r-release-linux-x86_64 0.9.8 49.49 73.90 123.39 OK
r-release-macos-arm64 0.9.8 114.00 OK
r-release-macos-x86_64 0.9.8 184.00 OK
r-release-windows-x86_64 0.9.8 61.00 108.00 169.00 WARN
r-oldrel-macos-arm64 0.9.8 103.00 NOTE
r-oldrel-macos-x86_64 0.9.8 145.00 NOTE
r-oldrel-windows-x86_64 0.9.8 68.00 141.00 209.00 OK

Check Details

Version: 0.9.8
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘R6’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.9.8
Check: tests
Result: ERROR Running ‘testthat.R’ [36s/123s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > 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 Warning in .subset2(e, ".__enclos_env__")$private$finalize() : Unclean shutdown for PIDs: 2395051 Warning in .subset2(e, ".__enclos_env__")$private$finalize() : Unclean shutdown for PIDs: 2395965 [ FAIL 3 | WARN 0 | SKIP 12 | PASS 108 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (8): 'test-5-queue.r:87: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:34:5', 'test-7-ssh_proxy.r:55:5', 'test-7-ssh_proxy.r:79:5', 'test-7-ssh_proxy.r:107:5' • https://github.com/r-lib/processx/issues/236 (3): 'test-4-pool.r:69:5', 'test-4-pool.r:80:5', 'test-6-queue_impl.r:38:5' • this works interactively but evaluates the error on testthat (1): 'test-2-worker.r:91:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-4-pool.r:15:5'): starting and stopping multicore ─────────────── <Rcpp::exception/C++Error/error/condition> Error: Socket timed out after 513 ms Backtrace: ▆ 1. ├─testthat::expect_equal(w$recv(500L), 7) at test-4-pool.r:15:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─w$recv(500L) 5. └─private$master$recv(timeout) ── Error ('test-4-pool.r:47:5'): calculations are really done on the worker ──── <Rcpp::exception/C++Error/error/condition> Error: Socket timed out after 501 ms Backtrace: ▆ 1. ├─testthat::expect_equal(w$recv(500L), 7) at test-4-pool.r:47:5 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─w$recv(500L) 5. └─private$master$recv(timeout) ── Failure ('test-5-queue.r:115:5'): max_calls_worker is respected ───────────── setequal(res, c(1, 3)) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 3 | WARN 0 | SKIP 12 | PASS 108 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.9.8
Check: compiled code
Result: WARN File 'clustermq/libs/x64/clustermq.dll': Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran) Object: '../windows/zeromq/lib/libsodium.a' Found 'puts', possibly from 'printf' (C), 'puts' (C) Object: '../windows/zeromq/lib/libzmq.a' Found 'rand', possibly from 'rand' (C) Object: '../windows/zeromq/lib/libzmq.a' Found 'srand', possibly from 'srand' (C) Object: '../windows/zeromq/lib/libzmq.a' Compiled code should not call entry points which might terminate R nor write to stdout/stderr instead of to the console, nor use Fortran I/O nor system RNGs nor [v]sprintf. See 'Writing portable packages' in the 'Writing R Extensions' manual. Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 0.9.8
Check: installed package size
Result: NOTE installed size is 17.9Mb sub-directories of 1Mb or more: libs 17.3Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64