R Under development (unstable) (2025-05-08 r88190 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) [01:58:06.389] Option 'future.startup.script': TRUE [01:58:06.390] Future startup scripts considered: '.future.R', '~/.future.R' [01:58:06.390] 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 [01:58:06.402] Backend function: <'NULL'> nbrOfWorkers: 1 [01:58:06.402] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:06.403] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [01:58:06.403] | : all.equal() for FutureStrategyList ... [01:58:06.403] | : . New stack: [01:58:06.403] | : . List of 1 [01:58:06.403] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:58:06.403] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:58:06.403] | : . ..- attr(*, "init")= logi TRUE [01:58:06.403] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:58:06.403] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:06.403] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:06.403] | : . ..- attr(*, "call")= language plan(strategy) [01:58:06.403] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:06.412] | : . Old stack: [01:58:06.412] | : . List of 1 [01:58:06.412] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:58:06.412] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:58:06.412] | : . ..- attr(*, "init")= logi TRUE [01:58:06.412] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:58:06.412] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:06.412] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:06.412] | : . ..- attr(*, "call")= language plan(sequential) [01:58:06.412] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:06.415] | : . Not identical [01:58:06.415] | : . all.equal() for future ... [01:58:06.416] | : . ' List of 2 [01:58:06.416] | : . ' $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:58:06.416] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:58:06.416] | : . ' ..- attr(*, "init")= logi TRUE [01:58:06.416] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:58:06.416] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:06.416] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:06.416] | : . ' ..- attr(*, "call")= language plan(strategy) [01:58:06.416] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:58:06.416] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:58:06.416] | : . ' ..- attr(*, "init")= logi TRUE [01:58:06.416] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:58:06.416] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:06.416] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:06.416] | : . ' ..- attr(*, "call")= language plan(sequential) [01:58:06.421] | : . all.equal() for future ... done [01:58:06.422] | : all.equal() for FutureStrategyList ... done [01:58:06.422] | : plan(): Skip setting new future backend stack because it is the same as the current one: [01:58:06.422] | : List of future strategies: [01:58:06.422] | : 1. sequential: [01:58:06.422] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:58:06.422] | : - tweaked: FALSE [01:58:06.422] | : - call: plan(sequential) [01:58:06.423] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [01:58:06.423] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:06.424] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:06.424] | plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [01:58:06.424] | : function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:58:06.424] | : - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:58:06.424] | : - attr(*, "init")= logi TRUE [01:58:06.424] | : - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:58:06.424] | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:06.424] | : - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:06.424] | : - attr(*, "call")= language plan(sequential) [01:58:06.427] | : init: TRUE [01:58:06.427] | : makeFutureBackend() ... [01:58:06.427] | : . Backend function: <'NULL'> [01:58:06.427] | : . Evaluator tweak arguments: [n=0] [01:58:06.427] | : . list() [01:58:06.428] | : . Evaluator formal arguments: [n=2] [01:58:06.428] | : . list() [01:58:06.428] | : . Backend factory arguments: [n=2] [01:58:06.428] | : . Dotted pair list of 2 [01:58:06.428] | : . $ gc : logi FALSE [01:58:06.428] | : . $ earlySignal: logi FALSE [01:58:06.430] | : . Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [01:58:06.430] | : makeFutureBackend() ... done [01:58:06.430] | plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [01:58:06.430] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfWorkers: 1 [01:58:06.431] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:06.431] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfFreeWorkers: 1 [01:58:06.431] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:06.431] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... 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 [01:58:06.463] Backend function: <'NULL'> [01:58:06.463] MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [01:58:06.464] | Arguments: [01:58:06.464] | List of 5 [01:58:06.464] | $ workers : Named int 2 [01:58:06.464] | ..- attr(*, "names")= chr "mc.cores" [01:58:06.464] | $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:06.464] | $ interrupts : logi TRUE [01:58:06.464] | $ gc : logi FALSE [01:58:06.464] | $ earlySignal : logi FALSE [01:58:06.468] | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [01:58:06.469] | : workers: 2 [01:58:06.469] | : getCluster() ... [01:58:06.470] | : getCluster() ... done [01:58:06.470] | : Stopping existing cluster ... [01:58:06.470] | : . No pre-existing cluster. Skipping [01:58:06.471] | : Stopping existing cluster ... done [01:58:06.471] | : Starting new cluster ... [01:58:06.471] | : . makeCluster(workers, ...) ... [01:58:06.472] | : . ' Arguments: [01:58:06.472] | : . ' List of 2 [01:58:06.472] | : . ' $ : int 2 [01:58:06.472] | : . ' $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:06.474] | : . ' .makeCluster() ... [01:58:06.474] | : . ' , workers: '2' [01:58:06.475] | : . ' , R_FUTURE_PLAN: NA [01:58:06.475] | : . ' , parallelly::makeClusterPSOCK() arguments: [01:58:06.476] | : . ' , List of 2 [01:58:06.476] | : . ' , $ : int 2 [01:58:06.476] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:06.971] | : . ' , Generated cluster UUID [01:58:06.972] | : . ' , Cluster UUID: '92f7e5c45caa134766e2ab32a179c2ef' [01:58:06.972] | : . ' , Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:58:06.976] | : . ' .makeCluster() ... done [01:58:06.976] | : . ' Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:58:06.978] | : . makeCluster(workers, ...) ... done [01:58:06.978] | : . Number of workers: 2 [01:58:06.978] | : . Workers UUID: '92f7e5c45caa134766e2ab32a179c2ef' [01:58:06.979] | : Starting new cluster ... done [01:58:06.979] | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done nbrOfWorkers: 2 [01:58:06.979] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:06.980] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [01:58:06.980] | : . all.equal() for FutureStrategyList ... [01:58:06.980] | : . ' New stack: [01:58:06.980] | : . ' List of 1 [01:58:06.980] | : . ' $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:58:06.980] | : . ' gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:58:06.980] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:58:06.980] | : . ' ..- attr(*, "init")= logi TRUE [01:58:06.980] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:06.980] | : . ' gc = FALSE, earlySignal = FALSE, ...) [01:58:06.980] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:06.980] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:06.980] | : . ' ..- attr(*, "untweakable")= chr "persistent" [01:58:06.980] | : . ' ..- attr(*, "call")= language plan(strategy) [01:58:06.980] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:06.984] | : . ' Old stack: [01:58:06.984] | : . ' List of 1 [01:58:06.984] | : . ' $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:58:06.984] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:58:06.984] | : . ' ..- attr(*, "init")= chr "done" [01:58:06.984] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:58:06.984] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:06.984] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:06.984] | : . ' ..- attr(*, "call")= language plan(sequential) [01:58:06.984] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:58:06.984] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:58:06.984] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:06.984] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:06.988] | : . ' Not identical [01:58:06.988] | : . ' all.equal() for future ... [01:58:06.988] | : . ' , List of 2 [01:58:06.988] | : . ' , $ target :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:58:06.988] | : . ' , gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:58:06.988] | : . ' , ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:58:06.988] | : . ' , ..- attr(*, "init")= logi TRUE [01:58:06.988] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:06.988] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [01:58:06.988] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:06.988] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:06.988] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [01:58:06.988] | : . ' , ..- attr(*, "call")= language plan(strategy) [01:58:06.988] | : . ' , $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:58:06.988] | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:58:06.988] | : . ' , ..- attr(*, "init")= chr "done" [01:58:06.988] | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:58:06.988] | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:06.988] | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:06.988] | : . ' , ..- attr(*, "call")= language plan(sequential) [01:58:06.988] | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:58:06.988] | : . ' , .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:58:06.988] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:58:06.996] | : . ' , Formals differ [01:58:06.996] | : . ' all.equal() for future ... done [01:58:06.997] | : . ' Future strategies differ at level 1 [01:58:06.997] | : . all.equal() for FutureStrategyList ... done [01:58:06.997] | : . plan(): Setting new future backend stack: [01:58:06.997] | : . List of future strategies: [01:58:06.997] | : . 1. multisession: [01:58:06.997] | : . - args: function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:58:06.997] | : . - tweaked: FALSE [01:58:06.997] | : . - call: plan(strategy) [01:58:06.998] | : . List of 1 [01:58:06.998] | : . $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:58:06.998] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:58:06.998] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:58:06.998] | : . ..- attr(*, "init")= logi TRUE [01:58:06.998] | : . ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:06.998] | : . gc = FALSE, earlySignal = FALSE, ...) [01:58:06.998] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:06.998] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:06.998] | : . ..- attr(*, "untweakable")= chr "persistent" [01:58:06.998] | : . ..- attr(*, "call")= language plan(strategy) [01:58:06.998] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:07.002] | : . plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [01:58:07.002] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.002] | : . ' , Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [01:58:07.003] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:07.003] | : . ' Legacy shutdown of cluster workers ... [01:58:07.003] | : . ' , Stopping existing cluster ... [01:58:07.003] | : . ' , ; Cluster to shut down: [01:58:07.003] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:58:07.013] | : . ' , ; Stopped cluster: 'c(TRUE, TRUE)' [01:58:07.013] | : . ' , Stopping existing cluster ... done [01:58:07.014] | : . ' Legacy shutdown of cluster workers ... done [01:58:07.014] | : . plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [01:58:07.014] | : . plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [01:58:07.014] | : . ' function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:58:07.014] | : . ' gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:58:07.014] | : . ' - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:58:07.014] | : . ' - attr(*, "init")= logi TRUE [01:58:07.014] | : . ' - attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:07.014] | : . ' gc = FALSE, earlySignal = FALSE, ...) [01:58:07.014] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.014] | : . ' - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.014] | : . ' - attr(*, "untweakable")= chr "persistent" [01:58:07.014] | : . ' - attr(*, "call")= language plan(strategy) [01:58:07.018] | : . ' init: TRUE [01:58:07.018] | : . ' makeFutureBackend() ... [01:58:07.018] | : . ' , Backend function: <'NULL'> [01:58:07.018] | : . ' , Evaluator tweak arguments: [n=0] [01:58:07.019] | : . ' , list() [01:58:07.019] | : . ' , Evaluator formal arguments: [n=4] [01:58:07.019] | : . ' , list() [01:58:07.020] | : . ' , Backend factory arguments: [n=4] [01:58:07.020] | : . ' , Dotted pair list of 4 [01:58:07.020] | : . ' , $ workers : language availableCores() [01:58:07.020] | : . ' , $ rscript_libs: language .libPaths() [01:58:07.020] | : . ' , $ gc : logi FALSE [01:58:07.020] | : . ' , $ earlySignal : logi FALSE [01:58:07.039] | : . ' , MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [01:58:07.039] | : . ' , ; Arguments: [01:58:07.039] | : . ' , ; List of 5 [01:58:07.039] | : . ' , ; $ workers : Named int 2 [01:58:07.039] | : . ' , ; ..- attr(*, "names")= chr "mc.cores" [01:58:07.039] | : . ' , ; $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:07.039] | : . ' , ; $ interrupts : logi TRUE [01:58:07.039] | : . ' , ; $ gc : logi FALSE [01:58:07.039] | : . ' , ; $ earlySignal : logi FALSE [01:58:07.044] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [01:58:07.045] | : . ' , ; ` workers: 2 [01:58:07.045] | : . ' , ; ` getCluster() ... [01:58:07.045] | : . ' , ; ` getCluster() ... done [01:58:07.045] | : . ' , ; ` Stopping existing cluster ... [01:58:07.045] | : . ' , ; ` | No pre-existing cluster. Skipping [01:58:07.045] | : . ' , ; ` Stopping existing cluster ... done [01:58:07.046] | : . ' , ; ` Starting new cluster ... [01:58:07.046] | : . ' , ; ` | makeCluster(workers, ...) ... [01:58:07.046] | : . ' , ; ` | : Arguments: [01:58:07.046] | : . ' , ; ` | : List of 2 [01:58:07.046] | : . ' , ; ` | : $ : int 2 [01:58:07.046] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:07.048] | : . ' , ; ` | : .makeCluster() ... [01:58:07.048] | : . ' , ; ` | : . workers: '2' [01:58:07.048] | : . ' , ; ` | : . R_FUTURE_PLAN: NA [01:58:07.049] | : . ' , ; ` | : . parallelly::makeClusterPSOCK() arguments: [01:58:07.049] | : . ' , ; ` | : . List of 2 [01:58:07.049] | : . ' , ; ` | : . $ : int 2 [01:58:07.049] | : . ' , ; ` | : . $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:07.297] | : . ' , ; ` | : . Generated cluster UUID [01:58:07.298] | : . ' , ; ` | : . Cluster UUID: 'bdb5b1569e1851cf6b201ed84adedf5c' [01:58:07.298] | : . ' , ; ` | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:58:07.301] | : . ' , ; ` | : .makeCluster() ... done [01:58:07.301] | : . ' , ; ` | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:58:07.303] | : . ' , ; ` | makeCluster(workers, ...) ... done [01:58:07.303] | : . ' , ; ` | Number of workers: 2 [01:58:07.304] | : . ' , ; ` | Workers UUID: 'bdb5b1569e1851cf6b201ed84adedf5c' [01:58:07.304] | : . ' , ; ` Starting new cluster ... done [01:58:07.304] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [01:58:07.304] | : . ' , ; Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [01:58:07.305] | : . ' , MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [01:58:07.305] | : . ' makeFutureBackend() ... done [01:58:07.305] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.305] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:07.305] | : . ' plan(): nbrOfWorkers() = 2 [01:58:07.306] | : . plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [01:58:07.306] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [01:58:07.306] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.306] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfWorkers: 2 [01:58:07.306] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.307] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:07.307] | : FutureRegistry('workers-bdb5b1569e1851cf6b201ed84adedf5c', action = 'list', earlySignal = 0) ... [01:58:07.307] | : . Created empty registry 'workers-bdb5b1569e1851cf6b201ed84adedf5c' [01:58:07.307] | : . Listing all futures [01:58:07.308] | : . Number of registered futures: 0 [01:58:07.308] | : FutureRegistry('workers-bdb5b1569e1851cf6b201ed84adedf5c', action = 'list', earlySignal = 0) ... done nbrOfFreeWorkers: 2 [01:58:07.310] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.311] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:07.311] | : FutureRegistry('workers-bdb5b1569e1851cf6b201ed84adedf5c', action = 'list', earlySignal = 0) ... [01:58:07.311] | : . Listing all futures [01:58:07.311] | : . Number of registered futures: 0 [01:58:07.311] | : FutureRegistry('workers-bdb5b1569e1851cf6b201ed84adedf5c', action = 'list', earlySignal = 0) ... done nbrOfFreeWorkers(background = TRUE): 2 [01:58:07.311] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.312] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [01:58:07.313] | : . ' all.equal() for FutureStrategyList ... [01:58:07.313] | : . ' , New stack: [01:58:07.313] | : . ' , List of 1 [01:58:07.313] | : . ' , $ :function (..., workers = 1L, envir = parent.frame()) [01:58:07.313] | : . ' , ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [01:58:07.313] | : . ' , ..- attr(*, "init")= logi TRUE [01:58:07.313] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:07.313] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [01:58:07.313] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.313] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.313] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [01:58:07.313] | : . ' , ..- attr(*, "tweaks")=List of 1 [01:58:07.313] | : . ' , .. ..$ workers: int 1 [01:58:07.313] | : . ' , ..- attr(*, "call")= language plan(strategy, workers = 1L) [01:58:07.313] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:07.317] | : . ' , Old stack: [01:58:07.318] | : . ' , List of 1 [01:58:07.318] | : . ' , $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:58:07.318] | : . ' , gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:58:07.318] | : . ' , ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:58:07.318] | : . ' , ..- attr(*, "init")= chr "done" [01:58:07.318] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:07.318] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [01:58:07.318] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.318] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.318] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [01:58:07.318] | : . ' , ..- attr(*, "call")= language plan(strategy) [01:58:07.318] | : . ' , ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [01:58:07.318] | : . ' , .. ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:07.318] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [01:58:07.318] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.318] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:07.322] | : . ' , Not identical [01:58:07.322] | : . ' , all.equal() for future ... [01:58:07.322] | : . ' , ; List of 2 [01:58:07.322] | : . ' , ; $ target :function (..., workers = 1L, envir = parent.frame()) [01:58:07.322] | : . ' , ; ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [01:58:07.322] | : . ' , ; ..- attr(*, "init")= logi TRUE [01:58:07.322] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:07.322] | : . ' , ; gc = FALSE, earlySignal = FALSE, ...) [01:58:07.322] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.322] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.322] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [01:58:07.322] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [01:58:07.322] | : . ' , ; .. ..$ workers: int 1 [01:58:07.322] | : . ' , ; ..- attr(*, "call")= language plan(strategy, workers = 1L) [01:58:07.322] | : . ' , ; $ current:function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:58:07.322] | : . ' , ; gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:58:07.322] | : . ' , ; ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:58:07.322] | : . ' , ; ..- attr(*, "init")= chr "done" [01:58:07.322] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:07.322] | : . ' , ; gc = FALSE, earlySignal = FALSE, ...) [01:58:07.322] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.322] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.322] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [01:58:07.322] | : . ' , ; ..- attr(*, "call")= language plan(strategy) [01:58:07.322] | : . ' , ; ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [01:58:07.322] | : . ' , ; .. ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:07.322] | : . ' , ; gc = FALSE, earlySignal = FALSE, ...) [01:58:07.322] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.330] | : . ' , ; Formals differ [01:58:07.331] | : . ' , all.equal() for future ... done [01:58:07.331] | : . ' , Future strategies differ at level 1 [01:58:07.331] | : . ' all.equal() for FutureStrategyList ... done [01:58:07.331] | : . ' plan(): Setting new future backend stack: [01:58:07.331] | : . ' List of future strategies: [01:58:07.331] | : . ' 1. multisession: [01:58:07.331] | : . ' - args: function (..., workers = 1L, envir = parent.frame()) [01:58:07.331] | : . ' - tweaked: TRUE [01:58:07.331] | : . ' - call: plan(strategy, workers = 1L) [01:58:07.332] | : . ' List of 1 [01:58:07.332] | : . ' $ :function (..., workers = 1L, envir = parent.frame()) [01:58:07.332] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [01:58:07.332] | : . ' ..- attr(*, "init")= logi TRUE [01:58:07.332] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:07.332] | : . ' gc = FALSE, earlySignal = FALSE, ...) [01:58:07.332] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.332] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.332] | : . ' ..- attr(*, "untweakable")= chr "persistent" [01:58:07.332] | : . ' ..- attr(*, "tweaks")=List of 1 [01:58:07.332] | : . ' .. ..$ workers: int 1 [01:58:07.332] | : . ' ..- attr(*, "call")= language plan(strategy, workers = 1L) [01:58:07.332] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:07.336] | : . ' plan(): plan_cleanup('multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [01:58:07.336] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.336] | : . ' , ; Getting current ("next") strategy: 'FutureStrategy', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [01:58:07.337] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:07.337] | : . ' , stopWorkers() for MultisessionFutureBackend ... [01:58:07.337] | : . ' , ; Interrupt active futures ... [01:58:07.338] | : . ' , ; ` Number of futures: 0 [01:58:07.338] | : . ' , ; Interrupt active futures ... done [01:58:07.339] | : . ' , ; Clear future registry ... [01:58:07.339] | : . ' , ; Clear future registry ... done [01:58:07.339] | : . ' , ; Stop cluster workers ... [01:58:07.339] | : . ' , ; ` Stopping existing cluster ... [01:58:07.340] | : . ' , ; ` | Cluster to shut down: [01:58:07.340] | : . ' , ; ` | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:58:07.350] | : . ' , ; ` | Stopped cluster: 'c(TRUE, TRUE)' [01:58:07.351] | : . ' , ; ` Stopping existing cluster ... done [01:58:07.351] | : . ' , ; Stop cluster workers ... done [01:58:07.351] | : . ' , stopWorkers() for MultisessionFutureBackend ... done [01:58:07.351] | : . ' , Legacy shutdown of cluster workers ... [01:58:07.352] | : . ' , ; Stopping existing cluster ... [01:58:07.352] | : . ' , ; ` No pre-existing cluster. Skipping [01:58:07.352] | : . ' , ; Stopping existing cluster ... done [01:58:07.353] | : . ' , Legacy shutdown of cluster workers ... done [01:58:07.353] | : . ' plan(): plan_cleanup('multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [01:58:07.353] | : . ' plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [01:58:07.354] | : . ' , function (..., workers = 1L, envir = parent.frame()) [01:58:07.354] | : . ' , - attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [01:58:07.354] | : . ' , - attr(*, "init")= logi TRUE [01:58:07.354] | : . ' , - attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:07.354] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [01:58:07.354] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.354] | : . ' , - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.354] | : . ' , - attr(*, "untweakable")= chr "persistent" [01:58:07.354] | : . ' , - attr(*, "tweaks")=List of 1 [01:58:07.354] | : . ' , ..$ workers: int 1 [01:58:07.354] | : . ' , - attr(*, "call")= language plan(strategy, workers = 1L) [01:58:07.360] | : . ' , init: TRUE [01:58:07.360] | : . ' , makeFutureBackend() ... [01:58:07.360] | : . ' , ; Backend function: <'NULL'> [01:58:07.361] | : . ' , ; Evaluator tweak arguments: [n=1] [01:58:07.361] | : . ' , ; List of 1 [01:58:07.361] | : . ' , ; $ workers: int 1 [01:58:07.362] | : . ' , ; Evaluator formal arguments: [n=1] [01:58:07.363] | : . ' , ; List of 1 [01:58:07.363] | : . ' , ; $ workers: int 1 [01:58:07.364] | : . ' , ; Backend factory arguments: [n=1] [01:58:07.364] | : . ' , ; Dotted pair list of 1 [01:58:07.364] | : . ' , ; $ workers: int 1 [01:58:07.366] | : . ' , ; MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [01:58:07.366] | : . ' , ; ` Arguments: [01:58:07.366] | : . ' , ; ` List of 5 [01:58:07.366] | : . ' , ; ` $ workers : int 1 [01:58:07.366] | : . ' , ; ` $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:07.366] | : . ' , ; ` $ interrupts : logi TRUE [01:58:07.366] | : . ' , ; ` $ gc : logi FALSE [01:58:07.366] | : . ' , ; ` $ earlySignal : logi FALSE [01:58:07.370] | : . ' , ; MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [01:58:07.371] | : . ' , ; Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [01:58:07.371] | : . ' , makeFutureBackend() ... done [01:58:07.371] | : . ' plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [01:58:07.371] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.372] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:07.372] | : . ' plan(): nbrOfWorkers() = 1 [01:58:07.372] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [01:58:07.372] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:07.373] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.373] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfWorkers: 1 [01:58:07.373] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.374] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfFreeWorkers: 1 [01:58:07.374] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.374] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfFreeWorkers(background = TRUE): 0 [01:58:07.375] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.376] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [01:58:07.376] | : . ' all.equal() for FutureStrategyList ... [01:58:07.376] | : . ' , New stack: [01:58:07.376] | : . ' , List of 1 [01:58:07.376] | : . ' , $ :function (..., workers = function () [01:58:07.376] | : . ' , max(1L, future::availableCores() - 1L), envir = parent.frame()) [01:58:07.376] | : . ' , ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [01:58:07.376] | : . ' , ..- attr(*, "init")= logi TRUE [01:58:07.376] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:07.376] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [01:58:07.376] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.376] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.376] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [01:58:07.376] | : . ' , ..- attr(*, "tweaks")=List of 1 [01:58:07.376] | : . ' , .. ..$ workers:function () [01:58:07.376] | : . ' , ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [01:58:07.376] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:07.380] | : . ' , Old stack: [01:58:07.380] | : . ' , List of 1 [01:58:07.380] | : . ' , $ :function (..., workers = 1L, envir = parent.frame()) [01:58:07.380] | : . ' , ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [01:58:07.380] | : . ' , ..- attr(*, "init")= chr "done" [01:58:07.380] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:07.380] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [01:58:07.380] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.380] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.380] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [01:58:07.380] | : . ' , ..- attr(*, "tweaks")=List of 1 [01:58:07.380] | : . ' , .. ..$ workers: int 1 [01:58:07.380] | : . ' , ..- attr(*, "call")= language plan(strategy, workers = 1L) [01:58:07.380] | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:58:07.380] | : . ' , .. ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:07.380] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [01:58:07.380] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.380] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:07.385] | : . ' , Not identical [01:58:07.386] | : . ' , all.equal() for future ... [01:58:07.386] | : . ' , ; List of 2 [01:58:07.386] | : . ' , ; $ target :function (..., workers = function () [01:58:07.386] | : . ' , ; max(1L, future::availableCores() - 1L), envir = parent.frame()) [01:58:07.386] | : . ' , ; ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [01:58:07.386] | : . ' , ; ..- attr(*, "init")= logi TRUE [01:58:07.386] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:07.386] | : . ' , ; gc = FALSE, earlySignal = FALSE, ...) [01:58:07.386] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.386] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.386] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [01:58:07.386] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [01:58:07.386] | : . ' , ; .. ..$ workers:function () [01:58:07.386] | : . ' , ; ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [01:58:07.386] | : . ' , ; $ current:function (..., workers = 1L, envir = parent.frame()) [01:58:07.386] | : . ' , ; ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [01:58:07.386] | : . ' , ; ..- attr(*, "init")= chr "done" [01:58:07.386] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:07.386] | : . ' , ; gc = FALSE, earlySignal = FALSE, ...) [01:58:07.386] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.386] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.386] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [01:58:07.386] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [01:58:07.386] | : . ' , ; .. ..$ workers: int 1 [01:58:07.386] | : . ' , ; ..- attr(*, "call")= language plan(strategy, workers = 1L) [01:58:07.386] | : . ' , ; ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:58:07.386] | : . ' , ; .. ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:07.386] | : . ' , ; gc = FALSE, earlySignal = FALSE, ...) [01:58:07.386] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.394] | : . ' , ; Formals differ [01:58:07.394] | : . ' , all.equal() for future ... done [01:58:07.395] | : . ' , Future strategies differ at level 1 [01:58:07.395] | : . ' all.equal() for FutureStrategyList ... done [01:58:07.395] | : . ' plan(): Setting new future backend stack: [01:58:07.395] | : . ' List of future strategies: [01:58:07.395] | : . ' 1. multisession: [01:58:07.395] | : . ' - args: function (..., workers = "", envir = parent.frame()) [01:58:07.395] | : . ' - tweaked: TRUE [01:58:07.395] | : . ' - call: plan(strategy, workers = allButOneCore) [01:58:07.396] | : . ' List of 1 [01:58:07.396] | : . ' $ :function (..., workers = function () [01:58:07.396] | : . ' max(1L, future::availableCores() - 1L), envir = parent.frame()) [01:58:07.396] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [01:58:07.396] | : . ' ..- attr(*, "init")= logi TRUE [01:58:07.396] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:07.396] | : . ' gc = FALSE, earlySignal = FALSE, ...) [01:58:07.396] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.396] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.396] | : . ' ..- attr(*, "untweakable")= chr "persistent" [01:58:07.396] | : . ' ..- attr(*, "tweaks")=List of 1 [01:58:07.396] | : . ' .. ..$ workers:function () [01:58:07.396] | : . ' ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [01:58:07.396] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:07.400] | : . ' plan(): plan_cleanup('tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [01:58:07.400] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.400] | : . ' , ; Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [01:58:07.400] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:07.401] | : . ' , Legacy shutdown of cluster workers ... [01:58:07.401] | : . ' , ; Stopping existing cluster ... [01:58:07.401] | : . ' , ; ` No pre-existing cluster. Skipping [01:58:07.401] | : . ' , ; Stopping existing cluster ... done [01:58:07.401] | : . ' , Legacy shutdown of cluster workers ... done [01:58:07.401] | : . ' plan(): plan_cleanup('tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [01:58:07.402] | : . ' plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [01:58:07.402] | : . ' , function (..., workers = function () [01:58:07.402] | : . ' , max(1L, future::availableCores() - 1L), envir = parent.frame()) [01:58:07.402] | : . ' , - attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [01:58:07.402] | : . ' , - attr(*, "init")= logi TRUE [01:58:07.402] | : . ' , - attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:07.402] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [01:58:07.402] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.402] | : . ' , - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.402] | : . ' , - attr(*, "untweakable")= chr "persistent" [01:58:07.402] | : . ' , - attr(*, "tweaks")=List of 1 [01:58:07.402] | : . ' , ..$ workers:function () [01:58:07.402] | : . ' , - attr(*, "call")= language plan(strategy, workers = allButOneCore) [01:58:07.405] | : . ' , init: TRUE [01:58:07.405] | : . ' , makeFutureBackend() ... [01:58:07.405] | : . ' , ; Backend function: <'NULL'> [01:58:07.406] | : . ' , ; Evaluator tweak arguments: [n=1] [01:58:07.406] | : . ' , ; List of 1 [01:58:07.406] | : . ' , ; $ workers:function () [01:58:07.407] | : . ' , ; Evaluator formal arguments: [n=1] [01:58:07.407] | : . ' , ; List of 1 [01:58:07.407] | : . ' , ; $ workers:function () [01:58:07.407] | : . ' , ; Backend factory arguments: [n=1] [01:58:07.408] | : . ' , ; Dotted pair list of 1 [01:58:07.408] | : . ' , ; $ workers:function () [01:58:07.408] | : . ' , ; MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [01:58:07.409] | : . ' , ; ` Arguments: [01:58:07.409] | : . ' , ; ` List of 5 [01:58:07.409] | : . ' , ; ` $ workers :function () [01:58:07.409] | : . ' , ; ` $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:07.409] | : . ' , ; ` $ interrupts : logi TRUE [01:58:07.409] | : . ' , ; ` $ gc : logi FALSE [01:58:07.409] | : . ' , ; ` $ earlySignal : logi FALSE [01:58:07.415] | : . ' , ; MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [01:58:07.415] | : . ' , ; Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [01:58:07.415] | : . ' , makeFutureBackend() ... done [01:58:07.415] | : . ' plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [01:58:07.415] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.416] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:07.416] | : . ' plan(): nbrOfWorkers() = 1 [01:58:07.416] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [01:58:07.416] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:07.416] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.417] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfWorkers: 1 [01:58:07.417] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.417] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfFreeWorkers: 1 [01:58:07.417] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.417] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfFreeWorkers(background = TRUE): 0 > message("Type of future: cluster") Type of future: cluster > workers <- rep("localhost", times = 2) > plan(cluster, workers = workers) [01:58:07.418] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.419] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [01:58:07.419] | : . ' all.equal() for FutureStrategyList ... [01:58:07.419] | : . ' , New stack: [01:58:07.419] | : . ' , List of 1 [01:58:07.419] | : . ' , $ :function (..., workers = c("localhost", "localhost"), envir = parent.frame()) [01:58:07.419] | : . ' , ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:07.419] | : . ' , ..- attr(*, "init")= logi TRUE [01:58:07.419] | : . ' , ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:07.419] | : . ' , earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:07.419] | : . ' , .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.419] | : . ' , ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.419] | : . ' , ..- attr(*, "tweaks")=List of 1 [01:58:07.419] | : . ' , .. ..$ workers: chr [1:2] "localhost" "localhost" [01:58:07.419] | : . ' , ..- attr(*, "call")= language plan(cluster, workers = workers) [01:58:07.419] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:07.423] | : . ' , Old stack: [01:58:07.423] | : . ' , List of 1 [01:58:07.423] | : . ' , $ :function (..., workers = function () [01:58:07.423] | : . ' , max(1L, future::availableCores() - 1L), envir = parent.frame()) [01:58:07.423] | : . ' , ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [01:58:07.423] | : . ' , ..- attr(*, "init")= chr "done" [01:58:07.423] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:07.423] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [01:58:07.423] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.423] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.423] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [01:58:07.423] | : . ' , ..- attr(*, "tweaks")=List of 1 [01:58:07.423] | : . ' , .. ..$ workers:function () [01:58:07.423] | : . ' , ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [01:58:07.423] | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:58:07.423] | : . ' , .. ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:07.423] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [01:58:07.423] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.423] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:07.429] | : . ' , Not identical [01:58:07.429] | : . ' , all.equal() for future ... [01:58:07.430] | : . ' , ; List of 2 [01:58:07.430] | : . ' , ; $ target :function (..., workers = c("localhost", "localhost"), envir = parent.frame()) [01:58:07.430] | : . ' , ; ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:07.430] | : . ' , ; ..- attr(*, "init")= logi TRUE [01:58:07.430] | : . ' , ; ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:07.430] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:07.430] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.430] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.430] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [01:58:07.430] | : . ' , ; .. ..$ workers: chr [1:2] "localhost" "localhost" [01:58:07.430] | : . ' , ; ..- attr(*, "call")= language plan(cluster, workers = workers) [01:58:07.430] | : . ' , ; $ current:function (..., workers = function () [01:58:07.430] | : . ' , ; max(1L, future::availableCores() - 1L), envir = parent.frame()) [01:58:07.430] | : . ' , ; ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [01:58:07.430] | : . ' , ; ..- attr(*, "init")= chr "done" [01:58:07.430] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:07.430] | : . ' , ; gc = FALSE, earlySignal = FALSE, ...) [01:58:07.430] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.430] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.430] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [01:58:07.430] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [01:58:07.430] | : . ' , ; .. ..$ workers:function () [01:58:07.430] | : . ' , ; ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [01:58:07.430] | : . ' , ; ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:58:07.430] | : . ' , ; .. ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:58:07.430] | : . ' , ; gc = FALSE, earlySignal = FALSE, ...) [01:58:07.430] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:58:07.438] | : . ' , ; Formals differ [01:58:07.438] | : . ' , all.equal() for future ... done [01:58:07.438] | : . ' , Future strategies differ at level 1 [01:58:07.438] | : . ' all.equal() for FutureStrategyList ... done [01:58:07.438] | : . ' plan(): Setting new future backend stack: [01:58:07.439] | : . ' List of future strategies: [01:58:07.439] | : . ' 1. cluster: [01:58:07.439] | : . ' - args: function (..., workers = c("localhost", "localhost"), envir = parent.frame()) [01:58:07.439] | : . ' - tweaked: TRUE [01:58:07.439] | : . ' - call: plan(cluster, workers = workers) [01:58:07.439] | : . ' List of 1 [01:58:07.439] | : . ' $ :function (..., workers = c("localhost", "localhost"), envir = parent.frame()) [01:58:07.439] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:07.439] | : . ' ..- attr(*, "init")= logi TRUE [01:58:07.439] | : . ' ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:07.439] | : . ' earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:07.439] | : . ' .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.439] | : . ' ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.439] | : . ' ..- attr(*, "tweaks")=List of 1 [01:58:07.439] | : . ' .. ..$ workers: chr [1:2] "localhost" "localhost" [01:58:07.439] | : . ' ..- attr(*, "call")= language plan(cluster, workers = workers) [01:58:07.439] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:07.443] | : . ' plan(): plan_cleanup('tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [01:58:07.443] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.443] | : . ' , ; Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [01:58:07.443] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:07.444] | : . ' , Legacy shutdown of cluster workers ... [01:58:07.444] | : . ' , ; Stopping existing cluster ... [01:58:07.444] | : . ' , ; ` No pre-existing cluster. Skipping [01:58:07.444] | : . ' , ; Stopping existing cluster ... done [01:58:07.444] | : . ' , Legacy shutdown of cluster workers ... done [01:58:07.444] | : . ' plan(): plan_cleanup('tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [01:58:07.445] | : . ' plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [01:58:07.445] | : . ' , function (..., workers = c("localhost", "localhost"), envir = parent.frame()) [01:58:07.445] | : . ' , - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:07.445] | : . ' , - attr(*, "init")= logi TRUE [01:58:07.445] | : . ' , - attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:07.445] | : . ' , earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:07.445] | : . ' , ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.445] | : . ' , - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.445] | : . ' , - attr(*, "tweaks")=List of 1 [01:58:07.445] | : . ' , ..$ workers: chr [1:2] "localhost" "localhost" [01:58:07.445] | : . ' , - attr(*, "call")= language plan(cluster, workers = workers) [01:58:07.448] | : . ' , init: TRUE [01:58:07.448] | : . ' , makeFutureBackend() ... [01:58:07.448] | : . ' , ; Backend function: <'NULL'> [01:58:07.448] | : . ' , ; Evaluator tweak arguments: [n=1] [01:58:07.448] | : . ' , ; List of 1 [01:58:07.448] | : . ' , ; $ workers: chr [1:2] "localhost" "localhost" [01:58:07.449] | : . ' , ; Evaluator formal arguments: [n=1] [01:58:07.449] | : . ' , ; List of 1 [01:58:07.449] | : . ' , ; $ workers: chr [1:2] "localhost" "localhost" [01:58:07.450] | : . ' , ; Backend factory arguments: [n=1] [01:58:07.450] | : . ' , ; Dotted pair list of 1 [01:58:07.450] | : . ' , ; $ workers: chr [1:2] "localhost" "localhost" [01:58:07.451] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... [01:58:07.451] | : . ' , ; ` workers: [n=2] 'localhost', 'localhost' [01:58:07.451] | : . ' , ; ` getCluster() ... [01:58:07.452] | : . ' , ; ` getCluster() ... done [01:58:07.452] | : . ' , ; ` Stopping existing cluster ... [01:58:07.452] | : . ' , ; ` | No pre-existing cluster. Skipping [01:58:07.452] | : . ' , ; ` Stopping existing cluster ... done [01:58:07.452] | : . ' , ; ` Starting new cluster ... [01:58:07.452] | : . ' , ; ` | makeCluster(workers, ...) ... [01:58:07.453] | : . ' , ; ` | : Arguments: [01:58:07.453] | : . ' , ; ` | : List of 1 [01:58:07.453] | : . ' , ; ` | : $ : chr [1:2] "localhost" "localhost" [01:58:07.453] | : . ' , ; ` | : .makeCluster() ... [01:58:07.454] | : . ' , ; ` | : . workers: 'localhost', 'localhost' [01:58:07.454] | : . ' , ; ` | : . R_FUTURE_PLAN: NA [01:58:07.454] | : . ' , ; ` | : . parallelly::makeClusterPSOCK() arguments: [01:58:07.454] | : . ' , ; ` | : . List of 1 [01:58:07.454] | : . ' , ; ` | : . $ : chr [1:2] "localhost" "localhost" [01:58:07.660] | : . ' , ; ` | : . Generated cluster UUID [01:58:07.660] | : . ' , ; ` | : . Cluster UUID: 'e7e6bcb7afb79462084bfb5b6210fab3' [01:58:07.660] | : . ' , ; ` | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:58:07.662] | : . ' , ; ` | : .makeCluster() ... done [01:58:07.663] | : . ' , ; ` | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:58:07.664] | : . ' , ; ` | makeCluster(workers, ...) ... done [01:58:07.665] | : . ' , ; ` | Number of workers: 2 [01:58:07.665] | : . ' , ; ` | Workers UUID: 'e7e6bcb7afb79462084bfb5b6210fab3' [01:58:07.665] | : . ' , ; ` Starting new cluster ... done [01:58:07.665] | : . ' , ; ` Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [01:58:07.666] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... done [01:58:07.666] | : . ' , makeFutureBackend() ... done [01:58:07.666] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.666] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:07.666] | : . ' , plan(): nbrOfWorkers() = 2 [01:58:07.666] | : . ' plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [01:58:07.667] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done > n <- nbrOfWorkers() [01:58:07.667] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.667] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > message(sprintf("nbrOfWorkers: %d", n)) nbrOfWorkers: 2 > stopifnot(n == length(workers)) > plan(cluster, workers = allButOneWorker) [01:58:07.668] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.668] | : . ' plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [01:58:07.668] | : . ' , all.equal() for FutureStrategyList ... [01:58:07.669] | : . ' , ; New stack: [01:58:07.669] | : . ' , ; List of 1 [01:58:07.669] | : . ' , ; $ :function (..., workers = function () [01:58:07.669] | : . ' , ; { [01:58:07.669] | : . ' , ; w <- future::availableWorkers() [01:58:07.669] | : . ' , ; if (length(w) > 1) [01:58:07.669] | : . ' , ; w[-1] [01:58:07.669] | : . ' , ; else w [01:58:07.669] | : . ' , ; }, envir = parent.frame()) [01:58:07.669] | : . ' , ; ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:07.669] | : . ' , ; ..- attr(*, "init")= logi TRUE [01:58:07.669] | : . ' , ; ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:07.669] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:07.669] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.669] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.669] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [01:58:07.669] | : . ' , ; .. ..$ workers:function () [01:58:07.669] | : . ' , ; ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [01:58:07.669] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:07.673] | : . ' , ; Old stack: [01:58:07.673] | : . ' , ; List of 1 [01:58:07.673] | : . ' , ; $ :function (..., workers = c("localhost", "localhost"), envir = parent.frame()) [01:58:07.673] | : . ' , ; ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:07.673] | : . ' , ; ..- attr(*, "init")= chr "done" [01:58:07.673] | : . ' , ; ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:07.673] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:07.673] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.673] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.673] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [01:58:07.673] | : . ' , ; .. ..$ workers: chr [1:2] "localhost" "localhost" [01:58:07.673] | : . ' , ; ..- attr(*, "call")= language plan(cluster, workers = workers) [01:58:07.673] | : . ' , ; ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [01:58:07.673] | : . ' , ; .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:07.673] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:07.673] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.673] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:07.678] | : . ' , ; Not identical [01:58:07.678] | : . ' , ; all.equal() for future ... [01:58:07.678] | : . ' , ; ` List of 2 [01:58:07.678] | : . ' , ; ` $ target :function (..., workers = function () [01:58:07.678] | : . ' , ; ` { [01:58:07.678] | : . ' , ; ` w <- future::availableWorkers() [01:58:07.678] | : . ' , ; ` if (length(w) > 1) [01:58:07.678] | : . ' , ; ` w[-1] [01:58:07.678] | : . ' , ; ` else w [01:58:07.678] | : . ' , ; ` }, envir = parent.frame()) [01:58:07.678] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:07.678] | : . ' , ; ` ..- attr(*, "init")= logi TRUE [01:58:07.678] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:07.678] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:07.678] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.678] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.678] | : . ' , ; ` ..- attr(*, "tweaks")=List of 1 [01:58:07.678] | : . ' , ; ` .. ..$ workers:function () [01:58:07.678] | : . ' , ; ` ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [01:58:07.678] | : . ' , ; ` $ current:function (..., workers = c("localhost", "localhost"), envir = parent.frame()) [01:58:07.678] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:07.678] | : . ' , ; ` ..- attr(*, "init")= chr "done" [01:58:07.678] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:07.678] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:07.678] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.678] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.678] | : . ' , ; ` ..- attr(*, "tweaks")=List of 1 [01:58:07.678] | : . ' , ; ` .. ..$ workers: chr [1:2] "localhost" "localhost" [01:58:07.678] | : . ' , ; ` ..- attr(*, "call")= language plan(cluster, workers = workers) [01:58:07.678] | : . ' , ; ` ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [01:58:07.678] | : . ' , ; ` .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:07.678] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:07.678] | : . ' , ; ` .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.686] | : . ' , ; ` Formals differ [01:58:07.686] | : . ' , ; all.equal() for future ... done [01:58:07.686] | : . ' , ; Future strategies differ at level 1 [01:58:07.686] | : . ' , all.equal() for FutureStrategyList ... done [01:58:07.686] | : . ' , plan(): Setting new future backend stack: [01:58:07.686] | : . ' , List of future strategies: [01:58:07.686] | : . ' , 1. cluster: [01:58:07.686] | : . ' , - args: function (..., workers = "", envir = parent.frame()) [01:58:07.686] | : . ' , - tweaked: TRUE [01:58:07.686] | : . ' , - call: plan(cluster, workers = allButOneWorker) [01:58:07.687] | : . ' , List of 1 [01:58:07.687] | : . ' , $ :function (..., workers = function () [01:58:07.687] | : . ' , { [01:58:07.687] | : . ' , w <- future::availableWorkers() [01:58:07.687] | : . ' , if (length(w) > 1) [01:58:07.687] | : . ' , w[-1] [01:58:07.687] | : . ' , else w [01:58:07.687] | : . ' , }, envir = parent.frame()) [01:58:07.687] | : . ' , ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:07.687] | : . ' , ..- attr(*, "init")= logi TRUE [01:58:07.687] | : . ' , ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:07.687] | : . ' , earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:07.687] | : . ' , .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.687] | : . ' , ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.687] | : . ' , ..- attr(*, "tweaks")=List of 1 [01:58:07.687] | : . ' , .. ..$ workers:function () [01:58:07.687] | : . ' , ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [01:58:07.687] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:07.691] | : . ' , plan(): plan_cleanup('tweaked', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [01:58:07.691] | : . ' , ; plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.692] | : . ' , ; ` Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [01:58:07.692] | : . ' , ; plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:07.692] | : . ' , ; stopWorkers() for ClusterFutureBackend ... [01:58:07.692] | : . ' , ; ` Interrupt active futures ... [01:58:07.693] | : . ' , ; ` | Number of futures: 0 [01:58:07.693] | : . ' , ; ` Interrupt active futures ... done [01:58:07.693] | : . ' , ; ` Clear future registry ... [01:58:07.693] | : . ' , ; ` Clear future registry ... done [01:58:07.694] | : . ' , ; ` Stop cluster workers ... [01:58:07.694] | : . ' , ; ` | Stopping existing cluster ... [01:58:07.694] | : . ' , ; ` | : Cluster to shut down: [01:58:07.694] | : . ' , ; ` | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:58:07.706] | : . ' , ; ` | : Stopped cluster: 'c(TRUE, TRUE)' [01:58:07.706] | : . ' , ; ` | Stopping existing cluster ... done [01:58:07.707] | : . ' , ; ` Stop cluster workers ... done [01:58:07.707] | : . ' , ; stopWorkers() for ClusterFutureBackend ... done [01:58:07.707] | : . ' , ; Legacy shutdown of cluster workers ... [01:58:07.707] | : . ' , ; ` Stopping existing cluster ... [01:58:07.707] | : . ' , ; ` | No pre-existing cluster. Skipping [01:58:07.707] | : . ' , ; ` Stopping existing cluster ... done [01:58:07.708] | : . ' , ; Legacy shutdown of cluster workers ... done [01:58:07.708] | : . ' , plan(): plan_cleanup('tweaked', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [01:58:07.708] | : . ' , plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [01:58:07.708] | : . ' , ; function (..., workers = function () [01:58:07.708] | : . ' , ; { [01:58:07.708] | : . ' , ; w <- future::availableWorkers() [01:58:07.708] | : . ' , ; if (length(w) > 1) [01:58:07.708] | : . ' , ; w[-1] [01:58:07.708] | : . ' , ; else w [01:58:07.708] | : . ' , ; }, envir = parent.frame()) [01:58:07.708] | : . ' , ; - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:07.708] | : . ' , ; - attr(*, "init")= logi TRUE [01:58:07.708] | : . ' , ; - attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:07.708] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:07.708] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.708] | : . ' , ; - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:07.708] | : . ' , ; - attr(*, "tweaks")=List of 1 [01:58:07.708] | : . ' , ; ..$ workers:function () [01:58:07.708] | : . ' , ; - attr(*, "call")= language plan(cluster, workers = allButOneWorker) [01:58:07.711] | : . ' , ; init: TRUE [01:58:07.711] | : . ' , ; makeFutureBackend() ... [01:58:07.712] | : . ' , ; ` Backend function: <'NULL'> [01:58:07.712] | : . ' , ; ` Evaluator tweak arguments: [n=1] [01:58:07.712] | : . ' , ; ` List of 1 [01:58:07.712] | : . ' , ; ` $ workers:function () [01:58:07.713] | : . ' , ; ` Evaluator formal arguments: [n=1] [01:58:07.713] | : . ' , ; ` List of 1 [01:58:07.713] | : . ' , ; ` $ workers:function () [01:58:07.714] | : . ' , ; ` Backend factory arguments: [n=1] [01:58:07.714] | : . ' , ; ` Dotted pair list of 1 [01:58:07.714] | : . ' , ; ` $ workers:function () [01:58:07.747] | : . ' , ; ` ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... [01:58:07.750] | : . ' , ; ` | workers: [n=1] 'localhost' [01:58:07.751] | : . ' , ; ` | getCluster() ... [01:58:07.751] | : . ' , ; ` | getCluster() ... done [01:58:07.751] | : . ' , ; ` | Stopping existing cluster ... [01:58:07.751] | : . ' , ; ` | : No pre-existing cluster. Skipping [01:58:07.752] | : . ' , ; ` | Stopping existing cluster ... done [01:58:07.752] | : . ' , ; ` | Starting new cluster ... [01:58:07.752] | : . ' , ; ` | : makeCluster(workers, ...) ... [01:58:07.752] | : . ' , ; ` | : . Arguments: [01:58:07.752] | : . ' , ; ` | : . List of 1 [01:58:07.752] | : . ' , ; ` | : . $ : chr "localhost" [01:58:07.753] | : . ' , ; ` | : . .makeCluster() ... [01:58:07.753] | : . ' , ; ` | : . ' workers: 'localhost' [01:58:07.754] | : . ' , ; ` | : . ' R_FUTURE_PLAN: NA [01:58:07.754] | : . ' , ; ` | : . ' parallelly::makeClusterPSOCK() arguments: [01:58:07.754] | : . ' , ; ` | : . ' List of 1 [01:58:07.754] | : . ' , ; ` | : . ' $ : chr "localhost" [01:58:07.940] | : . ' , ; ` | : . ' Generated cluster UUID [01:58:07.940] | : . ' , ; ` | : . ' Cluster UUID: '4885f36cf58efb850e4abb80ee1f096f' [01:58:07.940] | : . ' , ; ` | : . ' Socket cluster with 1 nodes where 1 node is on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:58:07.942] | : . ' , ; ` | : . .makeCluster() ... done [01:58:07.942] | : . ' , ; ` | : . Socket cluster with 1 nodes where 1 node is on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:58:07.943] | : . ' , ; ` | : makeCluster(workers, ...) ... done [01:58:07.943] | : . ' , ; ` | : Number of workers: 1 [01:58:07.944] | : . ' , ; ` | : Workers UUID: '4885f36cf58efb850e4abb80ee1f096f' [01:58:07.944] | : . ' , ; ` | Starting new cluster ... done [01:58:07.944] | : . ' , ; ` | Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [01:58:07.944] | : . ' , ; ` ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... done [01:58:07.944] | : . ' , ; makeFutureBackend() ... done [01:58:07.945] | : . ' , ; plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.945] | : . ' , ; plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:07.945] | : . ' , ; plan(): nbrOfWorkers() = 1 [01:58:07.945] | : . ' , plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [01:58:07.945] | : . ' plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done > n <- nbrOfWorkers() [01:58:07.946] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:07.946] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... 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) [01:58:07.947] | : . ' 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 where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) > plan(cluster, workers = workers) [01:58:08.142] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:08.143] | : . ' , plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [01:58:08.143] | : . ' , ; all.equal() for FutureStrategyList ... [01:58:08.143] | : . ' , ; ` New stack: [01:58:08.144] | : . ' , ; ` List of 1 [01:58:08.144] | : . ' , ; ` $ :function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [01:58:08.144] | : . ' , ; ` session_info = list(r = list(platform = "x86_64-w64-mingw32", arch = "x86_64", [01:58:08.144] | : . ' , ; ` os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", status = "Under development (unstable)", [01:58:08.144] | : . ' , ; ` major = "4", minor = "6.0", year = "2025", month = "05", day = "08", [01:58:08.144] | : . ' , ; ` `svn rev` = "88190", language = "R", version.string = "R Under development (unstable) (2025-05-08 r88190 ucrt)", [01:58:08.144] | : . ' , ; ` nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [01:58:08.144] | : . ' , ; ` sysname = "Windows", release = "Server x64", version = "build 20348", [01:58:08.144] | : . ' , ; ` nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [01:58:08.144] | : . ' , ; ` effective_user = "CRAN", udomain = "CRANWIN3"), libs = c("D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0", [01:58:08.144] | : . ' , ; ` "D:/RCompile/recent/R/library"), pkgs = NULL, pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [01:58:08.144] | : . ' , ; ` process = list(pid = 31344L))), list(con = 6L, host = "localhost", [01:58:08.144] | : . ' , ; ` rank = 0L, session_info = list(r = list(platform = "x86_64-w64-mingw32", [01:58:08.144] | : . ' , ; ` arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [01:58:08.144] | : . ' , ; ` status = "Under development (unstable)", major = "4", minor = "6.0", [01:58:08.144] | : . ' , ; ` year = "2025", month = "05", day = "08", `svn rev` = "88190", language = "R", [01:58:08.144] | : . ' , ; ` version.string = "R Under development (unstable) (2025-05-08 r88190 ucrt)", [01:58:08.144] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:08.144] | : . ' , ; ` ..- attr(*, "init")= logi TRUE [01:58:08.144] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:08.144] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:08.144] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:08.144] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:08.144] | : . ' , ; ` ..- attr(*, "tweaks")=List of 1 [01:58:08.144] | : . ' , ; ` .. ..$ workers:List of 2 [01:58:08.144] | : . ' , ; ` .. .. ..$ :List of 4 [01:58:08.144] | : . ' , ; ` .. .. .. ..$ con : 'sockconn' int 5 [01:58:08.144] | : . ' , ; ` .. .. .. .. ..- attr(*, "conn_id")= [01:58:08.144] | : . ' , ; ` .. .. .. ..$ host : chr "localhost" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.144] | : . ' , ; ` .. .. .. ..$ rank : int 0 [01:58:08.144] | : . ' , ; ` .. .. .. ..$ session_info:List of 6 [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ r :List of 16 [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ arch : chr "x86_64" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ os : chr "mingw32" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ crt : chr "ucrt" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ status : chr "Under development (unstable)" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ major : chr "4" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ minor : chr "6.0" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ year : chr "2025" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ month : chr "05" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ day : chr "08" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ svn rev : chr "88190" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ language : chr "R" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-05-08 r88190 ucrt)" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ os.type : chr "windows" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ system :List of 9 [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ sysname : chr "Windows" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ release : chr "Server x64" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ version : chr "build 20348" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ machine : chr "x86-64" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ login : chr "CRAN" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ user : chr "CRAN" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ effective_user: chr "CRAN" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ pkgs : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ process:List of 1 [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ pid: int 31344 [01:58:08.144] | : . ' , ; ` .. .. .. ..- attr(*, "options")=List of 35 [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ worker : chr "localhost" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ master : chr "localhost" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ port : int 25465 [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ connectTimeout : num 120 [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ timeout : num 120 [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ homogeneous : logi TRUE [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:21256:CRANWI"| __truncated__ [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rscript_envs : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rscript_libs : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rscript_startup : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ methods : logi TRUE [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ useXDR : logi FALSE [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ renice : int NA [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rshcmd : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ user : chr(0) [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ revtunnel : logi FALSE [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rshlogfile : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rshopts : chr(0) [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rank : int 0 [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ manual : logi FALSE [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ dryrun : logi FALSE [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ quiet : logi FALSE [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rshcmd_label : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rsh_call : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ localMachine : logi TRUE [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [01:58:08.144] | : . ' , ; ` master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [01:58:08.144] | : . ' , ; ` 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [01:58:08.144] | : . ' , ; ` 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [01:58:08.144] | : . ' , ; ` rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [01:58:08.144] | : . ' , ; ` "cmd", "sh", "none"), default_packages = c("datasets", "utils", [01:58:08.144] | : . ' , ; ` "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [01:58:08.144] | : . ' , ; ` socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [01:58:08.144] | : . ' , ; ` "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [01:58:08.144] | : . ' , ; ` FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [01:58:08.144] | : . ' , ; ` NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [01:58:08.144] | : . ' , ; ` NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [01:58:08.144] | : . ' , ; ` setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [01:58:08.144] | : . ' , ; ` "parallel"), action = c("launch", "options"), verbose = FALSE) [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ arguments :List of 28 [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ worker : chr "localhost" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ master : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ port : int 25465 [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ connectTimeout : num 120 [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ timeout : num 120 [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ rscript : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ homogeneous : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ rscript_args : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ rscript_envs : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ rscript_libs : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ rscript_startup : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ rscript_sh : chr "auto" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ methods : logi TRUE [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ useXDR : logi FALSE [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ renice : int NA [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ rshcmd : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ user : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ revtunnel : logi NA [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ rshlogfile : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ rshopts : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ rank : int 1 [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ manual : logi FALSE [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ dryrun : logi FALSE [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ quiet : logi FALSE [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [01:58:08.144] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [01:58:08.144] | : . ' , ; ` .. .. ..$ :List of 4 [01:58:08.144] | : . ' , ; ` .. .. .. ..$ con : 'sockconn' int 6 [01:58:08.144] | : . ' , ; ` .. .. .. .. ..- attr(*, "conn_id")= [01:58:08.144] | : . ' , ; ` .. .. .. ..$ host : chr "localhost" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.144] | : . ' , ; ` .. .. .. ..$ rank : int 0 [01:58:08.144] | : . ' , ; ` .. .. .. ..$ session_info:List of 6 [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ r :List of 16 [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ arch : chr "x86_64" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ os : chr "mingw32" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ crt : chr "ucrt" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ status : chr "Under development (unstable)" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ major : chr "4" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ minor : chr "6.0" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ year : chr "2025" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ month : chr "05" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ day : chr "08" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ svn rev : chr "88190" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ language : chr "R" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-05-08 r88190 ucrt)" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ os.type : chr "windows" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ system :List of 9 [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ sysname : chr "Windows" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ release : chr "Server x64" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ version : chr "build 20348" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ machine : chr "x86-64" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ login : chr "CRAN" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ user : chr "CRAN" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ effective_user: chr "CRAN" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ pkgs : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ process:List of 1 [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ pid: int 55700 [01:58:08.144] | : . ' , ; ` .. .. .. ..- attr(*, "options")=List of 35 [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ worker : chr "localhost" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ master : chr "localhost" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ port : int 25465 [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ connectTimeout : num 120 [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ timeout : num 120 [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ homogeneous : logi TRUE [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:21256:CRANWI"| __truncated__ [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rscript_envs : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rscript_libs : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rscript_startup : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ methods : logi TRUE [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ useXDR : logi FALSE [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ renice : int NA [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rshcmd : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ user : chr(0) [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ revtunnel : logi FALSE [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rshlogfile : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rshopts : chr(0) [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rank : int 0 [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ manual : logi FALSE [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ dryrun : logi FALSE [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ quiet : logi FALSE [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rshcmd_label : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ rsh_call : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ localMachine : logi TRUE [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [01:58:08.144] | : . ' , ; ` master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [01:58:08.144] | : . ' , ; ` 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [01:58:08.144] | : . ' , ; ` 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [01:58:08.144] | : . ' , ; ` rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [01:58:08.144] | : . ' , ; ` "cmd", "sh", "none"), default_packages = c("datasets", "utils", [01:58:08.144] | : . ' , ; ` "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [01:58:08.144] | : . ' , ; ` socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [01:58:08.144] | : . ' , ; ` "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [01:58:08.144] | : . ' , ; ` FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [01:58:08.144] | : . ' , ; ` NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [01:58:08.144] | : . ' , ; ` NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [01:58:08.144] | : . ' , ; ` setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [01:58:08.144] | : . ' , ; ` "parallel"), action = c("launch", "options"), verbose = FALSE) [01:58:08.144] | : . ' , ; ` .. .. .. .. ..$ arguments :List of 28 [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ worker : chr "localhost" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ master : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ port : int 25465 [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ connectTimeout : num 120 [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ timeout : num 120 [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ rscript : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ homogeneous : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ rscript_args : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ rscript_envs : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ rscript_libs : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ rscript_startup : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ rscript_sh : chr "auto" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ methods : logi TRUE [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ useXDR : logi FALSE [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ renice : int NA [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ rshcmd : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ user : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ revtunnel : logi NA [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ rshlogfile : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ rshopts : NULL [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ rank : int 1 [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ manual : logi FALSE [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ dryrun : logi FALSE [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ quiet : logi FALSE [01:58:08.144] | : . ' , ; ` .. .. .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.144] | : . ' , ; ` .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [01:58:08.144] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [01:58:08.144] | : . ' , ; ` .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [01:58:08.144] | : . ' , ; ` ..- attr(*, "call")= language plan(cluster, workers = workers) [01:58:08.144] | : . ' , ; ` - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:08.217] | : . ' , ; ` Old stack: [01:58:08.218] | : . ' , ; ` List of 1 [01:58:08.218] | : . ' , ; ` $ :function (..., workers = function () [01:58:08.218] | : . ' , ; ` { [01:58:08.218] | : . ' , ; ` w <- future::availableWorkers() [01:58:08.218] | : . ' , ; ` if (length(w) > 1) [01:58:08.218] | : . ' , ; ` w[-1] [01:58:08.218] | : . ' , ; ` else w [01:58:08.218] | : . ' , ; ` }, envir = parent.frame()) [01:58:08.218] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:08.218] | : . ' , ; ` ..- attr(*, "init")= chr "done" [01:58:08.218] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:08.218] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:08.218] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:08.218] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:08.218] | : . ' , ; ` ..- attr(*, "tweaks")=List of 1 [01:58:08.218] | : . ' , ; ` .. ..$ workers:function () [01:58:08.218] | : . ' , ; ` ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [01:58:08.218] | : . ' , ; ` ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [01:58:08.218] | : . ' , ; ` .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:08.218] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:08.218] | : . ' , ; ` .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:08.218] | : . ' , ; ` - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:08.223] | : . ' , ; ` Not identical [01:58:08.223] | : . ' , ; ` all.equal() for future ... [01:58:08.223] | : . ' , ; ` | List of 2 [01:58:08.223] | : . ' , ; ` | $ target :function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [01:58:08.223] | : . ' , ; ` | session_info = list(r = list(platform = "x86_64-w64-mingw32", arch = "x86_64", [01:58:08.223] | : . ' , ; ` | os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", status = "Under development (unstable)", [01:58:08.223] | : . ' , ; ` | major = "4", minor = "6.0", year = "2025", month = "05", day = "08", [01:58:08.223] | : . ' , ; ` | `svn rev` = "88190", language = "R", version.string = "R Under development (unstable) (2025-05-08 r88190 ucrt)", [01:58:08.223] | : . ' , ; ` | nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [01:58:08.223] | : . ' , ; ` | sysname = "Windows", release = "Server x64", version = "build 20348", [01:58:08.223] | : . ' , ; ` | nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [01:58:08.223] | : . ' , ; ` | effective_user = "CRAN", udomain = "CRANWIN3"), libs = c("D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0", [01:58:08.223] | : . ' , ; ` | "D:/RCompile/recent/R/library"), pkgs = NULL, pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [01:58:08.223] | : . ' , ; ` | process = list(pid = 31344L))), list(con = 6L, host = "localhost", [01:58:08.223] | : . ' , ; ` | rank = 0L, session_info = list(r = list(platform = "x86_64-w64-mingw32", [01:58:08.223] | : . ' , ; ` | arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [01:58:08.223] | : . ' , ; ` | status = "Under development (unstable)", major = "4", minor = "6.0", [01:58:08.223] | : . ' , ; ` | year = "2025", month = "05", day = "08", `svn rev` = "88190", language = "R", [01:58:08.223] | : . ' , ; ` | version.string = "R Under development (unstable) (2025-05-08 r88190 ucrt)", [01:58:08.223] | : . ' , ; ` | ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:08.223] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:58:08.223] | : . ' , ; ` | ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:08.223] | : . ' , ; ` | earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:08.223] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:08.223] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:08.223] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 1 [01:58:08.223] | : . ' , ; ` | .. ..$ workers:List of 2 [01:58:08.223] | : . ' , ; ` | .. .. ..$ :List of 4 [01:58:08.223] | : . ' , ; ` | .. .. .. ..$ con : 'sockconn' int 5 [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..- attr(*, "conn_id")= [01:58:08.223] | : . ' , ; ` | .. .. .. ..$ host : chr "localhost" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.223] | : . ' , ; ` | .. .. .. ..$ rank : int 0 [01:58:08.223] | : . ' , ; ` | .. .. .. ..$ session_info:List of 6 [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ r :List of 16 [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ arch : chr "x86_64" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ os : chr "mingw32" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ crt : chr "ucrt" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ status : chr "Under development (unstable)" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ major : chr "4" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ minor : chr "6.0" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ year : chr "2025" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ month : chr "05" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ day : chr "08" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ svn rev : chr "88190" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ language : chr "R" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-05-08 r88190 ucrt)" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ os.type : chr "windows" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ system :List of 9 [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ sysname : chr "Windows" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ release : chr "Server x64" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ version : chr "build 20348" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ machine : chr "x86-64" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ login : chr "CRAN" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ user : chr "CRAN" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ effective_user: chr "CRAN" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ pkgs : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ process:List of 1 [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ pid: int 31344 [01:58:08.223] | : . ' , ; ` | .. .. .. ..- attr(*, "options")=List of 35 [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ worker : chr "localhost" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ master : chr "localhost" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ port : int 25465 [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ connectTimeout : num 120 [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ timeout : num 120 [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ homogeneous : logi TRUE [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:21256:CRANWI"| __truncated__ [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rscript_envs : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rscript_libs : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rscript_startup : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ methods : logi TRUE [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ useXDR : logi FALSE [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ renice : int NA [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rshcmd : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ user : chr(0) [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ revtunnel : logi FALSE [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rshlogfile : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rshopts : chr(0) [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rank : int 0 [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ manual : logi FALSE [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ dryrun : logi FALSE [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ quiet : logi FALSE [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rshcmd_label : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rsh_call : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ localMachine : logi TRUE [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [01:58:08.223] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [01:58:08.223] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [01:58:08.223] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [01:58:08.223] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [01:58:08.223] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [01:58:08.223] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [01:58:08.223] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [01:58:08.223] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [01:58:08.223] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [01:58:08.223] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [01:58:08.223] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [01:58:08.223] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [01:58:08.223] | : . ' , ; ` | "parallel"), action = c("launch", "options"), verbose = FALSE) [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ arguments :List of 28 [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ worker : chr "localhost" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ master : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ port : int 25465 [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ connectTimeout : num 120 [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ timeout : num 120 [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ rscript : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ homogeneous : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_args : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_envs : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_libs : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_startup : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_sh : chr "auto" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ methods : logi TRUE [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ useXDR : logi FALSE [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ renice : int NA [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ rshcmd : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ user : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ revtunnel : logi NA [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ rshlogfile : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ rshopts : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ rank : int 1 [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ manual : logi FALSE [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ dryrun : logi FALSE [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ quiet : logi FALSE [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [01:58:08.223] | : . ' , ; ` | .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [01:58:08.223] | : . ' , ; ` | .. .. ..$ :List of 4 [01:58:08.223] | : . ' , ; ` | .. .. .. ..$ con : 'sockconn' int 6 [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..- attr(*, "conn_id")= [01:58:08.223] | : . ' , ; ` | .. .. .. ..$ host : chr "localhost" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.223] | : . ' , ; ` | .. .. .. ..$ rank : int 0 [01:58:08.223] | : . ' , ; ` | .. .. .. ..$ session_info:List of 6 [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ r :List of 16 [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ arch : chr "x86_64" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ os : chr "mingw32" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ crt : chr "ucrt" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ status : chr "Under development (unstable)" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ major : chr "4" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ minor : chr "6.0" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ year : chr "2025" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ month : chr "05" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ day : chr "08" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ svn rev : chr "88190" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ language : chr "R" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-05-08 r88190 ucrt)" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ os.type : chr "windows" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ system :List of 9 [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ sysname : chr "Windows" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ release : chr "Server x64" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ version : chr "build 20348" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ machine : chr "x86-64" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ login : chr "CRAN" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ user : chr "CRAN" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ effective_user: chr "CRAN" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ pkgs : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ process:List of 1 [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ pid: int 55700 [01:58:08.223] | : . ' , ; ` | .. .. .. ..- attr(*, "options")=List of 35 [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ worker : chr "localhost" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ master : chr "localhost" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ port : int 25465 [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ connectTimeout : num 120 [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ timeout : num 120 [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ homogeneous : logi TRUE [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:21256:CRANWI"| __truncated__ [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rscript_envs : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rscript_libs : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rscript_startup : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ methods : logi TRUE [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ useXDR : logi FALSE [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ renice : int NA [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rshcmd : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ user : chr(0) [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ revtunnel : logi FALSE [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rshlogfile : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rshopts : chr(0) [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rank : int 0 [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ manual : logi FALSE [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ dryrun : logi FALSE [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ quiet : logi FALSE [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rshcmd_label : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ rsh_call : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ localMachine : logi TRUE [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [01:58:08.223] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [01:58:08.223] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [01:58:08.223] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [01:58:08.223] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [01:58:08.223] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [01:58:08.223] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [01:58:08.223] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [01:58:08.223] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [01:58:08.223] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [01:58:08.223] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [01:58:08.223] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [01:58:08.223] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [01:58:08.223] | : . ' , ; ` | "parallel"), action = c("launch", "options"), verbose = FALSE) [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..$ arguments :List of 28 [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ worker : chr "localhost" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ master : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ port : int 25465 [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ connectTimeout : num 120 [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ timeout : num 120 [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ rscript : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ homogeneous : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_args : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_envs : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_libs : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_startup : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_sh : chr "auto" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ methods : logi TRUE [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ useXDR : logi FALSE [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ renice : int NA [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ rshcmd : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ user : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ revtunnel : logi NA [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ rshlogfile : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ rshopts : NULL [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ rank : int 1 [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ manual : logi FALSE [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ dryrun : logi FALSE [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ quiet : logi FALSE [01:58:08.223] | : . ' , ; ` | .. .. .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.223] | : . ' , ; ` | .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [01:58:08.223] | : . ' , ; ` | .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [01:58:08.223] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [01:58:08.223] | : . ' , ; ` | ..- attr(*, "call")= language plan(cluster, workers = workers) [01:58:08.223] | : . ' , ; ` | $ current:function (..., workers = function () [01:58:08.223] | : . ' , ; ` | { [01:58:08.223] | : . ' , ; ` | w <- future::availableWorkers() [01:58:08.223] | : . ' , ; ` | if (length(w) > 1) [01:58:08.223] | : . ' , ; ` | w[-1] [01:58:08.223] | : . ' , ; ` | else w [01:58:08.223] | : . ' , ; ` | }, envir = parent.frame()) [01:58:08.223] | : . ' , ; ` | ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:08.223] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:58:08.223] | : . ' , ; ` | ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:08.223] | : . ' , ; ` | earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:08.223] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:08.223] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:08.223] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 1 [01:58:08.223] | : . ' , ; ` | .. ..$ workers:function () [01:58:08.223] | : . ' , ; ` | ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [01:58:08.223] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [01:58:08.223] | : . ' , ; ` | .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:08.223] | : . ' , ; ` | earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:08.223] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:08.302] | : . ' , ; ` | Formals differ [01:58:08.302] | : . ' , ; ` all.equal() for future ... done [01:58:08.302] | : . ' , ; ` Future strategies differ at level 1 [01:58:08.302] | : . ' , ; all.equal() for FutureStrategyList ... done [01:58:08.302] | : . ' , ; plan(): Setting new future backend stack: [01:58:08.303] | : . ' , ; List of future strategies: [01:58:08.303] | : . ' , ; 1. cluster: [01:58:08.303] | : . ' , ; - args: function (..., workers = "", envir = parent.frame()) [01:58:08.303] | : . ' , ; - tweaked: TRUE [01:58:08.303] | : . ' , ; - call: plan(cluster, workers = workers) [01:58:08.305] | : . ' , ; List of 1 [01:58:08.305] | : . ' , ; $ :function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [01:58:08.305] | : . ' , ; session_info = list(r = list(platform = "x86_64-w64-mingw32", arch = "x86_64", [01:58:08.305] | : . ' , ; os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", status = "Under development (unstable)", [01:58:08.305] | : . ' , ; major = "4", minor = "6.0", year = "2025", month = "05", day = "08", [01:58:08.305] | : . ' , ; `svn rev` = "88190", language = "R", version.string = "R Under development (unstable) (2025-05-08 r88190 ucrt)", [01:58:08.305] | : . ' , ; nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [01:58:08.305] | : . ' , ; sysname = "Windows", release = "Server x64", version = "build 20348", [01:58:08.305] | : . ' , ; nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [01:58:08.305] | : . ' , ; effective_user = "CRAN", udomain = "CRANWIN3"), libs = c("D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0", [01:58:08.305] | : . ' , ; "D:/RCompile/recent/R/library"), pkgs = NULL, pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [01:58:08.305] | : . ' , ; process = list(pid = 31344L))), list(con = 6L, host = "localhost", [01:58:08.305] | : . ' , ; rank = 0L, session_info = list(r = list(platform = "x86_64-w64-mingw32", [01:58:08.305] | : . ' , ; arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [01:58:08.305] | : . ' , ; status = "Under development (unstable)", major = "4", minor = "6.0", [01:58:08.305] | : . ' , ; year = "2025", month = "05", day = "08", `svn rev` = "88190", language = "R", [01:58:08.305] | : . ' , ; version.string = "R Under development (unstable) (2025-05-08 r88190 ucrt)", [01:58:08.305] | : . ' , ; ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:08.305] | : . ' , ; ..- attr(*, "init")= logi TRUE [01:58:08.305] | : . ' , ; ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:08.305] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:08.305] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:08.305] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:08.305] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [01:58:08.305] | : . ' , ; .. ..$ workers:List of 2 [01:58:08.305] | : . ' , ; .. .. ..$ :List of 4 [01:58:08.305] | : . ' , ; .. .. .. ..$ con : 'sockconn' int 5 [01:58:08.305] | : . ' , ; .. .. .. .. ..- attr(*, "conn_id")= [01:58:08.305] | : . ' , ; .. .. .. ..$ host : chr "localhost" [01:58:08.305] | : . ' , ; .. .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.305] | : . ' , ; .. .. .. ..$ rank : int 0 [01:58:08.305] | : . ' , ; .. .. .. ..$ session_info:List of 6 [01:58:08.305] | : . ' , ; .. .. .. .. ..$ r :List of 16 [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ arch : chr "x86_64" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ os : chr "mingw32" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ crt : chr "ucrt" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ status : chr "Under development (unstable)" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ major : chr "4" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ minor : chr "6.0" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ year : chr "2025" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ month : chr "05" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ day : chr "08" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ svn rev : chr "88190" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ language : chr "R" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-05-08 r88190 ucrt)" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ os.type : chr "windows" [01:58:08.305] | : . ' , ; .. .. .. .. ..$ system :List of 9 [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ sysname : chr "Windows" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ release : chr "Server x64" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ version : chr "build 20348" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ machine : chr "x86-64" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ login : chr "CRAN" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ user : chr "CRAN" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ effective_user: chr "CRAN" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [01:58:08.305] | : . ' , ; .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:08.305] | : . ' , ; .. .. .. .. ..$ pkgs : NULL [01:58:08.305] | : . ' , ; .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [01:58:08.305] | : . ' , ; .. .. .. .. ..$ process:List of 1 [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ pid: int 31344 [01:58:08.305] | : . ' , ; .. .. .. ..- attr(*, "options")=List of 35 [01:58:08.305] | : . ' , ; .. .. .. .. ..$ worker : chr "localhost" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.305] | : . ' , ; .. .. .. .. ..$ master : chr "localhost" [01:58:08.305] | : . ' , ; .. .. .. .. ..$ port : int 25465 [01:58:08.305] | : . ' , ; .. .. .. .. ..$ connectTimeout : num 120 [01:58:08.305] | : . ' , ; .. .. .. .. ..$ timeout : num 120 [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [01:58:08.305] | : . ' , ; .. .. .. .. ..$ homogeneous : logi TRUE [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:21256:CRANWI"| __truncated__ [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rscript_envs : NULL [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rscript_libs : NULL [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rscript_startup : NULL [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [01:58:08.305] | : . ' , ; .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.305] | : . ' , ; .. .. .. .. ..$ methods : logi TRUE [01:58:08.305] | : . ' , ; .. .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.305] | : . ' , ; .. .. .. .. ..$ useXDR : logi FALSE [01:58:08.305] | : . ' , ; .. .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.305] | : . ' , ; .. .. .. .. ..$ renice : int NA [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rshcmd : NULL [01:58:08.305] | : . ' , ; .. .. .. .. ..$ user : chr(0) [01:58:08.305] | : . ' , ; .. .. .. .. ..$ revtunnel : logi FALSE [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rshlogfile : NULL [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rshopts : chr(0) [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rank : int 0 [01:58:08.305] | : . ' , ; .. .. .. .. ..$ manual : logi FALSE [01:58:08.305] | : . ' , ; .. .. .. .. ..$ dryrun : logi FALSE [01:58:08.305] | : . ' , ; .. .. .. .. ..$ quiet : logi FALSE [01:58:08.305] | : . ' , ; .. .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.305] | : . ' , ; .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rshcmd_label : NULL [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rsh_call : NULL [01:58:08.305] | : . ' , ; .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.305] | : . ' , ; .. .. .. .. ..$ localMachine : logi TRUE [01:58:08.305] | : . ' , ; .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [01:58:08.305] | : . ' , ; master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [01:58:08.305] | : . ' , ; 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [01:58:08.305] | : . ' , ; 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [01:58:08.305] | : . ' , ; rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [01:58:08.305] | : . ' , ; "cmd", "sh", "none"), default_packages = c("datasets", "utils", [01:58:08.305] | : . ' , ; "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [01:58:08.305] | : . ' , ; socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [01:58:08.305] | : . ' , ; "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [01:58:08.305] | : . ' , ; FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [01:58:08.305] | : . ' , ; NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [01:58:08.305] | : . ' , ; NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [01:58:08.305] | : . ' , ; setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [01:58:08.305] | : . ' , ; "parallel"), action = c("launch", "options"), verbose = FALSE) [01:58:08.305] | : . ' , ; .. .. .. .. ..$ arguments :List of 28 [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ worker : chr "localhost" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ master : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ port : int 25465 [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ connectTimeout : num 120 [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ timeout : num 120 [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ rscript : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ homogeneous : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ rscript_args : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ rscript_envs : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ rscript_libs : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ rscript_startup : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ rscript_sh : chr "auto" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ methods : logi TRUE [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ useXDR : logi FALSE [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ renice : int NA [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ rshcmd : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ user : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ revtunnel : logi NA [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ rshlogfile : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ rshopts : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ rank : int 1 [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ manual : logi FALSE [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ dryrun : logi FALSE [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ quiet : logi FALSE [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.305] | : . ' , ; .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [01:58:08.305] | : . ' , ; .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [01:58:08.305] | : . ' , ; .. .. ..$ :List of 4 [01:58:08.305] | : . ' , ; .. .. .. ..$ con : 'sockconn' int 6 [01:58:08.305] | : . ' , ; .. .. .. .. ..- attr(*, "conn_id")= [01:58:08.305] | : . ' , ; .. .. .. ..$ host : chr "localhost" [01:58:08.305] | : . ' , ; .. .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.305] | : . ' , ; .. .. .. ..$ rank : int 0 [01:58:08.305] | : . ' , ; .. .. .. ..$ session_info:List of 6 [01:58:08.305] | : . ' , ; .. .. .. .. ..$ r :List of 16 [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ arch : chr "x86_64" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ os : chr "mingw32" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ crt : chr "ucrt" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ status : chr "Under development (unstable)" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ major : chr "4" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ minor : chr "6.0" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ year : chr "2025" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ month : chr "05" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ day : chr "08" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ svn rev : chr "88190" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ language : chr "R" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-05-08 r88190 ucrt)" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ os.type : chr "windows" [01:58:08.305] | : . ' , ; .. .. .. .. ..$ system :List of 9 [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ sysname : chr "Windows" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ release : chr "Server x64" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ version : chr "build 20348" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ machine : chr "x86-64" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ login : chr "CRAN" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ user : chr "CRAN" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ effective_user: chr "CRAN" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [01:58:08.305] | : . ' , ; .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:08.305] | : . ' , ; .. .. .. .. ..$ pkgs : NULL [01:58:08.305] | : . ' , ; .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [01:58:08.305] | : . ' , ; .. .. .. .. ..$ process:List of 1 [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ pid: int 55700 [01:58:08.305] | : . ' , ; .. .. .. ..- attr(*, "options")=List of 35 [01:58:08.305] | : . ' , ; .. .. .. .. ..$ worker : chr "localhost" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.305] | : . ' , ; .. .. .. .. ..$ master : chr "localhost" [01:58:08.305] | : . ' , ; .. .. .. .. ..$ port : int 25465 [01:58:08.305] | : . ' , ; .. .. .. .. ..$ connectTimeout : num 120 [01:58:08.305] | : . ' , ; .. .. .. .. ..$ timeout : num 120 [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [01:58:08.305] | : . ' , ; .. .. .. .. ..$ homogeneous : logi TRUE [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:21256:CRANWI"| __truncated__ [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rscript_envs : NULL [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rscript_libs : NULL [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rscript_startup : NULL [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [01:58:08.305] | : . ' , ; .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.305] | : . ' , ; .. .. .. .. ..$ methods : logi TRUE [01:58:08.305] | : . ' , ; .. .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.305] | : . ' , ; .. .. .. .. ..$ useXDR : logi FALSE [01:58:08.305] | : . ' , ; .. .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.305] | : . ' , ; .. .. .. .. ..$ renice : int NA [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rshcmd : NULL [01:58:08.305] | : . ' , ; .. .. .. .. ..$ user : chr(0) [01:58:08.305] | : . ' , ; .. .. .. .. ..$ revtunnel : logi FALSE [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rshlogfile : NULL [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rshopts : chr(0) [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rank : int 0 [01:58:08.305] | : . ' , ; .. .. .. .. ..$ manual : logi FALSE [01:58:08.305] | : . ' , ; .. .. .. .. ..$ dryrun : logi FALSE [01:58:08.305] | : . ' , ; .. .. .. .. ..$ quiet : logi FALSE [01:58:08.305] | : . ' , ; .. .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.305] | : . ' , ; .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rshcmd_label : NULL [01:58:08.305] | : . ' , ; .. .. .. .. ..$ rsh_call : NULL [01:58:08.305] | : . ' , ; .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.305] | : . ' , ; .. .. .. .. ..$ localMachine : logi TRUE [01:58:08.305] | : . ' , ; .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [01:58:08.305] | : . ' , ; master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [01:58:08.305] | : . ' , ; 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [01:58:08.305] | : . ' , ; 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [01:58:08.305] | : . ' , ; rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [01:58:08.305] | : . ' , ; "cmd", "sh", "none"), default_packages = c("datasets", "utils", [01:58:08.305] | : . ' , ; "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [01:58:08.305] | : . ' , ; socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [01:58:08.305] | : . ' , ; "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [01:58:08.305] | : . ' , ; FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [01:58:08.305] | : . ' , ; NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [01:58:08.305] | : . ' , ; NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [01:58:08.305] | : . ' , ; setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [01:58:08.305] | : . ' , ; "parallel"), action = c("launch", "options"), verbose = FALSE) [01:58:08.305] | : . ' , ; .. .. .. .. ..$ arguments :List of 28 [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ worker : chr "localhost" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ master : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ port : int 25465 [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ connectTimeout : num 120 [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ timeout : num 120 [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ rscript : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ homogeneous : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ rscript_args : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ rscript_envs : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ rscript_libs : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ rscript_startup : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ rscript_sh : chr "auto" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ methods : logi TRUE [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ useXDR : logi FALSE [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ renice : int NA [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ rshcmd : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ user : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ revtunnel : logi NA [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ rshlogfile : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ rshopts : NULL [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ rank : int 1 [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ manual : logi FALSE [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ dryrun : logi FALSE [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ quiet : logi FALSE [01:58:08.305] | : . ' , ; .. .. .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.305] | : . ' , ; .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [01:58:08.305] | : . ' , ; .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [01:58:08.305] | : . ' , ; .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [01:58:08.305] | : . ' , ; ..- attr(*, "call")= language plan(cluster, workers = workers) [01:58:08.305] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:58:08.378] | : . ' , ; plan(): plan_cleanup('tweaked', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [01:58:08.379] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:08.379] | : . ' , ; ` | Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [01:58:08.379] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:08.379] | : . ' , ; ` stopWorkers() for ClusterFutureBackend ... [01:58:08.379] | : . ' , ; ` | Interrupt active futures ... [01:58:08.380] | : . ' , ; ` | : Number of futures: 0 [01:58:08.380] | : . ' , ; ` | Interrupt active futures ... done [01:58:08.380] | : . ' , ; ` | Clear future registry ... [01:58:08.381] | : . ' , ; ` | Clear future registry ... done [01:58:08.381] | : . ' , ; ` | Stop cluster workers ... [01:58:08.381] | : . ' , ; ` | : Stopping existing cluster ... [01:58:08.381] | : . ' , ; ` | : . Cluster to shut down: [01:58:08.382] | : . ' , ; ` | : . Socket cluster with 1 nodes where 1 node is on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:58:08.388] | : . ' , ; ` | : . Stopped cluster: 'TRUE' [01:58:08.388] | : . ' , ; ` | : Stopping existing cluster ... done [01:58:08.388] | : . ' , ; ` | Stop cluster workers ... done [01:58:08.388] | : . ' , ; ` stopWorkers() for ClusterFutureBackend ... done [01:58:08.388] | : . ' , ; ` Legacy shutdown of cluster workers ... [01:58:08.389] | : . ' , ; ` | Stopping existing cluster ... [01:58:08.389] | : . ' , ; ` | : No pre-existing cluster. Skipping [01:58:08.389] | : . ' , ; ` | Stopping existing cluster ... done [01:58:08.389] | : . ' , ; ` Legacy shutdown of cluster workers ... done [01:58:08.389] | : . ' , ; plan(): plan_cleanup('tweaked', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [01:58:08.389] | : . ' , ; plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [01:58:08.390] | : . ' , ; ` function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [01:58:08.390] | : . ' , ; ` session_info = list(r = list(platform = "x86_64-w64-mingw32", arch = "x86_64", [01:58:08.390] | : . ' , ; ` os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", status = "Under development (unstable)", [01:58:08.390] | : . ' , ; ` major = "4", minor = "6.0", year = "2025", month = "05", day = "08", [01:58:08.390] | : . ' , ; ` `svn rev` = "88190", language = "R", version.string = "R Under development (unstable) (2025-05-08 r88190 ucrt)", [01:58:08.390] | : . ' , ; ` nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [01:58:08.390] | : . ' , ; ` sysname = "Windows", release = "Server x64", version = "build 20348", [01:58:08.390] | : . ' , ; ` nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [01:58:08.390] | : . ' , ; ` effective_user = "CRAN", udomain = "CRANWIN3"), libs = c("D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0", [01:58:08.390] | : . ' , ; ` "D:/RCompile/recent/R/library"), pkgs = NULL, pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [01:58:08.390] | : . ' , ; ` process = list(pid = 31344L))), list(con = 6L, host = "localhost", [01:58:08.390] | : . ' , ; ` rank = 0L, session_info = list(r = list(platform = "x86_64-w64-mingw32", [01:58:08.390] | : . ' , ; ` arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [01:58:08.390] | : . ' , ; ` status = "Under development (unstable)", major = "4", minor = "6.0", [01:58:08.390] | : . ' , ; ` year = "2025", month = "05", day = "08", `svn rev` = "88190", language = "R", [01:58:08.390] | : . ' , ; ` version.string = "R Under development (unstable) (2025-05-08 r88190 ucrt)", [01:58:08.390] | : . ' , ; ` - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [01:58:08.390] | : . ' , ; ` - attr(*, "init")= logi TRUE [01:58:08.390] | : . ' , ; ` - attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [01:58:08.390] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [01:58:08.390] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:08.390] | : . ' , ; ` - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [01:58:08.390] | : . ' , ; ` - attr(*, "tweaks")=List of 1 [01:58:08.390] | : . ' , ; ` ..$ workers:List of 2 [01:58:08.390] | : . ' , ; ` .. ..$ :List of 4 [01:58:08.390] | : . ' , ; ` .. .. ..$ con : 'sockconn' int 5 [01:58:08.390] | : . ' , ; ` .. .. .. ..- attr(*, "conn_id")= [01:58:08.390] | : . ' , ; ` .. .. ..$ host : chr "localhost" [01:58:08.390] | : . ' , ; ` .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.390] | : . ' , ; ` .. .. ..$ rank : int 0 [01:58:08.390] | : . ' , ; ` .. .. ..$ session_info:List of 6 [01:58:08.390] | : . ' , ; ` .. .. .. ..$ r :List of 16 [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ arch : chr "x86_64" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ os : chr "mingw32" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ crt : chr "ucrt" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ system : chr "x86_64, mingw32" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ status : chr "Under development (unstable)" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ major : chr "4" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ minor : chr "6.0" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ year : chr "2025" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ month : chr "05" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ day : chr "08" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ svn rev : chr "88190" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ language : chr "R" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-05-08 r88190 ucrt)" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ os.type : chr "windows" [01:58:08.390] | : . ' , ; ` .. .. .. ..$ system :List of 9 [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ sysname : chr "Windows" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ release : chr "Server x64" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ version : chr "build 20348" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ nodename : chr "CRANWIN3" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ machine : chr "x86-64" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ login : chr "CRAN" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ user : chr "CRAN" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ effective_user: chr "CRAN" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ udomain : chr "CRANWIN3" [01:58:08.390] | : . ' , ; ` .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:08.390] | : . ' , ; ` .. .. .. ..$ pkgs : NULL [01:58:08.390] | : . ' , ; ` .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [01:58:08.390] | : . ' , ; ` .. .. .. ..$ process:List of 1 [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ pid: int 31344 [01:58:08.390] | : . ' , ; ` .. .. ..- attr(*, "options")=List of 35 [01:58:08.390] | : . ' , ; ` .. .. .. ..$ worker : chr "localhost" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.390] | : . ' , ; ` .. .. .. ..$ master : chr "localhost" [01:58:08.390] | : . ' , ; ` .. .. .. ..$ port : int 25465 [01:58:08.390] | : . ' , ; ` .. .. .. ..$ connectTimeout : num 120 [01:58:08.390] | : . ' , ; ` .. .. .. ..$ timeout : num 120 [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [01:58:08.390] | : . ' , ; ` .. .. .. ..$ homogeneous : logi TRUE [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:21256:CRANWI"| __truncated__ [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rscript_envs : NULL [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rscript_libs : NULL [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rscript_startup : NULL [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [01:58:08.390] | : . ' , ; ` .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.390] | : . ' , ; ` .. .. .. ..$ methods : logi TRUE [01:58:08.390] | : . ' , ; ` .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.390] | : . ' , ; ` .. .. .. ..$ useXDR : logi FALSE [01:58:08.390] | : . ' , ; ` .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.390] | : . ' , ; ` .. .. .. ..$ renice : int NA [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rshcmd : NULL [01:58:08.390] | : . ' , ; ` .. .. .. ..$ user : chr(0) [01:58:08.390] | : . ' , ; ` .. .. .. ..$ revtunnel : logi FALSE [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rshlogfile : NULL [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rshopts : chr(0) [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rank : int 0 [01:58:08.390] | : . ' , ; ` .. .. .. ..$ manual : logi FALSE [01:58:08.390] | : . ' , ; ` .. .. .. ..$ dryrun : logi FALSE [01:58:08.390] | : . ' , ; ` .. .. .. ..$ quiet : logi FALSE [01:58:08.390] | : . ' , ; ` .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.390] | : . ' , ; ` .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rshcmd_label : NULL [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rsh_call : NULL [01:58:08.390] | : . ' , ; ` .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.390] | : . ' , ; ` .. .. .. ..$ localMachine : logi TRUE [01:58:08.390] | : . ' , ; ` .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [01:58:08.390] | : . ' , ; ` master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [01:58:08.390] | : . ' , ; ` 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [01:58:08.390] | : . ' , ; ` 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [01:58:08.390] | : . ' , ; ` rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [01:58:08.390] | : . ' , ; ` "cmd", "sh", "none"), default_packages = c("datasets", "utils", [01:58:08.390] | : . ' , ; ` "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [01:58:08.390] | : . ' , ; ` socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [01:58:08.390] | : . ' , ; ` "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [01:58:08.390] | : . ' , ; ` FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [01:58:08.390] | : . ' , ; ` NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [01:58:08.390] | : . ' , ; ` NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [01:58:08.390] | : . ' , ; ` setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [01:58:08.390] | : . ' , ; ` "parallel"), action = c("launch", "options"), verbose = FALSE) [01:58:08.390] | : . ' , ; ` .. .. .. ..$ arguments :List of 28 [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ worker : chr "localhost" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ master : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ port : int 25465 [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ connectTimeout : num 120 [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ timeout : num 120 [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ rscript : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ homogeneous : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ rscript_args : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ rscript_envs : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ rscript_libs : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ rscript_startup : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ rscript_sh : chr "auto" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ methods : logi TRUE [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ useXDR : logi FALSE [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ renice : int NA [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ rshcmd : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ user : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ revtunnel : logi NA [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ rshlogfile : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ rshopts : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ rank : int 1 [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ manual : logi FALSE [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ dryrun : logi FALSE [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ quiet : logi FALSE [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.390] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [01:58:08.390] | : . ' , ; ` .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [01:58:08.390] | : . ' , ; ` .. ..$ :List of 4 [01:58:08.390] | : . ' , ; ` .. .. ..$ con : 'sockconn' int 6 [01:58:08.390] | : . ' , ; ` .. .. .. ..- attr(*, "conn_id")= [01:58:08.390] | : . ' , ; ` .. .. ..$ host : chr "localhost" [01:58:08.390] | : . ' , ; ` .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.390] | : . ' , ; ` .. .. ..$ rank : int 0 [01:58:08.390] | : . ' , ; ` .. .. ..$ session_info:List of 6 [01:58:08.390] | : . ' , ; ` .. .. .. ..$ r :List of 16 [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ arch : chr "x86_64" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ os : chr "mingw32" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ crt : chr "ucrt" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ system : chr "x86_64, mingw32" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ status : chr "Under development (unstable)" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ major : chr "4" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ minor : chr "6.0" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ year : chr "2025" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ month : chr "05" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ day : chr "08" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ svn rev : chr "88190" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ language : chr "R" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-05-08 r88190 ucrt)" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ os.type : chr "windows" [01:58:08.390] | : . ' , ; ` .. .. .. ..$ system :List of 9 [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ sysname : chr "Windows" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ release : chr "Server x64" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ version : chr "build 20348" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ nodename : chr "CRANWIN3" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ machine : chr "x86-64" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ login : chr "CRAN" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ user : chr "CRAN" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ effective_user: chr "CRAN" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ udomain : chr "CRANWIN3" [01:58:08.390] | : . ' , ; ` .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:08.390] | : . ' , ; ` .. .. .. ..$ pkgs : NULL [01:58:08.390] | : . ' , ; ` .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [01:58:08.390] | : . ' , ; ` .. .. .. ..$ process:List of 1 [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ pid: int 55700 [01:58:08.390] | : . ' , ; ` .. .. ..- attr(*, "options")=List of 35 [01:58:08.390] | : . ' , ; ` .. .. .. ..$ worker : chr "localhost" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.390] | : . ' , ; ` .. .. .. ..$ master : chr "localhost" [01:58:08.390] | : . ' , ; ` .. .. .. ..$ port : int 25465 [01:58:08.390] | : . ' , ; ` .. .. .. ..$ connectTimeout : num 120 [01:58:08.390] | : . ' , ; ` .. .. .. ..$ timeout : num 120 [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [01:58:08.390] | : . ' , ; ` .. .. .. ..$ homogeneous : logi TRUE [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:21256:CRANWI"| __truncated__ [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rscript_envs : NULL [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rscript_libs : NULL [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rscript_startup : NULL [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [01:58:08.390] | : . ' , ; ` .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.390] | : . ' , ; ` .. .. .. ..$ methods : logi TRUE [01:58:08.390] | : . ' , ; ` .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.390] | : . ' , ; ` .. .. .. ..$ useXDR : logi FALSE [01:58:08.390] | : . ' , ; ` .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.390] | : . ' , ; ` .. .. .. ..$ renice : int NA [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rshcmd : NULL [01:58:08.390] | : . ' , ; ` .. .. .. ..$ user : chr(0) [01:58:08.390] | : . ' , ; ` .. .. .. ..$ revtunnel : logi FALSE [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rshlogfile : NULL [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rshopts : chr(0) [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rank : int 0 [01:58:08.390] | : . ' , ; ` .. .. .. ..$ manual : logi FALSE [01:58:08.390] | : . ' , ; ` .. .. .. ..$ dryrun : logi FALSE [01:58:08.390] | : . ' , ; ` .. .. .. ..$ quiet : logi FALSE [01:58:08.390] | : . ' , ; ` .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.390] | : . ' , ; ` .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rshcmd_label : NULL [01:58:08.390] | : . ' , ; ` .. .. .. ..$ rsh_call : NULL [01:58:08.390] | : . ' , ; ` .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.390] | : . ' , ; ` .. .. .. ..$ localMachine : logi TRUE [01:58:08.390] | : . ' , ; ` .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [01:58:08.390] | : . ' , ; ` master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [01:58:08.390] | : . ' , ; ` 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [01:58:08.390] | : . ' , ; ` 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [01:58:08.390] | : . ' , ; ` rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [01:58:08.390] | : . ' , ; ` "cmd", "sh", "none"), default_packages = c("datasets", "utils", [01:58:08.390] | : . ' , ; ` "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [01:58:08.390] | : . ' , ; ` socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [01:58:08.390] | : . ' , ; ` "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [01:58:08.390] | : . ' , ; ` FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [01:58:08.390] | : . ' , ; ` NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [01:58:08.390] | : . ' , ; ` NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [01:58:08.390] | : . ' , ; ` setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [01:58:08.390] | : . ' , ; ` "parallel"), action = c("launch", "options"), verbose = FALSE) [01:58:08.390] | : . ' , ; ` .. .. .. ..$ arguments :List of 28 [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ worker : chr "localhost" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ master : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ port : int 25465 [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ connectTimeout : num 120 [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ timeout : num 120 [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ rscript : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ homogeneous : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ rscript_args : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ rscript_envs : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ rscript_libs : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ rscript_startup : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ rscript_sh : chr "auto" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ methods : logi TRUE [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ useXDR : logi FALSE [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ renice : int NA [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ rshcmd : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ user : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ revtunnel : logi NA [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ rshlogfile : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ rshopts : NULL [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ rank : int 1 [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ manual : logi FALSE [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ dryrun : logi FALSE [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ quiet : logi FALSE [01:58:08.390] | : . ' , ; ` .. .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.390] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [01:58:08.390] | : . ' , ; ` .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [01:58:08.390] | : . ' , ; ` .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [01:58:08.390] | : . ' , ; ` - attr(*, "call")= language plan(cluster, workers = workers) [01:58:08.467] | : . ' , ; ` init: TRUE [01:58:08.467] | : . ' , ; ` makeFutureBackend() ... [01:58:08.467] | : . ' , ; ` | Backend function: <'NULL'> [01:58:08.468] | : . ' , ; ` | Evaluator tweak arguments: [n=1] [01:58:08.468] | : . ' , ; ` | List of 1 [01:58:08.468] | : . ' , ; ` | $ workers:List of 2 [01:58:08.468] | : . ' , ; ` | ..$ :List of 4 [01:58:08.468] | : . ' , ; ` | .. ..$ con : 'sockconn' int 5 [01:58:08.468] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [01:58:08.468] | : . ' , ; ` | .. ..$ host : chr "localhost" [01:58:08.468] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.468] | : . ' , ; ` | .. ..$ rank : int 0 [01:58:08.468] | : . ' , ; ` | .. ..$ session_info:List of 6 [01:58:08.468] | : . ' , ; ` | .. .. ..$ r :List of 16 [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ month : chr "05" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ day : chr "08" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "88190" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-05-08 r88190 ucrt)" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [01:58:08.468] | : . ' , ; ` | .. .. ..$ system :List of 9 [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [01:58:08.468] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:08.468] | : . ' , ; ` | .. .. ..$ pkgs : NULL [01:58:08.468] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [01:58:08.468] | : . ' , ; ` | .. .. ..$ process:List of 1 [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ pid: int 31344 [01:58:08.468] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [01:58:08.468] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [01:58:08.468] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.468] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [01:58:08.468] | : . ' , ; ` | .. .. ..$ port : int 25465 [01:58:08.468] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [01:58:08.468] | : . ' , ; ` | .. .. ..$ timeout : num 120 [01:58:08.468] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [01:58:08.468] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [01:58:08.468] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:21256:CRANWI"| __truncated__ [01:58:08.468] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [01:58:08.468] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [01:58:08.468] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [01:58:08.468] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [01:58:08.468] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.468] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [01:58:08.468] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [01:58:08.468] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [01:58:08.468] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [01:58:08.468] | : . ' , ; ` | .. .. ..$ renice : int NA [01:58:08.468] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [01:58:08.468] | : . ' , ; ` | .. .. ..$ user : chr(0) [01:58:08.468] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [01:58:08.468] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [01:58:08.468] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [01:58:08.468] | : . ' , ; ` | .. .. ..$ rank : int 0 [01:58:08.468] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [01:58:08.468] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [01:58:08.468] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [01:58:08.468] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [01:58:08.468] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.468] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [01:58:08.468] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [01:58:08.468] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.468] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [01:58:08.468] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [01:58:08.468] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [01:58:08.468] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [01:58:08.468] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [01:58:08.468] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [01:58:08.468] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [01:58:08.468] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [01:58:08.468] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [01:58:08.468] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [01:58:08.468] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [01:58:08.468] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [01:58:08.468] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [01:58:08.468] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [01:58:08.468] | : . ' , ; ` | "parallel"), action = c("launch", "options"), verbose = FALSE) [01:58:08.468] | : . ' , ; ` | .. .. ..$ arguments :List of 28 [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ master : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ port : int 25465 [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ renice : int NA [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ user : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.468] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [01:58:08.468] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [01:58:08.468] | : . ' , ; ` | ..$ :List of 4 [01:58:08.468] | : . ' , ; ` | .. ..$ con : 'sockconn' int 6 [01:58:08.468] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [01:58:08.468] | : . ' , ; ` | .. ..$ host : chr "localhost" [01:58:08.468] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.468] | : . ' , ; ` | .. ..$ rank : int 0 [01:58:08.468] | : . ' , ; ` | .. ..$ session_info:List of 6 [01:58:08.468] | : . ' , ; ` | .. .. ..$ r :List of 16 [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ month : chr "05" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ day : chr "08" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "88190" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-05-08 r88190 ucrt)" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [01:58:08.468] | : . ' , ; ` | .. .. ..$ system :List of 9 [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [01:58:08.468] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:08.468] | : . ' , ; ` | .. .. ..$ pkgs : NULL [01:58:08.468] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [01:58:08.468] | : . ' , ; ` | .. .. ..$ process:List of 1 [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ pid: int 55700 [01:58:08.468] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [01:58:08.468] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [01:58:08.468] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.468] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [01:58:08.468] | : . ' , ; ` | .. .. ..$ port : int 25465 [01:58:08.468] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [01:58:08.468] | : . ' , ; ` | .. .. ..$ timeout : num 120 [01:58:08.468] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [01:58:08.468] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [01:58:08.468] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:21256:CRANWI"| __truncated__ [01:58:08.468] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [01:58:08.468] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [01:58:08.468] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [01:58:08.468] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [01:58:08.468] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.468] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [01:58:08.468] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [01:58:08.468] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [01:58:08.468] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [01:58:08.468] | : . ' , ; ` | .. .. ..$ renice : int NA [01:58:08.468] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [01:58:08.468] | : . ' , ; ` | .. .. ..$ user : chr(0) [01:58:08.468] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [01:58:08.468] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [01:58:08.468] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [01:58:08.468] | : . ' , ; ` | .. .. ..$ rank : int 0 [01:58:08.468] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [01:58:08.468] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [01:58:08.468] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [01:58:08.468] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [01:58:08.468] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.468] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [01:58:08.468] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [01:58:08.468] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.468] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [01:58:08.468] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [01:58:08.468] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [01:58:08.468] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [01:58:08.468] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [01:58:08.468] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [01:58:08.468] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [01:58:08.468] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [01:58:08.468] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [01:58:08.468] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [01:58:08.468] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [01:58:08.468] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [01:58:08.468] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [01:58:08.468] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [01:58:08.468] | : . ' , ; ` | "parallel"), action = c("launch", "options"), verbose = FALSE) [01:58:08.468] | : . ' , ; ` | .. .. ..$ arguments :List of 28 [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ master : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ port : int 25465 [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ renice : int NA [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ user : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [01:58:08.468] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.468] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [01:58:08.468] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [01:58:08.468] | : . ' , ; ` | ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [01:58:08.541] | : . ' , ; ` | Evaluator formal arguments: [n=1] [01:58:08.541] | : . ' , ; ` | List of 1 [01:58:08.541] | : . ' , ; ` | $ workers:List of 2 [01:58:08.541] | : . ' , ; ` | ..$ :List of 4 [01:58:08.541] | : . ' , ; ` | .. ..$ con : 'sockconn' int 5 [01:58:08.541] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [01:58:08.541] | : . ' , ; ` | .. ..$ host : chr "localhost" [01:58:08.541] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.541] | : . ' , ; ` | .. ..$ rank : int 0 [01:58:08.541] | : . ' , ; ` | .. ..$ session_info:List of 6 [01:58:08.541] | : . ' , ; ` | .. .. ..$ r :List of 16 [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ month : chr "05" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ day : chr "08" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "88190" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-05-08 r88190 ucrt)" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [01:58:08.541] | : . ' , ; ` | .. .. ..$ system :List of 9 [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [01:58:08.541] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:08.541] | : . ' , ; ` | .. .. ..$ pkgs : NULL [01:58:08.541] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [01:58:08.541] | : . ' , ; ` | .. .. ..$ process:List of 1 [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ pid: int 31344 [01:58:08.541] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [01:58:08.541] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [01:58:08.541] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.541] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [01:58:08.541] | : . ' , ; ` | .. .. ..$ port : int 25465 [01:58:08.541] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [01:58:08.541] | : . ' , ; ` | .. .. ..$ timeout : num 120 [01:58:08.541] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [01:58:08.541] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [01:58:08.541] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:21256:CRANWI"| __truncated__ [01:58:08.541] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [01:58:08.541] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [01:58:08.541] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [01:58:08.541] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [01:58:08.541] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.541] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [01:58:08.541] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [01:58:08.541] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [01:58:08.541] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [01:58:08.541] | : . ' , ; ` | .. .. ..$ renice : int NA [01:58:08.541] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [01:58:08.541] | : . ' , ; ` | .. .. ..$ user : chr(0) [01:58:08.541] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [01:58:08.541] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [01:58:08.541] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [01:58:08.541] | : . ' , ; ` | .. .. ..$ rank : int 0 [01:58:08.541] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [01:58:08.541] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [01:58:08.541] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [01:58:08.541] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [01:58:08.541] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.541] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [01:58:08.541] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [01:58:08.541] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.541] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [01:58:08.541] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [01:58:08.541] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [01:58:08.541] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [01:58:08.541] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [01:58:08.541] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [01:58:08.541] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [01:58:08.541] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [01:58:08.541] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [01:58:08.541] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [01:58:08.541] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [01:58:08.541] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [01:58:08.541] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [01:58:08.541] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [01:58:08.541] | : . ' , ; ` | "parallel"), action = c("launch", "options"), verbose = FALSE) [01:58:08.541] | : . ' , ; ` | .. .. ..$ arguments :List of 28 [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ master : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ port : int 25465 [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ renice : int NA [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ user : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.541] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [01:58:08.541] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [01:58:08.541] | : . ' , ; ` | ..$ :List of 4 [01:58:08.541] | : . ' , ; ` | .. ..$ con : 'sockconn' int 6 [01:58:08.541] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [01:58:08.541] | : . ' , ; ` | .. ..$ host : chr "localhost" [01:58:08.541] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.541] | : . ' , ; ` | .. ..$ rank : int 0 [01:58:08.541] | : . ' , ; ` | .. ..$ session_info:List of 6 [01:58:08.541] | : . ' , ; ` | .. .. ..$ r :List of 16 [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ month : chr "05" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ day : chr "08" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "88190" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-05-08 r88190 ucrt)" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [01:58:08.541] | : . ' , ; ` | .. .. ..$ system :List of 9 [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [01:58:08.541] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:08.541] | : . ' , ; ` | .. .. ..$ pkgs : NULL [01:58:08.541] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [01:58:08.541] | : . ' , ; ` | .. .. ..$ process:List of 1 [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ pid: int 55700 [01:58:08.541] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [01:58:08.541] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [01:58:08.541] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.541] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [01:58:08.541] | : . ' , ; ` | .. .. ..$ port : int 25465 [01:58:08.541] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [01:58:08.541] | : . ' , ; ` | .. .. ..$ timeout : num 120 [01:58:08.541] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [01:58:08.541] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [01:58:08.541] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:21256:CRANWI"| __truncated__ [01:58:08.541] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [01:58:08.541] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [01:58:08.541] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [01:58:08.541] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [01:58:08.541] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.541] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [01:58:08.541] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [01:58:08.541] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [01:58:08.541] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [01:58:08.541] | : . ' , ; ` | .. .. ..$ renice : int NA [01:58:08.541] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [01:58:08.541] | : . ' , ; ` | .. .. ..$ user : chr(0) [01:58:08.541] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [01:58:08.541] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [01:58:08.541] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [01:58:08.541] | : . ' , ; ` | .. .. ..$ rank : int 0 [01:58:08.541] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [01:58:08.541] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [01:58:08.541] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [01:58:08.541] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [01:58:08.541] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.541] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [01:58:08.541] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [01:58:08.541] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.541] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [01:58:08.541] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [01:58:08.541] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [01:58:08.541] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [01:58:08.541] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [01:58:08.541] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [01:58:08.541] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [01:58:08.541] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [01:58:08.541] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [01:58:08.541] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [01:58:08.541] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [01:58:08.541] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [01:58:08.541] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [01:58:08.541] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [01:58:08.541] | : . ' , ; ` | "parallel"), action = c("launch", "options"), verbose = FALSE) [01:58:08.541] | : . ' , ; ` | .. .. ..$ arguments :List of 28 [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ master : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ port : int 25465 [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ renice : int NA [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ user : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [01:58:08.541] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.541] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [01:58:08.541] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [01:58:08.541] | : . ' , ; ` | ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [01:58:08.638] | : . ' , ; ` | Backend factory arguments: [n=1] [01:58:08.638] | : . ' , ; ` | Dotted pair list of 1 [01:58:08.638] | : . ' , ; ` | $ workers:List of 2 [01:58:08.638] | : . ' , ; ` | ..$ :List of 4 [01:58:08.638] | : . ' , ; ` | .. ..$ con : 'sockconn' int 5 [01:58:08.638] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [01:58:08.638] | : . ' , ; ` | .. ..$ host : chr "localhost" [01:58:08.638] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.638] | : . ' , ; ` | .. ..$ rank : int 0 [01:58:08.638] | : . ' , ; ` | .. ..$ session_info:List of 6 [01:58:08.638] | : . ' , ; ` | .. .. ..$ r :List of 16 [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ month : chr "05" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ day : chr "08" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "88190" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-05-08 r88190 ucrt)" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [01:58:08.638] | : . ' , ; ` | .. .. ..$ system :List of 9 [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [01:58:08.638] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:08.638] | : . ' , ; ` | .. .. ..$ pkgs : NULL [01:58:08.638] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [01:58:08.638] | : . ' , ; ` | .. .. ..$ process:List of 1 [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ pid: int 31344 [01:58:08.638] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [01:58:08.638] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [01:58:08.638] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.638] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [01:58:08.638] | : . ' , ; ` | .. .. ..$ port : int 25465 [01:58:08.638] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [01:58:08.638] | : . ' , ; ` | .. .. ..$ timeout : num 120 [01:58:08.638] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [01:58:08.638] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [01:58:08.638] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:21256:CRANWI"| __truncated__ [01:58:08.638] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [01:58:08.638] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [01:58:08.638] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [01:58:08.638] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [01:58:08.638] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.638] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [01:58:08.638] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [01:58:08.638] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [01:58:08.638] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [01:58:08.638] | : . ' , ; ` | .. .. ..$ renice : int NA [01:58:08.638] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [01:58:08.638] | : . ' , ; ` | .. .. ..$ user : chr(0) [01:58:08.638] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [01:58:08.638] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [01:58:08.638] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [01:58:08.638] | : . ' , ; ` | .. .. ..$ rank : int 0 [01:58:08.638] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [01:58:08.638] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [01:58:08.638] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [01:58:08.638] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [01:58:08.638] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.638] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [01:58:08.638] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [01:58:08.638] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.638] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [01:58:08.638] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [01:58:08.638] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [01:58:08.638] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [01:58:08.638] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [01:58:08.638] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [01:58:08.638] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [01:58:08.638] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [01:58:08.638] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [01:58:08.638] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [01:58:08.638] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [01:58:08.638] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [01:58:08.638] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [01:58:08.638] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [01:58:08.638] | : . ' , ; ` | "parallel"), action = c("launch", "options"), verbose = FALSE) [01:58:08.638] | : . ' , ; ` | .. .. ..$ arguments :List of 28 [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ master : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ port : int 25465 [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ renice : int NA [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ user : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.638] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [01:58:08.638] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [01:58:08.638] | : . ' , ; ` | ..$ :List of 4 [01:58:08.638] | : . ' , ; ` | .. ..$ con : 'sockconn' int 6 [01:58:08.638] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [01:58:08.638] | : . ' , ; ` | .. ..$ host : chr "localhost" [01:58:08.638] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.638] | : . ' , ; ` | .. ..$ rank : int 0 [01:58:08.638] | : . ' , ; ` | .. ..$ session_info:List of 6 [01:58:08.638] | : . ' , ; ` | .. .. ..$ r :List of 16 [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ month : chr "05" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ day : chr "08" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "88190" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-05-08 r88190 ucrt)" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [01:58:08.638] | : . ' , ; ` | .. .. ..$ system :List of 9 [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [01:58:08.638] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:58:08.638] | : . ' , ; ` | .. .. ..$ pkgs : NULL [01:58:08.638] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [01:58:08.638] | : . ' , ; ` | .. .. ..$ process:List of 1 [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ pid: int 55700 [01:58:08.638] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [01:58:08.638] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [01:58:08.638] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [01:58:08.638] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [01:58:08.638] | : . ' , ; ` | .. .. ..$ port : int 25465 [01:58:08.638] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [01:58:08.638] | : . ' , ; ` | .. .. ..$ timeout : num 120 [01:58:08.638] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [01:58:08.638] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [01:58:08.638] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:21256:CRANWI"| __truncated__ [01:58:08.638] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [01:58:08.638] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [01:58:08.638] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [01:58:08.638] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [01:58:08.638] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.638] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [01:58:08.638] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [01:58:08.638] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [01:58:08.638] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [01:58:08.638] | : . ' , ; ` | .. .. ..$ renice : int NA [01:58:08.638] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [01:58:08.638] | : . ' , ; ` | .. .. ..$ user : chr(0) [01:58:08.638] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [01:58:08.638] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [01:58:08.638] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [01:58:08.638] | : . ' , ; ` | .. .. ..$ rank : int 0 [01:58:08.638] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [01:58:08.638] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [01:58:08.638] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [01:58:08.638] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [01:58:08.638] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.638] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [01:58:08.638] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [01:58:08.638] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [01:58:08.638] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [01:58:08.638] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [01:58:08.638] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [01:58:08.638] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [01:58:08.638] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [01:58:08.638] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [01:58:08.638] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [01:58:08.638] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [01:58:08.638] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [01:58:08.638] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [01:58:08.638] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [01:58:08.638] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [01:58:08.638] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [01:58:08.638] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [01:58:08.638] | : . ' , ; ` | "parallel"), action = c("launch", "options"), verbose = FALSE) [01:58:08.638] | : . ' , ; ` | .. .. ..$ arguments :List of 28 [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ master : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ port : int 25465 [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ renice : int NA [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ user : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [01:58:08.638] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [01:58:08.638] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [01:58:08.638] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [01:58:08.638] | : . ' , ; ` | ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [01:58:08.726] | : . ' , ; ` | ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... [01:58:08.726] | : . ' , ; ` | : Stopping existing cluster ... [01:58:08.727] | : . ' , ; ` | : . No pre-existing cluster. Skipping [01:58:08.727] | : . ' , ; ` | : Stopping existing cluster ... done [01:58:08.727] | : . ' , ; ` | : Number of workers: 2 [01:58:08.742] | : . ' , ; ` | : Generated workers UUID [01:58:08.743] | : . ' , ; ` | : Workers UUID: '62bd2eb8df92dec3e2aded61e73af91e' [01:58:08.743] | : . ' , ; ` | ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... done [01:58:08.743] | : . ' , ; ` | Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [01:58:08.743] | : . ' , ; ` makeFutureBackend() ... done [01:58:08.744] | : . ' , ; plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [01:58:08.744] | : . ' , ; plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:08.744] | : . ' , ; plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:58:08.744] | : . ' , ; plan(): nbrOfWorkers() = 2 [01:58:08.745] | : . ' , plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [01:58:08.745] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > n <- nbrOfWorkers() [01:58:08.745] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:58:08.745] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... 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=213] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', '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_SPECIAL__', '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_05_09_01_55_17_23336' Sourcing 6 epilogue scripts ... done Test time: user.self=1s, sys.self=0.02s, elapsed=2s, user.child=NAs, sys.child=NAs Test 'nbrOfWorkers' ... success > > proc.time() user system elapsed 1.42 0.12 2.78