R Under development (unstable) (2025-11-15 r89024 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > ## 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' ... Sourcing 9 prologue scripts ... 01/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/001.load.R' 02/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/002.record-state.R' 03/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/030.imports.R' 04/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/050.utils.R' 05/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/090.context.R' 06/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/090.options.R' 07/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/091.envvars.R' 08/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/099.future-setup.R' 09/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/995.detrius-connections.R' Sourcing 9 prologue scripts ... done Running test script: 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/test-nbrOfWorkers.R' > library(future) [23:14:32.991] Option 'future.startup.script': TRUE [23:14:32.993] Future startup scripts considered: '.future.R', '~/.future.R' [23:14:32.994] 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 [23:14:33.013] Backend function: <'NULL'> nbrOfWorkers: 1 [23:14:33.014] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:33.015] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:14:33.015] | : all.equal() for FutureStrategyList ... [23:14:33.016] | : . New stack: [23:14:33.016] | : . List of 1 [23:14:33.016] | : . $ :function (..., envir = parent.frame()) [23:14:33.016] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:14:33.016] | : . ..- attr(*, "init")= logi TRUE [23:14:33.016] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:14:33.016] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:14:33.016] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:14:33.016] | : . ..- attr(*, "call")= language plan(strategy) [23:14:33.016] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:14:33.029] | : . Old stack: [23:14:33.029] | : . List of 1 [23:14:33.029] | : . $ :function (..., envir = parent.frame()) [23:14:33.029] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:14:33.029] | : . ..- attr(*, "init")= logi TRUE [23:14:33.029] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:14:33.029] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:14:33.029] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:14:33.029] | : . ..- attr(*, "call")= language plan(sequential) [23:14:33.029] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:14:33.035] | : . Not identical [23:14:33.035] | : . all.equal() for future ... [23:14:33.036] | : . ' List of 2 [23:14:33.036] | : . ' $ target :function (..., envir = parent.frame()) [23:14:33.036] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:14:33.036] | : . ' ..- attr(*, "init")= logi TRUE [23:14:33.036] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:14:33.036] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:14:33.036] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:14:33.036] | : . ' ..- attr(*, "call")= language plan(strategy) [23:14:33.036] | : . ' $ current:function (..., envir = parent.frame()) [23:14:33.036] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:14:33.036] | : . ' ..- attr(*, "init")= logi TRUE [23:14:33.036] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:14:33.036] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:14:33.036] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:14:33.036] | : . ' ..- attr(*, "call")= language plan(sequential) [23:14:33.047] | : . all.equal() for future ... done [23:14:33.047] | : all.equal() for FutureStrategyList ... done [23:14:33.047] | : plan(): Skip setting new future backend stack because it is the same as the current one: [23:14:33.048] | : List of future strategies: [23:14:33.048] | : 1. sequential: [23:14:33.048] | : - args: function (..., envir = parent.frame(), workers = "") [23:14:33.048] | : - tweaked: FALSE [23:14:33.048] | : - call: plan(sequential) [23:14:33.049] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [23:14:33.049] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:33.050] nbrOfWorkers(NULL) ... [23:14:33.050] | List of 4 [23:14:33.050] | $ : language eval(ei, envir) [23:14:33.050] | $ : language eval(ei, envir) [23:14:33.050] | $ : language nbrOfWorkers() [23:14:33.050] | $ : language nbrOfWorkers.NULL() [23:14:33.054] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:33.054] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [23:14:33.054] | : . function (..., envir = parent.frame()) [23:14:33.054] | : . - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:14:33.054] | : . - attr(*, "init")= logi TRUE [23:14:33.054] | : . - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:14:33.054] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:14:33.054] | : . - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:14:33.054] | : . - attr(*, "call")= language plan(sequential) [23:14:33.058] | : . init: TRUE [23:14:33.059] | : . makeFutureBackend() ... [23:14:33.059] | : . ' Backend function: <'NULL'> [23:14:33.059] | : . ' Evaluator tweak arguments: [n=0] [23:14:33.059] | : . ' list() [23:14:33.060] | : . ' Evaluator formal arguments: [n=0] [23:14:33.060] | : . ' NULL [23:14:33.060] | : . ' Arguments passed to the future-backend factory: [n=0] [23:14:33.061] | : . ' list() [23:14:33.061] | : . ' Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [23:14:33.062] | : . makeFutureBackend() ... done [23:14:33.062] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [23:14:33.063] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:33.063] | Number of workers: 1 [23:14:33.063] nbrOfWorkers(NULL) ... done nbrOfWorkers: 1 [23:14:33.064] nbrOfFreeWorkers(NULL) ... [23:14:33.064] | List of 4 [23:14:33.064] | $ : language eval(ei, envir) [23:14:33.064] | $ : language eval(ei, envir) [23:14:33.064] | $ : language nbrOfFreeWorkers() [23:14:33.064] | $ : language nbrOfFreeWorkers.NULL() [23:14:33.071] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:33.071] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:33.071] | Number of free workers: NA [23:14:33.072] nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers: 1 [23:14:33.072] nbrOfFreeWorkers(NULL) ... [23:14:33.073] | List of 4 [23:14:33.073] | $ : language nbrOfFreeWorkers(background = TRUE) [23:14:33.073] | $ : language nbrOfFreeWorkers.logical(background = TRUE) [23:14:33.073] | $ : language nbrOfFreeWorkers(NULL, background = force(background), ...) [23:14:33.073] | $ : language nbrOfFreeWorkers.NULL(NULL, background = force(background), ...) [23:14:33.076] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:33.076] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:33.077] | Number of free workers: NA [23:14:33.077] 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 [23:14:33.118] Backend function: <'NULL'> [23:14:33.118] MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [23:14:33.118] | Arguments: [23:14:33.118] | List of 5 [23:14:33.118] | $ workers : Named int 2 [23:14:33.118] | ..- attr(*, "names")= chr "mc.cores" [23:14:33.118] | $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:33.118] | $ interrupts : logi TRUE [23:14:33.118] | $ gc : logi FALSE [23:14:33.118] | $ earlySignal : logi FALSE [23:14:33.162] | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [23:14:33.163] | : workers: 2 [23:14:33.163] | : getCluster() ... [23:14:33.163] | : getCluster() ... done [23:14:33.163] | : Stopping existing cluster ... [23:14:33.163] | : . No pre-existing cluster. Skipping [23:14:33.164] | : Stopping existing cluster ... done [23:14:33.164] | : Starting new cluster ... [23:14:33.164] | : . makeCluster(workers, ...) ... [23:14:33.164] | : . ' Arguments: [23:14:33.164] | : . ' List of 2 [23:14:33.164] | : . ' $ : int 2 [23:14:33.164] | : . ' $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:33.165] | : . ' .makeCluster() ... [23:14:33.166] | : . ' , workers: '2' [23:14:33.166] | : . ' , R_FUTURE_PLAN: NA [23:14:33.166] | : . ' , parallelly::makeClusterPSOCK() arguments: [23:14:33.166] | : . ' , List of 2 [23:14:33.166] | : . ' , $ : int 2 [23:14:33.166] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:34.217] | : . ' , Generated cluster UUID [23:14:34.218] | : . ' , Cluster UUID: 'c19747ea234a653a81eac35e89756520' [23:14:34.218] | : . ' , Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:14:34.222] | : . ' .makeCluster() ... done [23:14:34.222] | : . ' Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:14:34.224] | : . makeCluster(workers, ...) ... done [23:14:34.224] | : . Number of workers: 2 [23:14:34.225] | : . Workers UUID: 'c19747ea234a653a81eac35e89756520' [23:14:34.225] | : Starting new cluster ... done [23:14:34.225] | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done nbrOfWorkers: 2 [23:14:34.226] | plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:34.226] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:14:34.226] | : . all.equal() for FutureStrategyList ... [23:14:34.227] | : . ' New stack: [23:14:34.227] | : . ' List of 1 [23:14:34.227] | : . ' $ :function (..., workers = availableCores(constraints = "connections-16"), [23:14:34.227] | : . ' rscript_libs = .libPaths()) [23:14:34.227] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:14:34.227] | : . ' ..- attr(*, "init")= logi TRUE [23:14:34.227] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:34.227] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:34.227] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:34.227] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:34.227] | : . ' ..- attr(*, "untweakable")= chr "persistent" [23:14:34.227] | : . ' ..- attr(*, "call")= language plan(strategy) [23:14:34.227] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:14:34.231] | : . ' Old stack: [23:14:34.231] | : . ' List of 1 [23:14:34.231] | : . ' $ :function (..., envir = parent.frame()) [23:14:34.231] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:14:34.231] | : . ' ..- attr(*, "init")= chr "done" [23:14:34.231] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:14:34.231] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:14:34.231] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:14:34.231] | : . ' ..- attr(*, "call")= language plan(sequential) [23:14:34.231] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:14:34.231] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:14:34.231] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:14:34.231] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:14:34.239] | : . ' Not identical [23:14:34.239] | : . ' all.equal() for future ... [23:14:34.239] | : . ' , List of 2 [23:14:34.239] | : . ' , $ target :function (..., workers = availableCores(constraints = "connections-16"), [23:14:34.239] | : . ' , rscript_libs = .libPaths()) [23:14:34.239] | : . ' , ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:14:34.239] | : . ' , ..- attr(*, "init")= logi TRUE [23:14:34.239] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:34.239] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:34.239] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:34.239] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:34.239] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [23:14:34.239] | : . ' , ..- attr(*, "call")= language plan(strategy) [23:14:34.239] | : . ' , $ current:function (..., envir = parent.frame()) [23:14:34.239] | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:14:34.239] | : . ' , ..- attr(*, "init")= chr "done" [23:14:34.239] | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:14:34.239] | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:14:34.239] | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:14:34.239] | : . ' , ..- attr(*, "call")= language plan(sequential) [23:14:34.239] | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:14:34.239] | : . ' , .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:14:34.239] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:14:34.253] | : . ' , Formals differ [23:14:34.254] | : . ' all.equal() for future ... done [23:14:34.254] | : . ' Future strategies differ at level 1 [23:14:34.254] | : . all.equal() for FutureStrategyList ... done [23:14:34.255] | : . plan(): Setting new future backend stack: [23:14:34.255] | : . List of future strategies: [23:14:34.255] | : . 1. multisession: [23:14:34.255] | : . - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [23:14:34.255] | : . - tweaked: FALSE [23:14:34.255] | : . - call: plan(strategy) [23:14:34.256] | : . List of 1 [23:14:34.256] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [23:14:34.256] | : . rscript_libs = .libPaths()) [23:14:34.256] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:14:34.256] | : . ..- attr(*, "init")= logi TRUE [23:14:34.256] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:34.256] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:34.256] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:34.256] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:34.256] | : . ..- attr(*, "untweakable")= chr "persistent" [23:14:34.256] | : . ..- attr(*, "call")= language plan(strategy) [23:14:34.256] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:14:34.263] | : . plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [23:14:34.264] | : . ' plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:34.264] | : . ' , Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [23:14:34.264] | : . ' plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:34.265] | : . ' Legacy shutdown of cluster workers ... [23:14:34.265] | : . ' , Stopping existing cluster ... [23:14:34.265] | : . ' , ; Cluster to shut down: [23:14:34.266] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:14:34.281] | : . ' , ; Stopped cluster: 'c(TRUE, TRUE)' [23:14:34.349] | : . ' , Stopping existing cluster ... done [23:14:34.350] | : . ' Legacy shutdown of cluster workers ... done [23:14:34.350] | : . plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [23:14:34.351] | : . plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [23:14:34.351] | : . ' function (..., workers = availableCores(constraints = "connections-16"), [23:14:34.351] | : . ' rscript_libs = .libPaths()) [23:14:34.351] | : . ' - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:14:34.351] | : . ' - attr(*, "init")= logi TRUE [23:14:34.351] | : . ' - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:34.351] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:34.351] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:34.351] | : . ' - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:34.351] | : . ' - attr(*, "untweakable")= chr "persistent" [23:14:34.351] | : . ' - attr(*, "call")= language plan(strategy) [23:14:34.355] | : . ' init: TRUE [23:14:34.355] | : . ' makeFutureBackend() ... [23:14:34.356] | : . ' , Backend function: <'NULL'> [23:14:34.356] | : . ' , Evaluator tweak arguments: [n=0] [23:14:34.356] | : . ' , list() [23:14:34.357] | : . ' , Evaluator formal arguments: [n=2] [23:14:34.357] | : . ' , Dotted pair list of 2 [23:14:34.357] | : . ' , $ workers : language availableCores(constraints = "connections-16") [23:14:34.357] | : . ' , $ rscript_libs: language .libPaths() [23:14:34.358] | : . ' , Arguments passed to the future-backend factory: [n=2] [23:14:34.359] | : . ' , List of 2 [23:14:34.359] | : . ' , $ workers : language availableCores(constraints = "connections-16") [23:14:34.359] | : . ' , $ rscript_libs: language .libPaths() [23:14:34.379] | : . ' , MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [23:14:34.380] | : . ' , ; Arguments: [23:14:34.380] | : . ' , ; List of 5 [23:14:34.380] | : . ' , ; $ workers : Named int 2 [23:14:34.380] | : . ' , ; ..- attr(*, "names")= chr "mc.cores" [23:14:34.380] | : . ' , ; $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:34.380] | : . ' , ; $ interrupts : logi TRUE [23:14:34.380] | : . ' , ; $ gc : logi FALSE [23:14:34.380] | : . ' , ; $ earlySignal : logi FALSE [23:14:34.388] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [23:14:34.389] | : . ' , ; ` workers: 2 [23:14:34.389] | : . ' , ; ` getCluster() ... [23:14:34.389] | : . ' , ; ` getCluster() ... done [23:14:34.389] | : . ' , ; ` Stopping existing cluster ... [23:14:34.389] | : . ' , ; ` | No pre-existing cluster. Skipping [23:14:34.390] | : . ' , ; ` Stopping existing cluster ... done [23:14:34.390] | : . ' , ; ` Starting new cluster ... [23:14:34.390] | : . ' , ; ` | makeCluster(workers, ...) ... [23:14:34.390] | : . ' , ; ` | : Arguments: [23:14:34.390] | : . ' , ; ` | : List of 2 [23:14:34.390] | : . ' , ; ` | : $ : int 2 [23:14:34.390] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:34.392] | : . ' , ; ` | : .makeCluster() ... [23:14:34.392] | : . ' , ; ` | : . workers: '2' [23:14:34.392] | : . ' , ; ` | : . R_FUTURE_PLAN: NA [23:14:34.392] | : . ' , ; ` | : . parallelly::makeClusterPSOCK() arguments: [23:14:34.392] | : . ' , ; ` | : . List of 2 [23:14:34.392] | : . ' , ; ` | : . $ : int 2 [23:14:34.392] | : . ' , ; ` | : . $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:34.946] | : . ' , ; ` | : . Generated cluster UUID [23:14:34.947] | : . ' , ; ` | : . Cluster UUID: 'eae742b9e9c487027b012046ea140a62' [23:14:34.947] | : . ' , ; ` | : . Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:14:34.951] | : . ' , ; ` | : .makeCluster() ... done [23:14:34.951] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:14:34.954] | : . ' , ; ` | makeCluster(workers, ...) ... done [23:14:34.955] | : . ' , ; ` | Number of workers: 2 [23:14:34.955] | : . ' , ; ` | Workers UUID: 'eae742b9e9c487027b012046ea140a62' [23:14:34.956] | : . ' , ; ` Starting new cluster ... done [23:14:34.956] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [23:14:34.956] | : . ' , ; Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [23:14:34.957] | : . ' , MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [23:14:34.957] | : . ' makeFutureBackend() ... done [23:14:34.958] | : . ' nbrOfWorkers(NULL) ... [23:14:34.958] | : . ' , List of 4 [23:14:34.958] | : . ' , $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [23:14:34.958] | : . ' , $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [23:14:34.958] | : . ' , $ : language nbrOfWorkers() [23:14:34.958] | : . ' , $ : language nbrOfWorkers.NULL() [23:14:34.962] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:34.962] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:34.962] | : . ' , Number of workers: 2 [23:14:34.963] | : . ' nbrOfWorkers(NULL) ... done [23:14:34.963] | : . ' plan(): nbrOfWorkers() = 2 [23:14:34.963] | : . plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [23:14:34.964] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [23:14:34.964] | : nbrOfWorkers(NULL) ... [23:14:34.964] | : . List of 4 [23:14:34.964] | : . $ : language eval(ei, envir) [23:14:34.964] | : . $ : language eval(ei, envir) [23:14:34.964] | : . $ : language nbrOfWorkers() [23:14:34.964] | : . $ : language nbrOfWorkers.NULL() [23:14:34.968] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:34.968] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:34.968] | : . Number of workers: 2 [23:14:34.969] | : nbrOfWorkers(NULL) ... done nbrOfWorkers: 2 [23:14:34.969] | : nbrOfFreeWorkers(NULL) ... [23:14:34.970] | : . List of 4 [23:14:34.970] | : . $ : language eval(ei, envir) [23:14:34.970] | : . $ : language eval(ei, envir) [23:14:34.970] | : . $ : language nbrOfFreeWorkers() [23:14:34.970] | : . $ : language nbrOfFreeWorkers.NULL() [23:14:34.973] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:34.974] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:34.974] | : . FutureRegistry('workers-eae742b9e9c487027b012046ea140a62', action = 'list', earlySignal = 0) ... [23:14:34.975] | : . ' Created empty registry 'workers-eae742b9e9c487027b012046ea140a62' [23:14:34.975] | : . ' Listing all futures [23:14:34.976] | : . ' Number of registered futures: 0 [23:14:34.976] | : . FutureRegistry('workers-eae742b9e9c487027b012046ea140a62', action = 'list', earlySignal = 0) ... done [23:14:34.976] | : . Number of free workers: NA [23:14:34.977] | : nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers: 2 [23:14:34.977] | : nbrOfFreeWorkers(NULL) ... [23:14:34.978] | : . List of 4 [23:14:34.978] | : . $ : language nbrOfFreeWorkers(background = TRUE) [23:14:34.978] | : . $ : language nbrOfFreeWorkers.logical(background = TRUE) [23:14:34.978] | : . $ : language nbrOfFreeWorkers(NULL, background = force(background), ...) [23:14:34.978] | : . $ : language nbrOfFreeWorkers.NULL(NULL, background = force(background), ...) [23:14:34.982] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:34.982] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:34.982] | : . FutureRegistry('workers-eae742b9e9c487027b012046ea140a62', action = 'list', earlySignal = 0) ... [23:14:34.983] | : . ' Listing all futures [23:14:34.983] | : . ' Number of registered futures: 0 [23:14:34.983] | : . FutureRegistry('workers-eae742b9e9c487027b012046ea140a62', action = 'list', earlySignal = 0) ... done [23:14:34.984] | : . Number of free workers: NA [23:14:34.984] | : nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers(background = TRUE): 2 [23:14:34.985] | : plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:34.987] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:14:34.987] | : . ' all.equal() for FutureStrategyList ... [23:14:34.988] | : . ' , New stack: [23:14:34.988] | : . ' , List of 1 [23:14:34.988] | : . ' , $ :function (..., workers = 1L) [23:14:34.988] | : . ' , ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [23:14:34.988] | : . ' , ..- attr(*, "init")= logi TRUE [23:14:34.988] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:34.988] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:34.988] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:34.988] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:34.988] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [23:14:34.988] | : . ' , ..- attr(*, "tweaks")=List of 1 [23:14:34.988] | : . ' , .. ..$ workers: int 1 [23:14:34.988] | : . ' , ..- attr(*, "call")= language plan(strategy, workers = 1L) [23:14:34.988] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:14:34.998] | : . ' , Old stack: [23:14:34.998] | : . ' , List of 1 [23:14:34.998] | : . ' , $ :function (..., workers = availableCores(constraints = "connections-16"), [23:14:34.998] | : . ' , rscript_libs = .libPaths()) [23:14:34.998] | : . ' , ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:14:34.998] | : . ' , ..- attr(*, "init")= chr "done" [23:14:34.998] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:34.998] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:34.998] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:34.998] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:34.998] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [23:14:34.998] | : . ' , ..- attr(*, "call")= language plan(strategy) [23:14:34.998] | : . ' , ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [23:14:34.998] | : . ' , .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:34.998] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:34.998] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:34.998] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:14:35.007] | : . ' , Not identical [23:14:35.008] | : . ' , all.equal() for future ... [23:14:35.008] | : . ' , ; List of 2 [23:14:35.008] | : . ' , ; $ target :function (..., workers = 1L) [23:14:35.008] | : . ' , ; ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [23:14:35.008] | : . ' , ; ..- attr(*, "init")= logi TRUE [23:14:35.008] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:35.008] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:35.008] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.008] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.008] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [23:14:35.008] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [23:14:35.008] | : . ' , ; .. ..$ workers: int 1 [23:14:35.008] | : . ' , ; ..- attr(*, "call")= language plan(strategy, workers = 1L) [23:14:35.008] | : . ' , ; $ current:function (..., workers = availableCores(constraints = "connections-16"), [23:14:35.008] | : . ' , ; rscript_libs = .libPaths()) [23:14:35.008] | : . ' , ; ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:14:35.008] | : . ' , ; ..- attr(*, "init")= chr "done" [23:14:35.008] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:35.008] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:35.008] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.008] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.008] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [23:14:35.008] | : . ' , ; ..- attr(*, "call")= language plan(strategy) [23:14:35.008] | : . ' , ; ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [23:14:35.008] | : . ' , ; .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:35.008] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:35.008] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.025] | : . ' , ; Formals differ [23:14:35.025] | : . ' , all.equal() for future ... done [23:14:35.026] | : . ' , Future strategies differ at level 1 [23:14:35.026] | : . ' all.equal() for FutureStrategyList ... done [23:14:35.026] | : . ' plan(): Setting new future backend stack: [23:14:35.026] | : . ' List of future strategies: [23:14:35.026] | : . ' 1. multisession: [23:14:35.026] | : . ' - args: function (..., workers = 1L) [23:14:35.026] | : . ' - tweaked: TRUE [23:14:35.026] | : . ' - call: plan(strategy, workers = 1L) [23:14:35.027] | : . ' List of 1 [23:14:35.027] | : . ' $ :function (..., workers = 1L) [23:14:35.027] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [23:14:35.027] | : . ' ..- attr(*, "init")= logi TRUE [23:14:35.027] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:35.027] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:35.027] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.027] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.027] | : . ' ..- attr(*, "untweakable")= chr "persistent" [23:14:35.027] | : . ' ..- attr(*, "tweaks")=List of 1 [23:14:35.027] | : . ' .. ..$ workers: int 1 [23:14:35.027] | : . ' ..- attr(*, "call")= language plan(strategy, workers = 1L) [23:14:35.027] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:14:35.038] | : . ' plan(): plan_cleanup(<'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [23:14:35.038] | : . ' , plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:35.039] | : . ' , ; Getting current ("next") strategy: 'FutureStrategy', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [23:14:35.039] | : . ' , plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:35.039] | : . ' , stopWorkers() for MultisessionFutureBackend ... [23:14:35.040] | : . ' , ; Interrupt active futures ... [23:14:35.041] | : . ' , ; ` Number of futures: 0 [23:14:35.042] | : . ' , ; Interrupt active futures ... done [23:14:35.042] | : . ' , ; Clear future registry ... [23:14:35.043] | : . ' , ; Clear future registry ... done [23:14:35.043] | : . ' , ; Stop cluster workers ... [23:14:35.043] | : . ' , ; ` Stopping existing cluster ... [23:14:35.044] | : . ' , ; ` | Cluster to shut down: [23:14:35.044] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:14:35.058] | : . ' , ; ` | Stopped cluster: 'c(TRUE, TRUE)' [23:14:35.100] | : . ' , ; ` Stopping existing cluster ... done [23:14:35.100] | : . ' , ; Stop cluster workers ... done [23:14:35.100] | : . ' , stopWorkers() for MultisessionFutureBackend ... done [23:14:35.100] | : . ' , Legacy shutdown of cluster workers ... [23:14:35.101] | : . ' , ; Stopping existing cluster ... [23:14:35.101] | : . ' , ; ` No pre-existing cluster. Skipping [23:14:35.101] | : . ' , ; Stopping existing cluster ... done [23:14:35.101] | : . ' , Legacy shutdown of cluster workers ... done [23:14:35.101] | : . ' plan(): plan_cleanup(<'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [23:14:35.101] | : . ' plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [23:14:35.102] | : . ' , function (..., workers = 1L) [23:14:35.102] | : . ' , - attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [23:14:35.102] | : . ' , - attr(*, "init")= logi TRUE [23:14:35.102] | : . ' , - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:35.102] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:35.102] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.102] | : . ' , - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.102] | : . ' , - attr(*, "untweakable")= chr "persistent" [23:14:35.102] | : . ' , - attr(*, "tweaks")=List of 1 [23:14:35.102] | : . ' , ..$ workers: int 1 [23:14:35.102] | : . ' , - attr(*, "call")= language plan(strategy, workers = 1L) [23:14:35.105] | : . ' , init: TRUE [23:14:35.106] | : . ' , makeFutureBackend() ... [23:14:35.106] | : . ' , ; Backend function: <'NULL'> [23:14:35.106] | : . ' , ; Evaluator tweak arguments: [n=1] [23:14:35.106] | : . ' , ; List of 1 [23:14:35.106] | : . ' , ; $ workers: int 1 [23:14:35.107] | : . ' , ; Evaluator formal arguments: [n=1] [23:14:35.107] | : . ' , ; Dotted pair list of 1 [23:14:35.107] | : . ' , ; $ workers: int 1 [23:14:35.108] | : . ' , ; Arguments passed to the future-backend factory: [n=1] [23:14:35.108] | : . ' , ; List of 1 [23:14:35.108] | : . ' , ; $ workers: int 1 [23:14:35.109] | : . ' , ; MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [23:14:35.109] | : . ' , ; ` Arguments: [23:14:35.109] | : . ' , ; ` List of 5 [23:14:35.109] | : . ' , ; ` $ workers : int 1 [23:14:35.109] | : . ' , ; ` $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:35.109] | : . ' , ; ` $ interrupts : logi TRUE [23:14:35.109] | : . ' , ; ` $ gc : logi FALSE [23:14:35.109] | : . ' , ; ` $ earlySignal : logi FALSE [23:14:35.112] | : . ' , ; MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [23:14:35.112] | : . ' , ; Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [23:14:35.112] | : . ' , makeFutureBackend() ... done [23:14:35.113] | : . ' plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [23:14:35.113] | : . ' nbrOfWorkers(NULL) ... [23:14:35.113] | : . ' , List of 4 [23:14:35.113] | : . ' , $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [23:14:35.113] | : . ' , $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [23:14:35.113] | : . ' , $ : language nbrOfWorkers() [23:14:35.113] | : . ' , $ : language nbrOfWorkers.NULL() [23:14:35.115] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:35.115] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:35.115] | : . ' , Number of workers: 1 [23:14:35.115] | : . ' nbrOfWorkers(NULL) ... done [23:14:35.115] | : . ' plan(): nbrOfWorkers() = 1 [23:14:35.116] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [23:14:35.116] | : plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:35.116] | : nbrOfWorkers(NULL) ... [23:14:35.116] | : . List of 4 [23:14:35.116] | : . $ : language eval(ei, envir) [23:14:35.116] | : . $ : language eval(ei, envir) [23:14:35.116] | : . $ : language nbrOfWorkers() [23:14:35.116] | : . $ : language nbrOfWorkers.NULL() [23:14:35.118] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:35.118] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:35.118] | : . Number of workers: 1 [23:14:35.118] | : nbrOfWorkers(NULL) ... done nbrOfWorkers: 1 [23:14:35.119] | : nbrOfFreeWorkers(NULL) ... [23:14:35.119] | : . List of 4 [23:14:35.119] | : . $ : language eval(ei, envir) [23:14:35.119] | : . $ : language eval(ei, envir) [23:14:35.119] | : . $ : language nbrOfFreeWorkers() [23:14:35.119] | : . $ : language nbrOfFreeWorkers.NULL() [23:14:35.121] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:35.121] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:35.121] | : . Number of free workers: NA [23:14:35.121] | : nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers: 1 [23:14:35.122] | : nbrOfFreeWorkers(NULL) ... [23:14:35.122] | : . List of 4 [23:14:35.122] | : . $ : language nbrOfFreeWorkers(background = TRUE) [23:14:35.122] | : . $ : language nbrOfFreeWorkers.logical(background = TRUE) [23:14:35.122] | : . $ : language nbrOfFreeWorkers(NULL, background = force(background), ...) [23:14:35.122] | : . $ : language nbrOfFreeWorkers.NULL(NULL, background = force(background), ...) [23:14:35.124] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:35.124] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:35.125] | : . Number of free workers: NA [23:14:35.125] | : nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers(background = TRUE): 0 [23:14:35.125] | : plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:35.126] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:14:35.126] | : . ' all.equal() for FutureStrategyList ... [23:14:35.126] | : . ' , New stack: [23:14:35.126] | : . ' , List of 1 [23:14:35.126] | : . ' , $ :function (..., workers = function () [23:14:35.126] | : . ' , max(1L, future::availableCores() - 1L)) [23:14:35.126] | : . ' , ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [23:14:35.126] | : . ' , ..- attr(*, "init")= logi TRUE [23:14:35.126] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:35.126] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:35.126] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.126] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.126] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [23:14:35.126] | : . ' , ..- attr(*, "tweaks")=List of 1 [23:14:35.126] | : . ' , .. ..$ workers:function () [23:14:35.126] | : . ' , ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [23:14:35.126] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:14:35.130] | : . ' , Old stack: [23:14:35.130] | : . ' , List of 1 [23:14:35.130] | : . ' , $ :function (..., workers = 1L) [23:14:35.130] | : . ' , ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [23:14:35.130] | : . ' , ..- attr(*, "init")= chr "done" [23:14:35.130] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:35.130] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:35.130] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.130] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.130] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [23:14:35.130] | : . ' , ..- attr(*, "tweaks")=List of 1 [23:14:35.130] | : . ' , .. ..$ workers: int 1 [23:14:35.130] | : . ' , ..- attr(*, "call")= language plan(strategy, workers = 1L) [23:14:35.130] | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:14:35.130] | : . ' , .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:35.130] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:35.130] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.130] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:14:35.136] | : . ' , Not identical [23:14:35.137] | : . ' , all.equal() for future ... [23:14:35.137] | : . ' , ; List of 2 [23:14:35.137] | : . ' , ; $ target :function (..., workers = function () [23:14:35.137] | : . ' , ; max(1L, future::availableCores() - 1L)) [23:14:35.137] | : . ' , ; ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [23:14:35.137] | : . ' , ; ..- attr(*, "init")= logi TRUE [23:14:35.137] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:35.137] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:35.137] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.137] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.137] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [23:14:35.137] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [23:14:35.137] | : . ' , ; .. ..$ workers:function () [23:14:35.137] | : . ' , ; ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [23:14:35.137] | : . ' , ; $ current:function (..., workers = 1L) [23:14:35.137] | : . ' , ; ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [23:14:35.137] | : . ' , ; ..- attr(*, "init")= chr "done" [23:14:35.137] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:35.137] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:35.137] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.137] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.137] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [23:14:35.137] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [23:14:35.137] | : . ' , ; .. ..$ workers: int 1 [23:14:35.137] | : . ' , ; ..- attr(*, "call")= language plan(strategy, workers = 1L) [23:14:35.137] | : . ' , ; ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:14:35.137] | : . ' , ; .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:35.137] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:35.137] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.148] | : . ' , ; Formals differ [23:14:35.149] | : . ' , all.equal() for future ... done [23:14:35.149] | : . ' , Future strategies differ at level 1 [23:14:35.149] | : . ' all.equal() for FutureStrategyList ... done [23:14:35.150] | : . ' plan(): Setting new future backend stack: [23:14:35.150] | : . ' List of future strategies: [23:14:35.150] | : . ' 1. multisession: [23:14:35.150] | : . ' - args: function (..., workers = "") [23:14:35.150] | : . ' - tweaked: TRUE [23:14:35.150] | : . ' - call: plan(strategy, workers = allButOneCore) [23:14:35.151] | : . ' List of 1 [23:14:35.151] | : . ' $ :function (..., workers = function () [23:14:35.151] | : . ' max(1L, future::availableCores() - 1L)) [23:14:35.151] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [23:14:35.151] | : . ' ..- attr(*, "init")= logi TRUE [23:14:35.151] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:35.151] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:35.151] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.151] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.151] | : . ' ..- attr(*, "untweakable")= chr "persistent" [23:14:35.151] | : . ' ..- attr(*, "tweaks")=List of 1 [23:14:35.151] | : . ' .. ..$ workers:function () [23:14:35.151] | : . ' ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [23:14:35.151] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:14:35.158] | : . ' plan(): plan_cleanup(<'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [23:14:35.158] | : . ' , plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:35.158] | : . ' , ; Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [23:14:35.158] | : . ' , plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:35.159] | : . ' , Legacy shutdown of cluster workers ... [23:14:35.159] | : . ' , ; Stopping existing cluster ... [23:14:35.159] | : . ' , ; ` No pre-existing cluster. Skipping [23:14:35.160] | : . ' , ; Stopping existing cluster ... done [23:14:35.160] | : . ' , Legacy shutdown of cluster workers ... done [23:14:35.160] | : . ' plan(): plan_cleanup(<'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [23:14:35.160] | : . ' plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [23:14:35.161] | : . ' , function (..., workers = function () [23:14:35.161] | : . ' , max(1L, future::availableCores() - 1L)) [23:14:35.161] | : . ' , - attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [23:14:35.161] | : . ' , - attr(*, "init")= logi TRUE [23:14:35.161] | : . ' , - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:35.161] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:35.161] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.161] | : . ' , - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.161] | : . ' , - attr(*, "untweakable")= chr "persistent" [23:14:35.161] | : . ' , - attr(*, "tweaks")=List of 1 [23:14:35.161] | : . ' , ..$ workers:function () [23:14:35.161] | : . ' , - attr(*, "call")= language plan(strategy, workers = allButOneCore) [23:14:35.166] | : . ' , init: TRUE [23:14:35.166] | : . ' , makeFutureBackend() ... [23:14:35.166] | : . ' , ; Backend function: <'NULL'> [23:14:35.167] | : . ' , ; Evaluator tweak arguments: [n=1] [23:14:35.167] | : . ' , ; List of 1 [23:14:35.167] | : . ' , ; $ workers:function () [23:14:35.168] | : . ' , ; Evaluator formal arguments: [n=1] [23:14:35.168] | : . ' , ; Dotted pair list of 1 [23:14:35.168] | : . ' , ; $ workers:function () [23:14:35.169] | : . ' , ; Arguments passed to the future-backend factory: [n=1] [23:14:35.170] | : . ' , ; List of 1 [23:14:35.170] | : . ' , ; $ workers:function () [23:14:35.171] | : . ' , ; MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [23:14:35.171] | : . ' , ; ` Arguments: [23:14:35.171] | : . ' , ; ` List of 5 [23:14:35.171] | : . ' , ; ` $ workers :function () [23:14:35.171] | : . ' , ; ` $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:35.171] | : . ' , ; ` $ interrupts : logi TRUE [23:14:35.171] | : . ' , ; ` $ gc : logi FALSE [23:14:35.171] | : . ' , ; ` $ earlySignal : logi FALSE [23:14:35.177] | : . ' , ; MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [23:14:35.178] | : . ' , ; Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [23:14:35.178] | : . ' , makeFutureBackend() ... done [23:14:35.178] | : . ' plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [23:14:35.179] | : . ' nbrOfWorkers(NULL) ... [23:14:35.179] | : . ' , List of 4 [23:14:35.179] | : . ' , $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [23:14:35.179] | : . ' , $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [23:14:35.179] | : . ' , $ : language nbrOfWorkers() [23:14:35.179] | : . ' , $ : language nbrOfWorkers.NULL() [23:14:35.182] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:35.182] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:35.182] | : . ' , Number of workers: 1 [23:14:35.183] | : . ' nbrOfWorkers(NULL) ... done [23:14:35.183] | : . ' plan(): nbrOfWorkers() = 1 [23:14:35.183] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [23:14:35.184] | : plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:35.184] | : nbrOfWorkers(NULL) ... [23:14:35.184] | : . List of 4 [23:14:35.184] | : . $ : language eval(ei, envir) [23:14:35.184] | : . $ : language eval(ei, envir) [23:14:35.184] | : . $ : language nbrOfWorkers() [23:14:35.184] | : . $ : language nbrOfWorkers.NULL() [23:14:35.187] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:35.187] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:35.187] | : . Number of workers: 1 [23:14:35.188] | : nbrOfWorkers(NULL) ... done nbrOfWorkers: 1 [23:14:35.188] | : nbrOfFreeWorkers(NULL) ... [23:14:35.188] | : . List of 4 [23:14:35.188] | : . $ : language eval(ei, envir) [23:14:35.188] | : . $ : language eval(ei, envir) [23:14:35.188] | : . $ : language nbrOfFreeWorkers() [23:14:35.188] | : . $ : language nbrOfFreeWorkers.NULL() [23:14:35.191] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:35.191] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:35.192] | : . Number of free workers: NA [23:14:35.192] | : nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers: 1 [23:14:35.192] | : nbrOfFreeWorkers(NULL) ... [23:14:35.193] | : . List of 4 [23:14:35.193] | : . $ : language nbrOfFreeWorkers(background = TRUE) [23:14:35.193] | : . $ : language nbrOfFreeWorkers.logical(background = TRUE) [23:14:35.193] | : . $ : language nbrOfFreeWorkers(NULL, background = force(background), ...) [23:14:35.193] | : . $ : language nbrOfFreeWorkers.NULL(NULL, background = force(background), ...) [23:14:35.196] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:35.196] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:35.196] | : . Number of free workers: NA [23:14:35.196] | : 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) [23:14:35.197] | : plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:35.198] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:14:35.199] | : . ' all.equal() for FutureStrategyList ... [23:14:35.199] | : . ' , New stack: [23:14:35.199] | : . ' , List of 1 [23:14:35.199] | : . ' , $ :function (..., workers = c("localhost", "localhost")) [23:14:35.199] | : . ' , ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:14:35.199] | : . ' , ..- attr(*, "init")= logi TRUE [23:14:35.199] | : . ' , ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:14:35.199] | : . ' , earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:14:35.199] | : . ' , .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.199] | : . ' , ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.199] | : . ' , ..- attr(*, "tweaks")=List of 1 [23:14:35.199] | : . ' , .. ..$ workers: chr [1:2] "localhost" "localhost" [23:14:35.199] | : . ' , ..- attr(*, "call")= language plan(cluster, workers = workers) [23:14:35.199] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:14:35.205] | : . ' , Old stack: [23:14:35.208] | : . ' , List of 1 [23:14:35.208] | : . ' , $ :function (..., workers = function () [23:14:35.208] | : . ' , max(1L, future::availableCores() - 1L)) [23:14:35.208] | : . ' , ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [23:14:35.208] | : . ' , ..- attr(*, "init")= chr "done" [23:14:35.208] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:35.208] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:35.208] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.208] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.208] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [23:14:35.208] | : . ' , ..- attr(*, "tweaks")=List of 1 [23:14:35.208] | : . ' , .. ..$ workers:function () [23:14:35.208] | : . ' , ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [23:14:35.208] | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:14:35.208] | : . ' , .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:35.208] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:35.208] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.208] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:14:35.216] | : . ' , Not identical [23:14:35.217] | : . ' , all.equal() for future ... [23:14:35.217] | : . ' , ; List of 2 [23:14:35.217] | : . ' , ; $ target :function (..., workers = c("localhost", "localhost")) [23:14:35.217] | : . ' , ; ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:14:35.217] | : . ' , ; ..- attr(*, "init")= logi TRUE [23:14:35.217] | : . ' , ; ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:14:35.217] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:14:35.217] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.217] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.217] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [23:14:35.217] | : . ' , ; .. ..$ workers: chr [1:2] "localhost" "localhost" [23:14:35.217] | : . ' , ; ..- attr(*, "call")= language plan(cluster, workers = workers) [23:14:35.217] | : . ' , ; $ current:function (..., workers = function () [23:14:35.217] | : . ' , ; max(1L, future::availableCores() - 1L)) [23:14:35.217] | : . ' , ; ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [23:14:35.217] | : . ' , ; ..- attr(*, "init")= chr "done" [23:14:35.217] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:35.217] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:35.217] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.217] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.217] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [23:14:35.217] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [23:14:35.217] | : . ' , ; .. ..$ workers:function () [23:14:35.217] | : . ' , ; ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [23:14:35.217] | : . ' , ; ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:14:35.217] | : . ' , ; .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:14:35.217] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:14:35.217] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:14:35.229] | : . ' , ; Formals differ [23:14:35.230] | : . ' , all.equal() for future ... done [23:14:35.230] | : . ' , Future strategies differ at level 1 [23:14:35.230] | : . ' all.equal() for FutureStrategyList ... done [23:14:35.230] | : . ' plan(): Setting new future backend stack: [23:14:35.231] | : . ' List of future strategies: [23:14:35.231] | : . ' 1. cluster: [23:14:35.231] | : . ' - args: function (..., workers = c("localhost", "localhost")) [23:14:35.231] | : . ' - tweaked: TRUE [23:14:35.231] | : . ' - call: plan(cluster, workers = workers) [23:14:35.231] | : . ' List of 1 [23:14:35.231] | : . ' $ :function (..., workers = c("localhost", "localhost")) [23:14:35.231] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:14:35.231] | : . ' ..- attr(*, "init")= logi TRUE [23:14:35.231] | : . ' ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:14:35.231] | : . ' earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:14:35.231] | : . ' .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.231] | : . ' ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.231] | : . ' ..- attr(*, "tweaks")=List of 1 [23:14:35.231] | : . ' .. ..$ workers: chr [1:2] "localhost" "localhost" [23:14:35.231] | : . ' ..- attr(*, "call")= language plan(cluster, workers = workers) [23:14:35.231] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:14:35.237] | : . ' plan(): plan_cleanup(<'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [23:14:35.238] | : . ' , plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:35.238] | : . ' , ; Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [23:14:35.239] | : . ' , plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:35.239] | : . ' , Legacy shutdown of cluster workers ... [23:14:35.239] | : . ' , ; Stopping existing cluster ... [23:14:35.239] | : . ' , ; ` No pre-existing cluster. Skipping [23:14:35.240] | : . ' , ; Stopping existing cluster ... done [23:14:35.240] | : . ' , Legacy shutdown of cluster workers ... done [23:14:35.240] | : . ' plan(): plan_cleanup(<'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [23:14:35.240] | : . ' plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [23:14:35.241] | : . ' , function (..., workers = c("localhost", "localhost")) [23:14:35.241] | : . ' , - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:14:35.241] | : . ' , - attr(*, "init")= logi TRUE [23:14:35.241] | : . ' , - attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:14:35.241] | : . ' , earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:14:35.241] | : . ' , ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.241] | : . ' , - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.241] | : . ' , - attr(*, "tweaks")=List of 1 [23:14:35.241] | : . ' , ..$ workers: chr [1:2] "localhost" "localhost" [23:14:35.241] | : . ' , - attr(*, "call")= language plan(cluster, workers = workers) [23:14:35.246] | : . ' , init: TRUE [23:14:35.246] | : . ' , makeFutureBackend() ... [23:14:35.246] | : . ' , ; Backend function: <'NULL'> [23:14:35.246] | : . ' , ; Evaluator tweak arguments: [n=1] [23:14:35.247] | : . ' , ; List of 1 [23:14:35.247] | : . ' , ; $ workers: chr [1:2] "localhost" "localhost" [23:14:35.248] | : . ' , ; Evaluator formal arguments: [n=1] [23:14:35.248] | : . ' , ; Dotted pair list of 1 [23:14:35.248] | : . ' , ; $ workers: chr [1:2] "localhost" "localhost" [23:14:35.249] | : . ' , ; Arguments passed to the future-backend factory: [n=1] [23:14:35.250] | : . ' , ; List of 1 [23:14:35.250] | : . ' , ; $ workers: chr [1:2] "localhost" "localhost" [23:14:35.251] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... [23:14:35.251] | : . ' , ; ` workers: [n=2] 'localhost', 'localhost' [23:14:35.251] | : . ' , ; ` getCluster() ... [23:14:35.252] | : . ' , ; ` getCluster() ... done [23:14:35.252] | : . ' , ; ` Stopping existing cluster ... [23:14:35.252] | : . ' , ; ` | No pre-existing cluster. Skipping [23:14:35.252] | : . ' , ; ` Stopping existing cluster ... done [23:14:35.253] | : . ' , ; ` Starting new cluster ... [23:14:35.253] | : . ' , ; ` | makeCluster(workers, ...) ... [23:14:35.253] | : . ' , ; ` | : Arguments: [23:14:35.253] | : . ' , ; ` | : List of 1 [23:14:35.253] | : . ' , ; ` | : $ : chr [1:2] "localhost" "localhost" [23:14:35.255] | : . ' , ; ` | : .makeCluster() ... [23:14:35.255] | : . ' , ; ` | : . workers: 'localhost', 'localhost' [23:14:35.255] | : . ' , ; ` | : . R_FUTURE_PLAN: NA [23:14:35.255] | : . ' , ; ` | : . parallelly::makeClusterPSOCK() arguments: [23:14:35.256] | : . ' , ; ` | : . List of 1 [23:14:35.256] | : . ' , ; ` | : . $ : chr [1:2] "localhost" "localhost" [23:14:35.748] | : . ' , ; ` | : . Generated cluster UUID [23:14:35.749] | : . ' , ; ` | : . Cluster UUID: '39ecab0c442da3299139d2cf3e832d79' [23:14:35.749] | : . ' , ; ` | : . Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:14:35.752] | : . ' , ; ` | : .makeCluster() ... done [23:14:35.752] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:14:35.755] | : . ' , ; ` | makeCluster(workers, ...) ... done [23:14:35.755] | : . ' , ; ` | Number of workers: 2 [23:14:35.755] | : . ' , ; ` | Workers UUID: '39ecab0c442da3299139d2cf3e832d79' [23:14:35.756] | : . ' , ; ` Starting new cluster ... done [23:14:35.756] | : . ' , ; ` Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [23:14:35.756] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... done [23:14:35.756] | : . ' , makeFutureBackend() ... done [23:14:35.757] | : . ' , nbrOfWorkers(NULL) ... [23:14:35.757] | : . ' , ; List of 4 [23:14:35.757] | : . ' , ; $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [23:14:35.757] | : . ' , ; $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [23:14:35.757] | : . ' , ; $ : language nbrOfWorkers() [23:14:35.757] | : . ' , ; $ : language nbrOfWorkers.NULL() [23:14:35.759] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:35.760] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:35.760] | : . ' , ; Number of workers: 2 [23:14:35.760] | : . ' , nbrOfWorkers(NULL) ... done [23:14:35.760] | : . ' , plan(): nbrOfWorkers() = 2 [23:14:35.761] | : . ' plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [23:14:35.761] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done > n <- nbrOfWorkers() [23:14:35.761] | : . nbrOfWorkers(NULL) ... [23:14:35.762] | : . ' List of 4 [23:14:35.762] | : . ' $ : language eval(ei, envir) [23:14:35.762] | : . ' $ : language eval(ei, envir) [23:14:35.762] | : . ' $ : language nbrOfWorkers() [23:14:35.762] | : . ' $ : language nbrOfWorkers.NULL() [23:14:35.764] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:35.764] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:35.765] | : . ' Number of workers: 2 [23:14:35.765] | : . nbrOfWorkers(NULL) ... done > message(sprintf("nbrOfWorkers: %d", n)) nbrOfWorkers: 2 > stopifnot(n == length(workers)) > plan(cluster, workers = allButOneWorker) [23:14:35.766] | : . plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:35.766] | : . ' plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:14:35.767] | : . ' , all.equal() for FutureStrategyList ... [23:14:35.767] | : . ' , ; New stack: [23:14:35.767] | : . ' , ; List of 1 [23:14:35.767] | : . ' , ; $ :function (..., workers = function () [23:14:35.767] | : . ' , ; { [23:14:35.767] | : . ' , ; w <- future::availableWorkers() [23:14:35.767] | : . ' , ; if (length(w) > 1) [23:14:35.767] | : . ' , ; w[-1] [23:14:35.767] | : . ' , ; else w [23:14:35.767] | : . ' , ; }) [23:14:35.767] | : . ' , ; ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:14:35.767] | : . ' , ; ..- attr(*, "init")= logi TRUE [23:14:35.767] | : . ' , ; ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:14:35.767] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:14:35.767] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.767] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.767] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [23:14:35.767] | : . ' , ; .. ..$ workers:function () [23:14:35.767] | : . ' , ; ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [23:14:35.767] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:14:35.772] | : . ' , ; Old stack: [23:14:35.772] | : . ' , ; List of 1 [23:14:35.772] | : . ' , ; $ :function (..., workers = c("localhost", "localhost")) [23:14:35.772] | : . ' , ; ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:14:35.772] | : . ' , ; ..- attr(*, "init")= chr "done" [23:14:35.772] | : . ' , ; ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:14:35.772] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:14:35.772] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.772] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.772] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [23:14:35.772] | : . ' , ; .. ..$ workers: chr [1:2] "localhost" "localhost" [23:14:35.772] | : . ' , ; ..- attr(*, "call")= language plan(cluster, workers = workers) [23:14:35.772] | : . ' , ; ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [23:14:35.772] | : . ' , ; .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:14:35.772] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:14:35.772] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.772] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:14:35.777] | : . ' , ; Not identical [23:14:35.778] | : . ' , ; all.equal() for future ... [23:14:35.778] | : . ' , ; ` List of 2 [23:14:35.778] | : . ' , ; ` $ target :function (..., workers = function () [23:14:35.778] | : . ' , ; ` { [23:14:35.778] | : . ' , ; ` w <- future::availableWorkers() [23:14:35.778] | : . ' , ; ` if (length(w) > 1) [23:14:35.778] | : . ' , ; ` w[-1] [23:14:35.778] | : . ' , ; ` else w [23:14:35.778] | : . ' , ; ` }) [23:14:35.778] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:14:35.778] | : . ' , ; ` ..- attr(*, "init")= logi TRUE [23:14:35.778] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:14:35.778] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:14:35.778] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.778] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.778] | : . ' , ; ` ..- attr(*, "tweaks")=List of 1 [23:14:35.778] | : . ' , ; ` .. ..$ workers:function () [23:14:35.778] | : . ' , ; ` ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [23:14:35.778] | : . ' , ; ` $ current:function (..., workers = c("localhost", "localhost")) [23:14:35.778] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:14:35.778] | : . ' , ; ` ..- attr(*, "init")= chr "done" [23:14:35.778] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:14:35.778] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:14:35.778] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.778] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.778] | : . ' , ; ` ..- attr(*, "tweaks")=List of 1 [23:14:35.778] | : . ' , ; ` .. ..$ workers: chr [1:2] "localhost" "localhost" [23:14:35.778] | : . ' , ; ` ..- attr(*, "call")= language plan(cluster, workers = workers) [23:14:35.778] | : . ' , ; ` ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [23:14:35.778] | : . ' , ; ` .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:14:35.778] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:14:35.778] | : . ' , ; ` .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.787] | : . ' , ; ` Formals differ [23:14:35.788] | : . ' , ; all.equal() for future ... done [23:14:35.788] | : . ' , ; Future strategies differ at level 1 [23:14:35.788] | : . ' , all.equal() for FutureStrategyList ... done [23:14:35.788] | : . ' , plan(): Setting new future backend stack: [23:14:35.789] | : . ' , List of future strategies: [23:14:35.789] | : . ' , 1. cluster: [23:14:35.789] | : . ' , - args: function (..., workers = "") [23:14:35.789] | : . ' , - tweaked: TRUE [23:14:35.789] | : . ' , - call: plan(cluster, workers = allButOneWorker) [23:14:35.790] | : . ' , List of 1 [23:14:35.790] | : . ' , $ :function (..., workers = function () [23:14:35.790] | : . ' , { [23:14:35.790] | : . ' , w <- future::availableWorkers() [23:14:35.790] | : . ' , if (length(w) > 1) [23:14:35.790] | : . ' , w[-1] [23:14:35.790] | : . ' , else w [23:14:35.790] | : . ' , }) [23:14:35.790] | : . ' , ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:14:35.790] | : . ' , ..- attr(*, "init")= logi TRUE [23:14:35.790] | : . ' , ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:14:35.790] | : . ' , earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:14:35.790] | : . ' , .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.790] | : . ' , ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.790] | : . ' , ..- attr(*, "tweaks")=List of 1 [23:14:35.790] | : . ' , .. ..$ workers:function () [23:14:35.790] | : . ' , ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [23:14:35.790] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:14:35.795] | : . ' , plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [23:14:35.795] | : . ' , ; plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:35.796] | : . ' , ; ` Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [23:14:35.796] | : . ' , ; plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:35.796] | : . ' , ; stopWorkers() for ClusterFutureBackend ... [23:14:35.796] | : . ' , ; ` Interrupt active futures ... [23:14:35.797] | : . ' , ; ` | Number of futures: 0 [23:14:35.798] | : . ' , ; ` Interrupt active futures ... done [23:14:35.798] | : . ' , ; ` Clear future registry ... [23:14:35.799] | : . ' , ; ` Clear future registry ... done [23:14:35.799] | : . ' , ; ` Stop cluster workers ... [23:14:35.799] | : . ' , ; ` | Stopping existing cluster ... [23:14:35.799] | : . ' , ; ` | : Cluster to shut down: [23:14:35.799] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:14:35.812] | : . ' , ; ` | : Stopped cluster: 'c(TRUE, TRUE)' [23:14:35.859] | : . ' , ; ` | Stopping existing cluster ... done [23:14:35.859] | : . ' , ; ` Stop cluster workers ... done [23:14:35.859] | : . ' , ; stopWorkers() for ClusterFutureBackend ... done [23:14:35.860] | : . ' , ; Legacy shutdown of cluster workers ... [23:14:35.860] | : . ' , ; ` Stopping existing cluster ... [23:14:35.860] | : . ' , ; ` | No pre-existing cluster. Skipping [23:14:35.861] | : . ' , ; ` Stopping existing cluster ... done [23:14:35.861] | : . ' , ; Legacy shutdown of cluster workers ... done [23:14:35.861] | : . ' , plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [23:14:35.861] | : . ' , plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [23:14:35.862] | : . ' , ; function (..., workers = function () [23:14:35.862] | : . ' , ; { [23:14:35.862] | : . ' , ; w <- future::availableWorkers() [23:14:35.862] | : . ' , ; if (length(w) > 1) [23:14:35.862] | : . ' , ; w[-1] [23:14:35.862] | : . ' , ; else w [23:14:35.862] | : . ' , ; }) [23:14:35.862] | : . ' , ; - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:14:35.862] | : . ' , ; - attr(*, "init")= logi TRUE [23:14:35.862] | : . ' , ; - attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:14:35.862] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:14:35.862] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.862] | : . ' , ; - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:35.862] | : . ' , ; - attr(*, "tweaks")=List of 1 [23:14:35.862] | : . ' , ; ..$ workers:function () [23:14:35.862] | : . ' , ; - attr(*, "call")= language plan(cluster, workers = allButOneWorker) [23:14:35.867] | : . ' , ; init: TRUE [23:14:35.868] | : . ' , ; makeFutureBackend() ... [23:14:35.868] | : . ' , ; ` Backend function: <'NULL'> [23:14:35.868] | : . ' , ; ` Evaluator tweak arguments: [n=1] [23:14:35.869] | : . ' , ; ` List of 1 [23:14:35.869] | : . ' , ; ` $ workers:function () [23:14:35.870] | : . ' , ; ` Evaluator formal arguments: [n=1] [23:14:35.870] | : . ' , ; ` Dotted pair list of 1 [23:14:35.870] | : . ' , ; ` $ workers:function () [23:14:35.871] | : . ' , ; ` Arguments passed to the future-backend factory: [n=1] [23:14:35.872] | : . ' , ; ` List of 1 [23:14:35.872] | : . ' , ; ` $ workers:function () [23:14:35.915] | : . ' , ; ` ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... [23:14:35.918] | : . ' , ; ` | workers: [n=1] 'localhost' [23:14:35.918] | : . ' , ; ` | getCluster() ... [23:14:35.919] | : . ' , ; ` | getCluster() ... done [23:14:35.919] | : . ' , ; ` | Stopping existing cluster ... [23:14:35.919] | : . ' , ; ` | : No pre-existing cluster. Skipping [23:14:35.920] | : . ' , ; ` | Stopping existing cluster ... done [23:14:35.920] | : . ' , ; ` | Starting new cluster ... [23:14:35.920] | : . ' , ; ` | : makeCluster(workers, ...) ... [23:14:35.921] | : . ' , ; ` | : . Arguments: [23:14:35.921] | : . ' , ; ` | : . List of 1 [23:14:35.921] | : . ' , ; ` | : . $ : chr "localhost" [23:14:35.922] | : . ' , ; ` | : . .makeCluster() ... [23:14:35.923] | : . ' , ; ` | : . ' workers: 'localhost' [23:14:35.923] | : . ' , ; ` | : . ' R_FUTURE_PLAN: NA [23:14:35.923] | : . ' , ; ` | : . ' parallelly::makeClusterPSOCK() arguments: [23:14:35.924] | : . ' , ; ` | : . ' List of 1 [23:14:35.924] | : . ' , ; ` | : . ' $ : chr "localhost" [23:14:36.314] | : . ' , ; ` | : . ' Generated cluster UUID [23:14:36.314] | : . ' , ; ` | : . ' Cluster UUID: 'e378de132c2f8b3dafde31c59d2cd650' [23:14:36.314] | : . ' , ; ` | : . ' Socket cluster with 1 node on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:14:36.316] | : . ' , ; ` | : . .makeCluster() ... done [23:14:36.316] | : . ' , ; ` | : . Socket cluster with 1 node on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:14:36.318] | : . ' , ; ` | : makeCluster(workers, ...) ... done [23:14:36.318] | : . ' , ; ` | : Number of workers: 1 [23:14:36.318] | : . ' , ; ` | : Workers UUID: 'e378de132c2f8b3dafde31c59d2cd650' [23:14:36.319] | : . ' , ; ` | Starting new cluster ... done [23:14:36.319] | : . ' , ; ` | Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [23:14:36.319] | : . ' , ; ` ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... done [23:14:36.320] | : . ' , ; makeFutureBackend() ... done [23:14:36.320] | : . ' , ; nbrOfWorkers(NULL) ... [23:14:36.320] | : . ' , ; ` List of 4 [23:14:36.320] | : . ' , ; ` $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [23:14:36.320] | : . ' , ; ` $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [23:14:36.320] | : . ' , ; ` $ : language nbrOfWorkers() [23:14:36.320] | : . ' , ; ` $ : language nbrOfWorkers.NULL() [23:14:36.323] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:36.323] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:36.323] | : . ' , ; ` Number of workers: 1 [23:14:36.324] | : . ' , ; nbrOfWorkers(NULL) ... done [23:14:36.324] | : . ' , ; plan(): nbrOfWorkers() = 1 [23:14:36.324] | : . ' , plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [23:14:36.324] | : . ' plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done > n <- nbrOfWorkers() [23:14:36.325] | : . ' nbrOfWorkers(NULL) ... [23:14:36.325] | : . ' , List of 4 [23:14:36.325] | : . ' , $ : language eval(ei, envir) [23:14:36.325] | : . ' , $ : language eval(ei, envir) [23:14:36.325] | : . ' , $ : language nbrOfWorkers() [23:14:36.325] | : . ' , $ : language nbrOfWorkers.NULL() [23:14:36.327] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:36.327] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:36.328] | : . ' , Number of workers: 1 [23:14:36.328] | : . ' 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) [23:14:36.329] | : . ' 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) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) > plan(cluster, workers = workers) [23:14:36.618] | : . ' plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:36.619] | : . ' , plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:14:36.619] | : . ' , ; all.equal() for FutureStrategyList ... [23:14:36.620] | : . ' , ; ` New stack: [23:14:36.620] | : . ' , ; ` List of 1 [23:14:36.620] | : . ' , ; ` $ :function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [23:14:36.620] | : . ' , ; ` session_info = list(process = list(pid = 94388L), r = list(platform = "x86_64-w64-mingw32", [23:14:36.620] | : . ' , ; ` arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [23:14:36.620] | : . ' , ; ` status = "Under development (unstable)", major = "4", minor = "6.0", [23:14:36.620] | : . ' , ; ` year = "2025", month = "11", day = "15", `svn rev` = "89024", language = "R", [23:14:36.620] | : . ' , ; ` version.string = "R Under development (unstable) (2025-11-15 r89024 ucrt)", [23:14:36.620] | : . ' , ; ` nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [23:14:36.620] | : . ' , ; ` sysname = "Windows", release = "Server x64", version = "build 20348", [23:14:36.620] | : . ' , ; ` nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [23:14:36.620] | : . ' , ; ` effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [23:14:36.620] | : . ' , ; ` `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [23:14:36.620] | : . ' , ; ` extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [23:14:36.620] | : . ' , ; ` xz = "5.8.1", libdeflate = "1.24", zstd = "1.5.7", PCRE = "10.46 2025-08-27", [23:14:36.620] | : . ' , ; ` ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [23:14:36.620] | : . ' , ; ` readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [23:14:36.620] | : . ' , ; ` tempdir = "D:\\temp\\2025_11_16_23_10_16_9296\\RtmpCcd8xY", libs = c("D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2", [23:14:36.620] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:14:36.620] | : . ' , ; ` ..- attr(*, "init")= logi TRUE [23:14:36.620] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:14:36.620] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:14:36.620] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:36.620] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:36.620] | : . ' , ; ` ..- attr(*, "tweaks")=List of 1 [23:14:36.620] | : . ' , ; ` .. ..$ workers:List of 2 [23:14:36.620] | : . ' , ; ` .. .. ..$ :List of 4 [23:14:36.620] | : . ' , ; ` .. .. .. ..$ con : 'sockconn' int 5 [23:14:36.620] | : . ' , ; ` .. .. .. .. ..- attr(*, "conn_id")= [23:14:36.620] | : . ' , ; ` .. .. .. ..$ host : chr "localhost" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:36.620] | : . ' , ; ` .. .. .. ..$ rank : int 0 [23:14:36.620] | : . ' , ; ` .. .. .. ..$ session_info:List of 9 [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ process :List of 1 [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ pid: int 94388 [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ r :List of 16 [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ arch : chr "x86_64" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ os : chr "mingw32" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ crt : chr "ucrt" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ status : chr "Under development (unstable)" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ major : chr "4" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ minor : chr "6.0" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ year : chr "2025" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ month : chr "11" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ day : chr "15" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ svn rev : chr "89024" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ language : chr "R" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-11-15 r89024 ucrt)" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ os.type : chr "windows" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ system :List of 9 [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ sysname : chr "Windows" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ release : chr "Server x64" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ version : chr "build 20348" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ machine : chr "x86-64" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ login : chr "CRAN" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ user : chr "CRAN" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ effective_user: chr "CRAN" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ l10n :List of 5 [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ MBCS : logi TRUE [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ UTF-8 : logi TRUE [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ Latin-1 : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ codepage : int 65001 [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ system.codepage: int 65001 [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ tempdir : chr "D:\\temp\\2025_11_16_23_10_16_9296\\RtmpCcd8xY" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ pkgs : NULL [23:14:36.620] | : . ' , ; ` .. .. .. ..- attr(*, "options")=List of 35 [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ worker : chr "localhost" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ master : chr "localhost" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ port : int 24320 [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ connectTimeout : num 120 [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ timeout : num 120 [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ homogeneous : logi TRUE [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:14592:CRANWI"| __truncated__ [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rscript_envs : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rscript_libs : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rscript_startup : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ methods : logi TRUE [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ socketOptions : chr "no-delay" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ useXDR : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ outfile : chr "/dev/null" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ renice : int NA [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rshcmd : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ user : chr(0) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ revtunnel : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rshlogfile : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rshopts : chr(0) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rank : int 0 [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ manual : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ dryrun : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ quiet : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ setup_strategy : chr "parallel" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rshcmd_label : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rsh_call : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ localMachine : logi TRUE [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [23:14:36.620] | : . ' , ; ` master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [23:14:36.620] | : . ' , ; ` 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [23:14:36.620] | : . ' , ; ` 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [23:14:36.620] | : . ' , ; ` rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [23:14:36.620] | : . ' , ; ` "cmd", "sh", "none"), default_packages = c("datasets", "utils", [23:14:36.620] | : . ' , ; ` "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [23:14:36.620] | : . ' , ; ` socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [23:14:36.620] | : . ' , ; ` "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [23:14:36.620] | : . ' , ; ` FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [23:14:36.620] | : . ' , ; ` NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [23:14:36.620] | : . ' , ; ` NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [23:14:36.620] | : . ' , ; ` setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [23:14:36.620] | : . ' , ; ` "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [23:14:36.620] | : . ' , ; ` FALSE), action = c("launch", "options"), verbose = FALSE) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ arguments :List of 29 [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ worker : chr "localhost" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ master : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ port : int 24320 [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ connectTimeout : num 120 [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ timeout : num 120 [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ rscript : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ homogeneous : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ rscript_args : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ rscript_envs : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ rscript_libs : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ rscript_startup : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ rscript_sh : chr "auto" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ methods : logi TRUE [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ socketOptions : chr "no-delay" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ useXDR : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ outfile : chr "/dev/null" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ renice : int NA [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ rshcmd : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ user : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ revtunnel : logi NA [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ rshlogfile : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ rshopts : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ rank : int 1 [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ manual : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ dryrun : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ quiet : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ setup_strategy : chr "parallel" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ calls : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [23:14:36.620] | : . ' , ; ` .. .. .. ..- attr(*, "calls")=Dotted pair list of 10 [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ : language source(file.path(path, "run.R")) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ : language makeClusterPSOCK(2L) [23:14:36.620] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [23:14:36.620] | : . ' , ; ` .. .. ..$ :List of 4 [23:14:36.620] | : . ' , ; ` .. .. .. ..$ con : 'sockconn' int 6 [23:14:36.620] | : . ' , ; ` .. .. .. .. ..- attr(*, "conn_id")= [23:14:36.620] | : . ' , ; ` .. .. .. ..$ host : chr "localhost" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:36.620] | : . ' , ; ` .. .. .. ..$ rank : int 1 [23:14:36.620] | : . ' , ; ` .. .. .. ..$ session_info:List of 9 [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ process :List of 1 [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ pid: int 62260 [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ r :List of 16 [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ arch : chr "x86_64" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ os : chr "mingw32" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ crt : chr "ucrt" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ status : chr "Under development (unstable)" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ major : chr "4" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ minor : chr "6.0" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ year : chr "2025" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ month : chr "11" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ day : chr "15" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ svn rev : chr "89024" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ language : chr "R" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-11-15 r89024 ucrt)" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ os.type : chr "windows" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ system :List of 9 [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ sysname : chr "Windows" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ release : chr "Server x64" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ version : chr "build 20348" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ machine : chr "x86-64" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ login : chr "CRAN" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ user : chr "CRAN" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ effective_user: chr "CRAN" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ l10n :List of 5 [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ MBCS : logi TRUE [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ UTF-8 : logi TRUE [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ Latin-1 : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ codepage : int 65001 [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ system.codepage: int 65001 [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ tempdir : chr "D:\\temp\\2025_11_16_23_10_16_9296\\RtmpqGxrNz" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ pkgs : NULL [23:14:36.620] | : . ' , ; ` .. .. .. ..- attr(*, "options")=List of 35 [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ worker : chr "localhost" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ master : chr "localhost" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ port : int 24320 [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ connectTimeout : num 120 [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ timeout : num 120 [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ homogeneous : logi TRUE [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:14592:CRANWI"| __truncated__ [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rscript_envs : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rscript_libs : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rscript_startup : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ methods : logi TRUE [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ socketOptions : chr "no-delay" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ useXDR : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ outfile : chr "/dev/null" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ renice : int NA [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rshcmd : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ user : chr(0) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ revtunnel : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rshlogfile : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rshopts : chr(0) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rank : int 1 [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ manual : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ dryrun : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ quiet : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ setup_strategy : chr "parallel" [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rshcmd_label : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ rsh_call : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ localMachine : logi TRUE [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [23:14:36.620] | : . ' , ; ` master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [23:14:36.620] | : . ' , ; ` 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [23:14:36.620] | : . ' , ; ` 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [23:14:36.620] | : . ' , ; ` rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [23:14:36.620] | : . ' , ; ` "cmd", "sh", "none"), default_packages = c("datasets", "utils", [23:14:36.620] | : . ' , ; ` "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [23:14:36.620] | : . ' , ; ` socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [23:14:36.620] | : . ' , ; ` "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [23:14:36.620] | : . ' , ; ` FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [23:14:36.620] | : . ' , ; ` NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [23:14:36.620] | : . ' , ; ` NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [23:14:36.620] | : . ' , ; ` setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [23:14:36.620] | : . ' , ; ` "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [23:14:36.620] | : . ' , ; ` FALSE), action = c("launch", "options"), verbose = FALSE) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ arguments :List of 29 [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ worker : chr "localhost" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ master : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ port : int 24320 [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ connectTimeout : num 120 [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ timeout : num 120 [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ rscript : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ homogeneous : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ rscript_args : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ rscript_envs : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ rscript_libs : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ rscript_startup : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ rscript_sh : chr "auto" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ methods : logi TRUE [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ socketOptions : chr "no-delay" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ useXDR : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ outfile : chr "/dev/null" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ renice : int NA [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ rshcmd : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ user : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ revtunnel : logi NA [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ rshlogfile : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ rshopts : NULL [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ rank : int 1 [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ manual : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ dryrun : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ quiet : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ setup_strategy : chr "parallel" [23:14:36.620] | : . ' , ; ` .. .. .. .. .. ..$ calls : logi FALSE [23:14:36.620] | : . ' , ; ` .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [23:14:36.620] | : . ' , ; ` .. .. .. ..- attr(*, "calls")=Dotted pair list of 10 [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ : language source(file.path(path, "run.R")) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.620] | : . ' , ; ` .. .. .. .. ..$ : language makeClusterPSOCK(2L) [23:14:36.620] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [23:14:36.620] | : . ' , ; ` .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [23:14:36.620] | : . ' , ; ` ..- attr(*, "call")= language plan(cluster, workers = workers) [23:14:36.620] | : . ' , ; ` - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:14:36.726] | : . ' , ; ` Old stack: [23:14:36.727] | : . ' , ; ` List of 1 [23:14:36.727] | : . ' , ; ` $ :function (..., workers = function () [23:14:36.727] | : . ' , ; ` { [23:14:36.727] | : . ' , ; ` w <- future::availableWorkers() [23:14:36.727] | : . ' , ; ` if (length(w) > 1) [23:14:36.727] | : . ' , ; ` w[-1] [23:14:36.727] | : . ' , ; ` else w [23:14:36.727] | : . ' , ; ` }) [23:14:36.727] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:14:36.727] | : . ' , ; ` ..- attr(*, "init")= chr "done" [23:14:36.727] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:14:36.727] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:14:36.727] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:36.727] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:36.727] | : . ' , ; ` ..- attr(*, "tweaks")=List of 1 [23:14:36.727] | : . ' , ; ` .. ..$ workers:function () [23:14:36.727] | : . ' , ; ` ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [23:14:36.727] | : . ' , ; ` ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [23:14:36.727] | : . ' , ; ` .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:14:36.727] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:14:36.727] | : . ' , ; ` .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:36.727] | : . ' , ; ` - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:14:36.732] | : . ' , ; ` Not identical [23:14:36.733] | : . ' , ; ` all.equal() for future ... [23:14:36.733] | : . ' , ; ` | List of 2 [23:14:36.733] | : . ' , ; ` | $ target :function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [23:14:36.733] | : . ' , ; ` | session_info = list(process = list(pid = 94388L), r = list(platform = "x86_64-w64-mingw32", [23:14:36.733] | : . ' , ; ` | arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [23:14:36.733] | : . ' , ; ` | status = "Under development (unstable)", major = "4", minor = "6.0", [23:14:36.733] | : . ' , ; ` | year = "2025", month = "11", day = "15", `svn rev` = "89024", language = "R", [23:14:36.733] | : . ' , ; ` | version.string = "R Under development (unstable) (2025-11-15 r89024 ucrt)", [23:14:36.733] | : . ' , ; ` | nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [23:14:36.733] | : . ' , ; ` | sysname = "Windows", release = "Server x64", version = "build 20348", [23:14:36.733] | : . ' , ; ` | nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [23:14:36.733] | : . ' , ; ` | effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [23:14:36.733] | : . ' , ; ` | `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [23:14:36.733] | : . ' , ; ` | extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [23:14:36.733] | : . ' , ; ` | xz = "5.8.1", libdeflate = "1.24", zstd = "1.5.7", PCRE = "10.46 2025-08-27", [23:14:36.733] | : . ' , ; ` | ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [23:14:36.733] | : . ' , ; ` | readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [23:14:36.733] | : . ' , ; ` | tempdir = "D:\\temp\\2025_11_16_23_10_16_9296\\RtmpCcd8xY", libs = c("D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2", [23:14:36.733] | : . ' , ; ` | ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:14:36.733] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:14:36.733] | : . ' , ; ` | ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:14:36.733] | : . ' , ; ` | earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:14:36.733] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:36.733] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:36.733] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 1 [23:14:36.733] | : . ' , ; ` | .. ..$ workers:List of 2 [23:14:36.733] | : . ' , ; ` | .. .. ..$ :List of 4 [23:14:36.733] | : . ' , ; ` | .. .. .. ..$ con : 'sockconn' int 5 [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..- attr(*, "conn_id")= [23:14:36.733] | : . ' , ; ` | .. .. .. ..$ host : chr "localhost" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:36.733] | : . ' , ; ` | .. .. .. ..$ rank : int 0 [23:14:36.733] | : . ' , ; ` | .. .. .. ..$ session_info:List of 9 [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ process :List of 1 [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ pid: int 94388 [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ r :List of 16 [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ arch : chr "x86_64" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ os : chr "mingw32" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ crt : chr "ucrt" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ status : chr "Under development (unstable)" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ major : chr "4" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ minor : chr "6.0" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ year : chr "2025" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ month : chr "11" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ day : chr "15" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ svn rev : chr "89024" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ language : chr "R" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-11-15 r89024 ucrt)" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ os.type : chr "windows" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ system :List of 9 [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ sysname : chr "Windows" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ release : chr "Server x64" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ version : chr "build 20348" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ machine : chr "x86-64" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ login : chr "CRAN" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ user : chr "CRAN" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ effective_user: chr "CRAN" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ l10n :List of 5 [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ MBCS : logi TRUE [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ UTF-8 : logi TRUE [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ Latin-1 : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ codepage : int 65001 [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ system.codepage: int 65001 [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ tempdir : chr "D:\\temp\\2025_11_16_23_10_16_9296\\RtmpCcd8xY" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ pkgs : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. ..- attr(*, "options")=List of 35 [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ worker : chr "localhost" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ master : chr "localhost" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ port : int 24320 [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ connectTimeout : num 120 [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ timeout : num 120 [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ homogeneous : logi TRUE [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:14592:CRANWI"| __truncated__ [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rscript_envs : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rscript_libs : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rscript_startup : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ methods : logi TRUE [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ socketOptions : chr "no-delay" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ useXDR : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ outfile : chr "/dev/null" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ renice : int NA [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rshcmd : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ user : chr(0) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ revtunnel : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rshlogfile : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rshopts : chr(0) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rank : int 0 [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ manual : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ dryrun : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ quiet : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ setup_strategy : chr "parallel" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rshcmd_label : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rsh_call : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ localMachine : logi TRUE [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [23:14:36.733] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [23:14:36.733] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [23:14:36.733] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [23:14:36.733] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [23:14:36.733] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [23:14:36.733] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [23:14:36.733] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [23:14:36.733] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [23:14:36.733] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [23:14:36.733] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [23:14:36.733] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [23:14:36.733] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [23:14:36.733] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [23:14:36.733] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ arguments :List of 29 [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ worker : chr "localhost" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ master : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ port : int 24320 [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ connectTimeout : num 120 [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ timeout : num 120 [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ rscript : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ homogeneous : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_args : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_envs : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_libs : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_startup : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_sh : chr "auto" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ methods : logi TRUE [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ socketOptions : chr "no-delay" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ useXDR : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ outfile : chr "/dev/null" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ renice : int NA [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ rshcmd : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ user : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ revtunnel : logi NA [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ rshlogfile : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ rshopts : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ rank : int 1 [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ manual : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ dryrun : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ quiet : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ setup_strategy : chr "parallel" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ calls : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [23:14:36.733] | : . ' , ; ` | .. .. .. ..- attr(*, "calls")=Dotted pair list of 10 [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ : language source(file.path(path, "run.R")) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ : language makeClusterPSOCK(2L) [23:14:36.733] | : . ' , ; ` | .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [23:14:36.733] | : . ' , ; ` | .. .. ..$ :List of 4 [23:14:36.733] | : . ' , ; ` | .. .. .. ..$ con : 'sockconn' int 6 [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..- attr(*, "conn_id")= [23:14:36.733] | : . ' , ; ` | .. .. .. ..$ host : chr "localhost" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:36.733] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [23:14:36.733] | : . ' , ; ` | .. .. .. ..$ session_info:List of 9 [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ process :List of 1 [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ pid: int 62260 [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ r :List of 16 [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ arch : chr "x86_64" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ os : chr "mingw32" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ crt : chr "ucrt" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ status : chr "Under development (unstable)" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ major : chr "4" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ minor : chr "6.0" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ year : chr "2025" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ month : chr "11" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ day : chr "15" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ svn rev : chr "89024" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ language : chr "R" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-11-15 r89024 ucrt)" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ os.type : chr "windows" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ system :List of 9 [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ sysname : chr "Windows" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ release : chr "Server x64" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ version : chr "build 20348" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ machine : chr "x86-64" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ login : chr "CRAN" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ user : chr "CRAN" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ effective_user: chr "CRAN" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ l10n :List of 5 [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ MBCS : logi TRUE [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ UTF-8 : logi TRUE [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ Latin-1 : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ codepage : int 65001 [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ system.codepage: int 65001 [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ tempdir : chr "D:\\temp\\2025_11_16_23_10_16_9296\\RtmpqGxrNz" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ pkgs : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. ..- attr(*, "options")=List of 35 [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ worker : chr "localhost" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ master : chr "localhost" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ port : int 24320 [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ connectTimeout : num 120 [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ timeout : num 120 [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ homogeneous : logi TRUE [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:14592:CRANWI"| __truncated__ [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rscript_envs : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rscript_libs : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rscript_startup : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ methods : logi TRUE [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ socketOptions : chr "no-delay" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ useXDR : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ outfile : chr "/dev/null" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ renice : int NA [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rshcmd : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ user : chr(0) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ revtunnel : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rshlogfile : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rshopts : chr(0) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rank : int 1 [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ manual : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ dryrun : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ quiet : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ setup_strategy : chr "parallel" [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rshcmd_label : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ rsh_call : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ localMachine : logi TRUE [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [23:14:36.733] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [23:14:36.733] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [23:14:36.733] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [23:14:36.733] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [23:14:36.733] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [23:14:36.733] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [23:14:36.733] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [23:14:36.733] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [23:14:36.733] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [23:14:36.733] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [23:14:36.733] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [23:14:36.733] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [23:14:36.733] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [23:14:36.733] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ arguments :List of 29 [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ worker : chr "localhost" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ master : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ port : int 24320 [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ connectTimeout : num 120 [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ timeout : num 120 [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ rscript : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ homogeneous : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_args : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_envs : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_libs : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_startup : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_sh : chr "auto" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ methods : logi TRUE [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ socketOptions : chr "no-delay" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ useXDR : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ outfile : chr "/dev/null" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ renice : int NA [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ rshcmd : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ user : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ revtunnel : logi NA [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ rshlogfile : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ rshopts : NULL [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ rank : int 1 [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ manual : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ dryrun : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ quiet : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ setup_strategy : chr "parallel" [23:14:36.733] | : . ' , ; ` | .. .. .. .. .. ..$ calls : logi FALSE [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [23:14:36.733] | : . ' , ; ` | .. .. .. ..- attr(*, "calls")=Dotted pair list of 10 [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ : language source(file.path(path, "run.R")) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.733] | : . ' , ; ` | .. .. .. .. ..$ : language makeClusterPSOCK(2L) [23:14:36.733] | : . ' , ; ` | .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [23:14:36.733] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [23:14:36.733] | : . ' , ; ` | ..- attr(*, "call")= language plan(cluster, workers = workers) [23:14:36.733] | : . ' , ; ` | $ current:function (..., workers = function () [23:14:36.733] | : . ' , ; ` | { [23:14:36.733] | : . ' , ; ` | w <- future::availableWorkers() [23:14:36.733] | : . ' , ; ` | if (length(w) > 1) [23:14:36.733] | : . ' , ; ` | w[-1] [23:14:36.733] | : . ' , ; ` | else w [23:14:36.733] | : . ' , ; ` | }) [23:14:36.733] | : . ' , ; ` | ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:14:36.733] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:14:36.733] | : . ' , ; ` | ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:14:36.733] | : . ' , ; ` | earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:14:36.733] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:36.733] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:36.733] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 1 [23:14:36.733] | : . ' , ; ` | .. ..$ workers:function () [23:14:36.733] | : . ' , ; ` | ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [23:14:36.733] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [23:14:36.733] | : . ' , ; ` | .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:14:36.733] | : . ' , ; ` | earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:14:36.733] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:36.851] | : . ' , ; ` | Formals differ [23:14:36.852] | : . ' , ; ` all.equal() for future ... done [23:14:36.852] | : . ' , ; ` Future strategies differ at level 1 [23:14:36.852] | : . ' , ; all.equal() for FutureStrategyList ... done [23:14:36.852] | : . ' , ; plan(): Setting new future backend stack: [23:14:36.853] | : . ' , ; List of future strategies: [23:14:36.853] | : . ' , ; 1. cluster: [23:14:36.853] | : . ' , ; - args: function (..., workers = "") [23:14:36.853] | : . ' , ; - tweaked: TRUE [23:14:36.853] | : . ' , ; - call: plan(cluster, workers = workers) [23:14:36.856] | : . ' , ; List of 1 [23:14:36.856] | : . ' , ; $ :function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [23:14:36.856] | : . ' , ; session_info = list(process = list(pid = 94388L), r = list(platform = "x86_64-w64-mingw32", [23:14:36.856] | : . ' , ; arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [23:14:36.856] | : . ' , ; status = "Under development (unstable)", major = "4", minor = "6.0", [23:14:36.856] | : . ' , ; year = "2025", month = "11", day = "15", `svn rev` = "89024", language = "R", [23:14:36.856] | : . ' , ; version.string = "R Under development (unstable) (2025-11-15 r89024 ucrt)", [23:14:36.856] | : . ' , ; nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [23:14:36.856] | : . ' , ; sysname = "Windows", release = "Server x64", version = "build 20348", [23:14:36.856] | : . ' , ; nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [23:14:36.856] | : . ' , ; effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [23:14:36.856] | : . ' , ; `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [23:14:36.856] | : . ' , ; extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [23:14:36.856] | : . ' , ; xz = "5.8.1", libdeflate = "1.24", zstd = "1.5.7", PCRE = "10.46 2025-08-27", [23:14:36.856] | : . ' , ; ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [23:14:36.856] | : . ' , ; readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [23:14:36.856] | : . ' , ; tempdir = "D:\\temp\\2025_11_16_23_10_16_9296\\RtmpCcd8xY", libs = c("D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2", [23:14:36.856] | : . ' , ; ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:14:36.856] | : . ' , ; ..- attr(*, "init")= logi TRUE [23:14:36.856] | : . ' , ; ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:14:36.856] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:14:36.856] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:36.856] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:36.856] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [23:14:36.856] | : . ' , ; .. ..$ workers:List of 2 [23:14:36.856] | : . ' , ; .. .. ..$ :List of 4 [23:14:36.856] | : . ' , ; .. .. .. ..$ con : 'sockconn' int 5 [23:14:36.856] | : . ' , ; .. .. .. .. ..- attr(*, "conn_id")= [23:14:36.856] | : . ' , ; .. .. .. ..$ host : chr "localhost" [23:14:36.856] | : . ' , ; .. .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:36.856] | : . ' , ; .. .. .. ..$ rank : int 0 [23:14:36.856] | : . ' , ; .. .. .. ..$ session_info:List of 9 [23:14:36.856] | : . ' , ; .. .. .. .. ..$ process :List of 1 [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ pid: int 94388 [23:14:36.856] | : . ' , ; .. .. .. .. ..$ r :List of 16 [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ arch : chr "x86_64" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ os : chr "mingw32" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ crt : chr "ucrt" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ status : chr "Under development (unstable)" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ major : chr "4" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ minor : chr "6.0" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ year : chr "2025" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ month : chr "11" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ day : chr "15" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ svn rev : chr "89024" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ language : chr "R" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-11-15 r89024 ucrt)" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ os.type : chr "windows" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ system :List of 9 [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ sysname : chr "Windows" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ release : chr "Server x64" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ version : chr "build 20348" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ machine : chr "x86-64" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ login : chr "CRAN" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ user : chr "CRAN" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ effective_user: chr "CRAN" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ l10n :List of 5 [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ MBCS : logi TRUE [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ UTF-8 : logi TRUE [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ Latin-1 : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ codepage : int 65001 [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ system.codepage: int 65001 [23:14:36.856] | : . ' , ; .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [23:14:36.856] | : . ' , ; .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [23:14:36.856] | : . ' , ; .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ tempdir : chr "D:\\temp\\2025_11_16_23_10_16_9296\\RtmpCcd8xY" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ pkgs : NULL [23:14:36.856] | : . ' , ; .. .. .. ..- attr(*, "options")=List of 35 [23:14:36.856] | : . ' , ; .. .. .. .. ..$ worker : chr "localhost" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:36.856] | : . ' , ; .. .. .. .. ..$ master : chr "localhost" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ port : int 24320 [23:14:36.856] | : . ' , ; .. .. .. .. ..$ connectTimeout : num 120 [23:14:36.856] | : . ' , ; .. .. .. .. ..$ timeout : num 120 [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ homogeneous : logi TRUE [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:14592:CRANWI"| __truncated__ [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rscript_envs : NULL [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rscript_libs : NULL [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rscript_startup : NULL [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:36.856] | : . ' , ; .. .. .. .. ..$ methods : logi TRUE [23:14:36.856] | : . ' , ; .. .. .. .. ..$ socketOptions : chr "no-delay" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ useXDR : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. ..$ outfile : chr "/dev/null" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ renice : int NA [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rshcmd : NULL [23:14:36.856] | : . ' , ; .. .. .. .. ..$ user : chr(0) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ revtunnel : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rshlogfile : NULL [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rshopts : chr(0) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rank : int 0 [23:14:36.856] | : . ' , ; .. .. .. .. ..$ manual : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. ..$ dryrun : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. ..$ quiet : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. ..$ setup_strategy : chr "parallel" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rshcmd_label : NULL [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rsh_call : NULL [23:14:36.856] | : . ' , ; .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:36.856] | : . ' , ; .. .. .. .. ..$ localMachine : logi TRUE [23:14:36.856] | : . ' , ; .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [23:14:36.856] | : . ' , ; master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [23:14:36.856] | : . ' , ; 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [23:14:36.856] | : . ' , ; 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [23:14:36.856] | : . ' , ; rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [23:14:36.856] | : . ' , ; "cmd", "sh", "none"), default_packages = c("datasets", "utils", [23:14:36.856] | : . ' , ; "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [23:14:36.856] | : . ' , ; socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [23:14:36.856] | : . ' , ; "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [23:14:36.856] | : . ' , ; FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [23:14:36.856] | : . ' , ; NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [23:14:36.856] | : . ' , ; NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [23:14:36.856] | : . ' , ; setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [23:14:36.856] | : . ' , ; "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [23:14:36.856] | : . ' , ; FALSE), action = c("launch", "options"), verbose = FALSE) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ arguments :List of 29 [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ worker : chr "localhost" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ master : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ port : int 24320 [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ connectTimeout : num 120 [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ timeout : num 120 [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ rscript : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ homogeneous : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ rscript_args : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ rscript_envs : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ rscript_libs : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ rscript_startup : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ rscript_sh : chr "auto" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ methods : logi TRUE [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ socketOptions : chr "no-delay" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ useXDR : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ outfile : chr "/dev/null" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ renice : int NA [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ rshcmd : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ user : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ revtunnel : logi NA [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ rshlogfile : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ rshopts : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ rank : int 1 [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ manual : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ dryrun : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ quiet : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ setup_strategy : chr "parallel" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ calls : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [23:14:36.856] | : . ' , ; .. .. .. ..- attr(*, "calls")=Dotted pair list of 10 [23:14:36.856] | : . ' , ; .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [23:14:36.856] | : . ' , ; .. .. .. .. ..$ : language source(file.path(path, "run.R")) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ : language makeClusterPSOCK(2L) [23:14:36.856] | : . ' , ; .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [23:14:36.856] | : . ' , ; .. .. ..$ :List of 4 [23:14:36.856] | : . ' , ; .. .. .. ..$ con : 'sockconn' int 6 [23:14:36.856] | : . ' , ; .. .. .. .. ..- attr(*, "conn_id")= [23:14:36.856] | : . ' , ; .. .. .. ..$ host : chr "localhost" [23:14:36.856] | : . ' , ; .. .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:36.856] | : . ' , ; .. .. .. ..$ rank : int 1 [23:14:36.856] | : . ' , ; .. .. .. ..$ session_info:List of 9 [23:14:36.856] | : . ' , ; .. .. .. .. ..$ process :List of 1 [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ pid: int 62260 [23:14:36.856] | : . ' , ; .. .. .. .. ..$ r :List of 16 [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ arch : chr "x86_64" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ os : chr "mingw32" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ crt : chr "ucrt" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ status : chr "Under development (unstable)" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ major : chr "4" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ minor : chr "6.0" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ year : chr "2025" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ month : chr "11" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ day : chr "15" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ svn rev : chr "89024" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ language : chr "R" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-11-15 r89024 ucrt)" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ os.type : chr "windows" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ system :List of 9 [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ sysname : chr "Windows" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ release : chr "Server x64" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ version : chr "build 20348" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ machine : chr "x86-64" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ login : chr "CRAN" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ user : chr "CRAN" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ effective_user: chr "CRAN" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ l10n :List of 5 [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ MBCS : logi TRUE [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ UTF-8 : logi TRUE [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ Latin-1 : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ codepage : int 65001 [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ system.codepage: int 65001 [23:14:36.856] | : . ' , ; .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [23:14:36.856] | : . ' , ; .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [23:14:36.856] | : . ' , ; .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ tempdir : chr "D:\\temp\\2025_11_16_23_10_16_9296\\RtmpqGxrNz" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ pkgs : NULL [23:14:36.856] | : . ' , ; .. .. .. ..- attr(*, "options")=List of 35 [23:14:36.856] | : . ' , ; .. .. .. .. ..$ worker : chr "localhost" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:36.856] | : . ' , ; .. .. .. .. ..$ master : chr "localhost" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ port : int 24320 [23:14:36.856] | : . ' , ; .. .. .. .. ..$ connectTimeout : num 120 [23:14:36.856] | : . ' , ; .. .. .. .. ..$ timeout : num 120 [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ homogeneous : logi TRUE [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:14592:CRANWI"| __truncated__ [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rscript_envs : NULL [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rscript_libs : NULL [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rscript_startup : NULL [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:36.856] | : . ' , ; .. .. .. .. ..$ methods : logi TRUE [23:14:36.856] | : . ' , ; .. .. .. .. ..$ socketOptions : chr "no-delay" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ useXDR : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. ..$ outfile : chr "/dev/null" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ renice : int NA [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rshcmd : NULL [23:14:36.856] | : . ' , ; .. .. .. .. ..$ user : chr(0) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ revtunnel : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rshlogfile : NULL [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rshopts : chr(0) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rank : int 1 [23:14:36.856] | : . ' , ; .. .. .. .. ..$ manual : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. ..$ dryrun : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. ..$ quiet : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. ..$ setup_strategy : chr "parallel" [23:14:36.856] | : . ' , ; .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rshcmd_label : NULL [23:14:36.856] | : . ' , ; .. .. .. .. ..$ rsh_call : NULL [23:14:36.856] | : . ' , ; .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:36.856] | : . ' , ; .. .. .. .. ..$ localMachine : logi TRUE [23:14:36.856] | : . ' , ; .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [23:14:36.856] | : . ' , ; master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [23:14:36.856] | : . ' , ; 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [23:14:36.856] | : . ' , ; 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [23:14:36.856] | : . ' , ; rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [23:14:36.856] | : . ' , ; "cmd", "sh", "none"), default_packages = c("datasets", "utils", [23:14:36.856] | : . ' , ; "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [23:14:36.856] | : . ' , ; socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [23:14:36.856] | : . ' , ; "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [23:14:36.856] | : . ' , ; FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [23:14:36.856] | : . ' , ; NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [23:14:36.856] | : . ' , ; NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [23:14:36.856] | : . ' , ; setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [23:14:36.856] | : . ' , ; "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [23:14:36.856] | : . ' , ; FALSE), action = c("launch", "options"), verbose = FALSE) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ arguments :List of 29 [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ worker : chr "localhost" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ master : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ port : int 24320 [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ connectTimeout : num 120 [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ timeout : num 120 [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ rscript : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ homogeneous : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ rscript_args : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ rscript_envs : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ rscript_libs : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ rscript_startup : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ rscript_sh : chr "auto" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ methods : logi TRUE [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ socketOptions : chr "no-delay" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ useXDR : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ outfile : chr "/dev/null" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ renice : int NA [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ rshcmd : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ user : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ revtunnel : logi NA [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ rshlogfile : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ rshopts : NULL [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ rank : int 1 [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ manual : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ dryrun : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ quiet : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ setup_strategy : chr "parallel" [23:14:36.856] | : . ' , ; .. .. .. .. .. ..$ calls : logi FALSE [23:14:36.856] | : . ' , ; .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [23:14:36.856] | : . ' , ; .. .. .. ..- attr(*, "calls")=Dotted pair list of 10 [23:14:36.856] | : . ' , ; .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [23:14:36.856] | : . ' , ; .. .. .. .. ..$ : language source(file.path(path, "run.R")) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [23:14:36.856] | : . ' , ; .. .. .. .. ..$ : language makeClusterPSOCK(2L) [23:14:36.856] | : . ' , ; .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [23:14:36.856] | : . ' , ; .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [23:14:36.856] | : . ' , ; ..- attr(*, "call")= language plan(cluster, workers = workers) [23:14:36.856] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:14:36.961] | : . ' , ; plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [23:14:36.962] | : . ' , ; ` plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:36.962] | : . ' , ; ` | Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [23:14:36.962] | : . ' , ; ` plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:36.962] | : . ' , ; ` stopWorkers() for ClusterFutureBackend ... [23:14:36.962] | : . ' , ; ` | Interrupt active futures ... [23:14:36.963] | : . ' , ; ` | : Number of futures: 0 [23:14:36.963] | : . ' , ; ` | Interrupt active futures ... done [23:14:36.963] | : . ' , ; ` | Clear future registry ... [23:14:36.964] | : . ' , ; ` | Clear future registry ... done [23:14:36.964] | : . ' , ; ` | Stop cluster workers ... [23:14:36.964] | : . ' , ; ` | : Stopping existing cluster ... [23:14:36.964] | : . ' , ; ` | : . Cluster to shut down: [23:14:36.964] | : . ' , ; ` | : . Socket cluster with 1 node on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:14:36.973] | : . ' , ; ` | : . Stopped cluster: 'TRUE' [23:14:37.014] | : . ' , ; ` | : Stopping existing cluster ... done [23:14:37.014] | : . ' , ; ` | Stop cluster workers ... done [23:14:37.014] | : . ' , ; ` stopWorkers() for ClusterFutureBackend ... done [23:14:37.015] | : . ' , ; ` Legacy shutdown of cluster workers ... [23:14:37.015] | : . ' , ; ` | Stopping existing cluster ... [23:14:37.015] | : . ' , ; ` | : No pre-existing cluster. Skipping [23:14:37.015] | : . ' , ; ` | Stopping existing cluster ... done [23:14:37.015] | : . ' , ; ` Legacy shutdown of cluster workers ... done [23:14:37.016] | : . ' , ; plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [23:14:37.016] | : . ' , ; plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [23:14:37.016] | : . ' , ; ` function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [23:14:37.016] | : . ' , ; ` session_info = list(process = list(pid = 94388L), r = list(platform = "x86_64-w64-mingw32", [23:14:37.016] | : . ' , ; ` arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [23:14:37.016] | : . ' , ; ` status = "Under development (unstable)", major = "4", minor = "6.0", [23:14:37.016] | : . ' , ; ` year = "2025", month = "11", day = "15", `svn rev` = "89024", language = "R", [23:14:37.016] | : . ' , ; ` version.string = "R Under development (unstable) (2025-11-15 r89024 ucrt)", [23:14:37.016] | : . ' , ; ` nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [23:14:37.016] | : . ' , ; ` sysname = "Windows", release = "Server x64", version = "build 20348", [23:14:37.016] | : . ' , ; ` nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [23:14:37.016] | : . ' , ; ` effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [23:14:37.016] | : . ' , ; ` `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [23:14:37.016] | : . ' , ; ` extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [23:14:37.016] | : . ' , ; ` xz = "5.8.1", libdeflate = "1.24", zstd = "1.5.7", PCRE = "10.46 2025-08-27", [23:14:37.016] | : . ' , ; ` ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [23:14:37.016] | : . ' , ; ` readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [23:14:37.016] | : . ' , ; ` tempdir = "D:\\temp\\2025_11_16_23_10_16_9296\\RtmpCcd8xY", libs = c("D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2", [23:14:37.016] | : . ' , ; ` - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:14:37.016] | : . ' , ; ` - attr(*, "init")= logi TRUE [23:14:37.016] | : . ' , ; ` - attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:14:37.016] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:14:37.016] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:37.016] | : . ' , ; ` - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:14:37.016] | : . ' , ; ` - attr(*, "tweaks")=List of 1 [23:14:37.016] | : . ' , ; ` ..$ workers:List of 2 [23:14:37.016] | : . ' , ; ` .. ..$ :List of 4 [23:14:37.016] | : . ' , ; ` .. .. ..$ con : 'sockconn' int 5 [23:14:37.016] | : . ' , ; ` .. .. .. ..- attr(*, "conn_id")= [23:14:37.016] | : . ' , ; ` .. .. ..$ host : chr "localhost" [23:14:37.016] | : . ' , ; ` .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:37.016] | : . ' , ; ` .. .. ..$ rank : int 0 [23:14:37.016] | : . ' , ; ` .. .. ..$ session_info:List of 9 [23:14:37.016] | : . ' , ; ` .. .. .. ..$ process :List of 1 [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ pid: int 94388 [23:14:37.016] | : . ' , ; ` .. .. .. ..$ r :List of 16 [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ arch : chr "x86_64" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ os : chr "mingw32" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ crt : chr "ucrt" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ system : chr "x86_64, mingw32" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ status : chr "Under development (unstable)" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ major : chr "4" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ minor : chr "6.0" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ year : chr "2025" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ month : chr "11" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ day : chr "15" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ svn rev : chr "89024" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ language : chr "R" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-11-15 r89024 ucrt)" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ os.type : chr "windows" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ system :List of 9 [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ sysname : chr "Windows" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ release : chr "Server x64" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ version : chr "build 20348" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ nodename : chr "CRANWIN3" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ machine : chr "x86-64" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ login : chr "CRAN" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ user : chr "CRAN" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ effective_user: chr "CRAN" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ udomain : chr "CRANWIN3" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ l10n :List of 5 [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ MBCS : logi TRUE [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ UTF-8 : logi TRUE [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ Latin-1 : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ codepage : int 65001 [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ system.codepage: int 65001 [23:14:37.016] | : . ' , ; ` .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [23:14:37.016] | : . ' , ; ` .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [23:14:37.016] | : . ' , ; ` .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ tempdir : chr "D:\\temp\\2025_11_16_23_10_16_9296\\RtmpCcd8xY" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ pkgs : NULL [23:14:37.016] | : . ' , ; ` .. .. ..- attr(*, "options")=List of 35 [23:14:37.016] | : . ' , ; ` .. .. .. ..$ worker : chr "localhost" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:37.016] | : . ' , ; ` .. .. .. ..$ master : chr "localhost" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ port : int 24320 [23:14:37.016] | : . ' , ; ` .. .. .. ..$ connectTimeout : num 120 [23:14:37.016] | : . ' , ; ` .. .. .. ..$ timeout : num 120 [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ homogeneous : logi TRUE [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:14592:CRANWI"| __truncated__ [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rscript_envs : NULL [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rscript_libs : NULL [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rscript_startup : NULL [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:37.016] | : . ' , ; ` .. .. .. ..$ methods : logi TRUE [23:14:37.016] | : . ' , ; ` .. .. .. ..$ socketOptions : chr "no-delay" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ useXDR : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. ..$ outfile : chr "/dev/null" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ renice : int NA [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rshcmd : NULL [23:14:37.016] | : . ' , ; ` .. .. .. ..$ user : chr(0) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ revtunnel : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rshlogfile : NULL [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rshopts : chr(0) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rank : int 0 [23:14:37.016] | : . ' , ; ` .. .. .. ..$ manual : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. ..$ dryrun : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. ..$ quiet : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. ..$ setup_strategy : chr "parallel" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rshcmd_label : NULL [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rsh_call : NULL [23:14:37.016] | : . ' , ; ` .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:37.016] | : . ' , ; ` .. .. .. ..$ localMachine : logi TRUE [23:14:37.016] | : . ' , ; ` .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [23:14:37.016] | : . ' , ; ` master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [23:14:37.016] | : . ' , ; ` 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [23:14:37.016] | : . ' , ; ` 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [23:14:37.016] | : . ' , ; ` rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [23:14:37.016] | : . ' , ; ` "cmd", "sh", "none"), default_packages = c("datasets", "utils", [23:14:37.016] | : . ' , ; ` "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [23:14:37.016] | : . ' , ; ` socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [23:14:37.016] | : . ' , ; ` "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [23:14:37.016] | : . ' , ; ` FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [23:14:37.016] | : . ' , ; ` NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [23:14:37.016] | : . ' , ; ` NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [23:14:37.016] | : . ' , ; ` setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [23:14:37.016] | : . ' , ; ` "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [23:14:37.016] | : . ' , ; ` FALSE), action = c("launch", "options"), verbose = FALSE) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ arguments :List of 29 [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ worker : chr "localhost" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ master : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ port : int 24320 [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ connectTimeout : num 120 [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ timeout : num 120 [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ rscript : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ homogeneous : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ rscript_args : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ rscript_envs : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ rscript_libs : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ rscript_startup : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ rscript_sh : chr "auto" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ methods : logi TRUE [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ socketOptions : chr "no-delay" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ useXDR : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ outfile : chr "/dev/null" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ renice : int NA [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ rshcmd : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ user : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ revtunnel : logi NA [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ rshlogfile : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ rshopts : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ rank : int 1 [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ manual : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ dryrun : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ quiet : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ setup_strategy : chr "parallel" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ calls : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [23:14:37.016] | : . ' , ; ` .. .. ..- attr(*, "calls")=Dotted pair list of 10 [23:14:37.016] | : . ' , ; ` .. .. .. ..$ : language future:::testme("nbrOfWorkers") [23:14:37.016] | : . ' , ; ` .. .. .. ..$ : language source(file.path(path, "run.R")) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ : language makeClusterPSOCK(2L) [23:14:37.016] | : . ' , ; ` .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [23:14:37.016] | : . ' , ; ` .. ..$ :List of 4 [23:14:37.016] | : . ' , ; ` .. .. ..$ con : 'sockconn' int 6 [23:14:37.016] | : . ' , ; ` .. .. .. ..- attr(*, "conn_id")= [23:14:37.016] | : . ' , ; ` .. .. ..$ host : chr "localhost" [23:14:37.016] | : . ' , ; ` .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:37.016] | : . ' , ; ` .. .. ..$ rank : int 1 [23:14:37.016] | : . ' , ; ` .. .. ..$ session_info:List of 9 [23:14:37.016] | : . ' , ; ` .. .. .. ..$ process :List of 1 [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ pid: int 62260 [23:14:37.016] | : . ' , ; ` .. .. .. ..$ r :List of 16 [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ arch : chr "x86_64" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ os : chr "mingw32" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ crt : chr "ucrt" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ system : chr "x86_64, mingw32" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ status : chr "Under development (unstable)" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ major : chr "4" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ minor : chr "6.0" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ year : chr "2025" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ month : chr "11" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ day : chr "15" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ svn rev : chr "89024" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ language : chr "R" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-11-15 r89024 ucrt)" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ os.type : chr "windows" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ system :List of 9 [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ sysname : chr "Windows" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ release : chr "Server x64" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ version : chr "build 20348" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ nodename : chr "CRANWIN3" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ machine : chr "x86-64" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ login : chr "CRAN" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ user : chr "CRAN" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ effective_user: chr "CRAN" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ udomain : chr "CRANWIN3" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ l10n :List of 5 [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ MBCS : logi TRUE [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ UTF-8 : logi TRUE [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ Latin-1 : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ codepage : int 65001 [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ system.codepage: int 65001 [23:14:37.016] | : . ' , ; ` .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [23:14:37.016] | : . ' , ; ` .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [23:14:37.016] | : . ' , ; ` .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ tempdir : chr "D:\\temp\\2025_11_16_23_10_16_9296\\RtmpqGxrNz" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ pkgs : NULL [23:14:37.016] | : . ' , ; ` .. .. ..- attr(*, "options")=List of 35 [23:14:37.016] | : . ' , ; ` .. .. .. ..$ worker : chr "localhost" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:37.016] | : . ' , ; ` .. .. .. ..$ master : chr "localhost" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ port : int 24320 [23:14:37.016] | : . ' , ; ` .. .. .. ..$ connectTimeout : num 120 [23:14:37.016] | : . ' , ; ` .. .. .. ..$ timeout : num 120 [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ homogeneous : logi TRUE [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:14592:CRANWI"| __truncated__ [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rscript_envs : NULL [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rscript_libs : NULL [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rscript_startup : NULL [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:37.016] | : . ' , ; ` .. .. .. ..$ methods : logi TRUE [23:14:37.016] | : . ' , ; ` .. .. .. ..$ socketOptions : chr "no-delay" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ useXDR : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. ..$ outfile : chr "/dev/null" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ renice : int NA [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rshcmd : NULL [23:14:37.016] | : . ' , ; ` .. .. .. ..$ user : chr(0) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ revtunnel : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rshlogfile : NULL [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rshopts : chr(0) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rank : int 1 [23:14:37.016] | : . ' , ; ` .. .. .. ..$ manual : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. ..$ dryrun : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. ..$ quiet : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. ..$ setup_strategy : chr "parallel" [23:14:37.016] | : . ' , ; ` .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rshcmd_label : NULL [23:14:37.016] | : . ' , ; ` .. .. .. ..$ rsh_call : NULL [23:14:37.016] | : . ' , ; ` .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:37.016] | : . ' , ; ` .. .. .. ..$ localMachine : logi TRUE [23:14:37.016] | : . ' , ; ` .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [23:14:37.016] | : . ' , ; ` master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [23:14:37.016] | : . ' , ; ` 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [23:14:37.016] | : . ' , ; ` 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [23:14:37.016] | : . ' , ; ` rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [23:14:37.016] | : . ' , ; ` "cmd", "sh", "none"), default_packages = c("datasets", "utils", [23:14:37.016] | : . ' , ; ` "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [23:14:37.016] | : . ' , ; ` socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [23:14:37.016] | : . ' , ; ` "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [23:14:37.016] | : . ' , ; ` FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [23:14:37.016] | : . ' , ; ` NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [23:14:37.016] | : . ' , ; ` NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [23:14:37.016] | : . ' , ; ` setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [23:14:37.016] | : . ' , ; ` "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [23:14:37.016] | : . ' , ; ` FALSE), action = c("launch", "options"), verbose = FALSE) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ arguments :List of 29 [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ worker : chr "localhost" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ master : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ port : int 24320 [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ connectTimeout : num 120 [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ timeout : num 120 [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ rscript : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ homogeneous : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ rscript_args : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ rscript_envs : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ rscript_libs : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ rscript_startup : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ rscript_sh : chr "auto" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ methods : logi TRUE [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ socketOptions : chr "no-delay" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ useXDR : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ outfile : chr "/dev/null" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ renice : int NA [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ rshcmd : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ user : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ revtunnel : logi NA [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ rshlogfile : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ rshopts : NULL [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ rank : int 1 [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ manual : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ dryrun : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ quiet : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ setup_strategy : chr "parallel" [23:14:37.016] | : . ' , ; ` .. .. .. .. ..$ calls : logi FALSE [23:14:37.016] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [23:14:37.016] | : . ' , ; ` .. .. ..- attr(*, "calls")=Dotted pair list of 10 [23:14:37.016] | : . ' , ; ` .. .. .. ..$ : language future:::testme("nbrOfWorkers") [23:14:37.016] | : . ' , ; ` .. .. .. ..$ : language source(file.path(path, "run.R")) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [23:14:37.016] | : . ' , ; ` .. .. .. ..$ : language makeClusterPSOCK(2L) [23:14:37.016] | : . ' , ; ` .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [23:14:37.016] | : . ' , ; ` .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [23:14:37.016] | : . ' , ; ` - attr(*, "call")= language plan(cluster, workers = workers) [23:14:37.150] | : . ' , ; ` init: TRUE [23:14:37.150] | : . ' , ; ` makeFutureBackend() ... [23:14:37.150] | : . ' , ; ` | Backend function: <'NULL'> [23:14:37.150] | : . ' , ; ` | Evaluator tweak arguments: [n=1] [23:14:37.151] | : . ' , ; ` | List of 1 [23:14:37.151] | : . ' , ; ` | $ workers:List of 2 [23:14:37.151] | : . ' , ; ` | ..$ :List of 4 [23:14:37.151] | : . ' , ; ` | .. ..$ con : 'sockconn' int 5 [23:14:37.151] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [23:14:37.151] | : . ' , ; ` | .. ..$ host : chr "localhost" [23:14:37.151] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [23:14:37.151] | : . ' , ; ` | .. ..$ rank : int 0 [23:14:37.151] | : . ' , ; ` | .. ..$ session_info:List of 9 [23:14:37.151] | : . ' , ; ` | .. .. ..$ process :List of 1 [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ pid: int 94388 [23:14:37.151] | : . ' , ; ` | .. .. ..$ r :List of 16 [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ month : chr "11" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ day : chr "15" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "89024" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-11-15 r89024 ucrt)" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [23:14:37.151] | : . ' , ; ` | .. .. ..$ system :List of 9 [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [23:14:37.151] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [23:14:37.151] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [23:14:37.151] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [23:14:37.151] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [23:14:37.151] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2025_11_16_23_10_16_9296\\RtmpCcd8xY" [23:14:37.151] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:37.151] | : . ' , ; ` | .. .. ..$ pkgs : NULL [23:14:37.151] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [23:14:37.151] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [23:14:37.151] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:37.151] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [23:14:37.151] | : . ' , ; ` | .. .. ..$ port : int 24320 [23:14:37.151] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [23:14:37.151] | : . ' , ; ` | .. .. ..$ timeout : num 120 [23:14:37.151] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [23:14:37.151] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [23:14:37.151] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:14592:CRANWI"| __truncated__ [23:14:37.151] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [23:14:37.151] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [23:14:37.151] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [23:14:37.151] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [23:14:37.151] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:37.151] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [23:14:37.151] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [23:14:37.151] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [23:14:37.151] | : . ' , ; ` | .. .. ..$ renice : int NA [23:14:37.151] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [23:14:37.151] | : . ' , ; ` | .. .. ..$ user : chr(0) [23:14:37.151] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [23:14:37.151] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [23:14:37.151] | : . ' , ; ` | .. .. ..$ rank : int 0 [23:14:37.151] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [23:14:37.151] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:37.151] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [23:14:37.151] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [23:14:37.151] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:37.151] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [23:14:37.151] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [23:14:37.151] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [23:14:37.151] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [23:14:37.151] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [23:14:37.151] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [23:14:37.151] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [23:14:37.151] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [23:14:37.151] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [23:14:37.151] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [23:14:37.151] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [23:14:37.151] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [23:14:37.151] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [23:14:37.151] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [23:14:37.151] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [23:14:37.151] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [23:14:37.151] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ master : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ port : int 24320 [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ renice : int NA [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ user : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [23:14:37.151] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 10 [23:14:37.151] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [23:14:37.151] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [23:14:37.151] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:37.151] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.151] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.151] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [23:14:37.151] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:37.151] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.151] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.151] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [23:14:37.151] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [23:14:37.151] | : . ' , ; ` | ..$ :List of 4 [23:14:37.151] | : . ' , ; ` | .. ..$ con : 'sockconn' int 6 [23:14:37.151] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [23:14:37.151] | : . ' , ; ` | .. ..$ host : chr "localhost" [23:14:37.151] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [23:14:37.151] | : . ' , ; ` | .. ..$ rank : int 1 [23:14:37.151] | : . ' , ; ` | .. ..$ session_info:List of 9 [23:14:37.151] | : . ' , ; ` | .. .. ..$ process :List of 1 [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ pid: int 62260 [23:14:37.151] | : . ' , ; ` | .. .. ..$ r :List of 16 [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ month : chr "11" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ day : chr "15" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "89024" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-11-15 r89024 ucrt)" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [23:14:37.151] | : . ' , ; ` | .. .. ..$ system :List of 9 [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [23:14:37.151] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [23:14:37.151] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [23:14:37.151] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [23:14:37.151] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [23:14:37.151] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2025_11_16_23_10_16_9296\\RtmpqGxrNz" [23:14:37.151] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:37.151] | : . ' , ; ` | .. .. ..$ pkgs : NULL [23:14:37.151] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [23:14:37.151] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [23:14:37.151] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:37.151] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [23:14:37.151] | : . ' , ; ` | .. .. ..$ port : int 24320 [23:14:37.151] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [23:14:37.151] | : . ' , ; ` | .. .. ..$ timeout : num 120 [23:14:37.151] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [23:14:37.151] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [23:14:37.151] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:14592:CRANWI"| __truncated__ [23:14:37.151] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [23:14:37.151] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [23:14:37.151] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [23:14:37.151] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [23:14:37.151] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:37.151] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [23:14:37.151] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [23:14:37.151] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [23:14:37.151] | : . ' , ; ` | .. .. ..$ renice : int NA [23:14:37.151] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [23:14:37.151] | : . ' , ; ` | .. .. ..$ user : chr(0) [23:14:37.151] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [23:14:37.151] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [23:14:37.151] | : . ' , ; ` | .. .. ..$ rank : int 1 [23:14:37.151] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [23:14:37.151] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:37.151] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [23:14:37.151] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [23:14:37.151] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:37.151] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [23:14:37.151] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [23:14:37.151] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [23:14:37.151] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [23:14:37.151] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [23:14:37.151] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [23:14:37.151] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [23:14:37.151] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [23:14:37.151] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [23:14:37.151] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [23:14:37.151] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [23:14:37.151] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [23:14:37.151] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [23:14:37.151] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [23:14:37.151] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [23:14:37.151] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [23:14:37.151] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ master : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ port : int 24320 [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ renice : int NA [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ user : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [23:14:37.151] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [23:14:37.151] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [23:14:37.151] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 10 [23:14:37.151] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [23:14:37.151] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [23:14:37.151] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:37.151] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.151] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.151] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [23:14:37.151] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:37.151] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.151] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.151] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [23:14:37.151] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [23:14:37.151] | : . ' , ; ` | ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [23:14:37.263] | : . ' , ; ` | Evaluator formal arguments: [n=1] [23:14:37.264] | : . ' , ; ` | Dotted pair list of 1 [23:14:37.264] | : . ' , ; ` | $ workers:List of 2 [23:14:37.264] | : . ' , ; ` | ..$ :List of 4 [23:14:37.264] | : . ' , ; ` | .. ..$ con : 'sockconn' int 5 [23:14:37.264] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [23:14:37.264] | : . ' , ; ` | .. ..$ host : chr "localhost" [23:14:37.264] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [23:14:37.264] | : . ' , ; ` | .. ..$ rank : int 0 [23:14:37.264] | : . ' , ; ` | .. ..$ session_info:List of 9 [23:14:37.264] | : . ' , ; ` | .. .. ..$ process :List of 1 [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ pid: int 94388 [23:14:37.264] | : . ' , ; ` | .. .. ..$ r :List of 16 [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ month : chr "11" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ day : chr "15" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "89024" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-11-15 r89024 ucrt)" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [23:14:37.264] | : . ' , ; ` | .. .. ..$ system :List of 9 [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [23:14:37.264] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [23:14:37.264] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [23:14:37.264] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [23:14:37.264] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [23:14:37.264] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2025_11_16_23_10_16_9296\\RtmpCcd8xY" [23:14:37.264] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:37.264] | : . ' , ; ` | .. .. ..$ pkgs : NULL [23:14:37.264] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [23:14:37.264] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [23:14:37.264] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:37.264] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [23:14:37.264] | : . ' , ; ` | .. .. ..$ port : int 24320 [23:14:37.264] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [23:14:37.264] | : . ' , ; ` | .. .. ..$ timeout : num 120 [23:14:37.264] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [23:14:37.264] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [23:14:37.264] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:14592:CRANWI"| __truncated__ [23:14:37.264] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [23:14:37.264] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [23:14:37.264] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [23:14:37.264] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [23:14:37.264] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:37.264] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [23:14:37.264] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [23:14:37.264] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [23:14:37.264] | : . ' , ; ` | .. .. ..$ renice : int NA [23:14:37.264] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [23:14:37.264] | : . ' , ; ` | .. .. ..$ user : chr(0) [23:14:37.264] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [23:14:37.264] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [23:14:37.264] | : . ' , ; ` | .. .. ..$ rank : int 0 [23:14:37.264] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [23:14:37.264] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:37.264] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [23:14:37.264] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [23:14:37.264] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:37.264] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [23:14:37.264] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [23:14:37.264] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [23:14:37.264] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [23:14:37.264] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [23:14:37.264] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [23:14:37.264] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [23:14:37.264] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [23:14:37.264] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [23:14:37.264] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [23:14:37.264] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [23:14:37.264] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [23:14:37.264] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [23:14:37.264] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [23:14:37.264] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [23:14:37.264] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [23:14:37.264] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ master : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ port : int 24320 [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ renice : int NA [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ user : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [23:14:37.264] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 10 [23:14:37.264] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [23:14:37.264] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [23:14:37.264] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:37.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.264] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [23:14:37.264] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:37.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.264] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [23:14:37.264] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [23:14:37.264] | : . ' , ; ` | ..$ :List of 4 [23:14:37.264] | : . ' , ; ` | .. ..$ con : 'sockconn' int 6 [23:14:37.264] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [23:14:37.264] | : . ' , ; ` | .. ..$ host : chr "localhost" [23:14:37.264] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [23:14:37.264] | : . ' , ; ` | .. ..$ rank : int 1 [23:14:37.264] | : . ' , ; ` | .. ..$ session_info:List of 9 [23:14:37.264] | : . ' , ; ` | .. .. ..$ process :List of 1 [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ pid: int 62260 [23:14:37.264] | : . ' , ; ` | .. .. ..$ r :List of 16 [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ month : chr "11" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ day : chr "15" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "89024" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-11-15 r89024 ucrt)" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [23:14:37.264] | : . ' , ; ` | .. .. ..$ system :List of 9 [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [23:14:37.264] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [23:14:37.264] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [23:14:37.264] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [23:14:37.264] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [23:14:37.264] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2025_11_16_23_10_16_9296\\RtmpqGxrNz" [23:14:37.264] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:37.264] | : . ' , ; ` | .. .. ..$ pkgs : NULL [23:14:37.264] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [23:14:37.264] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [23:14:37.264] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:37.264] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [23:14:37.264] | : . ' , ; ` | .. .. ..$ port : int 24320 [23:14:37.264] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [23:14:37.264] | : . ' , ; ` | .. .. ..$ timeout : num 120 [23:14:37.264] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [23:14:37.264] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [23:14:37.264] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:14592:CRANWI"| __truncated__ [23:14:37.264] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [23:14:37.264] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [23:14:37.264] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [23:14:37.264] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [23:14:37.264] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:37.264] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [23:14:37.264] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [23:14:37.264] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [23:14:37.264] | : . ' , ; ` | .. .. ..$ renice : int NA [23:14:37.264] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [23:14:37.264] | : . ' , ; ` | .. .. ..$ user : chr(0) [23:14:37.264] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [23:14:37.264] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [23:14:37.264] | : . ' , ; ` | .. .. ..$ rank : int 1 [23:14:37.264] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [23:14:37.264] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:37.264] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [23:14:37.264] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [23:14:37.264] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:37.264] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [23:14:37.264] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [23:14:37.264] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [23:14:37.264] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [23:14:37.264] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [23:14:37.264] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [23:14:37.264] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [23:14:37.264] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [23:14:37.264] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [23:14:37.264] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [23:14:37.264] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [23:14:37.264] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [23:14:37.264] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [23:14:37.264] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [23:14:37.264] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [23:14:37.264] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [23:14:37.264] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ master : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ port : int 24320 [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ renice : int NA [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ user : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [23:14:37.264] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [23:14:37.264] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [23:14:37.264] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 10 [23:14:37.264] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [23:14:37.264] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [23:14:37.264] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:37.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.264] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [23:14:37.264] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:37.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.264] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [23:14:37.264] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [23:14:37.264] | : . ' , ; ` | ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [23:14:37.375] | : . ' , ; ` | Arguments passed to the future-backend factory: [n=1] [23:14:37.375] | : . ' , ; ` | List of 1 [23:14:37.375] | : . ' , ; ` | $ workers:List of 2 [23:14:37.375] | : . ' , ; ` | ..$ :List of 4 [23:14:37.375] | : . ' , ; ` | .. ..$ con : 'sockconn' int 5 [23:14:37.375] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [23:14:37.375] | : . ' , ; ` | .. ..$ host : chr "localhost" [23:14:37.375] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [23:14:37.375] | : . ' , ; ` | .. ..$ rank : int 0 [23:14:37.375] | : . ' , ; ` | .. ..$ session_info:List of 9 [23:14:37.375] | : . ' , ; ` | .. .. ..$ process :List of 1 [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ pid: int 94388 [23:14:37.375] | : . ' , ; ` | .. .. ..$ r :List of 16 [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ month : chr "11" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ day : chr "15" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "89024" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-11-15 r89024 ucrt)" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [23:14:37.375] | : . ' , ; ` | .. .. ..$ system :List of 9 [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [23:14:37.375] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [23:14:37.375] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [23:14:37.375] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [23:14:37.375] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [23:14:37.375] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2025_11_16_23_10_16_9296\\RtmpCcd8xY" [23:14:37.375] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:37.375] | : . ' , ; ` | .. .. ..$ pkgs : NULL [23:14:37.375] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [23:14:37.375] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [23:14:37.375] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:37.375] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [23:14:37.375] | : . ' , ; ` | .. .. ..$ port : int 24320 [23:14:37.375] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [23:14:37.375] | : . ' , ; ` | .. .. ..$ timeout : num 120 [23:14:37.375] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [23:14:37.375] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [23:14:37.375] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:14592:CRANWI"| __truncated__ [23:14:37.375] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [23:14:37.375] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [23:14:37.375] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [23:14:37.375] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [23:14:37.375] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:37.375] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [23:14:37.375] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [23:14:37.375] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [23:14:37.375] | : . ' , ; ` | .. .. ..$ renice : int NA [23:14:37.375] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [23:14:37.375] | : . ' , ; ` | .. .. ..$ user : chr(0) [23:14:37.375] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [23:14:37.375] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [23:14:37.375] | : . ' , ; ` | .. .. ..$ rank : int 0 [23:14:37.375] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [23:14:37.375] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:37.375] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [23:14:37.375] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [23:14:37.375] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:37.375] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [23:14:37.375] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [23:14:37.375] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [23:14:37.375] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [23:14:37.375] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [23:14:37.375] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [23:14:37.375] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [23:14:37.375] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [23:14:37.375] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [23:14:37.375] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [23:14:37.375] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [23:14:37.375] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [23:14:37.375] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [23:14:37.375] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [23:14:37.375] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [23:14:37.375] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [23:14:37.375] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ master : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ port : int 24320 [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ renice : int NA [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ user : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [23:14:37.375] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 10 [23:14:37.375] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [23:14:37.375] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [23:14:37.375] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:37.375] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.375] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.375] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [23:14:37.375] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:37.375] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.375] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.375] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [23:14:37.375] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [23:14:37.375] | : . ' , ; ` | ..$ :List of 4 [23:14:37.375] | : . ' , ; ` | .. ..$ con : 'sockconn' int 6 [23:14:37.375] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [23:14:37.375] | : . ' , ; ` | .. ..$ host : chr "localhost" [23:14:37.375] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [23:14:37.375] | : . ' , ; ` | .. ..$ rank : int 1 [23:14:37.375] | : . ' , ; ` | .. ..$ session_info:List of 9 [23:14:37.375] | : . ' , ; ` | .. .. ..$ process :List of 1 [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ pid: int 62260 [23:14:37.375] | : . ' , ; ` | .. .. ..$ r :List of 16 [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ month : chr "11" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ day : chr "15" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "89024" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-11-15 r89024 ucrt)" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [23:14:37.375] | : . ' , ; ` | .. .. ..$ system :List of 9 [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [23:14:37.375] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [23:14:37.375] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [23:14:37.375] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [23:14:37.375] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [23:14:37.375] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2025_11_16_23_10_16_9296\\RtmpqGxrNz" [23:14:37.375] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:14:37.375] | : . ' , ; ` | .. .. ..$ pkgs : NULL [23:14:37.375] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [23:14:37.375] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [23:14:37.375] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [23:14:37.375] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [23:14:37.375] | : . ' , ; ` | .. .. ..$ port : int 24320 [23:14:37.375] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [23:14:37.375] | : . ' , ; ` | .. .. ..$ timeout : num 120 [23:14:37.375] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [23:14:37.375] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [23:14:37.375] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:14592:CRANWI"| __truncated__ [23:14:37.375] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [23:14:37.375] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [23:14:37.375] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [23:14:37.375] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [23:14:37.375] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:37.375] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [23:14:37.375] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [23:14:37.375] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [23:14:37.375] | : . ' , ; ` | .. .. ..$ renice : int NA [23:14:37.375] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [23:14:37.375] | : . ' , ; ` | .. .. ..$ user : chr(0) [23:14:37.375] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [23:14:37.375] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [23:14:37.375] | : . ' , ; ` | .. .. ..$ rank : int 1 [23:14:37.375] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [23:14:37.375] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:37.375] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [23:14:37.375] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [23:14:37.375] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [23:14:37.375] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [23:14:37.375] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [23:14:37.375] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [23:14:37.375] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [23:14:37.375] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [23:14:37.375] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [23:14:37.375] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [23:14:37.375] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [23:14:37.375] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [23:14:37.375] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [23:14:37.375] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [23:14:37.375] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [23:14:37.375] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [23:14:37.375] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [23:14:37.375] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [23:14:37.375] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [23:14:37.375] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ master : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ port : int 24320 [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ renice : int NA [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ user : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [23:14:37.375] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [23:14:37.375] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [23:14:37.375] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 10 [23:14:37.375] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [23:14:37.375] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [23:14:37.375] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:37.375] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.375] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.375] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [23:14:37.375] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [23:14:37.375] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.375] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [23:14:37.375] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [23:14:37.375] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [23:14:37.375] | : . ' , ; ` | ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [23:14:37.479] | : . ' , ; ` | ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... [23:14:37.480] | : . ' , ; ` | : Stopping existing cluster ... [23:14:37.480] | : . ' , ; ` | : . No pre-existing cluster. Skipping [23:14:37.480] | : . ' , ; ` | : Stopping existing cluster ... done [23:14:37.480] | : . ' , ; ` | : Number of workers: 2 [23:14:37.494] | : . ' , ; ` | : Generated workers UUID [23:14:37.495] | : . ' , ; ` | : Workers UUID: '83ed91f992742bfd7372d34297b81309' [23:14:37.495] | : . ' , ; ` | ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... done [23:14:37.495] | : . ' , ; ` | Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [23:14:37.496] | : . ' , ; ` makeFutureBackend() ... done [23:14:37.496] | : . ' , ; plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [23:14:37.496] | : . ' , ; nbrOfWorkers(NULL) ... [23:14:37.496] | : . ' , ; ` List of 4 [23:14:37.496] | : . ' , ; ` $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [23:14:37.496] | : . ' , ; ` $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [23:14:37.496] | : . ' , ; ` $ : language nbrOfWorkers() [23:14:37.496] | : . ' , ; ` $ : language nbrOfWorkers.NULL() [23:14:37.499] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:37.499] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:37.499] | : . ' , ; ` Number of workers: 2 [23:14:37.499] | : . ' , ; nbrOfWorkers(NULL) ... done [23:14:37.500] | : . ' , ; plan(): nbrOfWorkers() = 2 [23:14:37.500] | : . ' , plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [23:14:37.500] | : . ' plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > n <- nbrOfWorkers() [23:14:37.500] | : . ' nbrOfWorkers(NULL) ... [23:14:37.501] | : . ' , List of 4 [23:14:37.501] | : . ' , $ : language eval(ei, envir) [23:14:37.501] | : . ' , $ : language eval(ei, envir) [23:14:37.501] | : . ' , $ : language nbrOfWorkers() [23:14:37.501] | : . ' , $ : language nbrOfWorkers.NULL() [23:14:37.503] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:14:37.503] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:14:37.503] | : . ' , Number of workers: 2 [23:14:37.504] | : . ' nbrOfWorkers(NULL) ... done > message(sprintf("nbrOfWorkers: %g", n)) nbrOfWorkers: 2 > stopifnot(n == length(workers)) > parallel::stopCluster(workers) > message("*** nbrOfWorkers() ... DONE") *** nbrOfWorkers() ... DONE Sourcing 6 epilogue scripts ... 01/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/001.undo-future.R' 02/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/002.undo-state.R' Failed to undo environment variables: - Expected environment variables: [n=214] '!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', '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_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_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: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_11_16_23_10_16_9296' Sourcing 6 epilogue scripts ... done Test time: user.self=2s, sys.self=0.1s, elapsed=5s, user.child=NAs, sys.child=NAs Test 'nbrOfWorkers' ... success > > proc.time() user system elapsed 2.26 0.20 5.06