* using log directory 'd:/Rcompile/CRANpkg/local/4.4/sys.Rcheck' * using R version 4.4.3 (2025-02-28 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.3.0 GNU Fortran (GCC) 13.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'sys/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'sys' version '3.4.3' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... NOTE Package suggested but not available for checking: 'unix' * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'sys' can be installed ... OK * used C compiler: 'gcc.exe (GCC) 13.3.0' * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [0s] OK * checking whether the package can be loaded with stated dependencies ... [0s] OK * checking whether the package can be unloaded cleanly ... [0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [0s] OK * checking loading without being on the library search path ... [0s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [3s] OK * checking Rd files ... [1s] OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking pragmas in C/C++ headers and code ... OK * checking compiled code ... OK * checking examples ... [4s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [11s] ERROR Running 'spelling.R' [0s] Running 'testthat.R' [10s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(sys) > > test_check("sys") Saving _problems/test-timeout-19.R Saving _problems/test-timeout-21.R [ FAIL 2 | WARN 0 | SKIP 2 | PASS 41 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • System does not support unicode paths (2): 'test-encoding.R:18:3', 'test-encoding.R:37:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-timeout.R:19:5'): exec timeout works ───────────────────────── `exec_internal(command, args, timeout = 0.5)` threw an error with unexpected message. Expected match: "timeout" Actual message: "Executing 'ping' failed with status 1" Backtrace: ▆ 1. ├─base::system.time(...) at test-timeout.R:18:3 2. ├─testthat::expect_error(...) at test-timeout.R:19:5 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─sys::exec_internal(command, args, timeout = 0.5) ── Failure ('test-timeout.R:21:3'): exec timeout works ───────────────────────── Expected `times[["elapsed"]]` >= 0.45. Actual comparison: 0.26 < 0.45 Difference: -0.19 < 0 [ FAIL 2 | WARN 0 | SKIP 2 | PASS 41 ] Error: ! Test failures. Execution halted * checking PDF version of manual ... [17s] OK * checking HTML version of manual ... [1s] OK * DONE Status: 1 ERROR, 1 NOTE