Last updated on 2024-11-27 19:49:23 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.1 | 15.62 | 78.07 | 93.69 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 10.07 | 61.49 | 71.56 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.1 | 153.26 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 164.86 | OK | |||
r-devel-windows-x86_64 | 1.2.1 | 16.00 | 183.00 | 199.00 | ERROR | |
r-patched-linux-x86_64 | 1.2.1 | 16.99 | 78.39 | 95.38 | OK | |
r-release-linux-x86_64 | 1.2.1 | 11.73 | 77.76 | 89.49 | OK | |
r-release-macos-arm64 | 1.2.1 | 96.00 | OK | |||
r-release-macos-x86_64 | 1.2.1 | 136.00 | OK | |||
r-release-windows-x86_64 | 1.2.1 | 14.00 | 183.00 | 197.00 | OK | |
r-oldrel-macos-arm64 | 1.2.1 | 101.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2.1 | 124.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2.1 | 20.00 | 199.00 | 219.00 | OK |
Version: 1.2.1
Check: tests
Result: ERROR
Running 'testthat.R' [61s]
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 1 | WARN 0 | SKIP 3 | PASS 357 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On Windows (2): 'test-specification.R:71:5', 'test-user-api.R:140:5'
• Test only runs in interactive contexts. (1): 'test-user-api.R:379:9'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-progress-tracking-context.R:242:5'): 'ProgressTrackingContext' interrupts progress tracking on task error correctly ──
<callr_status_error/callr_error/rlib_error_3_0/rlib_error/error/condition>
Error: ! in callr subprocess.
Caused by error in `serverSocket(port = port)`:
! creation of server socket failed: port 11630 cannot be opened
Backtrace:
▆
1. └─context$start(specification) at test-progress-tracking-context.R:242:5
2. └─private$.backend$start(specification)
3. └─private$.start(specification)
4. └─private$.make_cluster(specification)
5. └─private$.cluster$run(...)
6. └─callr:::rs_run(self, private, func, args, package)
7. └─throw(res$error)
[ FAIL 1 | WARN 0 | SKIP 3 | PASS 357 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64