Last updated on 2025-04-09 19:53:24 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.6.15 | 90.80 | 38.08 | 128.88 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.6.15 | 65.81 | 30.85 | 96.66 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.6.15 | 279.95 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.6.15 | 255.38 | ERROR | |||
r-devel-macos-arm64 | 1.6.15 | 163.00 | WARN | |||
r-devel-macos-x86_64 | 1.6.15 | 193.00 | WARN | |||
r-devel-windows-x86_64 | 1.6.15 | 174.00 | 87.00 | 261.00 | OK | |
r-patched-linux-x86_64 | 1.6.15 | 89.34 | 37.19 | 126.53 | NOTE | |
r-release-linux-x86_64 | 1.6.15 | 95.55 | 34.97 | 130.52 | NOTE | |
r-release-macos-arm64 | 1.6.15 | 137.00 | NOTE | |||
r-release-macos-x86_64 | 1.6.15 | 160.00 | NOTE | |||
r-release-windows-x86_64 | 1.6.15 | 162.00 | 86.00 | 248.00 | NOTE | |
r-oldrel-macos-arm64 | 1.6.15 | NOTE | ||||
r-oldrel-macos-x86_64 | 1.6.15 | 179.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.6.15 | 188.00 | 99.00 | 287.00 | NOTE |
Version: 1.6.15
Check: for unstated dependencies in ‘demo’
Result: NOTE
'library' or 'require' call not declared from: ‘jsonlite’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64
Version: 1.6.15
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/26s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(httpuv)
>
> test_check("httpuv")
Using libcurl 8.6.0 with OpenSSL/3.2.4
[ FAIL 2 | WARN 0 | SKIP 10 | PASS 250 ]
══ Skipped tests (10) ══════════════════════════════════════════════════════════
• (8): 'test-traffic.R:65:3', 'test-traffic.R:82:3', 'test-traffic.R:109:3',
'test-traffic.R:136:3', 'test-traffic.R:164:3', 'test-traffic.R:192:3',
'test-traffic.R:221:3', 'test-traffic.R:249:3'
• On CRAN (2): 'test-frame-completion.R:8:3', 'test-staticServer.R:120:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-staticServer.R:41:3'): runStaticServer() in foreground with custom port ──
Error in `start_example_server(port)`: Server didn't start up in 2 seconds
Backtrace:
▆
1. └─httpuv (local) start_example_server(port) at test-staticServer.R:41:3
── Error ('test-staticServer.R:50:3'): runStaticServer() in foreground with default port ──
Error in `start_example_server(NULL)`: Server didn't start up in 2 seconds
Backtrace:
▆
1. └─httpuv (local) start_example_server(NULL) at test-staticServer.R:50:3
[ FAIL 2 | WARN 0 | SKIP 10 | PASS 250 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.6.15
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/19s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(httpuv)
>
> test_check("httpuv")
Using libcurl 8.6.0 with OpenSSL/3.2.4
[ FAIL 1 | WARN 0 | SKIP 10 | PASS 254 ]
══ Skipped tests (10) ══════════════════════════════════════════════════════════
• (8): 'test-traffic.R:65:3', 'test-traffic.R:82:3', 'test-traffic.R:109:3',
'test-traffic.R:136:3', 'test-traffic.R:164:3', 'test-traffic.R:192:3',
'test-traffic.R:221:3', 'test-traffic.R:249:3'
• On CRAN (2): 'test-frame-completion.R:8:3', 'test-staticServer.R:120:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-staticServer.R:50:3'): runStaticServer() in foreground with default port ──
Error in `start_example_server(NULL)`: Server didn't start up in 2 seconds
Backtrace:
▆
1. └─httpuv (local) start_example_server(NULL) at test-staticServer.R:50:3
[ FAIL 1 | WARN 0 | SKIP 10 | PASS 254 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.6.15
Check: compiled code
Result: WARN
File ‘httpuv/libs/httpuv.so’:
Found ‘___stderrp’, possibly from ‘stderr’ (C)
Object: ‘libuv/.libs/libuv.a’
Found ‘__exit’, possibly from ‘_exit’ (C), ‘_Exit’ (C)
Object: ‘libuv/.libs/libuv.a’
Found ‘_abort’, possibly from ‘abort’ (C)
Object: ‘libuv/.libs/libuv.a’
Found ‘_sprintf’, possibly from ‘sprintf’ (C)
Object: ‘libuv/.libs/libuv.a’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-macos-arm64, r-devel-macos-x86_64
Version: 1.6.15
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavors: r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.6.15
Check: installed package size
Result: NOTE
installed size is 9.0Mb
sub-directories of 1Mb or more:
libs 8.6Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64