Last updated on 2025-01-31 04:49:36 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4.2 | 16.65 | 94.53 | 111.18 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.4.2 | 8.13 | 70.97 | 79.10 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.4.2 | 180.15 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.4.2 | 184.84 | OK | |||
r-devel-windows-x86_64 | 1.4.2 | 15.00 | 236.00 | 251.00 | OK | |
r-patched-linux-x86_64 | 1.4.2 | 16.13 | 90.73 | 106.86 | OK | |
r-release-linux-x86_64 | 1.4.2 | 13.68 | 91.67 | 105.35 | OK | |
r-release-macos-arm64 | 1.4.2 | 107.00 | OK | |||
r-release-macos-x86_64 | 1.4.2 | 166.00 | OK | |||
r-release-windows-x86_64 | 1.4.2 | 16.00 | 211.00 | 227.00 | OK | |
r-oldrel-macos-arm64 | 1.4.2 | 114.00 | OK | |||
r-oldrel-macos-x86_64 | 1.4.2 | 161.00 | OK | |||
r-oldrel-windows-x86_64 | 1.4.2 | 19.00 | 242.00 | 261.00 | OK |
Version: 1.4.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [25s/40s]
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 4 | WARN 0 | SKIP 3 | PASS 359 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On Linux (2): 'test-specification.R:123:5', 'test-user-api.R:169:5'
• Test only runs in interactive contexts. (1): 'test-user-api.R:384:9'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-context.R:74:5'): 'Context' performs operations on the cluster correctly ──
`service$get_output()` did not throw the expected error.
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:437:5
3. └─testthat::expect_error(service$get_output(), as_text(Exception$async_task_running())) at tests/testthat/helpers.R:367:5
── Failure ('test-context.R:74:5'): 'Context' performs operations on the cluster correctly ──
`eval(operation)` did not throw the expected error.
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:437:5
3. └─testthat::expect_error(eval(operation), as_text(Exception$async_task_completed())) at tests/testthat/helpers.R:373:5
── Error ('test-context.R:74:5'): 'Context' performs operations on the cluster correctly ──
Error: A task is currently running.
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:437:5
3. ├─testthat::expect_equal(service$get_output(), expected_output) at tests/testthat/helpers.R:376:5
4. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
5. │ └─rlang::eval_bare(expr, quo_get_env(quo))
6. └─service$get_output()
7. └─private$.backend$get_output(...)
8. └─private$.fetch_results()
9. └─Exception$async_task_running()
── Error ('test-context.R:74:5'): 'Context' performs operations on the cluster correctly ──
Error: Cannot stop a busy backend when option `stop_forceful = FALSE`.
Backtrace:
▆
1. └─parabar:::tests_set_for_asynchronous_backend_operations(...) at test-context.R:74:5
2. └─service$stop() at tests/testthat/helpers.R:388:9
3. └─private$.backend$stop()
4. └─private$.stop()
5. └─Exception$stop_busy_backend_not_allowed()
[ FAIL 4 | WARN 0 | SKIP 3 | PASS 359 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.