Last updated on 2026-09-04 01:52:02 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.3 | 3.01 | 29.57 | 32.58 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.3 | 2.39 | 23.80 | 26.19 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2.3 | 21.34 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.2.3 | 21.85 | OK | |||
| r-devel-windows-x86_64 | 1.2.3 | 7.00 | 134.00 | 141.00 | OK | |
| r-patched-linux-x86_64 | 1.2.3 | 2.30 | 22.89 | 25.19 | OK | |
| r-release-linux-x86_64 | 1.2.3 | 2.62 | 23.02 | 25.64 | OK | |
| r-release-macos-arm64 | 1.2.3 | 2.00 | 30.00 | 32.00 | OK | |
| r-release-macos-x86_64 | 1.2.3 | 5.00 | 71.00 | 76.00 | OK | |
| r-release-windows-x86_64 | 1.2.3 | 11.00 | 44.00 | 55.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.3 | 2.00 | 42.00 | 44.00 | OK | |
| r-oldrel-macos-x86_64 | 1.2.3 | 5.00 | 75.00 | 80.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.3 | 10.00 | 51.00 | 61.00 | OK |
Version: 1.2.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(webutils)
>
> test_check("webutils")
createTcpServer: address already in use
Saving _problems/test-echo-14.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 17 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-echo.R:14:3'): test echo from httpuv ───────────────────────────
Error in `initialize(...)`: Failed to create server
Backtrace:
▆
1. └─curl::curl_echo(h, port = httpuv::randomPort()) at test-echo.R:14: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 17 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc