Last updated on 2026-02-28 02:54:27 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.46.1 | 5.18 | 82.84 | 88.02 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.46.1 | 4.03 | 60.53 | 64.56 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.46.1 | 12.00 | 131.67 | 143.67 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.46.1 | 12.00 | 137.38 | 149.38 | OK | |
| r-devel-macos-arm64 | 1.46.1 | 3.00 | 57.00 | 60.00 | OK | |
| r-devel-windows-x86_64 | 1.46.1 | 16.00 | 186.00 | 202.00 | ERROR | |
| r-patched-linux-x86_64 | 1.46.1 | 6.50 | 74.97 | 81.47 | OK | |
| r-release-linux-x86_64 | 1.46.1 | 4.59 | 75.69 | 80.28 | OK | |
| r-release-macos-arm64 | 1.46.1 | 2.00 | 52.00 | 54.00 | OK | |
| r-release-macos-x86_64 | 1.46.1 | 7.00 | 174.00 | 181.00 | OK | |
| r-release-windows-x86_64 | 1.46.1 | 16.00 | 181.00 | 197.00 | OK | |
| r-oldrel-macos-arm64 | 1.46.1 | 2.00 | 64.00 | 66.00 | OK | |
| r-oldrel-macos-x86_64 | 1.46.1 | 7.00 | 176.00 | 183.00 | OK | |
| r-oldrel-windows-x86_64 | 1.46.1 | 16.00 | 206.00 | 222.00 | OK |
Version: 1.46.1
Check: tests
Result: ERROR
Running 'test-all.equal.connection.R' [1s]
Running 'test-as.cluster.R' [2s]
Running 'test-autoStopCluster.R' [2s]
Running 'test-availableConnections.R' [1s]
Running 'test-availableCores.R' [1s]
Running 'test-availableWorkers.R' [1s]
Running 'test-cgroups.R' [4s]
Running 'test-cli.R' [1s]
Running 'test-cloneNode.R' [19s]
Running 'test-cpuLoad.R' [1s]
Running 'test-freeCores.R' [1s]
Running 'test-freePort.R' [1s]
Running 'test-isConnectionValid.R' [1s]
Running 'test-isForkedChild.R' [2s]
Running 'test-isForkedNode.R' [1s]
Running 'test-isLocalhostNode.R' [2s]
Running 'test-isNodeAlive.R' [7s]
Running 'test-killNode.R' [20s]
Running 'test-makeClusterMPI.R' [1s]
Running 'test-makeClusterPSOCK.R' [23s]
Running 'test-makeClusterSequential.R' [1s]
Running 'test-makeNodePSOCK.R' [4s]
Running 'test-options-and-envvars.R' [1s]
Running 'test-r_bug18119.R' [1s]
Running 'test-registerClusterTypes.R' [2s]
Running 'test-serializedSize.R' [1s]
Running 'test-startup.R' [1s]
Running 'test-stealth_sample.R' [1s]
Running 'test-supportsMulticore.R' [1s]
Running 'test-utils,cluster.R' [1s]
Running 'test-utils,conditions.R' [1s]
Running 'test-utils,pid.R' [5s]
Running 'test-utils.R' [4s]
Running the tests in 'tests/test-isConnectionValid.R' failed.
Complete output:
> #! /usr/bin/env Rscript
> ## This runs testme test script inst/testme/test-isConnectionValid.R
> ## Don't edit - it was autogenerated by inst/testme/deploy.R
> parallelly:::testme("isConnectionValid")
Test 'isConnectionValid' ...
> library(parallelly)
> message("isConnectionValid() ...")
isConnectionValid() ...
> stopifnot(connectionId(stdin()) == 0)
> stopifnot(connectionId(stdout()) == 1)
> stopifnot(connectionId(stderr()) == 2)
> con_no_id <- file(tempfile(), open = "w+")
> class(con_no_id) <- c("test_connection", class(con_no_id))
> attr(con_no_id, "conn_id") <- NULL
> res <- connectionId(con_no_id)
Warning in for (ii in 1L:length(res)) { :
closing unused connection 3 (D:\temp\2026_02_26_01_50_00_29184\RtmpaUvGFk\file8ee828ea7197)
> stopifnot(is.na(res))
> close(con_no_id)
Error in close.connection(con_no_id) : invalid connection
Calls: <Anonymous> ... withVisible -> eval -> eval -> close -> close.connection
Execution halted
Flavor: r-devel-windows-x86_64