Last updated on 2023-03-23 02:49:51 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5.1 | 3.86 | 62.43 | 66.29 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.5.1 | 2.96 | 48.64 | 51.60 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.5.1 | 78.88 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.5.1 | 75.73 | OK | |||
r-patched-linux-x86_64 | 1.5.1 | 2.47 | 59.27 | 61.74 | ERROR | |
r-release-linux-x86_64 | 1.5.1 | 3.86 | 59.37 | 63.23 | OK | |
r-release-macos-arm64 | 1.5.1 | 33.00 | NOTE | |||
r-release-macos-x86_64 | 1.5.1 | 42.00 | NOTE | |||
r-release-windows-x86_64 | 1.5.1 | 38.00 | 114.00 | 152.00 | OK | |
r-oldrel-macos-arm64 | 1.5.1 | 43.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.5.1 | 41.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.5.1 | 8.00 | 97.00 | 105.00 | OK |
Version: 1.5.1
Check: tests
Result: ERROR
Running ‘run-all.R’ [25s/38s]
Running the tests in ‘tests/run-all.R’ failed.
Complete output:
> # FIXME: R CMD check does not run on true batch systems, but maybe it does not have to
> # we can check there with 'make test' and run 'make check' locally
>
> library(testthat)
> test_check("parallelMap")
Loading required package: parallelMap
[ FAIL 0 | WARN 0 | SKIP 1 | PASS 90 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (1)
[ FAIL 0 | WARN 0 | SKIP 1 | PASS 90 ]
>
> # #FIXME: bad hack
> # # for some reason using test_package and opening a socked node
> # # blocks R CMD check
> # # but we really want to test at least one real parallel mode on cran
>
> # if (!interactive()) {
> library(BBmisc)
> library(parallelMap)
> source("testthat/helpers.R")
> source("testthat/helper_sockettest.R")
> sockettest()
Error in serverSocket(port = port) :
creation of server socket failed: port 11484 cannot be opened
Calls: sockettest ... parallelStartSocket -> parallelStart -> makePSOCKcluster -> serverSocket
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.5.1
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘Rmpi’
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64