Last updated on 2026-06-08 02:51:22 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5.2 | 5.47 | 108.19 | 113.66 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.5.2 | 3.54 | 46.69 | 50.23 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.5.2 | 10.00 | 193.18 | 203.18 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.5.2 | 11.00 | 366.20 | 377.20 | OK | |
| r-devel-windows-x86_64 | 1.5.2 | 9.00 | 112.00 | 121.00 | OK | |
| r-patched-linux-x86_64 | 1.5.2 | 5.13 | 98.72 | 103.85 | OK | |
| r-release-linux-x86_64 | 1.5.2 | 5.33 | 101.18 | 106.51 | OK | |
| r-release-macos-arm64 | 1.5.2 | 1.00 | 66.00 | 67.00 | OK | |
| r-release-macos-x86_64 | 1.5.2 | 4.00 | 234.00 | 238.00 | OK | |
| r-release-windows-x86_64 | 1.5.2 | 9.00 | 111.00 | 120.00 | OK | |
| r-oldrel-macos-arm64 | 1.5.2 | 1.00 | 61.00 | 62.00 | OK | |
| r-oldrel-macos-x86_64 | 1.5.2 | 4.00 | 297.00 | 301.00 | OK | |
| r-oldrel-windows-x86_64 | 1.5.2 | 10.00 | 151.00 | 161.00 | OK |
Version: 1.5.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/6s]
Running ‘wipe.R’ [1s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(pkgload)
>
> # Needed so that install.packages works correctly
> Sys.setenv("R_TESTS" = "")
>
> test_check("pkgload")
Starting 2 test processes.
> test-extraction.R: Warning messages:
> test-extraction.R: 1: In dir.create(path, recursive = TRUE) :
> test-extraction.R: cannot create dir '/tmp/RtmpAyao7X/fileae63c1891ead7', reason 'No space left on device'
> test-extraction.R: 2: In file(file, mode) :
> test-extraction.R: cannot open file '/tmp/Rtmpi01NEF/callr-rs-result-ae3181e4f7912': No space left on device
Error:
! testthat subprocess exited in file 'test-extraction.R'.
Caused by error:
! in callr subprocess.
Caused by error:
! cannot open the connection
Backtrace:
▆
1. └─testthat::test_check("pkgload")
2. └─testthat::test_dir(...)
3. └─testthat:::test_files(...)
4. └─testthat:::test_files_parallel(...)
5. ├─withr::with_dir(...)
6. │ └─base::force(code)
7. ├─testthat::with_reporter(...)
8. │ └─base::tryCatch(...)
9. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
10. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
12. └─testthat:::parallel_event_loop_chunky(queue, reporters, ".")
13. └─queue$poll(Inf)
14. └─base::lapply(...)
15. └─testthat (local) FUN(X[[i]], ...)
16. └─private$handle_error(msg, i)
17. └─cli::cli_abort(...)
18. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc