CRAN Package Check Results for Package parabar

Last updated on 2024-07-27 15:50:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.1 15.02 104.83 119.85 OK
r-devel-linux-x86_64-debian-gcc 1.1.1 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.1 152.10 OK
r-devel-linux-x86_64-fedora-gcc 1.1.1 160.77 OK
r-devel-windows-x86_64 1.1.1 15.00 198.00 213.00 OK
r-patched-linux-x86_64 1.1.1 OK
r-release-linux-x86_64 1.1.1 15.65 100.34 115.99 OK
r-release-macos-arm64 1.1.1 94.00 OK
r-release-macos-x86_64 1.1.1 127.00 OK
r-release-windows-x86_64 1.1.1 14.00 207.00 221.00 OK
r-oldrel-macos-arm64 1.1.1 102.00 OK
r-oldrel-macos-x86_64 1.1.1 145.00 OK
r-oldrel-windows-x86_64 1.1.1 20.00 218.00 238.00 OK

Check Details

Version: 1.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [25s/44s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > # Set environmental variable to prevent hang on quitting the `R` session. > # Error message: > # - `Error while shutting down parallel: unable to terminate some child processes` > # See: > # - https://github.com/r-lib/processx/issues/310 > # - https://github.com/r-lib/processx/issues/240 > # - https://github.com/r-lib/callr/issues/158 > Sys.setenv(PROCESSX_NOTIFY_OLD_SIGCHLD = "true") > > library(testthat) > library(parabar) > > test_check("parabar") [ FAIL 2 | WARN 0 | SKIP 3 | PASS 347 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On Linux (2): 'test-specification.R:104:5', 'test-user-api.R:164:5' • Test only runs in interactive contexts. (1): 'test-user-api.R:379:9' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-context.R:74:5'): 'Context' performs operations on the cluster correctly ── Error: A task is completed with unread results. Backtrace: ▆ 1. └─parabar:::tests_set_for_asynchronous_backend_operations(...) at test-context.R:74:5 2. └─parabar:::tests_set_for_asynchronous_backend_task_execution(...) at tests/testthat/helpers.R:457:5 3. ├─testthat::expect_error(eval(operation), as_text(Exception$async_task_running())) at tests/testthat/helpers.R:345:5 4. │ └─testthat:::expect_condition_matching(...) 5. │ └─testthat:::quasi_capture(...) 6. │ ├─testthat (local) .capture(...) 7. │ │ └─base::withCallingHandlers(...) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. ├─base::eval(operation) 10. │ └─base::eval(operation) 11. └─service$apply(`<dbl[,100]>`, 2, `<fn>`, y = 33L, z = 26L, sleep = 0) 12. └─private$.backend$apply(x = x, margin = margin, fun = fun, ...) 13. └─private$.throw_if_backend_is_busy() 14. └─Exception$async_task_completed() ── Error ('test-context.R:74:5'): 'Context' performs operations on the cluster correctly ── <rlib_error_3_0/rlib_error/error/condition> Error in `"rs_call(self, private, func, args, package)"`: ! R session busy Backtrace: ▆ 1. └─parabar:::tests_set_for_asynchronous_backend_operations(...) at test-context.R:74:5 2. └─service$stop() at tests/testthat/helpers.R:378:9 3. └─private$.backend$stop() 4. └─private$.stop() 5. └─private$.close_cluster() 6. └─private$.cluster$run(...) 7. └─callr:::rs_run(self, private, func, args, package) 8. └─callr:::rs_run_with_output(self, private, func, args, package) 9. └─self$call(func, args, package) 10. └─callr:::rs_call(self, private, func, args, package) 11. └─throw(new_error("R session busy")) [ FAIL 2 | WARN 0 | SKIP 3 | PASS 347 ] Error: Test failures Execution halted Error in `rs_call(self, private, func, args, package)`: ! R session busy --- Backtrace: 1. base::(function (e) … 2. .subset2(e, "finalize")() 3. private$.stop() 4. private$.close_cluster() 5. private$.cluster$run(function() { … 6. callr:::rs_run(self, private, func, args, package) 7. callr:::rs_run_with_output(self, private, func, args, package) 8. self$call(func, args, package) 9. callr:::rs_call(self, private, func, args, package) 10. callr:::throw(new_error("R session busy")) Flavor: r-devel-linux-x86_64-debian-gcc