Last updated on 2025-03-13 15:51:19 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.1 | 10.31 | 54.34 | 64.65 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.1 | 6.96 | 40.46 | 47.42 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.1 | 105.19 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 117.09 | OK | |||
r-devel-macos-arm64 | 1.2.1 | 67.00 | OK | |||
r-devel-macos-x86_64 | 1.2.1 | 104.00 | OK | |||
r-devel-windows-x86_64 | 1.2.1 | 12.00 | 102.00 | 114.00 | ERROR | |
r-patched-linux-x86_64 | 1.2.1 | OK | ||||
r-release-linux-x86_64 | 1.2.1 | 9.57 | 51.66 | 61.23 | 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 | 12.00 | 103.00 | 115.00 | OK | |
r-oldrel-macos-arm64 | 1.2.1 | OK | ||||
r-oldrel-macos-x86_64 | 1.2.1 | 105.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2.1 | 15.00 | 111.00 | 126.00 | OK |
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:52578
Fire started at 127.0.0.1:52578
Fire restarted at 127.0.0.1:52578
Fire restarted at 127.0.0.1:52578
Fire started at 127.0.0.1:52578
Fire restarted at 127.0.0.1:52578
createTcpServer: permission denied
Fire started at 127.0.0.1:57646
Fire started at 127.0.0.1:57624
Fire started at 127.0.0.1:60060
Fire started at 127.0.0.1:60060
closing
Fire started at 127.0.0.1:57875
Fire started at 127.0.0.1:57084
[ FAIL 1 | WARN 0 | SKIP 5 | PASS 245 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-Fire.R:95:5', 'test-Fire.R:400:5', 'test-Fire.R:497:5',
'test-loggers.R:10:5'
• On Windows (1): 'test-Fire.R:364:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-Fire.R:299:9'): errors in start and resume gets caught ─────────
Error in `initialize(...)`: Failed to create server
Backtrace:
▆
1. ├─testthat::expect_output(...) at test-Fire.R:298:5
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─testthat::capture_output_lines(code, print, width = width)
5. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
6. │ │ ├─withr::with_output_sink(path, withVisible(code))
7. │ │ │ └─base::force(code)
8. │ │ └─base::withVisible(code)
9. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
10. └─app$reignite(silent = TRUE, block = FALSE) at test-Fire.R:299:9
11. └─private$run(..., resume = TRUE)
12. └─private$run_allowing_server(showcase = showcase)
13. └─httpuv::startDaemonizedServer(...)
14. └─WebServer$new(host, port, app, quiet)
15. └─httpuv (local) initialize(...)
[ FAIL 1 | WARN 0 | SKIP 5 | PASS 245 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64