Last updated on 2025-01-30 04:48:56 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.1 | 11.54 | 54.17 | 65.71 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 6.45 | 40.96 | 47.41 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.1 | 107.34 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 114.56 | OK | |||
r-devel-windows-x86_64 | 1.2.1 | 14.00 | 105.00 | 119.00 | OK | |
r-patched-linux-x86_64 | 1.2.1 | 8.88 | 51.40 | 60.28 | OK | |
r-release-linux-x86_64 | 1.2.1 | 10.65 | 51.37 | 62.02 | OK | |
r-release-macos-arm64 | 1.2.1 | 64.00 | OK | |||
r-release-macos-x86_64 | 1.2.1 | 85.00 | OK | |||
r-release-windows-x86_64 | 1.2.1 | 14.00 | 106.00 | 120.00 | OK | |
r-oldrel-macos-arm64 | 1.2.1 | 73.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2.1 | 105.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2.1 | 14.00 | 108.00 | 122.00 | ERROR |
Version: 1.2.1
Check: tests
Result: ERROR
Running 'testthat.R' [30s]
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
>
> library(testthat)
> library(fiery)
>
> test_check("fiery")
Fire started at 127.0.0.1:57034
Fire started at 127.0.0.1:57034
Fire restarted at 127.0.0.1:57034
Fire restarted at 127.0.0.1:57034
Fire started at 127.0.0.1:57034
Fire restarted at 127.0.0.1:57034
Fire started at 127.0.0.1:64472
Fire started at 127.0.0.1:50082
createTcpServer: permission denied
Fire started at 127.0.0.1:53001
Fire started at 127.0.0.1:53001
closing
Fire started at 127.0.0.1:64482
Fire started at 127.0.0.1:52932
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 245 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-Fire.R:95:5', 'test-Fire.R:400:5', 'test-Fire.R:497:5',
'test-loggers.R:10:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-Fire.R:362:5'): futures can be added and called ────────────────
Error in `initialize(...)`: Failed to create server
Backtrace:
▆
1. ├─testthat::expect_silent(app$ignite(silent = TRUE)) at test-Fire.R:362:5
2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise)
3. │ ├─testthat (local) .capture(...)
4. │ │ ├─withr::with_output_sink(...)
5. │ │ │ └─base::force(code)
6. │ │ ├─base::withCallingHandlers(...)
7. │ │ └─base::withVisible(code)
8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
9. └─app$ignite(silent = TRUE)
10. └─private$run(block = block, showcase = showcase, ..., silent = silent)
11. └─private$run_blocking_server(showcase = showcase)
12. └─httpuv::startServer(...)
13. └─WebServer$new(host, port, app, quiet)
14. └─httpuv (local) initialize(...)
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 245 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64