R Under development (unstable) (2026-01-15 r89304 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > #! /usr/bin/env Rscript > ## This runs testme test script inst/testme/test-nbrOfWorkers.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("nbrOfWorkers") Test 'nbrOfWorkers' ... chr "none" > library(future) [12:34:52.282] Option 'future.startup.script': TRUE [12:34:52.284] Future startup scripts considered: '.future.R', '~/.future.R' [12:34:52.284] Future startup scripts found: > message("*** nbrOfWorkers() ...") *** nbrOfWorkers() ... > strategies <- c("sequential") > for (strategy in strategies) { + message("Type of future: ", strategy) + evaluator <- get(strategy, mode = "function") + n <- nbrOfWorke .... [TRUNCATED] Type of future: sequential [12:34:52.308] Backend function: <'NULL'> nbrOfWorkers: 1 [12:34:52.308] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:52.309] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:34:52.309] | : all.equal() for FutureStrategyList ... [12:34:52.310] | : . New stack: [12:34:52.310] | : . List of 1 [12:34:52.310] | : . $ :function (..., envir = parent.frame()) [12:34:52.310] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:52.310] | : . ..- attr(*, "init")= logi TRUE [12:34:52.310] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:52.310] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:52.310] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:52.310] | : . ..- attr(*, "call")= language plan(strategy) [12:34:52.310] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:52.316] | : . Old stack: [12:34:52.316] | : . List of 1 [12:34:52.316] | : . $ :function (..., envir = parent.frame()) [12:34:52.316] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:52.316] | : . ..- attr(*, "init")= logi TRUE [12:34:52.316] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:52.316] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:52.316] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:52.316] | : . ..- attr(*, "call")= language plan(sequential) [12:34:52.316] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:52.321] | : . Not identical [12:34:52.322] | : . all.equal() for future ... [12:34:52.322] | : . ' List of 2 [12:34:52.322] | : . ' $ target :function (..., envir = parent.frame()) [12:34:52.322] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:52.322] | : . ' ..- attr(*, "init")= logi TRUE [12:34:52.322] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:52.322] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:52.322] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:52.322] | : . ' ..- attr(*, "call")= language plan(strategy) [12:34:52.322] | : . ' $ current:function (..., envir = parent.frame()) [12:34:52.322] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:52.322] | : . ' ..- attr(*, "init")= logi TRUE [12:34:52.322] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:52.322] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:52.322] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:52.322] | : . ' ..- attr(*, "call")= language plan(sequential) [12:34:52.334] | : . all.equal() for future ... done [12:34:52.334] | : all.equal() for FutureStrategyList ... done [12:34:52.335] | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:52.335] | : List of future strategies: [12:34:52.335] | : 1. sequential: [12:34:52.335] | : - args: function (..., envir = parent.frame(), workers = "") [12:34:52.335] | : - tweaked: FALSE [12:34:52.335] | : - call: plan(sequential) [12:34:52.336] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:34:52.337] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:52.337] nbrOfWorkers(NULL) ... [12:34:52.337] | List of 4 [12:34:52.337] | $ : language eval(ei, envir) [12:34:52.337] | $ : language eval(ei, envir) [12:34:52.337] | $ : language nbrOfWorkers() [12:34:52.337] | $ : language nbrOfWorkers.NULL() [12:34:52.341] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:52.341] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:34:52.341] | : . function (..., envir = parent.frame()) [12:34:52.341] | : . - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:52.341] | : . - attr(*, "init")= logi TRUE [12:34:52.341] | : . - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:52.341] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:52.341] | : . - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:52.341] | : . - attr(*, "call")= language plan(sequential) [12:34:52.346] | : . init: TRUE [12:34:52.346] | : . makeFutureBackend() ... [12:34:52.346] | : . ' Backend function: <'NULL'> [12:34:52.347] | : . ' Evaluator tweak arguments: [n=0] [12:34:52.347] | : . ' list() [12:34:52.348] | : . ' Evaluator formal arguments: [n=1] [12:34:52.348] | : . ' Dotted pair list of 1 [12:34:52.348] | : . ' $ envir: language parent.frame() [12:34:52.349] | : . ' Arguments passed to the future-backend factory: [n=1] [12:34:52.350] | : . ' List of 1 [12:34:52.350] | : . ' $ envir: language parent.frame() [12:34:52.351] | : . ' Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:34:52.351] | : . makeFutureBackend() ... done [12:34:52.352] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:34:52.352] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:52.352] | Number of workers: 1 [12:34:52.353] nbrOfWorkers(NULL) ... done nbrOfWorkers: 1 [12:34:52.353] nbrOfFreeWorkers(NULL) ... [12:34:52.353] | List of 4 [12:34:52.353] | $ : language eval(ei, envir) [12:34:52.353] | $ : language eval(ei, envir) [12:34:52.353] | $ : language nbrOfFreeWorkers() [12:34:52.353] | $ : language nbrOfFreeWorkers.NULL() [12:34:52.357] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:52.357] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:52.357] | Number of free workers: NA [12:34:52.358] nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers: 1 [12:34:52.358] nbrOfFreeWorkers(NULL) ... [12:34:52.358] | List of 4 [12:34:52.358] | $ : language nbrOfFreeWorkers(background = TRUE) [12:34:52.358] | $ : language nbrOfFreeWorkers.logical(background = TRUE) [12:34:52.358] | $ : language nbrOfFreeWorkers(NULL, background = force(background), ...) [12:34:52.358] | $ : language nbrOfFreeWorkers.NULL(NULL, background = force(background), ...) [12:34:52.362] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:52.362] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:52.365] | Number of free workers: NA [12:34:52.365] nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers(background = TRUE): 0 > strategies <- c("cluster", "multisession", "multicore") > strategies <- intersect(strategies, supportedStrategies()) > cores <- availableCores() > message("Number of available cores: ", cores) Number of available cores: 2 > workers <- availableWorkers() > nworkers <- length(workers) > message(sprintf("Available workers: [n = %d] %s", + nworkers, commaq(workers))) Available workers: [n = 2] 'localhost', 'localhost' > allButOneCore <- function() max(1, future::availableCores() - + 1) > allButOneWorker <- function() { + w <- future::availableWorkers() + if (length(w) > 1) + w[-1] + else w + } > for (strategy in strategies) { + message("Type of future: ", strategy) + evaluator <- get(strategy, mode = "function") + n <- nbrOfWorke .... [TRUNCATED] Type of future: multisession [12:34:52.395] Backend function: <'NULL'> [12:34:52.395] MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:34:52.396] | Arguments: [12:34:52.396] | List of 5 [12:34:52.396] | $ workers : Named int 2 [12:34:52.396] | ..- attr(*, "names")= chr "mc.cores" [12:34:52.396] | $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:52.396] | $ interrupts : logi TRUE [12:34:52.396] | $ gc : logi FALSE [12:34:52.396] | $ earlySignal : logi FALSE [12:34:52.448] | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [12:34:52.448] | : workers: 2 [12:34:52.449] | : getCluster() ... [12:34:52.449] | : getCluster() ... done [12:34:52.449] | : Stopping existing cluster ... [12:34:52.450] | : . No pre-existing cluster. Skipping [12:34:52.450] | : Stopping existing cluster ... done [12:34:52.450] | : Starting new cluster ... [12:34:52.450] | : . makeCluster(workers, ...) ... [12:34:52.451] | : . ' Arguments: [12:34:52.451] | : . ' List of 2 [12:34:52.451] | : . ' $ : int 2 [12:34:52.451] | : . ' $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:52.453] | : . ' .makeCluster() ... [12:34:52.453] | : . ' , workers: '2' [12:34:52.453] | : . ' , R_FUTURE_PLAN: NA [12:34:52.454] | : . ' , parallelly::makeClusterPSOCK() arguments: [12:34:52.454] | : . ' , List of 2 [12:34:52.454] | : . ' , $ : int 2 [12:34:52.454] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:53.484] | : . ' , Generated cluster UUID [12:34:53.484] | : . ' , Cluster UUID: 'cd3937dc61f0cc26cfc9548c13e6fcf9' [12:34:53.485] | : . ' , Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:53.489] | : . ' .makeCluster() ... done [12:34:53.490] | : . ' Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:53.493] | : . makeCluster(workers, ...) ... done [12:34:53.493] | : . Number of workers: 2 [12:34:53.493] | : . Workers UUID: 'cd3937dc61f0cc26cfc9548c13e6fcf9' [12:34:53.494] | : Starting new cluster ... done [12:34:53.494] | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done nbrOfWorkers: 2 [12:34:53.495] | plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:53.495] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:34:53.495] | : . all.equal() for FutureStrategyList ... [12:34:53.496] | : . ' New stack: [12:34:53.496] | : . ' List of 1 [12:34:53.496] | : . ' $ :function (..., workers = availableCores(constraints = "connections-16"), [12:34:53.496] | : . ' rscript_libs = .libPaths()) [12:34:53.496] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:34:53.496] | : . ' ..- attr(*, "init")= logi TRUE [12:34:53.496] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:53.496] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:53.496] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:53.496] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:53.496] | : . ' ..- attr(*, "untweakable")= chr "persistent" [12:34:53.496] | : . ' ..- attr(*, "call")= language plan(strategy) [12:34:53.496] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:53.502] | : . ' Old stack: [12:34:53.502] | : . ' List of 1 [12:34:53.502] | : . ' $ :function (..., envir = parent.frame()) [12:34:53.502] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:53.502] | : . ' ..- attr(*, "init")= chr "done" [12:34:53.502] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:53.502] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:53.502] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:53.502] | : . ' ..- attr(*, "call")= language plan(sequential) [12:34:53.502] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:53.502] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:53.502] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:53.502] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:53.508] | : . ' Not identical [12:34:53.508] | : . ' all.equal() for future ... [12:34:53.508] | : . ' , List of 2 [12:34:53.508] | : . ' , $ target :function (..., workers = availableCores(constraints = "connections-16"), [12:34:53.508] | : . ' , rscript_libs = .libPaths()) [12:34:53.508] | : . ' , ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:34:53.508] | : . ' , ..- attr(*, "init")= logi TRUE [12:34:53.508] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:53.508] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:53.508] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:53.508] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:53.508] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [12:34:53.508] | : . ' , ..- attr(*, "call")= language plan(strategy) [12:34:53.508] | : . ' , $ current:function (..., envir = parent.frame()) [12:34:53.508] | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:53.508] | : . ' , ..- attr(*, "init")= chr "done" [12:34:53.508] | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:53.508] | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:53.508] | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:53.508] | : . ' , ..- attr(*, "call")= language plan(sequential) [12:34:53.508] | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:53.508] | : . ' , .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:53.508] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:53.517] | : . ' , Formals differ [12:34:53.518] | : . ' all.equal() for future ... done [12:34:53.518] | : . ' Future strategies differ at level 1 [12:34:53.518] | : . all.equal() for FutureStrategyList ... done [12:34:53.518] | : . plan(): Setting new future backend stack: [12:34:53.518] | : . List of future strategies: [12:34:53.518] | : . 1. multisession: [12:34:53.518] | : . - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [12:34:53.518] | : . - tweaked: FALSE [12:34:53.518] | : . - call: plan(strategy) [12:34:53.519] | : . List of 1 [12:34:53.519] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [12:34:53.519] | : . rscript_libs = .libPaths()) [12:34:53.519] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:34:53.519] | : . ..- attr(*, "init")= logi TRUE [12:34:53.519] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:53.519] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:53.519] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:53.519] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:53.519] | : . ..- attr(*, "untweakable")= chr "persistent" [12:34:53.519] | : . ..- attr(*, "call")= language plan(strategy) [12:34:53.519] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:53.525] | : . plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [12:34:53.525] | : . ' plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:53.525] | : . ' , Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [12:34:53.525] | : . ' plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:53.526] | : . ' Legacy shutdown of cluster workers ... [12:34:53.526] | : . ' , Stopping existing cluster ... [12:34:53.526] | : . ' , ; Cluster to shut down: [12:34:53.526] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:53.536] | : . ' , ; Stopped cluster: 'c(TRUE, TRUE)' [12:34:53.571] | : . ' , Stopping existing cluster ... done [12:34:53.572] | : . ' Legacy shutdown of cluster workers ... done [12:34:53.572] | : . plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [12:34:53.573] | : . plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [12:34:53.573] | : . ' function (..., workers = availableCores(constraints = "connections-16"), [12:34:53.573] | : . ' rscript_libs = .libPaths()) [12:34:53.573] | : . ' - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:34:53.573] | : . ' - attr(*, "init")= logi TRUE [12:34:53.573] | : . ' - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:53.573] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:53.573] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:53.573] | : . ' - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:53.573] | : . ' - attr(*, "untweakable")= chr "persistent" [12:34:53.573] | : . ' - attr(*, "call")= language plan(strategy) [12:34:53.577] | : . ' init: TRUE [12:34:53.578] | : . ' makeFutureBackend() ... [12:34:53.578] | : . ' , Backend function: <'NULL'> [12:34:53.578] | : . ' , Evaluator tweak arguments: [n=0] [12:34:53.579] | : . ' , list() [12:34:53.579] | : . ' , Evaluator formal arguments: [n=2] [12:34:53.579] | : . ' , Dotted pair list of 2 [12:34:53.579] | : . ' , $ workers : language availableCores(constraints = "connections-16") [12:34:53.579] | : . ' , $ rscript_libs: language .libPaths() [12:34:53.581] | : . ' , Arguments passed to the future-backend factory: [n=2] [12:34:53.581] | : . ' , List of 2 [12:34:53.581] | : . ' , $ workers : language availableCores(constraints = "connections-16") [12:34:53.581] | : . ' , $ rscript_libs: language .libPaths() [12:34:53.601] | : . ' , MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:34:53.601] | : . ' , ; Arguments: [12:34:53.602] | : . ' , ; List of 5 [12:34:53.602] | : . ' , ; $ workers : Named int 2 [12:34:53.602] | : . ' , ; ..- attr(*, "names")= chr "mc.cores" [12:34:53.602] | : . ' , ; $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:53.602] | : . ' , ; $ interrupts : logi TRUE [12:34:53.602] | : . ' , ; $ gc : logi FALSE [12:34:53.602] | : . ' , ; $ earlySignal : logi FALSE [12:34:53.609] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [12:34:53.609] | : . ' , ; ` workers: 2 [12:34:53.609] | : . ' , ; ` getCluster() ... [12:34:53.609] | : . ' , ; ` getCluster() ... done [12:34:53.610] | : . ' , ; ` Stopping existing cluster ... [12:34:53.610] | : . ' , ; ` | No pre-existing cluster. Skipping [12:34:53.610] | : . ' , ; ` Stopping existing cluster ... done [12:34:53.610] | : . ' , ; ` Starting new cluster ... [12:34:53.610] | : . ' , ; ` | makeCluster(workers, ...) ... [12:34:53.611] | : . ' , ; ` | : Arguments: [12:34:53.611] | : . ' , ; ` | : List of 2 [12:34:53.611] | : . ' , ; ` | : $ : int 2 [12:34:53.611] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:53.613] | : . ' , ; ` | : .makeCluster() ... [12:34:53.613] | : . ' , ; ` | : . workers: '2' [12:34:53.613] | : . ' , ; ` | : . R_FUTURE_PLAN: NA [12:34:53.613] | : . ' , ; ` | : . parallelly::makeClusterPSOCK() arguments: [12:34:53.614] | : . ' , ; ` | : . List of 2 [12:34:53.614] | : . ' , ; ` | : . $ : int 2 [12:34:53.614] | : . ' , ; ` | : . $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:54.114] | : . ' , ; ` | : . Generated cluster UUID [12:34:54.115] | : . ' , ; ` | : . Cluster UUID: '0779e03157a9dbb3846b953f2b8d1331' [12:34:54.115] | : . ' , ; ` | : . Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:54.118] | : . ' , ; ` | : .makeCluster() ... done [12:34:54.118] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:54.120] | : . ' , ; ` | makeCluster(workers, ...) ... done [12:34:54.121] | : . ' , ; ` | Number of workers: 2 [12:34:54.121] | : . ' , ; ` | Workers UUID: '0779e03157a9dbb3846b953f2b8d1331' [12:34:54.121] | : . ' , ; ` Starting new cluster ... done [12:34:54.122] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [12:34:54.122] | : . ' , ; Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:34:54.122] | : . ' , MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [12:34:54.122] | : . ' makeFutureBackend() ... done [12:34:54.123] | : . ' nbrOfWorkers(NULL) ... [12:34:54.123] | : . ' , List of 4 [12:34:54.123] | : . ' , $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:34:54.123] | : . ' , $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:34:54.123] | : . ' , $ : language nbrOfWorkers() [12:34:54.123] | : . ' , $ : language nbrOfWorkers.NULL() [12:34:54.126] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.126] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:54.126] | : . ' , Number of workers: 2 [12:34:54.126] | : . ' nbrOfWorkers(NULL) ... done [12:34:54.127] | : . ' plan(): nbrOfWorkers() = 2 [12:34:54.127] | : . plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [12:34:54.127] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:34:54.127] | : nbrOfWorkers(NULL) ... [12:34:54.128] | : . List of 4 [12:34:54.128] | : . $ : language eval(ei, envir) [12:34:54.128] | : . $ : language eval(ei, envir) [12:34:54.128] | : . $ : language nbrOfWorkers() [12:34:54.128] | : . $ : language nbrOfWorkers.NULL() [12:34:54.130] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.130] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:54.131] | : . Number of workers: 2 [12:34:54.131] | : nbrOfWorkers(NULL) ... done nbrOfWorkers: 2 [12:34:54.131] | : nbrOfFreeWorkers(NULL) ... [12:34:54.132] | : . List of 4 [12:34:54.132] | : . $ : language eval(ei, envir) [12:34:54.132] | : . $ : language eval(ei, envir) [12:34:54.132] | : . $ : language nbrOfFreeWorkers() [12:34:54.132] | : . $ : language nbrOfFreeWorkers.NULL() [12:34:54.134] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.135] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:54.135] | : . FutureRegistry('workers-0779e03157a9dbb3846b953f2b8d1331', action = 'list', earlySignal = 0) ... [12:34:54.135] | : . ' Created empty registry 'workers-0779e03157a9dbb3846b953f2b8d1331' [12:34:54.136] | : . ' Listing all futures [12:34:54.136] | : . ' Number of registered futures: 0 [12:34:54.136] | : . FutureRegistry('workers-0779e03157a9dbb3846b953f2b8d1331', action = 'list', earlySignal = 0) ... done [12:34:54.136] | : . Number of free workers: NA [12:34:54.137] | : nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers: 2 [12:34:54.137] | : nbrOfFreeWorkers(NULL) ... [12:34:54.137] | : . List of 4 [12:34:54.137] | : . $ : language nbrOfFreeWorkers(background = TRUE) [12:34:54.137] | : . $ : language nbrOfFreeWorkers.logical(background = TRUE) [12:34:54.137] | : . $ : language nbrOfFreeWorkers(NULL, background = force(background), ...) [12:34:54.137] | : . $ : language nbrOfFreeWorkers.NULL(NULL, background = force(background), ...) [12:34:54.141] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.141] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:54.141] | : . FutureRegistry('workers-0779e03157a9dbb3846b953f2b8d1331', action = 'list', earlySignal = 0) ... [12:34:54.141] | : . ' Listing all futures [12:34:54.142] | : . ' Number of registered futures: 0 [12:34:54.142] | : . FutureRegistry('workers-0779e03157a9dbb3846b953f2b8d1331', action = 'list', earlySignal = 0) ... done [12:34:54.142] | : . Number of free workers: NA [12:34:54.143] | : nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers(background = TRUE): 2 [12:34:54.143] | : plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.145] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:34:54.145] | : . ' all.equal() for FutureStrategyList ... [12:34:54.146] | : . ' , New stack: [12:34:54.146] | : . ' , List of 1 [12:34:54.146] | : . ' , $ :function (..., workers = 1L) [12:34:54.146] | : . ' , ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:54.146] | : . ' , ..- attr(*, "init")= logi TRUE [12:34:54.146] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:54.146] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:54.146] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.146] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.146] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [12:34:54.146] | : . ' , ..- attr(*, "tweaks")=List of 1 [12:34:54.146] | : . ' , .. ..$ workers: int 1 [12:34:54.146] | : . ' , ..- attr(*, "call")= language plan(strategy, workers = 1L) [12:34:54.146] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:54.154] | : . ' , Old stack: [12:34:54.154] | : . ' , List of 1 [12:34:54.154] | : . ' , $ :function (..., workers = availableCores(constraints = "connections-16"), [12:34:54.154] | : . ' , rscript_libs = .libPaths()) [12:34:54.154] | : . ' , ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:34:54.154] | : . ' , ..- attr(*, "init")= chr "done" [12:34:54.154] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:54.154] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:54.154] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.154] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.154] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [12:34:54.154] | : . ' , ..- attr(*, "call")= language plan(strategy) [12:34:54.154] | : . ' , ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [12:34:54.154] | : . ' , .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:54.154] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:54.154] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.154] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:54.161] | : . ' , Not identical [12:34:54.162] | : . ' , all.equal() for future ... [12:34:54.162] | : . ' , ; List of 2 [12:34:54.162] | : . ' , ; $ target :function (..., workers = 1L) [12:34:54.162] | : . ' , ; ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:54.162] | : . ' , ; ..- attr(*, "init")= logi TRUE [12:34:54.162] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:54.162] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:54.162] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.162] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.162] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [12:34:54.162] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [12:34:54.162] | : . ' , ; .. ..$ workers: int 1 [12:34:54.162] | : . ' , ; ..- attr(*, "call")= language plan(strategy, workers = 1L) [12:34:54.162] | : . ' , ; $ current:function (..., workers = availableCores(constraints = "connections-16"), [12:34:54.162] | : . ' , ; rscript_libs = .libPaths()) [12:34:54.162] | : . ' , ; ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:34:54.162] | : . ' , ; ..- attr(*, "init")= chr "done" [12:34:54.162] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:54.162] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:54.162] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.162] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.162] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [12:34:54.162] | : . ' , ; ..- attr(*, "call")= language plan(strategy) [12:34:54.162] | : . ' , ; ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [12:34:54.162] | : . ' , ; .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:54.162] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:54.162] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.176] | : . ' , ; Formals differ [12:34:54.176] | : . ' , all.equal() for future ... done [12:34:54.176] | : . ' , Future strategies differ at level 1 [12:34:54.177] | : . ' all.equal() for FutureStrategyList ... done [12:34:54.177] | : . ' plan(): Setting new future backend stack: [12:34:54.177] | : . ' List of future strategies: [12:34:54.177] | : . ' 1. multisession: [12:34:54.177] | : . ' - args: function (..., workers = 1L) [12:34:54.177] | : . ' - tweaked: TRUE [12:34:54.177] | : . ' - call: plan(strategy, workers = 1L) [12:34:54.178] | : . ' List of 1 [12:34:54.178] | : . ' $ :function (..., workers = 1L) [12:34:54.178] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:54.178] | : . ' ..- attr(*, "init")= logi TRUE [12:34:54.178] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:54.178] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:54.178] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.178] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.178] | : . ' ..- attr(*, "untweakable")= chr "persistent" [12:34:54.178] | : . ' ..- attr(*, "tweaks")=List of 1 [12:34:54.178] | : . ' .. ..$ workers: int 1 [12:34:54.178] | : . ' ..- attr(*, "call")= language plan(strategy, workers = 1L) [12:34:54.178] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:54.186] | : . ' plan(): plan_cleanup(<'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [12:34:54.186] | : . ' , plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.186] | : . ' , ; Getting current ("next") strategy: 'FutureStrategy', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [12:34:54.187] | : . ' , plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:54.187] | : . ' , stopWorkers() for MultisessionFutureBackend ... [12:34:54.187] | : . ' , ; Interrupt active futures ... [12:34:54.192] | : . ' , ; ` Number of futures: 0 [12:34:54.192] | : . ' , ; Interrupt active futures ... done [12:34:54.192] | : . ' , ; Clear future registry ... [12:34:54.193] | : . ' , ; Clear future registry ... done [12:34:54.193] | : . ' , ; Stop cluster workers ... [12:34:54.194] | : . ' , ; ` Stopping existing cluster ... [12:34:54.194] | : . ' , ; ` | Cluster to shut down: [12:34:54.194] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:54.225] | : . ' , ; ` | Stopped cluster: 'c(TRUE, TRUE)' [12:34:54.291] | : . ' , ; ` Stopping existing cluster ... done [12:34:54.291] | : . ' , ; Stop cluster workers ... done [12:34:54.292] | : . ' , stopWorkers() for MultisessionFutureBackend ... done [12:34:54.292] | : . ' , Legacy shutdown of cluster workers ... [12:34:54.292] | : . ' , ; Stopping existing cluster ... [12:34:54.293] | : . ' , ; ` No pre-existing cluster. Skipping [12:34:54.293] | : . ' , ; Stopping existing cluster ... done [12:34:54.293] | : . ' , Legacy shutdown of cluster workers ... done [12:34:54.293] | : . ' plan(): plan_cleanup(<'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [12:34:54.294] | : . ' plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [12:34:54.294] | : . ' , function (..., workers = 1L) [12:34:54.294] | : . ' , - attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:54.294] | : . ' , - attr(*, "init")= logi TRUE [12:34:54.294] | : . ' , - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:54.294] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:54.294] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.294] | : . ' , - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.294] | : . ' , - attr(*, "untweakable")= chr "persistent" [12:34:54.294] | : . ' , - attr(*, "tweaks")=List of 1 [12:34:54.294] | : . ' , ..$ workers: int 1 [12:34:54.294] | : . ' , - attr(*, "call")= language plan(strategy, workers = 1L) [12:34:54.300] | : . ' , init: TRUE [12:34:54.300] | : . ' , makeFutureBackend() ... [12:34:54.300] | : . ' , ; Backend function: <'NULL'> [12:34:54.301] | : . ' , ; Evaluator tweak arguments: [n=1] [12:34:54.301] | : . ' , ; List of 1 [12:34:54.301] | : . ' , ; $ workers: int 1 [12:34:54.302] | : . ' , ; Evaluator formal arguments: [n=1] [12:34:54.303] | : . ' , ; Dotted pair list of 1 [12:34:54.303] | : . ' , ; $ workers: int 1 [12:34:54.304] | : . ' , ; Arguments passed to the future-backend factory: [n=1] [12:34:54.304] | : . ' , ; List of 1 [12:34:54.304] | : . ' , ; $ workers: int 1 [12:34:54.305] | : . ' , ; MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:34:54.306] | : . ' , ; ` Arguments: [12:34:54.306] | : . ' , ; ` List of 5 [12:34:54.306] | : . ' , ; ` $ workers : int 1 [12:34:54.306] | : . ' , ; ` $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:54.306] | : . ' , ; ` $ interrupts : logi TRUE [12:34:54.306] | : . ' , ; ` $ gc : logi FALSE [12:34:54.306] | : . ' , ; ` $ earlySignal : logi FALSE [12:34:54.310] | : . ' , ; MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [12:34:54.310] | : . ' , ; Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:34:54.310] | : . ' , makeFutureBackend() ... done [12:34:54.310] | : . ' plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [12:34:54.311] | : . ' nbrOfWorkers(NULL) ... [12:34:54.311] | : . ' , List of 4 [12:34:54.311] | : . ' , $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:34:54.311] | : . ' , $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:34:54.311] | : . ' , $ : language nbrOfWorkers() [12:34:54.311] | : . ' , $ : language nbrOfWorkers.NULL() [12:34:54.314] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.314] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:54.314] | : . ' , Number of workers: 1 [12:34:54.315] | : . ' nbrOfWorkers(NULL) ... done [12:34:54.315] | : . ' plan(): nbrOfWorkers() = 1 [12:34:54.315] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:34:54.315] | : plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:54.316] | : nbrOfWorkers(NULL) ... [12:34:54.316] | : . List of 4 [12:34:54.316] | : . $ : language eval(ei, envir) [12:34:54.316] | : . $ : language eval(ei, envir) [12:34:54.316] | : . $ : language nbrOfWorkers() [12:34:54.316] | : . $ : language nbrOfWorkers.NULL() [12:34:54.319] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.319] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:54.319] | : . Number of workers: 1 [12:34:54.319] | : nbrOfWorkers(NULL) ... done nbrOfWorkers: 1 [12:34:54.320] | : nbrOfFreeWorkers(NULL) ... [12:34:54.320] | : . List of 4 [12:34:54.320] | : . $ : language eval(ei, envir) [12:34:54.320] | : . $ : language eval(ei, envir) [12:34:54.320] | : . $ : language nbrOfFreeWorkers() [12:34:54.320] | : . $ : language nbrOfFreeWorkers.NULL() [12:34:54.322] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.322] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:54.323] | : . Number of free workers: NA [12:34:54.323] | : nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers: 1 [12:34:54.323] | : nbrOfFreeWorkers(NULL) ... [12:34:54.324] | : . List of 4 [12:34:54.324] | : . $ : language nbrOfFreeWorkers(background = TRUE) [12:34:54.324] | : . $ : language nbrOfFreeWorkers.logical(background = TRUE) [12:34:54.324] | : . $ : language nbrOfFreeWorkers(NULL, background = force(background), ...) [12:34:54.324] | : . $ : language nbrOfFreeWorkers.NULL(NULL, background = force(background), ...) [12:34:54.326] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.326] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:54.326] | : . Number of free workers: NA [12:34:54.327] | : nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers(background = TRUE): 0 [12:34:54.327] | : plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.328] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:34:54.328] | : . ' all.equal() for FutureStrategyList ... [12:34:54.328] | : . ' , New stack: [12:34:54.329] | : . ' , List of 1 [12:34:54.329] | : . ' , $ :function (..., workers = function () [12:34:54.329] | : . ' , max(1L, future::availableCores() - 1L)) [12:34:54.329] | : . ' , ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:54.329] | : . ' , ..- attr(*, "init")= logi TRUE [12:34:54.329] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:54.329] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:54.329] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.329] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.329] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [12:34:54.329] | : . ' , ..- attr(*, "tweaks")=List of 1 [12:34:54.329] | : . ' , .. ..$ workers:function () [12:34:54.329] | : . ' , ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [12:34:54.329] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:54.334] | : . ' , Old stack: [12:34:54.334] | : . ' , List of 1 [12:34:54.334] | : . ' , $ :function (..., workers = 1L) [12:34:54.334] | : . ' , ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:54.334] | : . ' , ..- attr(*, "init")= chr "done" [12:34:54.334] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:54.334] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:54.334] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.334] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.334] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [12:34:54.334] | : . ' , ..- attr(*, "tweaks")=List of 1 [12:34:54.334] | : . ' , .. ..$ workers: int 1 [12:34:54.334] | : . ' , ..- attr(*, "call")= language plan(strategy, workers = 1L) [12:34:54.334] | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:54.334] | : . ' , .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:54.334] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:54.334] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.334] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:54.341] | : . ' , Not identical [12:34:54.341] | : . ' , all.equal() for future ... [12:34:54.341] | : . ' , ; List of 2 [12:34:54.341] | : . ' , ; $ target :function (..., workers = function () [12:34:54.341] | : . ' , ; max(1L, future::availableCores() - 1L)) [12:34:54.341] | : . ' , ; ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:54.341] | : . ' , ; ..- attr(*, "init")= logi TRUE [12:34:54.341] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:54.341] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:54.341] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.341] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.341] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [12:34:54.341] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [12:34:54.341] | : . ' , ; .. ..$ workers:function () [12:34:54.341] | : . ' , ; ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [12:34:54.341] | : . ' , ; $ current:function (..., workers = 1L) [12:34:54.341] | : . ' , ; ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:54.341] | : . ' , ; ..- attr(*, "init")= chr "done" [12:34:54.341] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:54.341] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:54.341] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.341] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.341] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [12:34:54.341] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [12:34:54.341] | : . ' , ; .. ..$ workers: int 1 [12:34:54.341] | : . ' , ; ..- attr(*, "call")= language plan(strategy, workers = 1L) [12:34:54.341] | : . ' , ; ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:54.341] | : . ' , ; .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:54.341] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:54.341] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.352] | : . ' , ; Formals differ [12:34:54.352] | : . ' , all.equal() for future ... done [12:34:54.352] | : . ' , Future strategies differ at level 1 [12:34:54.353] | : . ' all.equal() for FutureStrategyList ... done [12:34:54.353] | : . ' plan(): Setting new future backend stack: [12:34:54.353] | : . ' List of future strategies: [12:34:54.353] | : . ' 1. multisession: [12:34:54.353] | : . ' - args: function (..., workers = "") [12:34:54.353] | : . ' - tweaked: TRUE [12:34:54.353] | : . ' - call: plan(strategy, workers = allButOneCore) [12:34:54.354] | : . ' List of 1 [12:34:54.354] | : . ' $ :function (..., workers = function () [12:34:54.354] | : . ' max(1L, future::availableCores() - 1L)) [12:34:54.354] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:54.354] | : . ' ..- attr(*, "init")= logi TRUE [12:34:54.354] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:54.354] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:54.354] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.354] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.354] | : . ' ..- attr(*, "untweakable")= chr "persistent" [12:34:54.354] | : . ' ..- attr(*, "tweaks")=List of 1 [12:34:54.354] | : . ' .. ..$ workers:function () [12:34:54.354] | : . ' ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [12:34:54.354] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:54.359] | : . ' plan(): plan_cleanup(<'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [12:34:54.360] | : . ' , plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.360] | : . ' , ; Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [12:34:54.360] | : . ' , plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:54.361] | : . ' , Legacy shutdown of cluster workers ... [12:34:54.361] | : . ' , ; Stopping existing cluster ... [12:34:54.361] | : . ' , ; ` No pre-existing cluster. Skipping [12:34:54.361] | : . ' , ; Stopping existing cluster ... done [12:34:54.362] | : . ' , Legacy shutdown of cluster workers ... done [12:34:54.362] | : . ' plan(): plan_cleanup(<'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [12:34:54.362] | : . ' plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [12:34:54.363] | : . ' , function (..., workers = function () [12:34:54.363] | : . ' , max(1L, future::availableCores() - 1L)) [12:34:54.363] | : . ' , - attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:54.363] | : . ' , - attr(*, "init")= logi TRUE [12:34:54.363] | : . ' , - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:54.363] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:54.363] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.363] | : . ' , - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.363] | : . ' , - attr(*, "untweakable")= chr "persistent" [12:34:54.363] | : . ' , - attr(*, "tweaks")=List of 1 [12:34:54.363] | : . ' , ..$ workers:function () [12:34:54.363] | : . ' , - attr(*, "call")= language plan(strategy, workers = allButOneCore) [12:34:54.368] | : . ' , init: TRUE [12:34:54.368] | : . ' , makeFutureBackend() ... [12:34:54.368] | : . ' , ; Backend function: <'NULL'> [12:34:54.369] | : . ' , ; Evaluator tweak arguments: [n=1] [12:34:54.369] | : . ' , ; List of 1 [12:34:54.369] | : . ' , ; $ workers:function () [12:34:54.370] | : . ' , ; Evaluator formal arguments: [n=1] [12:34:54.370] | : . ' , ; Dotted pair list of 1 [12:34:54.370] | : . ' , ; $ workers:function () [12:34:54.371] | : . ' , ; Arguments passed to the future-backend factory: [n=1] [12:34:54.372] | : . ' , ; List of 1 [12:34:54.372] | : . ' , ; $ workers:function () [12:34:54.373] | : . ' , ; MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:34:54.373] | : . ' , ; ` Arguments: [12:34:54.373] | : . ' , ; ` List of 5 [12:34:54.373] | : . ' , ; ` $ workers :function () [12:34:54.373] | : . ' , ; ` $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:54.373] | : . ' , ; ` $ interrupts : logi TRUE [12:34:54.373] | : . ' , ; ` $ gc : logi FALSE [12:34:54.373] | : . ' , ; ` $ earlySignal : logi FALSE [12:34:54.380] | : . ' , ; MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [12:34:54.380] | : . ' , ; Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:34:54.380] | : . ' , makeFutureBackend() ... done [12:34:54.381] | : . ' plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [12:34:54.381] | : . ' nbrOfWorkers(NULL) ... [12:34:54.381] | : . ' , List of 4 [12:34:54.381] | : . ' , $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:34:54.381] | : . ' , $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:34:54.381] | : . ' , $ : language nbrOfWorkers() [12:34:54.381] | : . ' , $ : language nbrOfWorkers.NULL() [12:34:54.384] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.384] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:54.385] | : . ' , Number of workers: 1 [12:34:54.385] | : . ' nbrOfWorkers(NULL) ... done [12:34:54.385] | : . ' plan(): nbrOfWorkers() = 1 [12:34:54.385] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:34:54.386] | : plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:54.386] | : nbrOfWorkers(NULL) ... [12:34:54.386] | : . List of 4 [12:34:54.386] | : . $ : language eval(ei, envir) [12:34:54.386] | : . $ : language eval(ei, envir) [12:34:54.386] | : . $ : language nbrOfWorkers() [12:34:54.386] | : . $ : language nbrOfWorkers.NULL() [12:34:54.389] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.389] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:54.390] | : . Number of workers: 1 [12:34:54.390] | : nbrOfWorkers(NULL) ... done nbrOfWorkers: 1 [12:34:54.390] | : nbrOfFreeWorkers(NULL) ... [12:34:54.391] | : . List of 4 [12:34:54.391] | : . $ : language eval(ei, envir) [12:34:54.391] | : . $ : language eval(ei, envir) [12:34:54.391] | : . $ : language nbrOfFreeWorkers() [12:34:54.391] | : . $ : language nbrOfFreeWorkers.NULL() [12:34:54.393] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.394] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:54.394] | : . Number of free workers: NA [12:34:54.394] | : nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers: 1 [12:34:54.395] | : nbrOfFreeWorkers(NULL) ... [12:34:54.395] | : . List of 4 [12:34:54.395] | : . $ : language nbrOfFreeWorkers(background = TRUE) [12:34:54.395] | : . $ : language nbrOfFreeWorkers.logical(background = TRUE) [12:34:54.395] | : . $ : language nbrOfFreeWorkers(NULL, background = force(background), ...) [12:34:54.395] | : . $ : language nbrOfFreeWorkers.NULL(NULL, background = force(background), ...) [12:34:54.398] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.398] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:54.399] | : . Number of free workers: NA [12:34:54.399] | : nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers(background = TRUE): 0 > message("Type of future: cluster") Type of future: cluster > workers <- rep("localhost", times = 2) > plan(cluster, workers = workers) [12:34:54.400] | : plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.401] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:34:54.401] | : . ' all.equal() for FutureStrategyList ... [12:34:54.402] | : . ' , New stack: [12:34:54.402] | : . ' , List of 1 [12:34:54.402] | : . ' , $ :function (..., workers = c("localhost", "localhost")) [12:34:54.402] | : . ' , ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:54.402] | : . ' , ..- attr(*, "init")= logi TRUE [12:34:54.402] | : . ' , ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:54.402] | : . ' , earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:34:54.402] | : . ' , .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:54.402] | : . ' , ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:54.402] | : . ' , ..- attr(*, "tweaks")=List of 1 [12:34:54.402] | : . ' , .. ..$ workers: chr [1:2] "localhost" "localhost" [12:34:54.402] | : . ' , ..- attr(*, "call")= language plan(cluster, workers = workers) [12:34:54.402] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:54.408] | : . ' , Old stack: [12:34:54.408] | : . ' , List of 1 [12:34:54.408] | : . ' , $ :function (..., workers = function () [12:34:54.408] | : . ' , max(1L, future::availableCores() - 1L)) [12:34:54.408] | : . ' , ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:54.408] | : . ' , ..- attr(*, "init")= chr "done" [12:34:54.408] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:54.408] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:54.408] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.408] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.408] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [12:34:54.408] | : . ' , ..- attr(*, "tweaks")=List of 1 [12:34:54.408] | : . ' , .. ..$ workers:function () [12:34:54.408] | : . ' , ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [12:34:54.408] | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:54.408] | : . ' , .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:54.408] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:54.408] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.408] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:54.421] | : . ' , Not identical [12:34:54.421] | : . ' , all.equal() for future ... [12:34:54.421] | : . ' , ; List of 2 [12:34:54.421] | : . ' , ; $ target :function (..., workers = c("localhost", "localhost")) [12:34:54.421] | : . ' , ; ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:54.421] | : . ' , ; ..- attr(*, "init")= logi TRUE [12:34:54.421] | : . ' , ; ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:54.421] | : . ' , ; earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:34:54.421] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:54.421] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:54.421] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [12:34:54.421] | : . ' , ; .. ..$ workers: chr [1:2] "localhost" "localhost" [12:34:54.421] | : . ' , ; ..- attr(*, "call")= language plan(cluster, workers = workers) [12:34:54.421] | : . ' , ; $ current:function (..., workers = function () [12:34:54.421] | : . ' , ; max(1L, future::availableCores() - 1L)) [12:34:54.421] | : . ' , ; ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:54.421] | : . ' , ; ..- attr(*, "init")= chr "done" [12:34:54.421] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:54.421] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:54.421] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.421] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.421] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [12:34:54.421] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [12:34:54.421] | : . ' , ; .. ..$ workers:function () [12:34:54.421] | : . ' , ; ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [12:34:54.421] | : . ' , ; ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:54.421] | : . ' , ; .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:54.421] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:54.421] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:54.430] | : . ' , ; Formals differ [12:34:54.430] | : . ' , all.equal() for future ... done [12:34:54.430] | : . ' , Future strategies differ at level 1 [12:34:54.430] | : . ' all.equal() for FutureStrategyList ... done [12:34:54.431] | : . ' plan(): Setting new future backend stack: [12:34:54.431] | : . ' List of future strategies: [12:34:54.431] | : . ' 1. cluster: [12:34:54.431] | : . ' - args: function (..., workers = c("localhost", "localhost")) [12:34:54.431] | : . ' - tweaked: TRUE [12:34:54.431] | : . ' - call: plan(cluster, workers = workers) [12:34:54.431] | : . ' List of 1 [12:34:54.431] | : . ' $ :function (..., workers = c("localhost", "localhost")) [12:34:54.431] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:54.431] | : . ' ..- attr(*, "init")= logi TRUE [12:34:54.431] | : . ' ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:54.431] | : . ' earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:34:54.431] | : . ' .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:54.431] | : . ' ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:54.431] | : . ' ..- attr(*, "tweaks")=List of 1 [12:34:54.431] | : . ' .. ..$ workers: chr [1:2] "localhost" "localhost" [12:34:54.431] | : . ' ..- attr(*, "call")= language plan(cluster, workers = workers) [12:34:54.431] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:54.436] | : . ' plan(): plan_cleanup(<'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [12:34:54.437] | : . ' , plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.437] | : . ' , ; Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [12:34:54.437] | : . ' , plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:54.438] | : . ' , Legacy shutdown of cluster workers ... [12:34:54.438] | : . ' , ; Stopping existing cluster ... [12:34:54.438] | : . ' , ; ` No pre-existing cluster. Skipping [12:34:54.438] | : . ' , ; Stopping existing cluster ... done [12:34:54.439] | : . ' , Legacy shutdown of cluster workers ... done [12:34:54.439] | : . ' plan(): plan_cleanup(<'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [12:34:54.440] | : . ' plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [12:34:54.440] | : . ' , function (..., workers = c("localhost", "localhost")) [12:34:54.440] | : . ' , - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:54.440] | : . ' , - attr(*, "init")= logi TRUE [12:34:54.440] | : . ' , - attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:54.440] | : . ' , earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:34:54.440] | : . ' , ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:54.440] | : . ' , - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:54.440] | : . ' , - attr(*, "tweaks")=List of 1 [12:34:54.440] | : . ' , ..$ workers: chr [1:2] "localhost" "localhost" [12:34:54.440] | : . ' , - attr(*, "call")= language plan(cluster, workers = workers) [12:34:54.445] | : . ' , init: TRUE [12:34:54.446] | : . ' , makeFutureBackend() ... [12:34:54.446] | : . ' , ; Backend function: <'NULL'> [12:34:54.446] | : . ' , ; Evaluator tweak arguments: [n=1] [12:34:54.447] | : . ' , ; List of 1 [12:34:54.447] | : . ' , ; $ workers: chr [1:2] "localhost" "localhost" [12:34:54.448] | : . ' , ; Evaluator formal arguments: [n=1] [12:34:54.448] | : . ' , ; Dotted pair list of 1 [12:34:54.448] | : . ' , ; $ workers: chr [1:2] "localhost" "localhost" [12:34:54.449] | : . ' , ; Arguments passed to the future-backend factory: [n=1] [12:34:54.450] | : . ' , ; List of 1 [12:34:54.450] | : . ' , ; $ workers: chr [1:2] "localhost" "localhost" [12:34:54.451] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = FALSE) ... [12:34:54.451] | : . ' , ; ` workers: [n=2] 'localhost', 'localhost' [12:34:54.452] | : . ' , ; ` getCluster() ... [12:34:54.452] | : . ' , ; ` getCluster() ... done [12:34:54.452] | : . ' , ; ` Stopping existing cluster ... [12:34:54.453] | : . ' , ; ` | No pre-existing cluster. Skipping [12:34:54.453] | : . ' , ; ` Stopping existing cluster ... done [12:34:54.453] | : . ' , ; ` Starting new cluster ... [12:34:54.454] | : . ' , ; ` | makeCluster(workers, ...) ... [12:34:54.454] | : . ' , ; ` | : Arguments: [12:34:54.454] | : . ' , ; ` | : List of 1 [12:34:54.454] | : . ' , ; ` | : $ : chr [1:2] "localhost" "localhost" [12:34:54.455] | : . ' , ; ` | : .makeCluster() ... [12:34:54.456] | : . ' , ; ` | : . workers: 'localhost', 'localhost' [12:34:54.456] | : . ' , ; ` | : . R_FUTURE_PLAN: NA [12:34:54.456] | : . ' , ; ` | : . parallelly::makeClusterPSOCK() arguments: [12:34:54.457] | : . ' , ; ` | : . List of 1 [12:34:54.457] | : . ' , ; ` | : . $ : chr [1:2] "localhost" "localhost" [12:34:54.938] | : . ' , ; ` | : . Generated cluster UUID [12:34:54.938] | : . ' , ; ` | : . Cluster UUID: '6417255575d0371b4e2e2be0861680b6' [12:34:54.939] | : . ' , ; ` | : . Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:54.941] | : . ' , ; ` | : .makeCluster() ... done [12:34:54.942] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:54.944] | : . ' , ; ` | makeCluster(workers, ...) ... done [12:34:54.944] | : . ' , ; ` | Number of workers: 2 [12:34:54.945] | : . ' , ; ` | Workers UUID: '6417255575d0371b4e2e2be0861680b6' [12:34:54.945] | : . ' , ; ` Starting new cluster ... done [12:34:54.945] | : . ' , ; ` Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:34:54.946] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = FALSE) ... done [12:34:54.946] | : . ' , makeFutureBackend() ... done [12:34:54.946] | : . ' , nbrOfWorkers(NULL) ... [12:34:54.946] | : . ' , ; List of 4 [12:34:54.946] | : . ' , ; $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:34:54.946] | : . ' , ; $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:34:54.946] | : . ' , ; $ : language nbrOfWorkers() [12:34:54.946] | : . ' , ; $ : language nbrOfWorkers.NULL() [12:34:54.949] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.949] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:54.950] | : . ' , ; Number of workers: 2 [12:34:54.950] | : . ' , nbrOfWorkers(NULL) ... done [12:34:54.950] | : . ' , plan(): nbrOfWorkers() = 2 [12:34:54.950] | : . ' plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [12:34:54.951] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done > n <- nbrOfWorkers() [12:34:54.951] | : . nbrOfWorkers(NULL) ... [12:34:54.951] | : . ' List of 4 [12:34:54.951] | : . ' $ : language eval(ei, envir) [12:34:54.951] | : . ' $ : language eval(ei, envir) [12:34:54.951] | : . ' $ : language nbrOfWorkers() [12:34:54.951] | : . ' $ : language nbrOfWorkers.NULL() [12:34:54.954] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.954] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:54.954] | : . ' Number of workers: 2 [12:34:54.954] | : . nbrOfWorkers(NULL) ... done > message(sprintf("nbrOfWorkers: %d", n)) nbrOfWorkers: 2 > stopifnot(n == length(workers)) > plan(cluster, workers = allButOneWorker) [12:34:54.955] | : . plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.956] | : . ' plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:34:54.956] | : . ' , all.equal() for FutureStrategyList ... [12:34:54.956] | : . ' , ; New stack: [12:34:54.957] | : . ' , ; List of 1 [12:34:54.957] | : . ' , ; $ :function (..., workers = function () [12:34:54.957] | : . ' , ; { [12:34:54.957] | : . ' , ; w <- future::availableWorkers() [12:34:54.957] | : . ' , ; if (length(w) > 1) [12:34:54.957] | : . ' , ; w[-1] [12:34:54.957] | : . ' , ; else w [12:34:54.957] | : . ' , ; }) [12:34:54.957] | : . ' , ; ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:54.957] | : . ' , ; ..- attr(*, "init")= logi TRUE [12:34:54.957] | : . ' , ; ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:54.957] | : . ' , ; earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:34:54.957] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:54.957] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:54.957] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [12:34:54.957] | : . ' , ; .. ..$ workers:function () [12:34:54.957] | : . ' , ; ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [12:34:54.957] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:54.962] | : . ' , ; Old stack: [12:34:54.962] | : . ' , ; List of 1 [12:34:54.962] | : . ' , ; $ :function (..., workers = c("localhost", "localhost")) [12:34:54.962] | : . ' , ; ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:54.962] | : . ' , ; ..- attr(*, "init")= chr "done" [12:34:54.962] | : . ' , ; ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:54.962] | : . ' , ; earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:34:54.962] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:54.962] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:54.962] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [12:34:54.962] | : . ' , ; .. ..$ workers: chr [1:2] "localhost" "localhost" [12:34:54.962] | : . ' , ; ..- attr(*, "call")= language plan(cluster, workers = workers) [12:34:54.962] | : . ' , ; ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [12:34:54.962] | : . ' , ; .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:54.962] | : . ' , ; earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:34:54.962] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:54.962] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:54.968] | : . ' , ; Not identical [12:34:54.968] | : . ' , ; all.equal() for future ... [12:34:54.969] | : . ' , ; ` List of 2 [12:34:54.969] | : . ' , ; ` $ target :function (..., workers = function () [12:34:54.969] | : . ' , ; ` { [12:34:54.969] | : . ' , ; ` w <- future::availableWorkers() [12:34:54.969] | : . ' , ; ` if (length(w) > 1) [12:34:54.969] | : . ' , ; ` w[-1] [12:34:54.969] | : . ' , ; ` else w [12:34:54.969] | : . ' , ; ` }) [12:34:54.969] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:54.969] | : . ' , ; ` ..- attr(*, "init")= logi TRUE [12:34:54.969] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:54.969] | : . ' , ; ` earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:34:54.969] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:54.969] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:54.969] | : . ' , ; ` ..- attr(*, "tweaks")=List of 1 [12:34:54.969] | : . ' , ; ` .. ..$ workers:function () [12:34:54.969] | : . ' , ; ` ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [12:34:54.969] | : . ' , ; ` $ current:function (..., workers = c("localhost", "localhost")) [12:34:54.969] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:54.969] | : . ' , ; ` ..- attr(*, "init")= chr "done" [12:34:54.969] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:54.969] | : . ' , ; ` earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:34:54.969] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:54.969] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:54.969] | : . ' , ; ` ..- attr(*, "tweaks")=List of 1 [12:34:54.969] | : . ' , ; ` .. ..$ workers: chr [1:2] "localhost" "localhost" [12:34:54.969] | : . ' , ; ` ..- attr(*, "call")= language plan(cluster, workers = workers) [12:34:54.969] | : . ' , ; ` ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [12:34:54.969] | : . ' , ; ` .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:54.969] | : . ' , ; ` earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:34:54.969] | : . ' , ; ` .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:54.979] | : . ' , ; ` Formals differ [12:34:54.980] | : . ' , ; all.equal() for future ... done [12:34:54.980] | : . ' , ; Future strategies differ at level 1 [12:34:54.980] | : . ' , all.equal() for FutureStrategyList ... done [12:34:54.980] | : . ' , plan(): Setting new future backend stack: [12:34:54.981] | : . ' , List of future strategies: [12:34:54.981] | : . ' , 1. cluster: [12:34:54.981] | : . ' , - args: function (..., workers = "") [12:34:54.981] | : . ' , - tweaked: TRUE [12:34:54.981] | : . ' , - call: plan(cluster, workers = allButOneWorker) [12:34:54.982] | : . ' , List of 1 [12:34:54.982] | : . ' , $ :function (..., workers = function () [12:34:54.982] | : . ' , { [12:34:54.982] | : . ' , w <- future::availableWorkers() [12:34:54.982] | : . ' , if (length(w) > 1) [12:34:54.982] | : . ' , w[-1] [12:34:54.982] | : . ' , else w [12:34:54.982] | : . ' , }) [12:34:54.982] | : . ' , ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:54.982] | : . ' , ..- attr(*, "init")= logi TRUE [12:34:54.982] | : . ' , ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:54.982] | : . ' , earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:34:54.982] | : . ' , .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:54.982] | : . ' , ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:54.982] | : . ' , ..- attr(*, "tweaks")=List of 1 [12:34:54.982] | : . ' , .. ..$ workers:function () [12:34:54.982] | : . ' , ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [12:34:54.982] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:54.988] | : . ' , plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [12:34:54.988] | : . ' , ; plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:54.988] | : . ' , ; ` Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [12:34:54.989] | : . ' , ; plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:54.989] | : . ' , ; stopWorkers() for ClusterFutureBackend ... [12:34:54.989] | : . ' , ; ` Interrupt active futures ... [12:34:54.990] | : . ' , ; ` | Number of futures: 0 [12:34:54.990] | : . ' , ; ` Interrupt active futures ... done [12:34:54.991] | : . ' , ; ` Clear future registry ... [12:34:54.991] | : . ' , ; ` Clear future registry ... done [12:34:54.992] | : . ' , ; ` Stop cluster workers ... [12:34:54.992] | : . ' , ; ` | Stopping existing cluster ... [12:34:54.992] | : . ' , ; ` | : Cluster to shut down: [12:34:54.992] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:55.002] | : . ' , ; ` | : Stopped cluster: 'c(TRUE, TRUE)' [12:34:55.044] | : . ' , ; ` | Stopping existing cluster ... done [12:34:55.045] | : . ' , ; ` Stop cluster workers ... done [12:34:55.045] | : . ' , ; stopWorkers() for ClusterFutureBackend ... done [12:34:55.045] | : . ' , ; Legacy shutdown of cluster workers ... [12:34:55.045] | : . ' , ; ` Stopping existing cluster ... [12:34:55.046] | : . ' , ; ` | No pre-existing cluster. Skipping [12:34:55.046] | : . ' , ; ` Stopping existing cluster ... done [12:34:55.046] | : . ' , ; Legacy shutdown of cluster workers ... done [12:34:55.046] | : . ' , plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [12:34:55.046] | : . ' , plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [12:34:55.046] | : . ' , ; function (..., workers = function () [12:34:55.046] | : . ' , ; { [12:34:55.046] | : . ' , ; w <- future::availableWorkers() [12:34:55.046] | : . ' , ; if (length(w) > 1) [12:34:55.046] | : . ' , ; w[-1] [12:34:55.046] | : . ' , ; else w [12:34:55.046] | : . ' , ; }) [12:34:55.046] | : . ' , ; - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:55.046] | : . ' , ; - attr(*, "init")= logi TRUE [12:34:55.046] | : . ' , ; - attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:55.046] | : . ' , ; earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:34:55.046] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:55.046] | : . ' , ; - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:55.046] | : . ' , ; - attr(*, "tweaks")=List of 1 [12:34:55.046] | : . ' , ; ..$ workers:function () [12:34:55.046] | : . ' , ; - attr(*, "call")= language plan(cluster, workers = allButOneWorker) [12:34:55.050] | : . ' , ; init: TRUE [12:34:55.050] | : . ' , ; makeFutureBackend() ... [12:34:55.050] | : . ' , ; ` Backend function: <'NULL'> [12:34:55.051] | : . ' , ; ` Evaluator tweak arguments: [n=1] [12:34:55.051] | : . ' , ; ` List of 1 [12:34:55.051] | : . ' , ; ` $ workers:function () [12:34:55.051] | : . ' , ; ` Evaluator formal arguments: [n=1] [12:34:55.052] | : . ' , ; ` Dotted pair list of 1 [12:34:55.052] | : . ' , ; ` $ workers:function () [12:34:55.052] | : . ' , ; ` Arguments passed to the future-backend factory: [n=1] [12:34:55.053] | : . ' , ; ` List of 1 [12:34:55.053] | : . ' , ; ` $ workers:function () [12:34:55.102] | : . ' , ; ` ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = FALSE) ... [12:34:55.107] | : . ' , ; ` | workers: [n=1] 'localhost' [12:34:55.108] | : . ' , ; ` | getCluster() ... [12:34:55.108] | : . ' , ; ` | getCluster() ... done [12:34:55.108] | : . ' , ; ` | Stopping existing cluster ... [12:34:55.108] | : . ' , ; ` | : No pre-existing cluster. Skipping [12:34:55.108] | : . ' , ; ` | Stopping existing cluster ... done [12:34:55.109] | : . ' , ; ` | Starting new cluster ... [12:34:55.109] | : . ' , ; ` | : makeCluster(workers, ...) ... [12:34:55.109] | : . ' , ; ` | : . Arguments: [12:34:55.110] | : . ' , ; ` | : . List of 1 [12:34:55.110] | : . ' , ; ` | : . $ : chr "localhost" [12:34:55.111] | : . ' , ; ` | : . .makeCluster() ... [12:34:55.112] | : . ' , ; ` | : . ' workers: 'localhost' [12:34:55.112] | : . ' , ; ` | : . ' R_FUTURE_PLAN: NA [12:34:55.112] | : . ' , ; ` | : . ' parallelly::makeClusterPSOCK() arguments: [12:34:55.112] | : . ' , ; ` | : . ' List of 1 [12:34:55.112] | : . ' , ; ` | : . ' $ : chr "localhost" [12:34:55.570] | : . ' , ; ` | : . ' Generated cluster UUID [12:34:55.570] | : . ' , ; ` | : . ' Cluster UUID: '2a1674cd7f2440b52965f5d5e57c4a45' [12:34:55.570] | : . ' , ; ` | : . ' Socket cluster with 1 node on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:55.572] | : . ' , ; ` | : . .makeCluster() ... done [12:34:55.572] | : . ' , ; ` | : . Socket cluster with 1 node on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:55.574] | : . ' , ; ` | : makeCluster(workers, ...) ... done [12:34:55.574] | : . ' , ; ` | : Number of workers: 1 [12:34:55.574] | : . ' , ; ` | : Workers UUID: '2a1674cd7f2440b52965f5d5e57c4a45' [12:34:55.575] | : . ' , ; ` | Starting new cluster ... done [12:34:55.575] | : . ' , ; ` | Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:34:55.575] | : . ' , ; ` ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = FALSE) ... done [12:34:55.575] | : . ' , ; makeFutureBackend() ... done [12:34:55.576] | : . ' , ; nbrOfWorkers(NULL) ... [12:34:55.576] | : . ' , ; ` List of 4 [12:34:55.576] | : . ' , ; ` $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:34:55.576] | : . ' , ; ` $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:34:55.576] | : . ' , ; ` $ : language nbrOfWorkers() [12:34:55.576] | : . ' , ; ` $ : language nbrOfWorkers.NULL() [12:34:55.578] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:55.578] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:55.579] | : . ' , ; ` Number of workers: 1 [12:34:55.579] | : . ' , ; nbrOfWorkers(NULL) ... done [12:34:55.579] | : . ' , ; plan(): nbrOfWorkers() = 1 [12:34:55.579] | : . ' , plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [12:34:55.580] | : . ' plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done > n <- nbrOfWorkers() [12:34:55.580] | : . ' nbrOfWorkers(NULL) ... [12:34:55.580] | : . ' , List of 4 [12:34:55.580] | : . ' , $ : language eval(ei, envir) [12:34:55.580] | : . ' , $ : language eval(ei, envir) [12:34:55.580] | : . ' , $ : language nbrOfWorkers() [12:34:55.580] | : . ' , $ : language nbrOfWorkers.NULL() [12:34:55.582] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:55.583] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:55.583] | : . ' , Number of workers: 1 [12:34:55.583] | : . ' nbrOfWorkers(NULL) ... done > message(sprintf("nbrOfWorkers: %d", n)) nbrOfWorkers: 1 > stopifnot(n == max(1, nworkers - 1)) > message("Type of future: ") Type of future: > foo <- structure(function(...) NULL, class = c("future")) > n <- nbrOfWorkers(foo) [12:34:55.584] | : . ' Backend function: <'NULL'> > message(sprintf("nbrOfWorkers: %g", n)) nbrOfWorkers: Inf > stopifnot(n >= 0, is.infinite(n)) > message("Type of future: cluster with workers = ") Type of future: cluster with workers = > workers <- makeClusterPSOCK(2) > print(workers) Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) > plan(cluster, workers = workers) [12:34:55.888] | : . ' plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:55.889] | : . ' , plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:34:55.889] | : . ' , ; all.equal() for FutureStrategyList ... [12:34:55.889] | : . ' , ; ` New stack: [12:34:55.889] | : . ' , ; ` List of 1 [12:34:55.889] | : . ' , ; ` $ :function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [12:34:55.889] | : . ' , ; ` session_info = list(process = list(pid = 25732L), r = list(platform = "x86_64-w64-mingw32", [12:34:55.889] | : . ' , ; ` arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [12:34:55.889] | : . ' , ; ` status = "Under development (unstable)", major = "4", minor = "6.0", [12:34:55.889] | : . ' , ; ` year = "2026", month = "01", day = "15", `svn rev` = "89304", language = "R", [12:34:55.889] | : . ' , ; ` version.string = "R Under development (unstable) (2026-01-15 r89304 ucrt)", [12:34:55.889] | : . ' , ; ` nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [12:34:55.889] | : . ' , ; ` sysname = "Windows", release = "Server x64", version = "build 20348", [12:34:55.889] | : . ' , ; ` nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [12:34:55.889] | : . ' , ; ` effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [12:34:55.889] | : . ' , ; ` `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [12:34:55.889] | : . ' , ; ` extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [12:34:55.889] | : . ' , ; ` xz = "5.8.1", libdeflate = "1.24", zstd = "1.5.7", PCRE = "10.46 2025-08-27", [12:34:55.889] | : . ' , ; ` ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [12:34:55.889] | : . ' , ; ` readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [12:34:55.889] | : . ' , ; ` tempdir = "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpG4nsdS", libs = c("D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf", [12:34:55.889] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:55.889] | : . ' , ; ` ..- attr(*, "init")= logi TRUE [12:34:55.889] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:55.889] | : . ' , ; ` earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:34:55.889] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:55.889] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:55.889] | : . ' , ; ` ..- attr(*, "tweaks")=List of 1 [12:34:55.889] | : . ' , ; ` .. ..$ workers:List of 2 [12:34:55.889] | : . ' , ; ` .. .. ..$ :List of 4 [12:34:55.889] | : . ' , ; ` .. .. .. ..$ con : 'sockconn' int 5 [12:34:55.889] | : . ' , ; ` .. .. .. .. ..- attr(*, "conn_id")= [12:34:55.889] | : . ' , ; ` .. .. .. ..$ host : chr "localhost" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:55.889] | : . ' , ; ` .. .. .. ..$ rank : int 0 [12:34:55.889] | : . ' , ; ` .. .. .. ..$ session_info:List of 9 [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ process :List of 1 [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ pid: int 25732 [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ r :List of 16 [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ arch : chr "x86_64" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ os : chr "mingw32" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ crt : chr "ucrt" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ status : chr "Under development (unstable)" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ major : chr "4" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ minor : chr "6.0" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ year : chr "2026" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ month : chr "01" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ day : chr "15" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ svn rev : chr "89304" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ language : chr "R" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ os.type : chr "windows" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ system :List of 9 [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ sysname : chr "Windows" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ release : chr "Server x64" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ version : chr "build 20348" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ machine : chr "x86-64" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ login : chr "CRAN" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ user : chr "CRAN" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ effective_user: chr "CRAN" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ l10n :List of 5 [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ MBCS : logi TRUE [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ UTF-8 : logi TRUE [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ Latin-1 : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ codepage : int 65001 [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ system.codepage: int 65001 [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpG4nsdS" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ pkgs : NULL [12:34:55.889] | : . ' , ; ` .. .. .. ..- attr(*, "options")=List of 35 [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ worker : chr "localhost" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ master : chr "localhost" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ port : int 27520 [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ connectTimeout : num 120 [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ timeout : num 120 [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ homogeneous : logi TRUE [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:97580:CRANWI"| __truncated__ [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rscript_envs : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rscript_libs : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rscript_startup : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ methods : logi TRUE [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ useXDR : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ renice : int NA [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rshcmd : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ user : chr(0) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ revtunnel : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rshlogfile : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rshopts : chr(0) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rank : int 0 [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ manual : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ dryrun : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ quiet : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rshcmd_label : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rsh_call : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ localMachine : logi TRUE [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:55.889] | : . ' , ; ` master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:55.889] | : . ' , ; ` 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:55.889] | : . ' , ; ` 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:55.889] | : . ' , ; ` rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:55.889] | : . ' , ; ` "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:55.889] | : . ' , ; ` "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:55.889] | : . ' , ; ` socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:55.889] | : . ' , ; ` "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:55.889] | : . ' , ; ` FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:55.889] | : . ' , ; ` NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:55.889] | : . ' , ; ` NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:55.889] | : . ' , ; ` setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:55.889] | : . ' , ; ` "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:55.889] | : . ' , ; ` FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ arguments :List of 29 [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ worker : chr "localhost" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ master : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ port : int 27520 [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ connectTimeout : num 120 [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ timeout : num 120 [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ rscript : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ homogeneous : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ rscript_args : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ rscript_envs : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ rscript_libs : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ rscript_startup : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ rscript_sh : chr "auto" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ methods : logi TRUE [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ useXDR : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ renice : int NA [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ rshcmd : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ user : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ revtunnel : logi NA [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ rshlogfile : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ rshopts : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ rank : int 1 [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ manual : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ dryrun : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ quiet : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ calls : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:55.889] | : . ' , ; ` .. .. .. ..- attr(*, "calls")=Dotted pair list of 12 [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language source(file.path(path, "run.R")) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language main() [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language testme_run_test(testme) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language makeClusterPSOCK(2L) [12:34:55.889] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:55.889] | : . ' , ; ` .. .. ..$ :List of 4 [12:34:55.889] | : . ' , ; ` .. .. .. ..$ con : 'sockconn' int 6 [12:34:55.889] | : . ' , ; ` .. .. .. .. ..- attr(*, "conn_id")= [12:34:55.889] | : . ' , ; ` .. .. .. ..$ host : chr "localhost" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:55.889] | : . ' , ; ` .. .. .. ..$ rank : int 1 [12:34:55.889] | : . ' , ; ` .. .. .. ..$ session_info:List of 9 [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ process :List of 1 [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ pid: int 17180 [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ r :List of 16 [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ arch : chr "x86_64" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ os : chr "mingw32" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ crt : chr "ucrt" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ status : chr "Under development (unstable)" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ major : chr "4" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ minor : chr "6.0" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ year : chr "2026" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ month : chr "01" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ day : chr "15" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ svn rev : chr "89304" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ language : chr "R" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ os.type : chr "windows" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ system :List of 9 [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ sysname : chr "Windows" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ release : chr "Server x64" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ version : chr "build 20348" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ machine : chr "x86-64" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ login : chr "CRAN" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ user : chr "CRAN" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ effective_user: chr "CRAN" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ l10n :List of 5 [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ MBCS : logi TRUE [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ UTF-8 : logi TRUE [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ Latin-1 : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ codepage : int 65001 [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ system.codepage: int 65001 [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpozEx0S" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ pkgs : NULL [12:34:55.889] | : . ' , ; ` .. .. .. ..- attr(*, "options")=List of 35 [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ worker : chr "localhost" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ master : chr "localhost" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ port : int 27520 [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ connectTimeout : num 120 [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ timeout : num 120 [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ homogeneous : logi TRUE [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:97580:CRANWI"| __truncated__ [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rscript_envs : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rscript_libs : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rscript_startup : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ methods : logi TRUE [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ useXDR : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ renice : int NA [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rshcmd : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ user : chr(0) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ revtunnel : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rshlogfile : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rshopts : chr(0) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rank : int 1 [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ manual : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ dryrun : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ quiet : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rshcmd_label : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ rsh_call : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ localMachine : logi TRUE [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:55.889] | : . ' , ; ` master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:55.889] | : . ' , ; ` 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:55.889] | : . ' , ; ` 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:55.889] | : . ' , ; ` rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:55.889] | : . ' , ; ` "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:55.889] | : . ' , ; ` "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:55.889] | : . ' , ; ` socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:55.889] | : . ' , ; ` "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:55.889] | : . ' , ; ` FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:55.889] | : . ' , ; ` NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:55.889] | : . ' , ; ` NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:55.889] | : . ' , ; ` setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:55.889] | : . ' , ; ` "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:55.889] | : . ' , ; ` FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ arguments :List of 29 [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ worker : chr "localhost" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ master : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ port : int 27520 [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ connectTimeout : num 120 [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ timeout : num 120 [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ rscript : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ homogeneous : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ rscript_args : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ rscript_envs : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ rscript_libs : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ rscript_startup : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ rscript_sh : chr "auto" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ methods : logi TRUE [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ useXDR : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ renice : int NA [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ rshcmd : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ user : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ revtunnel : logi NA [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ rshlogfile : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ rshopts : NULL [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ rank : int 1 [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ manual : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ dryrun : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ quiet : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:55.889] | : . ' , ; ` .. .. .. .. .. ..$ calls : logi FALSE [12:34:55.889] | : . ' , ; ` .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:55.889] | : . ' , ; ` .. .. .. ..- attr(*, "calls")=Dotted pair list of 12 [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language source(file.path(path, "run.R")) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language main() [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language testme_run_test(testme) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [12:34:55.889] | : . ' , ; ` .. .. .. .. ..$ : language makeClusterPSOCK(2L) [12:34:55.889] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:55.889] | : . ' , ; ` .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:34:55.889] | : . ' , ; ` ..- attr(*, "call")= language plan(cluster, workers = workers) [12:34:55.889] | : . ' , ; ` - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:56.060] | : . ' , ; ` Old stack: [12:34:56.060] | : . ' , ; ` List of 1 [12:34:56.060] | : . ' , ; ` $ :function (..., workers = function () [12:34:56.060] | : . ' , ; ` { [12:34:56.060] | : . ' , ; ` w <- future::availableWorkers() [12:34:56.060] | : . ' , ; ` if (length(w) > 1) [12:34:56.060] | : . ' , ; ` w[-1] [12:34:56.060] | : . ' , ; ` else w [12:34:56.060] | : . ' , ; ` }) [12:34:56.060] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:56.060] | : . ' , ; ` ..- attr(*, "init")= chr "done" [12:34:56.060] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:56.060] | : . ' , ; ` earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:34:56.060] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:56.060] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:56.060] | : . ' , ; ` ..- attr(*, "tweaks")=List of 1 [12:34:56.060] | : . ' , ; ` .. ..$ workers:function () [12:34:56.060] | : . ' , ; ` ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [12:34:56.060] | : . ' , ; ` ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [12:34:56.060] | : . ' , ; ` .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:56.060] | : . ' , ; ` earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:34:56.060] | : . ' , ; ` .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:56.060] | : . ' , ; ` - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:56.066] | : . ' , ; ` Not identical [12:34:56.066] | : . ' , ; ` all.equal() for future ... [12:34:56.066] | : . ' , ; ` | List of 2 [12:34:56.066] | : . ' , ; ` | $ target :function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [12:34:56.066] | : . ' , ; ` | session_info = list(process = list(pid = 25732L), r = list(platform = "x86_64-w64-mingw32", [12:34:56.066] | : . ' , ; ` | arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [12:34:56.066] | : . ' , ; ` | status = "Under development (unstable)", major = "4", minor = "6.0", [12:34:56.066] | : . ' , ; ` | year = "2026", month = "01", day = "15", `svn rev` = "89304", language = "R", [12:34:56.066] | : . ' , ; ` | version.string = "R Under development (unstable) (2026-01-15 r89304 ucrt)", [12:34:56.066] | : . ' , ; ` | nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [12:34:56.066] | : . ' , ; ` | sysname = "Windows", release = "Server x64", version = "build 20348", [12:34:56.066] | : . ' , ; ` | nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [12:34:56.066] | : . ' , ; ` | effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [12:34:56.066] | : . ' , ; ` | `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [12:34:56.066] | : . ' , ; ` | extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [12:34:56.066] | : . ' , ; ` | xz = "5.8.1", libdeflate = "1.24", zstd = "1.5.7", PCRE = "10.46 2025-08-27", [12:34:56.066] | : . ' , ; ` | ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [12:34:56.066] | : . ' , ; ` | readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [12:34:56.066] | : . ' , ; ` | tempdir = "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpG4nsdS", libs = c("D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf", [12:34:56.066] | : . ' , ; ` | ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:56.066] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:34:56.066] | : . ' , ; ` | ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:56.066] | : . ' , ; ` | earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:34:56.066] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:56.066] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:56.066] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 1 [12:34:56.066] | : . ' , ; ` | .. ..$ workers:List of 2 [12:34:56.066] | : . ' , ; ` | .. .. ..$ :List of 4 [12:34:56.066] | : . ' , ; ` | .. .. .. ..$ con : 'sockconn' int 5 [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..- attr(*, "conn_id")= [12:34:56.066] | : . ' , ; ` | .. .. .. ..$ host : chr "localhost" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.066] | : . ' , ; ` | .. .. .. ..$ rank : int 0 [12:34:56.066] | : . ' , ; ` | .. .. .. ..$ session_info:List of 9 [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ process :List of 1 [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ pid: int 25732 [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ r :List of 16 [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ arch : chr "x86_64" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ os : chr "mingw32" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ crt : chr "ucrt" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ status : chr "Under development (unstable)" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ major : chr "4" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ minor : chr "6.0" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ year : chr "2026" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ month : chr "01" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ day : chr "15" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ svn rev : chr "89304" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ language : chr "R" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ os.type : chr "windows" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ system :List of 9 [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ sysname : chr "Windows" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ release : chr "Server x64" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ version : chr "build 20348" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ machine : chr "x86-64" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ login : chr "CRAN" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ user : chr "CRAN" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ effective_user: chr "CRAN" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ l10n :List of 5 [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ MBCS : logi TRUE [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ UTF-8 : logi TRUE [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ Latin-1 : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ codepage : int 65001 [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ system.codepage: int 65001 [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpG4nsdS" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ pkgs : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. ..- attr(*, "options")=List of 35 [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ worker : chr "localhost" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ master : chr "localhost" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ port : int 27520 [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ connectTimeout : num 120 [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ timeout : num 120 [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ homogeneous : logi TRUE [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:97580:CRANWI"| __truncated__ [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rscript_envs : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rscript_libs : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rscript_startup : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ methods : logi TRUE [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ useXDR : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ renice : int NA [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rshcmd : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ user : chr(0) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ revtunnel : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rshlogfile : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rshopts : chr(0) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rank : int 0 [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ manual : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ dryrun : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ quiet : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rshcmd_label : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rsh_call : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ localMachine : logi TRUE [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:56.066] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:56.066] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:56.066] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:56.066] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:56.066] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:56.066] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:56.066] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:56.066] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:56.066] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:56.066] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:56.066] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:56.066] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:56.066] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:56.066] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ arguments :List of 29 [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ worker : chr "localhost" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ master : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ port : int 27520 [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ connectTimeout : num 120 [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ timeout : num 120 [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ rscript : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ homogeneous : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_args : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_envs : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_libs : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_startup : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_sh : chr "auto" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ methods : logi TRUE [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ useXDR : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ renice : int NA [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ rshcmd : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ user : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ revtunnel : logi NA [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ rshlogfile : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ rshopts : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ rank : int 1 [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ manual : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ dryrun : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ quiet : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ calls : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:56.066] | : . ' , ; ` | .. .. .. ..- attr(*, "calls")=Dotted pair list of 12 [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language source(file.path(path, "run.R")) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language main() [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language testme_run_test(testme) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language makeClusterPSOCK(2L) [12:34:56.066] | : . ' , ; ` | .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:56.066] | : . ' , ; ` | .. .. ..$ :List of 4 [12:34:56.066] | : . ' , ; ` | .. .. .. ..$ con : 'sockconn' int 6 [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..- attr(*, "conn_id")= [12:34:56.066] | : . ' , ; ` | .. .. .. ..$ host : chr "localhost" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.066] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [12:34:56.066] | : . ' , ; ` | .. .. .. ..$ session_info:List of 9 [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ process :List of 1 [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ pid: int 17180 [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ r :List of 16 [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ arch : chr "x86_64" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ os : chr "mingw32" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ crt : chr "ucrt" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ status : chr "Under development (unstable)" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ major : chr "4" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ minor : chr "6.0" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ year : chr "2026" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ month : chr "01" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ day : chr "15" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ svn rev : chr "89304" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ language : chr "R" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ os.type : chr "windows" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ system :List of 9 [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ sysname : chr "Windows" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ release : chr "Server x64" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ version : chr "build 20348" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ machine : chr "x86-64" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ login : chr "CRAN" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ user : chr "CRAN" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ effective_user: chr "CRAN" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ l10n :List of 5 [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ MBCS : logi TRUE [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ UTF-8 : logi TRUE [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ Latin-1 : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ codepage : int 65001 [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ system.codepage: int 65001 [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpozEx0S" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ pkgs : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. ..- attr(*, "options")=List of 35 [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ worker : chr "localhost" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ master : chr "localhost" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ port : int 27520 [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ connectTimeout : num 120 [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ timeout : num 120 [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ homogeneous : logi TRUE [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:97580:CRANWI"| __truncated__ [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rscript_envs : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rscript_libs : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rscript_startup : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ methods : logi TRUE [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ useXDR : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ renice : int NA [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rshcmd : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ user : chr(0) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ revtunnel : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rshlogfile : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rshopts : chr(0) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rank : int 1 [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ manual : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ dryrun : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ quiet : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rshcmd_label : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ rsh_call : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ localMachine : logi TRUE [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:56.066] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:56.066] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:56.066] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:56.066] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:56.066] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:56.066] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:56.066] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:56.066] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:56.066] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:56.066] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:56.066] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:56.066] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:56.066] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:56.066] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ arguments :List of 29 [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ worker : chr "localhost" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ master : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ port : int 27520 [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ connectTimeout : num 120 [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ timeout : num 120 [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ rscript : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ homogeneous : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_args : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_envs : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_libs : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_startup : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_sh : chr "auto" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ methods : logi TRUE [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ useXDR : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ renice : int NA [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ rshcmd : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ user : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ revtunnel : logi NA [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ rshlogfile : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ rshopts : NULL [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ rank : int 1 [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ manual : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ dryrun : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ quiet : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:56.066] | : . ' , ; ` | .. .. .. .. .. ..$ calls : logi FALSE [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:56.066] | : . ' , ; ` | .. .. .. ..- attr(*, "calls")=Dotted pair list of 12 [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language source(file.path(path, "run.R")) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language main() [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language testme_run_test(testme) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [12:34:56.066] | : . ' , ; ` | .. .. .. .. ..$ : language makeClusterPSOCK(2L) [12:34:56.066] | : . ' , ; ` | .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:56.066] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:34:56.066] | : . ' , ; ` | ..- attr(*, "call")= language plan(cluster, workers = workers) [12:34:56.066] | : . ' , ; ` | $ current:function (..., workers = function () [12:34:56.066] | : . ' , ; ` | { [12:34:56.066] | : . ' , ; ` | w <- future::availableWorkers() [12:34:56.066] | : . ' , ; ` | if (length(w) > 1) [12:34:56.066] | : . ' , ; ` | w[-1] [12:34:56.066] | : . ' , ; ` | else w [12:34:56.066] | : . ' , ; ` | }) [12:34:56.066] | : . ' , ; ` | ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:56.066] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:34:56.066] | : . ' , ; ` | ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:56.066] | : . ' , ; ` | earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:34:56.066] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:56.066] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:56.066] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 1 [12:34:56.066] | : . ' , ; ` | .. ..$ workers:function () [12:34:56.066] | : . ' , ; ` | ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [12:34:56.066] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [12:34:56.066] | : . ' , ; ` | .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:56.066] | : . ' , ; ` | earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:34:56.066] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:56.199] | : . ' , ; ` | Formals differ [12:34:56.200] | : . ' , ; ` all.equal() for future ... done [12:34:56.200] | : . ' , ; ` Future strategies differ at level 1 [12:34:56.200] | : . ' , ; all.equal() for FutureStrategyList ... done [12:34:56.200] | : . ' , ; plan(): Setting new future backend stack: [12:34:56.201] | : . ' , ; List of future strategies: [12:34:56.201] | : . ' , ; 1. cluster: [12:34:56.201] | : . ' , ; - args: function (..., workers = "") [12:34:56.201] | : . ' , ; - tweaked: TRUE [12:34:56.201] | : . ' , ; - call: plan(cluster, workers = workers) [12:34:56.204] | : . ' , ; List of 1 [12:34:56.204] | : . ' , ; $ :function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [12:34:56.204] | : . ' , ; session_info = list(process = list(pid = 25732L), r = list(platform = "x86_64-w64-mingw32", [12:34:56.204] | : . ' , ; arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [12:34:56.204] | : . ' , ; status = "Under development (unstable)", major = "4", minor = "6.0", [12:34:56.204] | : . ' , ; year = "2026", month = "01", day = "15", `svn rev` = "89304", language = "R", [12:34:56.204] | : . ' , ; version.string = "R Under development (unstable) (2026-01-15 r89304 ucrt)", [12:34:56.204] | : . ' , ; nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [12:34:56.204] | : . ' , ; sysname = "Windows", release = "Server x64", version = "build 20348", [12:34:56.204] | : . ' , ; nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [12:34:56.204] | : . ' , ; effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [12:34:56.204] | : . ' , ; `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [12:34:56.204] | : . ' , ; extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [12:34:56.204] | : . ' , ; xz = "5.8.1", libdeflate = "1.24", zstd = "1.5.7", PCRE = "10.46 2025-08-27", [12:34:56.204] | : . ' , ; ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [12:34:56.204] | : . ' , ; readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [12:34:56.204] | : . ' , ; tempdir = "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpG4nsdS", libs = c("D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf", [12:34:56.204] | : . ' , ; ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:56.204] | : . ' , ; ..- attr(*, "init")= logi TRUE [12:34:56.204] | : . ' , ; ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:56.204] | : . ' , ; earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:34:56.204] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:56.204] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:56.204] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [12:34:56.204] | : . ' , ; .. ..$ workers:List of 2 [12:34:56.204] | : . ' , ; .. .. ..$ :List of 4 [12:34:56.204] | : . ' , ; .. .. .. ..$ con : 'sockconn' int 5 [12:34:56.204] | : . ' , ; .. .. .. .. ..- attr(*, "conn_id")= [12:34:56.204] | : . ' , ; .. .. .. ..$ host : chr "localhost" [12:34:56.204] | : . ' , ; .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.204] | : . ' , ; .. .. .. ..$ rank : int 0 [12:34:56.204] | : . ' , ; .. .. .. ..$ session_info:List of 9 [12:34:56.204] | : . ' , ; .. .. .. .. ..$ process :List of 1 [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ pid: int 25732 [12:34:56.204] | : . ' , ; .. .. .. .. ..$ r :List of 16 [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ arch : chr "x86_64" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ os : chr "mingw32" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ crt : chr "ucrt" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ status : chr "Under development (unstable)" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ major : chr "4" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ minor : chr "6.0" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ year : chr "2026" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ month : chr "01" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ day : chr "15" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ svn rev : chr "89304" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ language : chr "R" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ os.type : chr "windows" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ system :List of 9 [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ sysname : chr "Windows" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ release : chr "Server x64" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ version : chr "build 20348" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ machine : chr "x86-64" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ login : chr "CRAN" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ user : chr "CRAN" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ effective_user: chr "CRAN" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ l10n :List of 5 [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ MBCS : logi TRUE [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ UTF-8 : logi TRUE [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ Latin-1 : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ codepage : int 65001 [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ system.codepage: int 65001 [12:34:56.204] | : . ' , ; .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:56.204] | : . ' , ; .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:56.204] | : . ' , ; .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpG4nsdS" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ pkgs : NULL [12:34:56.204] | : . ' , ; .. .. .. ..- attr(*, "options")=List of 35 [12:34:56.204] | : . ' , ; .. .. .. .. ..$ worker : chr "localhost" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.204] | : . ' , ; .. .. .. .. ..$ master : chr "localhost" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ port : int 27520 [12:34:56.204] | : . ' , ; .. .. .. .. ..$ connectTimeout : num 120 [12:34:56.204] | : . ' , ; .. .. .. .. ..$ timeout : num 120 [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ homogeneous : logi TRUE [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:97580:CRANWI"| __truncated__ [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rscript_envs : NULL [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rscript_libs : NULL [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rscript_startup : NULL [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.204] | : . ' , ; .. .. .. .. ..$ methods : logi TRUE [12:34:56.204] | : . ' , ; .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ useXDR : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ renice : int NA [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rshcmd : NULL [12:34:56.204] | : . ' , ; .. .. .. .. ..$ user : chr(0) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ revtunnel : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rshlogfile : NULL [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rshopts : chr(0) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rank : int 0 [12:34:56.204] | : . ' , ; .. .. .. .. ..$ manual : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. ..$ dryrun : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. ..$ quiet : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rshcmd_label : NULL [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rsh_call : NULL [12:34:56.204] | : . ' , ; .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.204] | : . ' , ; .. .. .. .. ..$ localMachine : logi TRUE [12:34:56.204] | : . ' , ; .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:56.204] | : . ' , ; master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:56.204] | : . ' , ; 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:56.204] | : . ' , ; 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:56.204] | : . ' , ; rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:56.204] | : . ' , ; "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:56.204] | : . ' , ; "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:56.204] | : . ' , ; socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:56.204] | : . ' , ; "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:56.204] | : . ' , ; FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:56.204] | : . ' , ; NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:56.204] | : . ' , ; NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:56.204] | : . ' , ; setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:56.204] | : . ' , ; "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:56.204] | : . ' , ; FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ arguments :List of 29 [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ worker : chr "localhost" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ master : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ port : int 27520 [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ connectTimeout : num 120 [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ timeout : num 120 [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ rscript : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ homogeneous : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ rscript_args : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ rscript_envs : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ rscript_libs : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ rscript_startup : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ rscript_sh : chr "auto" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ methods : logi TRUE [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ useXDR : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ renice : int NA [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ rshcmd : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ user : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ revtunnel : logi NA [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ rshlogfile : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ rshopts : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ rank : int 1 [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ manual : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ dryrun : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ quiet : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ calls : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:56.204] | : . ' , ; .. .. .. ..- attr(*, "calls")=Dotted pair list of 12 [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language source(file.path(path, "run.R")) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language main() [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language testme_run_test(testme) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language makeClusterPSOCK(2L) [12:34:56.204] | : . ' , ; .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:56.204] | : . ' , ; .. .. ..$ :List of 4 [12:34:56.204] | : . ' , ; .. .. .. ..$ con : 'sockconn' int 6 [12:34:56.204] | : . ' , ; .. .. .. .. ..- attr(*, "conn_id")= [12:34:56.204] | : . ' , ; .. .. .. ..$ host : chr "localhost" [12:34:56.204] | : . ' , ; .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.204] | : . ' , ; .. .. .. ..$ rank : int 1 [12:34:56.204] | : . ' , ; .. .. .. ..$ session_info:List of 9 [12:34:56.204] | : . ' , ; .. .. .. .. ..$ process :List of 1 [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ pid: int 17180 [12:34:56.204] | : . ' , ; .. .. .. .. ..$ r :List of 16 [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ arch : chr "x86_64" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ os : chr "mingw32" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ crt : chr "ucrt" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ status : chr "Under development (unstable)" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ major : chr "4" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ minor : chr "6.0" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ year : chr "2026" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ month : chr "01" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ day : chr "15" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ svn rev : chr "89304" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ language : chr "R" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ os.type : chr "windows" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ system :List of 9 [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ sysname : chr "Windows" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ release : chr "Server x64" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ version : chr "build 20348" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ machine : chr "x86-64" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ login : chr "CRAN" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ user : chr "CRAN" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ effective_user: chr "CRAN" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ l10n :List of 5 [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ MBCS : logi TRUE [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ UTF-8 : logi TRUE [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ Latin-1 : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ codepage : int 65001 [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ system.codepage: int 65001 [12:34:56.204] | : . ' , ; .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:56.204] | : . ' , ; .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:56.204] | : . ' , ; .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpozEx0S" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ pkgs : NULL [12:34:56.204] | : . ' , ; .. .. .. ..- attr(*, "options")=List of 35 [12:34:56.204] | : . ' , ; .. .. .. .. ..$ worker : chr "localhost" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.204] | : . ' , ; .. .. .. .. ..$ master : chr "localhost" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ port : int 27520 [12:34:56.204] | : . ' , ; .. .. .. .. ..$ connectTimeout : num 120 [12:34:56.204] | : . ' , ; .. .. .. .. ..$ timeout : num 120 [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ homogeneous : logi TRUE [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:97580:CRANWI"| __truncated__ [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rscript_envs : NULL [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rscript_libs : NULL [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rscript_startup : NULL [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.204] | : . ' , ; .. .. .. .. ..$ methods : logi TRUE [12:34:56.204] | : . ' , ; .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ useXDR : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ renice : int NA [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rshcmd : NULL [12:34:56.204] | : . ' , ; .. .. .. .. ..$ user : chr(0) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ revtunnel : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rshlogfile : NULL [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rshopts : chr(0) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rank : int 1 [12:34:56.204] | : . ' , ; .. .. .. .. ..$ manual : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. ..$ dryrun : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. ..$ quiet : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:56.204] | : . ' , ; .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rshcmd_label : NULL [12:34:56.204] | : . ' , ; .. .. .. .. ..$ rsh_call : NULL [12:34:56.204] | : . ' , ; .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.204] | : . ' , ; .. .. .. .. ..$ localMachine : logi TRUE [12:34:56.204] | : . ' , ; .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:56.204] | : . ' , ; master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:56.204] | : . ' , ; 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:56.204] | : . ' , ; 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:56.204] | : . ' , ; rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:56.204] | : . ' , ; "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:56.204] | : . ' , ; "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:56.204] | : . ' , ; socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:56.204] | : . ' , ; "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:56.204] | : . ' , ; FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:56.204] | : . ' , ; NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:56.204] | : . ' , ; NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:56.204] | : . ' , ; setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:56.204] | : . ' , ; "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:56.204] | : . ' , ; FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ arguments :List of 29 [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ worker : chr "localhost" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ master : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ port : int 27520 [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ connectTimeout : num 120 [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ timeout : num 120 [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ rscript : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ homogeneous : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ rscript_args : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ rscript_envs : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ rscript_libs : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ rscript_startup : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ rscript_sh : chr "auto" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ methods : logi TRUE [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ useXDR : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ renice : int NA [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ rshcmd : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ user : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ revtunnel : logi NA [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ rshlogfile : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ rshopts : NULL [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ rank : int 1 [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ manual : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ dryrun : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ quiet : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:56.204] | : . ' , ; .. .. .. .. .. ..$ calls : logi FALSE [12:34:56.204] | : . ' , ; .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:56.204] | : . ' , ; .. .. .. ..- attr(*, "calls")=Dotted pair list of 12 [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language source(file.path(path, "run.R")) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language main() [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language testme_run_test(testme) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [12:34:56.204] | : . ' , ; .. .. .. .. ..$ : language makeClusterPSOCK(2L) [12:34:56.204] | : . ' , ; .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:56.204] | : . ' , ; .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:34:56.204] | : . ' , ; ..- attr(*, "call")= language plan(cluster, workers = workers) [12:34:56.204] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:56.368] | : . ' , ; plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [12:34:56.368] | : . ' , ; ` plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:56.368] | : . ' , ; ` | Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [12:34:56.369] | : . ' , ; ` plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:56.369] | : . ' , ; ` stopWorkers() for ClusterFutureBackend ... [12:34:56.369] | : . ' , ; ` | Interrupt active futures ... [12:34:56.370] | : . ' , ; ` | : Number of futures: 0 [12:34:56.371] | : . ' , ; ` | Interrupt active futures ... done [12:34:56.371] | : . ' , ; ` | Clear future registry ... [12:34:56.372] | : . ' , ; ` | Clear future registry ... done [12:34:56.372] | : . ' , ; ` | Stop cluster workers ... [12:34:56.373] | : . ' , ; ` | : Stopping existing cluster ... [12:34:56.373] | : . ' , ; ` | : . Cluster to shut down: [12:34:56.373] | : . ' , ; ` | : . Socket cluster with 1 node on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:56.382] | : . ' , ; ` | : . Stopped cluster: 'TRUE' [12:34:56.425] | : . ' , ; ` | : Stopping existing cluster ... done [12:34:56.425] | : . ' , ; ` | Stop cluster workers ... done [12:34:56.425] | : . ' , ; ` stopWorkers() for ClusterFutureBackend ... done [12:34:56.426] | : . ' , ; ` Legacy shutdown of cluster workers ... [12:34:56.426] | : . ' , ; ` | Stopping existing cluster ... [12:34:56.426] | : . ' , ; ` | : No pre-existing cluster. Skipping [12:34:56.426] | : . ' , ; ` | Stopping existing cluster ... done [12:34:56.426] | : . ' , ; ` Legacy shutdown of cluster workers ... done [12:34:56.427] | : . ' , ; plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [12:34:56.427] | : . ' , ; plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [12:34:56.427] | : . ' , ; ` function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [12:34:56.427] | : . ' , ; ` session_info = list(process = list(pid = 25732L), r = list(platform = "x86_64-w64-mingw32", [12:34:56.427] | : . ' , ; ` arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [12:34:56.427] | : . ' , ; ` status = "Under development (unstable)", major = "4", minor = "6.0", [12:34:56.427] | : . ' , ; ` year = "2026", month = "01", day = "15", `svn rev` = "89304", language = "R", [12:34:56.427] | : . ' , ; ` version.string = "R Under development (unstable) (2026-01-15 r89304 ucrt)", [12:34:56.427] | : . ' , ; ` nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [12:34:56.427] | : . ' , ; ` sysname = "Windows", release = "Server x64", version = "build 20348", [12:34:56.427] | : . ' , ; ` nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [12:34:56.427] | : . ' , ; ` effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [12:34:56.427] | : . ' , ; ` `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [12:34:56.427] | : . ' , ; ` extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [12:34:56.427] | : . ' , ; ` xz = "5.8.1", libdeflate = "1.24", zstd = "1.5.7", PCRE = "10.46 2025-08-27", [12:34:56.427] | : . ' , ; ` ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [12:34:56.427] | : . ' , ; ` readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [12:34:56.427] | : . ' , ; ` tempdir = "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpG4nsdS", libs = c("D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf", [12:34:56.427] | : . ' , ; ` - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:56.427] | : . ' , ; ` - attr(*, "init")= logi TRUE [12:34:56.427] | : . ' , ; ` - attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:56.427] | : . ' , ; ` earlySignal = FALSE, interrupts = FALSE, persistent = FALSE, ...) [12:34:56.427] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:56.427] | : . ' , ; ` - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:56.427] | : . ' , ; ` - attr(*, "tweaks")=List of 1 [12:34:56.427] | : . ' , ; ` ..$ workers:List of 2 [12:34:56.427] | : . ' , ; ` .. ..$ :List of 4 [12:34:56.427] | : . ' , ; ` .. .. ..$ con : 'sockconn' int 5 [12:34:56.427] | : . ' , ; ` .. .. .. ..- attr(*, "conn_id")= [12:34:56.427] | : . ' , ; ` .. .. ..$ host : chr "localhost" [12:34:56.427] | : . ' , ; ` .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.427] | : . ' , ; ` .. .. ..$ rank : int 0 [12:34:56.427] | : . ' , ; ` .. .. ..$ session_info:List of 9 [12:34:56.427] | : . ' , ; ` .. .. .. ..$ process :List of 1 [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ pid: int 25732 [12:34:56.427] | : . ' , ; ` .. .. .. ..$ r :List of 16 [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ arch : chr "x86_64" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ os : chr "mingw32" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ crt : chr "ucrt" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ status : chr "Under development (unstable)" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ major : chr "4" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ minor : chr "6.0" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ year : chr "2026" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ month : chr "01" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ day : chr "15" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ svn rev : chr "89304" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ language : chr "R" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ os.type : chr "windows" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ system :List of 9 [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ sysname : chr "Windows" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ release : chr "Server x64" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ version : chr "build 20348" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ machine : chr "x86-64" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ login : chr "CRAN" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ user : chr "CRAN" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ effective_user: chr "CRAN" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ l10n :List of 5 [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ MBCS : logi TRUE [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ UTF-8 : logi TRUE [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ Latin-1 : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ codepage : int 65001 [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ system.codepage: int 65001 [12:34:56.427] | : . ' , ; ` .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:56.427] | : . ' , ; ` .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:56.427] | : . ' , ; ` .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpG4nsdS" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ pkgs : NULL [12:34:56.427] | : . ' , ; ` .. .. ..- attr(*, "options")=List of 35 [12:34:56.427] | : . ' , ; ` .. .. .. ..$ worker : chr "localhost" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.427] | : . ' , ; ` .. .. .. ..$ master : chr "localhost" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ port : int 27520 [12:34:56.427] | : . ' , ; ` .. .. .. ..$ connectTimeout : num 120 [12:34:56.427] | : . ' , ; ` .. .. .. ..$ timeout : num 120 [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ homogeneous : logi TRUE [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:97580:CRANWI"| __truncated__ [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rscript_envs : NULL [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rscript_libs : NULL [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rscript_startup : NULL [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.427] | : . ' , ; ` .. .. .. ..$ methods : logi TRUE [12:34:56.427] | : . ' , ; ` .. .. .. ..$ socketOptions : chr "no-delay" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ useXDR : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. ..$ outfile : chr "/dev/null" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ renice : int NA [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rshcmd : NULL [12:34:56.427] | : . ' , ; ` .. .. .. ..$ user : chr(0) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ revtunnel : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rshlogfile : NULL [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rshopts : chr(0) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rank : int 0 [12:34:56.427] | : . ' , ; ` .. .. .. ..$ manual : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. ..$ dryrun : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. ..$ quiet : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. ..$ setup_strategy : chr "parallel" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rshcmd_label : NULL [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rsh_call : NULL [12:34:56.427] | : . ' , ; ` .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.427] | : . ' , ; ` .. .. .. ..$ localMachine : logi TRUE [12:34:56.427] | : . ' , ; ` .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:56.427] | : . ' , ; ` master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:56.427] | : . ' , ; ` 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:56.427] | : . ' , ; ` 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:56.427] | : . ' , ; ` rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:56.427] | : . ' , ; ` "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:56.427] | : . ' , ; ` "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:56.427] | : . ' , ; ` socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:56.427] | : . ' , ; ` "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:56.427] | : . ' , ; ` FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:56.427] | : . ' , ; ` NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:56.427] | : . ' , ; ` NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:56.427] | : . ' , ; ` setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:56.427] | : . ' , ; ` "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:56.427] | : . ' , ; ` FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ arguments :List of 29 [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ worker : chr "localhost" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ master : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ port : int 27520 [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ connectTimeout : num 120 [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ timeout : num 120 [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ rscript : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ homogeneous : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ rscript_args : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ rscript_envs : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ rscript_libs : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ rscript_startup : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ rscript_sh : chr "auto" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ methods : logi TRUE [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ useXDR : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ renice : int NA [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ rshcmd : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ user : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ revtunnel : logi NA [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ rshlogfile : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ rshopts : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ rank : int 1 [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ manual : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ dryrun : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ quiet : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ calls : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:56.427] | : . ' , ; ` .. .. ..- attr(*, "calls")=Dotted pair list of 12 [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language source(file.path(path, "run.R")) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language main() [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language testme_run_test(testme) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language makeClusterPSOCK(2L) [12:34:56.427] | : . ' , ; ` .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:56.427] | : . ' , ; ` .. ..$ :List of 4 [12:34:56.427] | : . ' , ; ` .. .. ..$ con : 'sockconn' int 6 [12:34:56.427] | : . ' , ; ` .. .. .. ..- attr(*, "conn_id")= [12:34:56.427] | : . ' , ; ` .. .. ..$ host : chr "localhost" [12:34:56.427] | : . ' , ; ` .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.427] | : . ' , ; ` .. .. ..$ rank : int 1 [12:34:56.427] | : . ' , ; ` .. .. ..$ session_info:List of 9 [12:34:56.427] | : . ' , ; ` .. .. .. ..$ process :List of 1 [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ pid: int 17180 [12:34:56.427] | : . ' , ; ` .. .. .. ..$ r :List of 16 [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ arch : chr "x86_64" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ os : chr "mingw32" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ crt : chr "ucrt" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ status : chr "Under development (unstable)" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ major : chr "4" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ minor : chr "6.0" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ year : chr "2026" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ month : chr "01" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ day : chr "15" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ svn rev : chr "89304" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ language : chr "R" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ os.type : chr "windows" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ system :List of 9 [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ sysname : chr "Windows" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ release : chr "Server x64" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ version : chr "build 20348" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ machine : chr "x86-64" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ login : chr "CRAN" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ user : chr "CRAN" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ effective_user: chr "CRAN" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ l10n :List of 5 [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ MBCS : logi TRUE [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ UTF-8 : logi TRUE [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ Latin-1 : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ codepage : int 65001 [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ system.codepage: int 65001 [12:34:56.427] | : . ' , ; ` .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:56.427] | : . ' , ; ` .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:56.427] | : . ' , ; ` .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpozEx0S" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ pkgs : NULL [12:34:56.427] | : . ' , ; ` .. .. ..- attr(*, "options")=List of 35 [12:34:56.427] | : . ' , ; ` .. .. .. ..$ worker : chr "localhost" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.427] | : . ' , ; ` .. .. .. ..$ master : chr "localhost" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ port : int 27520 [12:34:56.427] | : . ' , ; ` .. .. .. ..$ connectTimeout : num 120 [12:34:56.427] | : . ' , ; ` .. .. .. ..$ timeout : num 120 [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ homogeneous : logi TRUE [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:97580:CRANWI"| __truncated__ [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rscript_envs : NULL [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rscript_libs : NULL [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rscript_startup : NULL [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.427] | : . ' , ; ` .. .. .. ..$ methods : logi TRUE [12:34:56.427] | : . ' , ; ` .. .. .. ..$ socketOptions : chr "no-delay" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ useXDR : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. ..$ outfile : chr "/dev/null" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ renice : int NA [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rshcmd : NULL [12:34:56.427] | : . ' , ; ` .. .. .. ..$ user : chr(0) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ revtunnel : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rshlogfile : NULL [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rshopts : chr(0) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rank : int 1 [12:34:56.427] | : . ' , ; ` .. .. .. ..$ manual : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. ..$ dryrun : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. ..$ quiet : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. ..$ setup_strategy : chr "parallel" [12:34:56.427] | : . ' , ; ` .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rshcmd_label : NULL [12:34:56.427] | : . ' , ; ` .. .. .. ..$ rsh_call : NULL [12:34:56.427] | : . ' , ; ` .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.427] | : . ' , ; ` .. .. .. ..$ localMachine : logi TRUE [12:34:56.427] | : . ' , ; ` .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:56.427] | : . ' , ; ` master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:56.427] | : . ' , ; ` 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:56.427] | : . ' , ; ` 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:56.427] | : . ' , ; ` rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:56.427] | : . ' , ; ` "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:56.427] | : . ' , ; ` "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:56.427] | : . ' , ; ` socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:56.427] | : . ' , ; ` "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:56.427] | : . ' , ; ` FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:56.427] | : . ' , ; ` NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:56.427] | : . ' , ; ` NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:56.427] | : . ' , ; ` setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:56.427] | : . ' , ; ` "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:56.427] | : . ' , ; ` FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ arguments :List of 29 [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ worker : chr "localhost" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ master : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ port : int 27520 [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ connectTimeout : num 120 [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ timeout : num 120 [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ rscript : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ homogeneous : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ rscript_args : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ rscript_envs : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ rscript_libs : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ rscript_startup : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ rscript_sh : chr "auto" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ methods : logi TRUE [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ useXDR : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ renice : int NA [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ rshcmd : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ user : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ revtunnel : logi NA [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ rshlogfile : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ rshopts : NULL [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ rank : int 1 [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ manual : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ dryrun : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ quiet : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:56.427] | : . ' , ; ` .. .. .. .. ..$ calls : logi FALSE [12:34:56.427] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:56.427] | : . ' , ; ` .. .. ..- attr(*, "calls")=Dotted pair list of 12 [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language source(file.path(path, "run.R")) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language main() [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language testme_run_test(testme) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [12:34:56.427] | : . ' , ; ` .. .. .. ..$ : language makeClusterPSOCK(2L) [12:34:56.427] | : . ' , ; ` .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:56.427] | : . ' , ; ` .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:34:56.427] | : . ' , ; ` - attr(*, "call")= language plan(cluster, workers = workers) [12:34:56.576] | : . ' , ; ` init: TRUE [12:34:56.576] | : . ' , ; ` makeFutureBackend() ... [12:34:56.577] | : . ' , ; ` | Backend function: <'NULL'> [12:34:56.577] | : . ' , ; ` | Evaluator tweak arguments: [n=1] [12:34:56.577] | : . ' , ; ` | List of 1 [12:34:56.577] | : . ' , ; ` | $ workers:List of 2 [12:34:56.577] | : . ' , ; ` | ..$ :List of 4 [12:34:56.577] | : . ' , ; ` | .. ..$ con : 'sockconn' int 5 [12:34:56.577] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [12:34:56.577] | : . ' , ; ` | .. ..$ host : chr "localhost" [12:34:56.577] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.577] | : . ' , ; ` | .. ..$ rank : int 0 [12:34:56.577] | : . ' , ; ` | .. ..$ session_info:List of 9 [12:34:56.577] | : . ' , ; ` | .. .. ..$ process :List of 1 [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ pid: int 25732 [12:34:56.577] | : . ' , ; ` | .. .. ..$ r :List of 16 [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ year : chr "2026" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ month : chr "01" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ day : chr "15" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "89304" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [12:34:56.577] | : . ' , ; ` | .. .. ..$ system :List of 9 [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:56.577] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [12:34:56.577] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:56.577] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:56.577] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:56.577] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpG4nsdS" [12:34:56.577] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:56.577] | : . ' , ; ` | .. .. ..$ pkgs : NULL [12:34:56.577] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [12:34:56.577] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [12:34:56.577] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.577] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [12:34:56.577] | : . ' , ; ` | .. .. ..$ port : int 27520 [12:34:56.577] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [12:34:56.577] | : . ' , ; ` | .. .. ..$ timeout : num 120 [12:34:56.577] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:56.577] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [12:34:56.577] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:97580:CRANWI"| __truncated__ [12:34:56.577] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [12:34:56.577] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [12:34:56.577] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [12:34:56.577] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:56.577] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.577] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [12:34:56.577] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [12:34:56.577] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [12:34:56.577] | : . ' , ; ` | .. .. ..$ renice : int NA [12:34:56.577] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [12:34:56.577] | : . ' , ; ` | .. .. ..$ user : chr(0) [12:34:56.577] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [12:34:56.577] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [12:34:56.577] | : . ' , ; ` | .. .. ..$ rank : int 0 [12:34:56.577] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [12:34:56.577] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.577] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [12:34:56.577] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [12:34:56.577] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.577] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [12:34:56.577] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:56.577] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:56.577] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:56.577] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:56.577] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:56.577] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:56.577] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:56.577] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:56.577] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:56.577] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:56.577] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:56.577] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:56.577] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:56.577] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:56.577] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:56.577] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ master : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ port : int 27520 [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ renice : int NA [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ user : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:56.577] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 12 [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language main() [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language testme_run_test(testme) [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [12:34:56.577] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:56.577] | : . ' , ; ` | ..$ :List of 4 [12:34:56.577] | : . ' , ; ` | .. ..$ con : 'sockconn' int 6 [12:34:56.577] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [12:34:56.577] | : . ' , ; ` | .. ..$ host : chr "localhost" [12:34:56.577] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.577] | : . ' , ; ` | .. ..$ rank : int 1 [12:34:56.577] | : . ' , ; ` | .. ..$ session_info:List of 9 [12:34:56.577] | : . ' , ; ` | .. .. ..$ process :List of 1 [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ pid: int 17180 [12:34:56.577] | : . ' , ; ` | .. .. ..$ r :List of 16 [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ year : chr "2026" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ month : chr "01" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ day : chr "15" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "89304" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [12:34:56.577] | : . ' , ; ` | .. .. ..$ system :List of 9 [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:56.577] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [12:34:56.577] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:56.577] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:56.577] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:56.577] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpozEx0S" [12:34:56.577] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:56.577] | : . ' , ; ` | .. .. ..$ pkgs : NULL [12:34:56.577] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [12:34:56.577] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [12:34:56.577] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.577] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [12:34:56.577] | : . ' , ; ` | .. .. ..$ port : int 27520 [12:34:56.577] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [12:34:56.577] | : . ' , ; ` | .. .. ..$ timeout : num 120 [12:34:56.577] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:56.577] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [12:34:56.577] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:97580:CRANWI"| __truncated__ [12:34:56.577] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [12:34:56.577] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [12:34:56.577] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [12:34:56.577] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:56.577] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.577] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [12:34:56.577] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [12:34:56.577] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [12:34:56.577] | : . ' , ; ` | .. .. ..$ renice : int NA [12:34:56.577] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [12:34:56.577] | : . ' , ; ` | .. .. ..$ user : chr(0) [12:34:56.577] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [12:34:56.577] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [12:34:56.577] | : . ' , ; ` | .. .. ..$ rank : int 1 [12:34:56.577] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [12:34:56.577] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.577] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [12:34:56.577] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [12:34:56.577] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.577] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [12:34:56.577] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:56.577] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:56.577] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:56.577] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:56.577] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:56.577] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:56.577] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:56.577] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:56.577] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:56.577] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:56.577] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:56.577] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:56.577] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:56.577] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:56.577] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:56.577] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ master : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ port : int 27520 [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ renice : int NA [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ user : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [12:34:56.577] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [12:34:56.577] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:56.577] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 12 [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language main() [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language testme_run_test(testme) [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.577] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [12:34:56.577] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:56.577] | : . ' , ; ` | ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:34:56.736] | : . ' , ; ` | Evaluator formal arguments: [n=1] [12:34:56.736] | : . ' , ; ` | Dotted pair list of 1 [12:34:56.736] | : . ' , ; ` | $ workers:List of 2 [12:34:56.736] | : . ' , ; ` | ..$ :List of 4 [12:34:56.736] | : . ' , ; ` | .. ..$ con : 'sockconn' int 5 [12:34:56.736] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [12:34:56.736] | : . ' , ; ` | .. ..$ host : chr "localhost" [12:34:56.736] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.736] | : . ' , ; ` | .. ..$ rank : int 0 [12:34:56.736] | : . ' , ; ` | .. ..$ session_info:List of 9 [12:34:56.736] | : . ' , ; ` | .. .. ..$ process :List of 1 [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ pid: int 25732 [12:34:56.736] | : . ' , ; ` | .. .. ..$ r :List of 16 [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ year : chr "2026" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ month : chr "01" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ day : chr "15" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "89304" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [12:34:56.736] | : . ' , ; ` | .. .. ..$ system :List of 9 [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:56.736] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [12:34:56.736] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:56.736] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:56.736] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:56.736] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpG4nsdS" [12:34:56.736] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:56.736] | : . ' , ; ` | .. .. ..$ pkgs : NULL [12:34:56.736] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [12:34:56.736] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [12:34:56.736] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.736] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [12:34:56.736] | : . ' , ; ` | .. .. ..$ port : int 27520 [12:34:56.736] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [12:34:56.736] | : . ' , ; ` | .. .. ..$ timeout : num 120 [12:34:56.736] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:56.736] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [12:34:56.736] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:97580:CRANWI"| __truncated__ [12:34:56.736] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [12:34:56.736] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [12:34:56.736] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [12:34:56.736] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:56.736] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.736] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [12:34:56.736] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [12:34:56.736] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [12:34:56.736] | : . ' , ; ` | .. .. ..$ renice : int NA [12:34:56.736] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [12:34:56.736] | : . ' , ; ` | .. .. ..$ user : chr(0) [12:34:56.736] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [12:34:56.736] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [12:34:56.736] | : . ' , ; ` | .. .. ..$ rank : int 0 [12:34:56.736] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [12:34:56.736] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.736] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [12:34:56.736] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [12:34:56.736] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.736] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [12:34:56.736] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:56.736] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:56.736] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:56.736] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:56.736] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:56.736] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:56.736] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:56.736] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:56.736] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:56.736] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:56.736] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:56.736] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:56.736] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:56.736] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:56.736] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:56.736] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ master : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ port : int 27520 [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ renice : int NA [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ user : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:56.736] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 12 [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language main() [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language testme_run_test(testme) [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [12:34:56.736] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:56.736] | : . ' , ; ` | ..$ :List of 4 [12:34:56.736] | : . ' , ; ` | .. ..$ con : 'sockconn' int 6 [12:34:56.736] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [12:34:56.736] | : . ' , ; ` | .. ..$ host : chr "localhost" [12:34:56.736] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.736] | : . ' , ; ` | .. ..$ rank : int 1 [12:34:56.736] | : . ' , ; ` | .. ..$ session_info:List of 9 [12:34:56.736] | : . ' , ; ` | .. .. ..$ process :List of 1 [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ pid: int 17180 [12:34:56.736] | : . ' , ; ` | .. .. ..$ r :List of 16 [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ year : chr "2026" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ month : chr "01" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ day : chr "15" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "89304" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [12:34:56.736] | : . ' , ; ` | .. .. ..$ system :List of 9 [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:56.736] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [12:34:56.736] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:56.736] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:56.736] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:56.736] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpozEx0S" [12:34:56.736] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:56.736] | : . ' , ; ` | .. .. ..$ pkgs : NULL [12:34:56.736] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [12:34:56.736] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [12:34:56.736] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.736] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [12:34:56.736] | : . ' , ; ` | .. .. ..$ port : int 27520 [12:34:56.736] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [12:34:56.736] | : . ' , ; ` | .. .. ..$ timeout : num 120 [12:34:56.736] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:56.736] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [12:34:56.736] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:97580:CRANWI"| __truncated__ [12:34:56.736] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [12:34:56.736] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [12:34:56.736] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [12:34:56.736] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:56.736] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.736] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [12:34:56.736] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [12:34:56.736] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [12:34:56.736] | : . ' , ; ` | .. .. ..$ renice : int NA [12:34:56.736] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [12:34:56.736] | : . ' , ; ` | .. .. ..$ user : chr(0) [12:34:56.736] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [12:34:56.736] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [12:34:56.736] | : . ' , ; ` | .. .. ..$ rank : int 1 [12:34:56.736] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [12:34:56.736] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.736] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [12:34:56.736] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [12:34:56.736] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.736] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [12:34:56.736] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:56.736] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:56.736] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:56.736] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:56.736] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:56.736] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:56.736] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:56.736] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:56.736] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:56.736] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:56.736] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:56.736] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:56.736] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:56.736] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:56.736] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:56.736] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ master : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ port : int 27520 [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ renice : int NA [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ user : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [12:34:56.736] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [12:34:56.736] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:56.736] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 12 [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language main() [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language testme_run_test(testme) [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.736] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [12:34:56.736] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:56.736] | : . ' , ; ` | ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:34:56.911] | : . ' , ; ` | Arguments passed to the future-backend factory: [n=1] [12:34:56.911] | : . ' , ; ` | List of 1 [12:34:56.911] | : . ' , ; ` | $ workers:List of 2 [12:34:56.911] | : . ' , ; ` | ..$ :List of 4 [12:34:56.911] | : . ' , ; ` | .. ..$ con : 'sockconn' int 5 [12:34:56.911] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [12:34:56.911] | : . ' , ; ` | .. ..$ host : chr "localhost" [12:34:56.911] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.911] | : . ' , ; ` | .. ..$ rank : int 0 [12:34:56.911] | : . ' , ; ` | .. ..$ session_info:List of 9 [12:34:56.911] | : . ' , ; ` | .. .. ..$ process :List of 1 [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ pid: int 25732 [12:34:56.911] | : . ' , ; ` | .. .. ..$ r :List of 16 [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ year : chr "2026" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ month : chr "01" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ day : chr "15" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "89304" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [12:34:56.911] | : . ' , ; ` | .. .. ..$ system :List of 9 [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:56.911] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [12:34:56.911] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:56.911] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:56.911] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:56.911] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpG4nsdS" [12:34:56.911] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:56.911] | : . ' , ; ` | .. .. ..$ pkgs : NULL [12:34:56.911] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [12:34:56.911] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [12:34:56.911] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.911] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [12:34:56.911] | : . ' , ; ` | .. .. ..$ port : int 27520 [12:34:56.911] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [12:34:56.911] | : . ' , ; ` | .. .. ..$ timeout : num 120 [12:34:56.911] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:56.911] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [12:34:56.911] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:97580:CRANWI"| __truncated__ [12:34:56.911] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [12:34:56.911] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [12:34:56.911] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [12:34:56.911] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:56.911] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.911] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [12:34:56.911] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [12:34:56.911] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [12:34:56.911] | : . ' , ; ` | .. .. ..$ renice : int NA [12:34:56.911] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [12:34:56.911] | : . ' , ; ` | .. .. ..$ user : chr(0) [12:34:56.911] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [12:34:56.911] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [12:34:56.911] | : . ' , ; ` | .. .. ..$ rank : int 0 [12:34:56.911] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [12:34:56.911] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.911] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [12:34:56.911] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [12:34:56.911] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.911] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [12:34:56.911] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:56.911] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:56.911] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:56.911] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:56.911] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:56.911] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:56.911] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:56.911] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:56.911] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:56.911] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:56.911] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:56.911] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:56.911] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:56.911] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:56.911] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:56.911] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ master : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ port : int 27520 [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ renice : int NA [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ user : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:56.911] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 12 [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language main() [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language testme_run_test(testme) [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [12:34:56.911] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:56.911] | : . ' , ; ` | ..$ :List of 4 [12:34:56.911] | : . ' , ; ` | .. ..$ con : 'sockconn' int 6 [12:34:56.911] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [12:34:56.911] | : . ' , ; ` | .. ..$ host : chr "localhost" [12:34:56.911] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.911] | : . ' , ; ` | .. ..$ rank : int 1 [12:34:56.911] | : . ' , ; ` | .. ..$ session_info:List of 9 [12:34:56.911] | : . ' , ; ` | .. .. ..$ process :List of 1 [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ pid: int 17180 [12:34:56.911] | : . ' , ; ` | .. .. ..$ r :List of 16 [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ year : chr "2026" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ month : chr "01" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ day : chr "15" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "89304" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [12:34:56.911] | : . ' , ; ` | .. .. ..$ system :List of 9 [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:56.911] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [12:34:56.911] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:56.911] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:56.911] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:56.911] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2026_01_16_12_30_17_22682\\RtmpozEx0S" [12:34:56.911] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:56.911] | : . ' , ; ` | .. .. ..$ pkgs : NULL [12:34:56.911] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [12:34:56.911] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [12:34:56.911] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:56.911] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [12:34:56.911] | : . ' , ; ` | .. .. ..$ port : int 27520 [12:34:56.911] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [12:34:56.911] | : . ' , ; ` | .. .. ..$ timeout : num 120 [12:34:56.911] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:56.911] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [12:34:56.911] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:97580:CRANWI"| __truncated__ [12:34:56.911] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [12:34:56.911] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [12:34:56.911] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [12:34:56.911] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:56.911] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.911] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [12:34:56.911] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [12:34:56.911] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [12:34:56.911] | : . ' , ; ` | .. .. ..$ renice : int NA [12:34:56.911] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [12:34:56.911] | : . ' , ; ` | .. .. ..$ user : chr(0) [12:34:56.911] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [12:34:56.911] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [12:34:56.911] | : . ' , ; ` | .. .. ..$ rank : int 1 [12:34:56.911] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [12:34:56.911] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.911] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [12:34:56.911] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [12:34:56.911] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:56.911] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [12:34:56.911] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:56.911] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:56.911] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:56.911] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:56.911] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:56.911] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:56.911] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:56.911] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:56.911] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:56.911] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:56.911] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:56.911] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:56.911] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:56.911] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:56.911] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:56.911] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ master : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ port : int 27520 [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ renice : int NA [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ user : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [12:34:56.911] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [12:34:56.911] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:56.911] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 12 [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language main() [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language testme_run_test(testme) [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:56.911] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [12:34:56.911] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:56.911] | : . ' , ; ` | ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:34:57.087] | : . ' , ; ` | ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = FALSE) ... [12:34:57.087] | : . ' , ; ` | : Stopping existing cluster ... [12:34:57.088] | : . ' , ; ` | : . No pre-existing cluster. Skipping [12:34:57.088] | : . ' , ; ` | : Stopping existing cluster ... done [12:34:57.089] | : . ' , ; ` | : Number of workers: 2 [12:34:57.119] | : . ' , ; ` | : Generated workers UUID [12:34:57.119] | : . ' , ; ` | : Workers UUID: 'b74b4fc3361d1102ebe419e33c4df80e' [12:34:57.120] | : . ' , ; ` | ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = FALSE) ... done [12:34:57.120] | : . ' , ; ` | Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:34:57.121] | : . ' , ; ` makeFutureBackend() ... done [12:34:57.121] | : . ' , ; plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [12:34:57.122] | : . ' , ; nbrOfWorkers(NULL) ... [12:34:57.122] | : . ' , ; ` List of 4 [12:34:57.122] | : . ' , ; ` $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:34:57.122] | : . ' , ; ` $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:34:57.122] | : . ' , ; ` $ : language nbrOfWorkers() [12:34:57.122] | : . ' , ; ` $ : language nbrOfWorkers.NULL() [12:34:57.126] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:57.126] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:57.127] | : . ' , ; ` Number of workers: 2 [12:34:57.127] | : . ' , ; nbrOfWorkers(NULL) ... done [12:34:57.127] | : . ' , ; plan(): nbrOfWorkers() = 2 [12:34:57.128] | : . ' , plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:34:57.128] | : . ' plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > n <- nbrOfWorkers() [12:34:57.129] | : . ' nbrOfWorkers(NULL) ... [12:34:57.129] | : . ' , List of 4 [12:34:57.129] | : . ' , $ : language eval(ei, envir) [12:34:57.129] | : . ' , $ : language eval(ei, envir) [12:34:57.129] | : . ' , $ : language nbrOfWorkers() [12:34:57.129] | : . ' , $ : language nbrOfWorkers.NULL() [12:34:57.132] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:57.133] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:57.133] | : . ' , Number of workers: 2 [12:34:57.133] | : . ' nbrOfWorkers(NULL) ... done > message(sprintf("nbrOfWorkers: %g", n)) nbrOfWorkers: 2 > stopifnot(n == length(workers)) > parallel::stopCluster(workers) > message("*** nbrOfWorkers() ... DONE") *** nbrOfWorkers() ... DONE Failed to undo environment variables: - Expected environment variables: [n=217] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CV_Instance001', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TETRAD_DIR', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_BIBENTRIES_CITED_NOT_SHOWN_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_RELATIVE_PATHS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2026_01_16_12_30_17_22682' Test time: user.self=2s, sys.self=0.2s, elapsed=5s, user.child=NAs, sys.child=NAs Test 'nbrOfWorkers' ... success > > proc.time() user system elapsed 2.85 0.23 5.62