Last updated on 2026-05-15 13:55:24 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.2 | 2.88 | 23.69 | 26.57 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.2 | 2.30 | 19.14 | 21.44 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2.2 | 39.84 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.2.2 | 37.95 | OK | |||
| r-devel-windows-x86_64 | 1.2.2 | 7.00 | 45.00 | 52.00 | OK | |
| r-patched-linux-x86_64 | 1.2.2 | 2.83 | 22.22 | 25.05 | OK | |
| r-release-linux-x86_64 | 1.2.2 | 2.79 | 22.15 | 24.94 | OK | |
| r-release-macos-arm64 | 1.2.2 | 1.00 | 11.00 | 12.00 | OK | |
| r-release-macos-x86_64 | 1.2.2 | 3.00 | 32.00 | 35.00 | OK | |
| r-release-windows-x86_64 | 1.2.2 | 8.00 | 46.00 | 54.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.2 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2.2 | 3.00 | 28.00 | 31.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.2 | 8.00 | 52.00 | 60.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
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