Last updated on 2025-10-07 09:50:05 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.2 | 2.83 | 23.30 | 26.13 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.2 | 2.25 | 19.25 | 21.50 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.2.2 | 39.27 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.2 | 37.06 | OK | |||
r-devel-windows-x86_64 | 1.2.2 | 6.00 | 45.00 | 51.00 | OK | |
r-patched-linux-x86_64 | 1.2.2 | 2.48 | 22.35 | 24.83 | OK | |
r-release-linux-x86_64 | 1.2.2 | 2.71 | 22.64 | 25.35 | OK | |
r-release-macos-arm64 | 1.2.2 | 21.00 | OK | |||
r-release-macos-x86_64 | 1.2.2 | 31.00 | OK | |||
r-release-windows-x86_64 | 1.2.2 | 7.00 | 45.00 | 52.00 | OK | |
r-oldrel-macos-arm64 | 1.2.2 | 26.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2.2 | 48.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2.2 | 6.00 | 50.00 | 56.00 | OK |
Version: 1.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(webutils)
>
> test_check("webutils")
createTcpServer: address already in use
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 26 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-echo.R:55:3'): Echo a big file ─────────────────────────────────
Error in `initialize(...)`: Failed to create server
Backtrace:
▆
1. └─curl::curl_echo(h, port = httpuv::randomPort()) at test-echo.R:55:3
2. └─httpuv::startServer("0.0.0.0", port, list(call = echo_handler))
3. └─WebServer$new(host, port, app, quiet)
4. └─httpuv (local) initialize(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 26 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc