R Under development (unstable) (2025-06-04 r88278 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) [05:59:39.485] Option 'future.startup.script': TRUE [05:59:39.486] Future startup scripts considered: '.future.R', '~/.future.R' [05:59:39.487] 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 [05:59:39.508] Backend function: <'NULL'> nbrOfWorkers: 1 [05:59:39.509] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:39.509] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [05:59:39.510] | : all.equal() for FutureStrategyList ... [05:59:39.510] | : . New stack: [05:59:39.511] | : . List of 1 [05:59:39.511] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:39.511] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:59:39.511] | : . ..- attr(*, "init")= logi TRUE [05:59:39.511] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:59:39.511] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:39.511] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:39.511] | : . ..- attr(*, "call")= language plan(strategy) [05:59:39.511] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:39.525] | : . Old stack: [05:59:39.526] | : . List of 1 [05:59:39.526] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:39.526] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:59:39.526] | : . ..- attr(*, "init")= logi TRUE [05:59:39.526] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:59:39.526] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:39.526] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:39.526] | : . ..- attr(*, "call")= language plan(sequential) [05:59:39.526] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:39.532] | : . Not identical [05:59:39.533] | : . all.equal() for future ... [05:59:39.533] | : . ' List of 2 [05:59:39.533] | : . ' $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:39.533] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:59:39.533] | : . ' ..- attr(*, "init")= logi TRUE [05:59:39.533] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:59:39.533] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:39.533] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:39.533] | : . ' ..- attr(*, "call")= language plan(strategy) [05:59:39.533] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:39.533] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:59:39.533] | : . ' ..- attr(*, "init")= logi TRUE [05:59:39.533] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:59:39.533] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:39.533] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:39.533] | : . ' ..- attr(*, "call")= language plan(sequential) [05:59:39.545] | : . all.equal() for future ... done [05:59:39.545] | : all.equal() for FutureStrategyList ... done [05:59:39.546] | : plan(): Skip setting new future backend stack because it is the same as the current one: [05:59:39.546] | : List of future strategies: [05:59:39.546] | : 1. sequential: [05:59:39.546] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:59:39.546] | : - tweaked: FALSE [05:59:39.546] | : - call: plan(sequential) [05:59:39.548] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [05:59:39.548] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:39.549] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:39.549] | plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [05:59:39.549] | : function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:39.549] | : - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:59:39.549] | : - attr(*, "init")= logi TRUE [05:59:39.549] | : - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:59:39.549] | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:39.549] | : - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:39.549] | : - attr(*, "call")= language plan(sequential) [05:59:39.554] | : init: TRUE [05:59:39.555] | : makeFutureBackend() ... [05:59:39.555] | : . Backend function: <'NULL'> [05:59:39.555] | : . Evaluator tweak arguments: [n=0] [05:59:39.555] | : . list() [05:59:39.556] | : . Evaluator formal arguments: [n=2] [05:59:39.556] | : . list() [05:59:39.557] | : . Backend factory arguments: [n=2] [05:59:39.557] | : . Dotted pair list of 2 [05:59:39.557] | : . $ gc : logi FALSE [05:59:39.557] | : . $ earlySignal: logi FALSE [05:59:39.560] | : . Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [05:59:39.560] | : makeFutureBackend() ... done [05:59:39.561] | plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [05:59:39.561] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfWorkers: 1 [05:59:39.562] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:39.562] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfFreeWorkers: 1 [05:59:39.563] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:39.563] 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 [05:59:39.623] Backend function: <'NULL'> [05:59:39.624] MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [05:59:39.624] | Arguments: [05:59:39.625] | List of 5 [05:59:39.625] | $ workers : Named int 2 [05:59:39.625] | ..- attr(*, "names")= chr "mc.cores" [05:59:39.625] | $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:39.625] | $ interrupts : logi TRUE [05:59:39.625] | $ gc : logi FALSE [05:59:39.625] | $ earlySignal : logi FALSE [05:59:39.633] | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [05:59:39.633] | : workers: 2 [05:59:39.634] | : getCluster() ... [05:59:39.634] | : getCluster() ... done [05:59:39.635] | : Stopping existing cluster ... [05:59:39.635] | : . No pre-existing cluster. Skipping [05:59:39.635] | : Stopping existing cluster ... done [05:59:39.636] | : Starting new cluster ... [05:59:39.636] | : . makeCluster(workers, ...) ... [05:59:39.636] | : . ' Arguments: [05:59:39.636] | : . ' List of 2 [05:59:39.636] | : . ' $ : int 2 [05:59:39.636] | : . ' $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:39.639] | : . ' .makeCluster() ... [05:59:39.639] | : . ' , workers: '2' [05:59:39.640] | : . ' , R_FUTURE_PLAN: NA [05:59:39.640] | : . ' , parallelly::makeClusterPSOCK() arguments: [05:59:39.640] | : . ' , List of 2 [05:59:39.640] | : . ' , $ : int 2 [05:59:39.640] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:40.601] | : . ' , Generated cluster UUID [05:59:40.601] | : . ' , Cluster UUID: 'bdd84a7773caa60a6e23d16ef9ba35f9' [05:59:40.601] | : . ' , Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:40.606] | : . ' .makeCluster() ... done [05:59:40.606] | : . ' Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:40.609] | : . makeCluster(workers, ...) ... done [05:59:40.609] | : . Number of workers: 2 [05:59:40.610] | : . Workers UUID: 'bdd84a7773caa60a6e23d16ef9ba35f9' [05:59:40.610] | : Starting new cluster ... done [05:59:40.610] | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done nbrOfWorkers: 2 [05:59:40.611] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:40.611] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [05:59:40.612] | : . all.equal() for FutureStrategyList ... [05:59:40.612] | : . ' New stack: [05:59:40.612] | : . ' List of 1 [05:59:40.612] | : . ' $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:59:40.612] | : . ' gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:40.612] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:59:40.612] | : . ' ..- attr(*, "init")= logi TRUE [05:59:40.612] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:40.612] | : . ' gc = FALSE, earlySignal = FALSE, ...) [05:59:40.612] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:40.612] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:40.612] | : . ' ..- attr(*, "untweakable")= chr "persistent" [05:59:40.612] | : . ' ..- attr(*, "call")= language plan(strategy) [05:59:40.612] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:40.618] | : . ' Old stack: [05:59:40.618] | : . ' List of 1 [05:59:40.618] | : . ' $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:40.618] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:59:40.618] | : . ' ..- attr(*, "init")= chr "done" [05:59:40.618] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:59:40.618] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:40.618] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:40.618] | : . ' ..- attr(*, "call")= language plan(sequential) [05:59:40.618] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:59:40.618] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:59:40.618] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:40.618] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:40.625] | : . ' Not identical [05:59:40.625] | : . ' all.equal() for future ... [05:59:40.626] | : . ' , List of 2 [05:59:40.626] | : . ' , $ target :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:59:40.626] | : . ' , gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:40.626] | : . ' , ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:59:40.626] | : . ' , ..- attr(*, "init")= logi TRUE [05:59:40.626] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:40.626] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [05:59:40.626] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:40.626] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:40.626] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [05:59:40.626] | : . ' , ..- attr(*, "call")= language plan(strategy) [05:59:40.626] | : . ' , $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:40.626] | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:59:40.626] | : . ' , ..- attr(*, "init")= chr "done" [05:59:40.626] | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:59:40.626] | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:40.626] | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:40.626] | : . ' , ..- attr(*, "call")= language plan(sequential) [05:59:40.626] | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:59:40.626] | : . ' , .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:59:40.626] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:40.639] | : . ' , Formals differ [05:59:40.639] | : . ' all.equal() for future ... done [05:59:40.639] | : . ' Future strategies differ at level 1 [05:59:40.639] | : . all.equal() for FutureStrategyList ... done [05:59:40.640] | : . plan(): Setting new future backend stack: [05:59:40.640] | : . List of future strategies: [05:59:40.640] | : . 1. multisession: [05:59:40.640] | : . - args: function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:40.640] | : . - tweaked: FALSE [05:59:40.640] | : . - call: plan(strategy) [05:59:40.641] | : . List of 1 [05:59:40.641] | : . $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:59:40.641] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:40.641] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:59:40.641] | : . ..- attr(*, "init")= logi TRUE [05:59:40.641] | : . ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:40.641] | : . gc = FALSE, earlySignal = FALSE, ...) [05:59:40.641] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:40.641] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:40.641] | : . ..- attr(*, "untweakable")= chr "persistent" [05:59:40.641] | : . ..- attr(*, "call")= language plan(strategy) [05:59:40.641] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:40.648] | : . plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [05:59:40.649] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:40.649] | : . ' , Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [05:59:40.650] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:40.650] | : . ' Legacy shutdown of cluster workers ... [05:59:40.650] | : . ' , Stopping existing cluster ... [05:59:40.651] | : . ' , ; Cluster to shut down: [05:59:40.651] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:40.664] | : . ' , ; Stopped cluster: 'c(TRUE, TRUE)' [05:59:40.700] | : . ' , Stopping existing cluster ... done [05:59:40.700] | : . ' Legacy shutdown of cluster workers ... done [05:59:40.700] | : . plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [05:59:40.700] | : . plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [05:59:40.700] | : . ' function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:59:40.700] | : . ' gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:40.700] | : . ' - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:59:40.700] | : . ' - attr(*, "init")= logi TRUE [05:59:40.700] | : . ' - attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:40.700] | : . ' gc = FALSE, earlySignal = FALSE, ...) [05:59:40.700] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:40.700] | : . ' - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:40.700] | : . ' - attr(*, "untweakable")= chr "persistent" [05:59:40.700] | : . ' - attr(*, "call")= language plan(strategy) [05:59:40.703] | : . ' init: TRUE [05:59:40.704] | : . ' makeFutureBackend() ... [05:59:40.704] | : . ' , Backend function: <'NULL'> [05:59:40.704] | : . ' , Evaluator tweak arguments: [n=0] [05:59:40.704] | : . ' , list() [05:59:40.705] | : . ' , Evaluator formal arguments: [n=4] [05:59:40.705] | : . ' , list() [05:59:40.705] | : . ' , Backend factory arguments: [n=4] [05:59:40.705] | : . ' , Dotted pair list of 4 [05:59:40.705] | : . ' , $ workers : language availableCores() [05:59:40.705] | : . ' , $ rscript_libs: language .libPaths() [05:59:40.705] | : . ' , $ gc : logi FALSE [05:59:40.705] | : . ' , $ earlySignal : logi FALSE [05:59:40.725] | : . ' , MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [05:59:40.725] | : . ' , ; Arguments: [05:59:40.726] | : . ' , ; List of 5 [05:59:40.726] | : . ' , ; $ workers : Named int 2 [05:59:40.726] | : . ' , ; ..- attr(*, "names")= chr "mc.cores" [05:59:40.726] | : . ' , ; $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:40.726] | : . ' , ; $ interrupts : logi TRUE [05:59:40.726] | : . ' , ; $ gc : logi FALSE [05:59:40.726] | : . ' , ; $ earlySignal : logi FALSE [05:59:40.730] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [05:59:40.731] | : . ' , ; ` workers: 2 [05:59:40.731] | : . ' , ; ` getCluster() ... [05:59:40.731] | : . ' , ; ` getCluster() ... done [05:59:40.731] | : . ' , ; ` Stopping existing cluster ... [05:59:40.731] | : . ' , ; ` | No pre-existing cluster. Skipping [05:59:40.731] | : . ' , ; ` Stopping existing cluster ... done [05:59:40.732] | : . ' , ; ` Starting new cluster ... [05:59:40.732] | : . ' , ; ` | makeCluster(workers, ...) ... [05:59:40.732] | : . ' , ; ` | : Arguments: [05:59:40.732] | : . ' , ; ` | : List of 2 [05:59:40.732] | : . ' , ; ` | : $ : int 2 [05:59:40.732] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:40.733] | : . ' , ; ` | : .makeCluster() ... [05:59:40.733] | : . ' , ; ` | : . workers: '2' [05:59:40.734] | : . ' , ; ` | : . R_FUTURE_PLAN: NA [05:59:40.734] | : . ' , ; ` | : . parallelly::makeClusterPSOCK() arguments: [05:59:40.734] | : . ' , ; ` | : . List of 2 [05:59:40.734] | : . ' , ; ` | : . $ : int 2 [05:59:40.734] | : . ' , ; ` | : . $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:41.063] | : . ' , ; ` | : . Generated cluster UUID [05:59:41.063] | : . ' , ; ` | : . Cluster UUID: '4cc8d7527ca46287ef529df49c1ba630' [05:59:41.064] | : . ' , ; ` | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:41.067] | : . ' , ; ` | : .makeCluster() ... done [05:59:41.067] | : . ' , ; ` | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:41.070] | : . ' , ; ` | makeCluster(workers, ...) ... done [05:59:41.070] | : . ' , ; ` | Number of workers: 2 [05:59:41.071] | : . ' , ; ` | Workers UUID: '4cc8d7527ca46287ef529df49c1ba630' [05:59:41.071] | : . ' , ; ` Starting new cluster ... done [05:59:41.072] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [05:59:41.072] | : . ' , ; Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [05:59:41.072] | : . ' , MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [05:59:41.073] | : . ' makeFutureBackend() ... done [05:59:41.073] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.073] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:41.074] | : . ' plan(): nbrOfWorkers() = 2 [05:59:41.074] | : . plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [05:59:41.074] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [05:59:41.075] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.075] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfWorkers: 2 [05:59:41.075] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.076] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:41.076] | : FutureRegistry('workers-4cc8d7527ca46287ef529df49c1ba630', action = 'list', earlySignal = 0) ... [05:59:41.077] | : . Created empty registry 'workers-4cc8d7527ca46287ef529df49c1ba630' [05:59:41.077] | : . Listing all futures [05:59:41.077] | : . Number of registered futures: 0 [05:59:41.077] | : FutureRegistry('workers-4cc8d7527ca46287ef529df49c1ba630', action = 'list', earlySignal = 0) ... done nbrOfFreeWorkers: 2 [05:59:41.078] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.078] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:41.079] | : FutureRegistry('workers-4cc8d7527ca46287ef529df49c1ba630', action = 'list', earlySignal = 0) ... [05:59:41.079] | : . Listing all futures [05:59:41.079] | : . Number of registered futures: 0 [05:59:41.079] | : FutureRegistry('workers-4cc8d7527ca46287ef529df49c1ba630', action = 'list', earlySignal = 0) ... done nbrOfFreeWorkers(background = TRUE): 2 [05:59:41.080] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.082] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [05:59:41.082] | : . ' all.equal() for FutureStrategyList ... [05:59:41.082] | : . ' , New stack: [05:59:41.083] | : . ' , List of 1 [05:59:41.083] | : . ' , $ :function (..., workers = 1L, envir = parent.frame()) [05:59:41.083] | : . ' , ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [05:59:41.083] | : . ' , ..- attr(*, "init")= logi TRUE [05:59:41.083] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:41.083] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [05:59:41.083] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.083] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.083] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [05:59:41.083] | : . ' , ..- attr(*, "tweaks")=List of 1 [05:59:41.083] | : . ' , .. ..$ workers: int 1 [05:59:41.083] | : . ' , ..- attr(*, "call")= language plan(strategy, workers = 1L) [05:59:41.083] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:41.089] | : . ' , Old stack: [05:59:41.089] | : . ' , List of 1 [05:59:41.089] | : . ' , $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:59:41.089] | : . ' , gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:41.089] | : . ' , ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:59:41.089] | : . ' , ..- attr(*, "init")= chr "done" [05:59:41.089] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:41.089] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [05:59:41.089] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.089] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.089] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [05:59:41.089] | : . ' , ..- attr(*, "call")= language plan(strategy) [05:59:41.089] | : . ' , ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [05:59:41.089] | : . ' , .. ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:41.089] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [05:59:41.089] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.089] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:41.096] | : . ' , Not identical [05:59:41.096] | : . ' , all.equal() for future ... [05:59:41.096] | : . ' , ; List of 2 [05:59:41.096] | : . ' , ; $ target :function (..., workers = 1L, envir = parent.frame()) [05:59:41.096] | : . ' , ; ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [05:59:41.096] | : . ' , ; ..- attr(*, "init")= logi TRUE [05:59:41.096] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:41.096] | : . ' , ; gc = FALSE, earlySignal = FALSE, ...) [05:59:41.096] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.096] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.096] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [05:59:41.096] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [05:59:41.096] | : . ' , ; .. ..$ workers: int 1 [05:59:41.096] | : . ' , ; ..- attr(*, "call")= language plan(strategy, workers = 1L) [05:59:41.096] | : . ' , ; $ current:function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:59:41.096] | : . ' , ; gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:41.096] | : . ' , ; ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:59:41.096] | : . ' , ; ..- attr(*, "init")= chr "done" [05:59:41.096] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:41.096] | : . ' , ; gc = FALSE, earlySignal = FALSE, ...) [05:59:41.096] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.096] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.096] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [05:59:41.096] | : . ' , ; ..- attr(*, "call")= language plan(strategy) [05:59:41.096] | : . ' , ; ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [05:59:41.096] | : . ' , ; .. ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:41.096] | : . ' , ; gc = FALSE, earlySignal = FALSE, ...) [05:59:41.096] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.108] | : . ' , ; Formals differ [05:59:41.109] | : . ' , all.equal() for future ... done [05:59:41.109] | : . ' , Future strategies differ at level 1 [05:59:41.109] | : . ' all.equal() for FutureStrategyList ... done [05:59:41.109] | : . ' plan(): Setting new future backend stack: [05:59:41.110] | : . ' List of future strategies: [05:59:41.110] | : . ' 1. multisession: [05:59:41.110] | : . ' - args: function (..., workers = 1L, envir = parent.frame()) [05:59:41.110] | : . ' - tweaked: TRUE [05:59:41.110] | : . ' - call: plan(strategy, workers = 1L) [05:59:41.110] | : . ' List of 1 [05:59:41.110] | : . ' $ :function (..., workers = 1L, envir = parent.frame()) [05:59:41.110] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [05:59:41.110] | : . ' ..- attr(*, "init")= logi TRUE [05:59:41.110] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:41.110] | : . ' gc = FALSE, earlySignal = FALSE, ...) [05:59:41.110] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.110] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.110] | : . ' ..- attr(*, "untweakable")= chr "persistent" [05:59:41.110] | : . ' ..- attr(*, "tweaks")=List of 1 [05:59:41.110] | : . ' .. ..$ workers: int 1 [05:59:41.110] | : . ' ..- attr(*, "call")= language plan(strategy, workers = 1L) [05:59:41.110] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:41.116] | : . ' plan(): plan_cleanup('multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [05:59:41.116] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.116] | : . ' , ; Getting current ("next") strategy: 'FutureStrategy', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [05:59:41.117] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:41.117] | : . ' , stopWorkers() for MultisessionFutureBackend ... [05:59:41.117] | : . ' , ; Interrupt active futures ... [05:59:41.119] | : . ' , ; ` Number of futures: 0 [05:59:41.119] | : . ' , ; Interrupt active futures ... done [05:59:41.119] | : . ' , ; Clear future registry ... [05:59:41.120] | : . ' , ; Clear future registry ... done [05:59:41.120] | : . ' , ; Stop cluster workers ... [05:59:41.120] | : . ' , ; ` Stopping existing cluster ... [05:59:41.121] | : . ' , ; ` | Cluster to shut down: [05:59:41.121] | : . ' , ; ` | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:41.133] | : . ' , ; ` | Stopped cluster: 'c(TRUE, TRUE)' [05:59:41.179] | : . ' , ; ` Stopping existing cluster ... done [05:59:41.179] | : . ' , ; Stop cluster workers ... done [05:59:41.179] | : . ' , stopWorkers() for MultisessionFutureBackend ... done [05:59:41.180] | : . ' , Legacy shutdown of cluster workers ... [05:59:41.180] | : . ' , ; Stopping existing cluster ... [05:59:41.180] | : . ' , ; ` No pre-existing cluster. Skipping [05:59:41.181] | : . ' , ; Stopping existing cluster ... done [05:59:41.181] | : . ' , Legacy shutdown of cluster workers ... done [05:59:41.181] | : . ' plan(): plan_cleanup('multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [05:59:41.181] | : . ' plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [05:59:41.182] | : . ' , function (..., workers = 1L, envir = parent.frame()) [05:59:41.182] | : . ' , - attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [05:59:41.182] | : . ' , - attr(*, "init")= logi TRUE [05:59:41.182] | : . ' , - attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:41.182] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [05:59:41.182] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.182] | : . ' , - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.182] | : . ' , - attr(*, "untweakable")= chr "persistent" [05:59:41.182] | : . ' , - attr(*, "tweaks")=List of 1 [05:59:41.182] | : . ' , ..$ workers: int 1 [05:59:41.182] | : . ' , - attr(*, "call")= language plan(strategy, workers = 1L) [05:59:41.187] | : . ' , init: TRUE [05:59:41.187] | : . ' , makeFutureBackend() ... [05:59:41.188] | : . ' , ; Backend function: <'NULL'> [05:59:41.188] | : . ' , ; Evaluator tweak arguments: [n=1] [05:59:41.188] | : . ' , ; List of 1 [05:59:41.188] | : . ' , ; $ workers: int 1 [05:59:41.189] | : . ' , ; Evaluator formal arguments: [n=1] [05:59:41.189] | : . ' , ; List of 1 [05:59:41.189] | : . ' , ; $ workers: int 1 [05:59:41.191] | : . ' , ; Backend factory arguments: [n=1] [05:59:41.191] | : . ' , ; Dotted pair list of 1 [05:59:41.191] | : . ' , ; $ workers: int 1 [05:59:41.192] | : . ' , ; MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [05:59:41.192] | : . ' , ; ` Arguments: [05:59:41.192] | : . ' , ; ` List of 5 [05:59:41.192] | : . ' , ; ` $ workers : int 1 [05:59:41.192] | : . ' , ; ` $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:41.192] | : . ' , ; ` $ interrupts : logi TRUE [05:59:41.192] | : . ' , ; ` $ gc : logi FALSE [05:59:41.192] | : . ' , ; ` $ earlySignal : logi FALSE [05:59:41.194] | : . ' , ; MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [05:59:41.194] | : . ' , ; Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [05:59:41.195] | : . ' , makeFutureBackend() ... done [05:59:41.195] | : . ' plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [05:59:41.195] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.195] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:41.195] | : . ' plan(): nbrOfWorkers() = 1 [05:59:41.196] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [05:59:41.196] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:41.196] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.196] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfWorkers: 1 [05:59:41.197] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.197] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfFreeWorkers: 1 [05:59:41.197] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.198] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfFreeWorkers(background = TRUE): 0 [05:59:41.198] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.199] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [05:59:41.199] | : . ' all.equal() for FutureStrategyList ... [05:59:41.199] | : . ' , New stack: [05:59:41.199] | : . ' , List of 1 [05:59:41.199] | : . ' , $ :function (..., workers = function () [05:59:41.199] | : . ' , max(1L, future::availableCores() - 1L), envir = parent.frame()) [05:59:41.199] | : . ' , ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [05:59:41.199] | : . ' , ..- attr(*, "init")= logi TRUE [05:59:41.199] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:41.199] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [05:59:41.199] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.199] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.199] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [05:59:41.199] | : . ' , ..- attr(*, "tweaks")=List of 1 [05:59:41.199] | : . ' , .. ..$ workers:function () [05:59:41.199] | : . ' , ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [05:59:41.199] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:41.203] | : . ' , Old stack: [05:59:41.203] | : . ' , List of 1 [05:59:41.203] | : . ' , $ :function (..., workers = 1L, envir = parent.frame()) [05:59:41.203] | : . ' , ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [05:59:41.203] | : . ' , ..- attr(*, "init")= chr "done" [05:59:41.203] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:41.203] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [05:59:41.203] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.203] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.203] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [05:59:41.203] | : . ' , ..- attr(*, "tweaks")=List of 1 [05:59:41.203] | : . ' , .. ..$ workers: int 1 [05:59:41.203] | : . ' , ..- attr(*, "call")= language plan(strategy, workers = 1L) [05:59:41.203] | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:59:41.203] | : . ' , .. ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:41.203] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [05:59:41.203] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.203] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:41.208] | : . ' , Not identical [05:59:41.208] | : . ' , all.equal() for future ... [05:59:41.209] | : . ' , ; List of 2 [05:59:41.209] | : . ' , ; $ target :function (..., workers = function () [05:59:41.209] | : . ' , ; max(1L, future::availableCores() - 1L), envir = parent.frame()) [05:59:41.209] | : . ' , ; ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [05:59:41.209] | : . ' , ; ..- attr(*, "init")= logi TRUE [05:59:41.209] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:41.209] | : . ' , ; gc = FALSE, earlySignal = FALSE, ...) [05:59:41.209] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.209] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.209] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [05:59:41.209] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [05:59:41.209] | : . ' , ; .. ..$ workers:function () [05:59:41.209] | : . ' , ; ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [05:59:41.209] | : . ' , ; $ current:function (..., workers = 1L, envir = parent.frame()) [05:59:41.209] | : . ' , ; ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [05:59:41.209] | : . ' , ; ..- attr(*, "init")= chr "done" [05:59:41.209] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:41.209] | : . ' , ; gc = FALSE, earlySignal = FALSE, ...) [05:59:41.209] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.209] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.209] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [05:59:41.209] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [05:59:41.209] | : . ' , ; .. ..$ workers: int 1 [05:59:41.209] | : . ' , ; ..- attr(*, "call")= language plan(strategy, workers = 1L) [05:59:41.209] | : . ' , ; ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:59:41.209] | : . ' , ; .. ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:41.209] | : . ' , ; gc = FALSE, earlySignal = FALSE, ...) [05:59:41.209] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.216] | : . ' , ; Formals differ [05:59:41.217] | : . ' , all.equal() for future ... done [05:59:41.217] | : . ' , Future strategies differ at level 1 [05:59:41.217] | : . ' all.equal() for FutureStrategyList ... done [05:59:41.217] | : . ' plan(): Setting new future backend stack: [05:59:41.217] | : . ' List of future strategies: [05:59:41.217] | : . ' 1. multisession: [05:59:41.217] | : . ' - args: function (..., workers = "", envir = parent.frame()) [05:59:41.217] | : . ' - tweaked: TRUE [05:59:41.217] | : . ' - call: plan(strategy, workers = allButOneCore) [05:59:41.218] | : . ' List of 1 [05:59:41.218] | : . ' $ :function (..., workers = function () [05:59:41.218] | : . ' max(1L, future::availableCores() - 1L), envir = parent.frame()) [05:59:41.218] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [05:59:41.218] | : . ' ..- attr(*, "init")= logi TRUE [05:59:41.218] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:41.218] | : . ' gc = FALSE, earlySignal = FALSE, ...) [05:59:41.218] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.218] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.218] | : . ' ..- attr(*, "untweakable")= chr "persistent" [05:59:41.218] | : . ' ..- attr(*, "tweaks")=List of 1 [05:59:41.218] | : . ' .. ..$ workers:function () [05:59:41.218] | : . ' ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [05:59:41.218] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:41.222] | : . ' plan(): plan_cleanup('tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [05:59:41.222] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.222] | : . ' , ; Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [05:59:41.222] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:41.222] | : . ' , Legacy shutdown of cluster workers ... [05:59:41.223] | : . ' , ; Stopping existing cluster ... [05:59:41.223] | : . ' , ; ` No pre-existing cluster. Skipping [05:59:41.223] | : . ' , ; Stopping existing cluster ... done [05:59:41.223] | : . ' , Legacy shutdown of cluster workers ... done [05:59:41.223] | : . ' plan(): plan_cleanup('tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [05:59:41.223] | : . ' plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [05:59:41.224] | : . ' , function (..., workers = function () [05:59:41.224] | : . ' , max(1L, future::availableCores() - 1L), envir = parent.frame()) [05:59:41.224] | : . ' , - attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [05:59:41.224] | : . ' , - attr(*, "init")= logi TRUE [05:59:41.224] | : . ' , - attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:41.224] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [05:59:41.224] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.224] | : . ' , - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.224] | : . ' , - attr(*, "untweakable")= chr "persistent" [05:59:41.224] | : . ' , - attr(*, "tweaks")=List of 1 [05:59:41.224] | : . ' , ..$ workers:function () [05:59:41.224] | : . ' , - attr(*, "call")= language plan(strategy, workers = allButOneCore) [05:59:41.227] | : . ' , init: TRUE [05:59:41.227] | : . ' , makeFutureBackend() ... [05:59:41.227] | : . ' , ; Backend function: <'NULL'> [05:59:41.227] | : . ' , ; Evaluator tweak arguments: [n=1] [05:59:41.227] | : . ' , ; List of 1 [05:59:41.227] | : . ' , ; $ workers:function () [05:59:41.229] | : . ' , ; Evaluator formal arguments: [n=1] [05:59:41.229] | : . ' , ; List of 1 [05:59:41.229] | : . ' , ; $ workers:function () [05:59:41.230] | : . ' , ; Backend factory arguments: [n=1] [05:59:41.230] | : . ' , ; Dotted pair list of 1 [05:59:41.230] | : . ' , ; $ workers:function () [05:59:41.231] | : . ' , ; MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [05:59:41.231] | : . ' , ; ` Arguments: [05:59:41.232] | : . ' , ; ` List of 5 [05:59:41.232] | : . ' , ; ` $ workers :function () [05:59:41.232] | : . ' , ; ` $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:41.232] | : . ' , ; ` $ interrupts : logi TRUE [05:59:41.232] | : . ' , ; ` $ gc : logi FALSE [05:59:41.232] | : . ' , ; ` $ earlySignal : logi FALSE [05:59:41.238] | : . ' , ; MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [05:59:41.238] | : . ' , ; Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [05:59:41.238] | : . ' , makeFutureBackend() ... done [05:59:41.238] | : . ' plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [05:59:41.239] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.239] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:41.239] | : . ' plan(): nbrOfWorkers() = 1 [05:59:41.240] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [05:59:41.240] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:41.240] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.240] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfWorkers: 1 [05:59:41.241] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.241] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfFreeWorkers: 1 [05:59:41.242] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.242] | : 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) [05:59:41.243] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.244] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [05:59:41.244] | : . ' all.equal() for FutureStrategyList ... [05:59:41.244] | : . ' , New stack: [05:59:41.245] | : . ' , List of 1 [05:59:41.245] | : . ' , $ :function (..., workers = c("localhost", "localhost"), envir = parent.frame()) [05:59:41.245] | : . ' , ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [05:59:41.245] | : . ' , ..- attr(*, "init")= logi TRUE [05:59:41.245] | : . ' , ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [05:59:41.245] | : . ' , earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [05:59:41.245] | : . ' , .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.245] | : . ' , ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.245] | : . ' , ..- attr(*, "tweaks")=List of 1 [05:59:41.245] | : . ' , .. ..$ workers: chr [1:2] "localhost" "localhost" [05:59:41.245] | : . ' , ..- attr(*, "call")= language plan(cluster, workers = workers) [05:59:41.245] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:41.251] | : . ' , Old stack: [05:59:41.251] | : . ' , List of 1 [05:59:41.251] | : . ' , $ :function (..., workers = function () [05:59:41.251] | : . ' , max(1L, future::availableCores() - 1L), envir = parent.frame()) [05:59:41.251] | : . ' , ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [05:59:41.251] | : . ' , ..- attr(*, "init")= chr "done" [05:59:41.251] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:41.251] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [05:59:41.251] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.251] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.251] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [05:59:41.251] | : . ' , ..- attr(*, "tweaks")=List of 1 [05:59:41.251] | : . ' , .. ..$ workers:function () [05:59:41.251] | : . ' , ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [05:59:41.251] | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:59:41.251] | : . ' , .. ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:41.251] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [05:59:41.251] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.251] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:41.258] | : . ' , Not identical [05:59:41.258] | : . ' , all.equal() for future ... [05:59:41.259] | : . ' , ; List of 2 [05:59:41.259] | : . ' , ; $ target :function (..., workers = c("localhost", "localhost"), envir = parent.frame()) [05:59:41.259] | : . ' , ; ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [05:59:41.259] | : . ' , ; ..- attr(*, "init")= logi TRUE [05:59:41.259] | : . ' , ; ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [05:59:41.259] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [05:59:41.259] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.259] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.259] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [05:59:41.259] | : . ' , ; .. ..$ workers: chr [1:2] "localhost" "localhost" [05:59:41.259] | : . ' , ; ..- attr(*, "call")= language plan(cluster, workers = workers) [05:59:41.259] | : . ' , ; $ current:function (..., workers = function () [05:59:41.259] | : . ' , ; max(1L, future::availableCores() - 1L), envir = parent.frame()) [05:59:41.259] | : . ' , ; ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [05:59:41.259] | : . ' , ; ..- attr(*, "init")= chr "done" [05:59:41.259] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:41.259] | : . ' , ; gc = FALSE, earlySignal = FALSE, ...) [05:59:41.259] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.259] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.259] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [05:59:41.259] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [05:59:41.259] | : . ' , ; .. ..$ workers:function () [05:59:41.259] | : . ' , ; ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [05:59:41.259] | : . ' , ; ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:59:41.259] | : . ' , ; .. ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:41.259] | : . ' , ; gc = FALSE, earlySignal = FALSE, ...) [05:59:41.259] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:41.270] | : . ' , ; Formals differ [05:59:41.271] | : . ' , all.equal() for future ... done [05:59:41.271] | : . ' , Future strategies differ at level 1 [05:59:41.271] | : . ' all.equal() for FutureStrategyList ... done [05:59:41.271] | : . ' plan(): Setting new future backend stack: [05:59:41.272] | : . ' List of future strategies: [05:59:41.272] | : . ' 1. cluster: [05:59:41.272] | : . ' - args: function (..., workers = c("localhost", "localhost"), envir = parent.frame()) [05:59:41.272] | : . ' - tweaked: TRUE [05:59:41.272] | : . ' - call: plan(cluster, workers = workers) [05:59:41.272] | : . ' List of 1 [05:59:41.272] | : . ' $ :function (..., workers = c("localhost", "localhost"), envir = parent.frame()) [05:59:41.272] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [05:59:41.272] | : . ' ..- attr(*, "init")= logi TRUE [05:59:41.272] | : . ' ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [05:59:41.272] | : . ' earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [05:59:41.272] | : . ' .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.272] | : . ' ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.272] | : . ' ..- attr(*, "tweaks")=List of 1 [05:59:41.272] | : . ' .. ..$ workers: chr [1:2] "localhost" "localhost" [05:59:41.272] | : . ' ..- attr(*, "call")= language plan(cluster, workers = workers) [05:59:41.272] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:41.278] | : . ' plan(): plan_cleanup('tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [05:59:41.278] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.279] | : . ' , ; Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [05:59:41.279] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:41.279] | : . ' , Legacy shutdown of cluster workers ... [05:59:41.279] | : . ' , ; Stopping existing cluster ... [05:59:41.279] | : . ' , ; ` No pre-existing cluster. Skipping [05:59:41.280] | : . ' , ; Stopping existing cluster ... done [05:59:41.280] | : . ' , Legacy shutdown of cluster workers ... done [05:59:41.280] | : . ' plan(): plan_cleanup('tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [05:59:41.280] | : . ' plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [05:59:41.282] | : . ' , function (..., workers = c("localhost", "localhost"), envir = parent.frame()) [05:59:41.282] | : . ' , - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [05:59:41.282] | : . ' , - attr(*, "init")= logi TRUE [05:59:41.282] | : . ' , - attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [05:59:41.282] | : . ' , earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [05:59:41.282] | : . ' , ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.282] | : . ' , - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.282] | : . ' , - attr(*, "tweaks")=List of 1 [05:59:41.282] | : . ' , ..$ workers: chr [1:2] "localhost" "localhost" [05:59:41.282] | : . ' , - attr(*, "call")= language plan(cluster, workers = workers) [05:59:41.285] | : . ' , init: TRUE [05:59:41.285] | : . ' , makeFutureBackend() ... [05:59:41.285] | : . ' , ; Backend function: <'NULL'> [05:59:41.285] | : . ' , ; Evaluator tweak arguments: [n=1] [05:59:41.286] | : . ' , ; List of 1 [05:59:41.286] | : . ' , ; $ workers: chr [1:2] "localhost" "localhost" [05:59:41.286] | : . ' , ; Evaluator formal arguments: [n=1] [05:59:41.286] | : . ' , ; List of 1 [05:59:41.286] | : . ' , ; $ workers: chr [1:2] "localhost" "localhost" [05:59:41.288] | : . ' , ; Backend factory arguments: [n=1] [05:59:41.288] | : . ' , ; Dotted pair list of 1 [05:59:41.288] | : . ' , ; $ workers: chr [1:2] "localhost" "localhost" [05:59:41.289] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... [05:59:41.289] | : . ' , ; ` workers: [n=2] 'localhost', 'localhost' [05:59:41.289] | : . ' , ; ` getCluster() ... [05:59:41.290] | : . ' , ; ` getCluster() ... done [05:59:41.290] | : . ' , ; ` Stopping existing cluster ... [05:59:41.290] | : . ' , ; ` | No pre-existing cluster. Skipping [05:59:41.290] | : . ' , ; ` Stopping existing cluster ... done [05:59:41.291] | : . ' , ; ` Starting new cluster ... [05:59:41.291] | : . ' , ; ` | makeCluster(workers, ...) ... [05:59:41.291] | : . ' , ; ` | : Arguments: [05:59:41.291] | : . ' , ; ` | : List of 1 [05:59:41.291] | : . ' , ; ` | : $ : chr [1:2] "localhost" "localhost" [05:59:41.292] | : . ' , ; ` | : .makeCluster() ... [05:59:41.292] | : . ' , ; ` | : . workers: 'localhost', 'localhost' [05:59:41.293] | : . ' , ; ` | : . R_FUTURE_PLAN: NA [05:59:41.293] | : . ' , ; ` | : . parallelly::makeClusterPSOCK() arguments: [05:59:41.293] | : . ' , ; ` | : . List of 1 [05:59:41.293] | : . ' , ; ` | : . $ : chr [1:2] "localhost" "localhost" [05:59:41.609] | : . ' , ; ` | : . Generated cluster UUID [05:59:41.610] | : . ' , ; ` | : . Cluster UUID: '29b9bdbb2c1acf17c8fa95696882e2ae' [05:59:41.610] | : . ' , ; ` | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:41.613] | : . ' , ; ` | : .makeCluster() ... done [05:59:41.613] | : . ' , ; ` | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:41.615] | : . ' , ; ` | makeCluster(workers, ...) ... done [05:59:41.615] | : . ' , ; ` | Number of workers: 2 [05:59:41.615] | : . ' , ; ` | Workers UUID: '29b9bdbb2c1acf17c8fa95696882e2ae' [05:59:41.615] | : . ' , ; ` Starting new cluster ... done [05:59:41.615] | : . ' , ; ` Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [05:59:41.616] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... done [05:59:41.616] | : . ' , makeFutureBackend() ... done [05:59:41.616] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.616] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:41.616] | : . ' , plan(): nbrOfWorkers() = 2 [05:59:41.617] | : . ' plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [05:59:41.617] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done > n <- nbrOfWorkers() [05:59:41.617] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.617] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > message(sprintf("nbrOfWorkers: %d", n)) nbrOfWorkers: 2 > stopifnot(n == length(workers)) > plan(cluster, workers = allButOneWorker) [05:59:41.618] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.619] | : . ' plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [05:59:41.619] | : . ' , all.equal() for FutureStrategyList ... [05:59:41.619] | : . ' , ; New stack: [05:59:41.620] | : . ' , ; List of 1 [05:59:41.620] | : . ' , ; $ :function (..., workers = function () [05:59:41.620] | : . ' , ; { [05:59:41.620] | : . ' , ; w <- future::availableWorkers() [05:59:41.620] | : . ' , ; if (length(w) > 1) [05:59:41.620] | : . ' , ; w[-1] [05:59:41.620] | : . ' , ; else w [05:59:41.620] | : . ' , ; }, envir = parent.frame()) [05:59:41.620] | : . ' , ; ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [05:59:41.620] | : . ' , ; ..- attr(*, "init")= logi TRUE [05:59:41.620] | : . ' , ; ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [05:59:41.620] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [05:59:41.620] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.620] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.620] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [05:59:41.620] | : . ' , ; .. ..$ workers:function () [05:59:41.620] | : . ' , ; ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [05:59:41.620] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:41.625] | : . ' , ; Old stack: [05:59:41.626] | : . ' , ; List of 1 [05:59:41.626] | : . ' , ; $ :function (..., workers = c("localhost", "localhost"), envir = parent.frame()) [05:59:41.626] | : . ' , ; ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [05:59:41.626] | : . ' , ; ..- attr(*, "init")= chr "done" [05:59:41.626] | : . ' , ; ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [05:59:41.626] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [05:59:41.626] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.626] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.626] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [05:59:41.626] | : . ' , ; .. ..$ workers: chr [1:2] "localhost" "localhost" [05:59:41.626] | : . ' , ; ..- attr(*, "call")= language plan(cluster, workers = workers) [05:59:41.626] | : . ' , ; ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [05:59:41.626] | : . ' , ; .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [05:59:41.626] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [05:59:41.626] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.626] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:41.632] | : . ' , ; Not identical [05:59:41.633] | : . ' , ; all.equal() for future ... [05:59:41.633] | : . ' , ; ` List of 2 [05:59:41.633] | : . ' , ; ` $ target :function (..., workers = function () [05:59:41.633] | : . ' , ; ` { [05:59:41.633] | : . ' , ; ` w <- future::availableWorkers() [05:59:41.633] | : . ' , ; ` if (length(w) > 1) [05:59:41.633] | : . ' , ; ` w[-1] [05:59:41.633] | : . ' , ; ` else w [05:59:41.633] | : . ' , ; ` }, envir = parent.frame()) [05:59:41.633] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [05:59:41.633] | : . ' , ; ` ..- attr(*, "init")= logi TRUE [05:59:41.633] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [05:59:41.633] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [05:59:41.633] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.633] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.633] | : . ' , ; ` ..- attr(*, "tweaks")=List of 1 [05:59:41.633] | : . ' , ; ` .. ..$ workers:function () [05:59:41.633] | : . ' , ; ` ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [05:59:41.633] | : . ' , ; ` $ current:function (..., workers = c("localhost", "localhost"), envir = parent.frame()) [05:59:41.633] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [05:59:41.633] | : . ' , ; ` ..- attr(*, "init")= chr "done" [05:59:41.633] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [05:59:41.633] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [05:59:41.633] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.633] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.633] | : . ' , ; ` ..- attr(*, "tweaks")=List of 1 [05:59:41.633] | : . ' , ; ` .. ..$ workers: chr [1:2] "localhost" "localhost" [05:59:41.633] | : . ' , ; ` ..- attr(*, "call")= language plan(cluster, workers = workers) [05:59:41.633] | : . ' , ; ` ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [05:59:41.633] | : . ' , ; ` .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [05:59:41.633] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [05:59:41.633] | : . ' , ; ` .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.644] | : . ' , ; ` Formals differ [05:59:41.644] | : . ' , ; all.equal() for future ... done [05:59:41.645] | : . ' , ; Future strategies differ at level 1 [05:59:41.645] | : . ' , all.equal() for FutureStrategyList ... done [05:59:41.645] | : . ' , plan(): Setting new future backend stack: [05:59:41.645] | : . ' , List of future strategies: [05:59:41.645] | : . ' , 1. cluster: [05:59:41.645] | : . ' , - args: function (..., workers = "", envir = parent.frame()) [05:59:41.645] | : . ' , - tweaked: TRUE [05:59:41.645] | : . ' , - call: plan(cluster, workers = allButOneWorker) [05:59:41.647] | : . ' , List of 1 [05:59:41.647] | : . ' , $ :function (..., workers = function () [05:59:41.647] | : . ' , { [05:59:41.647] | : . ' , w <- future::availableWorkers() [05:59:41.647] | : . ' , if (length(w) > 1) [05:59:41.647] | : . ' , w[-1] [05:59:41.647] | : . ' , else w [05:59:41.647] | : . ' , }, envir = parent.frame()) [05:59:41.647] | : . ' , ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [05:59:41.647] | : . ' , ..- attr(*, "init")= logi TRUE [05:59:41.647] | : . ' , ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [05:59:41.647] | : . ' , earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [05:59:41.647] | : . ' , .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.647] | : . ' , ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.647] | : . ' , ..- attr(*, "tweaks")=List of 1 [05:59:41.647] | : . ' , .. ..$ workers:function () [05:59:41.647] | : . ' , ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [05:59:41.647] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:41.651] | : . ' , plan(): plan_cleanup('tweaked', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [05:59:41.652] | : . ' , ; plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:41.652] | : . ' , ; ` Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [05:59:41.652] | : . ' , ; plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:41.652] | : . ' , ; stopWorkers() for ClusterFutureBackend ... [05:59:41.653] | : . ' , ; ` Interrupt active futures ... [05:59:41.653] | : . ' , ; ` | Number of futures: 0 [05:59:41.654] | : . ' , ; ` Interrupt active futures ... done [05:59:41.654] | : . ' , ; ` Clear future registry ... [05:59:41.654] | : . ' , ; ` Clear future registry ... done [05:59:41.655] | : . ' , ; ` Stop cluster workers ... [05:59:41.655] | : . ' , ; ` | Stopping existing cluster ... [05:59:41.655] | : . ' , ; ` | : Cluster to shut down: [05:59:41.655] | : . ' , ; ` | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:41.663] | : . ' , ; ` | : Stopped cluster: 'c(TRUE, TRUE)' [05:59:41.707] | : . ' , ; ` | Stopping existing cluster ... done [05:59:41.708] | : . ' , ; ` Stop cluster workers ... done [05:59:41.708] | : . ' , ; stopWorkers() for ClusterFutureBackend ... done [05:59:41.708] | : . ' , ; Legacy shutdown of cluster workers ... [05:59:41.709] | : . ' , ; ` Stopping existing cluster ... [05:59:41.709] | : . ' , ; ` | No pre-existing cluster. Skipping [05:59:41.709] | : . ' , ; ` Stopping existing cluster ... done [05:59:41.709] | : . ' , ; Legacy shutdown of cluster workers ... done [05:59:41.710] | : . ' , plan(): plan_cleanup('tweaked', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [05:59:41.710] | : . ' , plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [05:59:41.710] | : . ' , ; function (..., workers = function () [05:59:41.710] | : . ' , ; { [05:59:41.710] | : . ' , ; w <- future::availableWorkers() [05:59:41.710] | : . ' , ; if (length(w) > 1) [05:59:41.710] | : . ' , ; w[-1] [05:59:41.710] | : . ' , ; else w [05:59:41.710] | : . ' , ; }, envir = parent.frame()) [05:59:41.710] | : . ' , ; - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [05:59:41.710] | : . ' , ; - attr(*, "init")= logi TRUE [05:59:41.710] | : . ' , ; - attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [05:59:41.710] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [05:59:41.710] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.710] | : . ' , ; - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:41.710] | : . ' , ; - attr(*, "tweaks")=List of 1 [05:59:41.710] | : . ' , ; ..$ workers:function () [05:59:41.710] | : . ' , ; - attr(*, "call")= language plan(cluster, workers = allButOneWorker) [05:59:41.715] | : . ' , ; init: TRUE [05:59:41.715] | : . ' , ; makeFutureBackend() ... [05:59:41.715] | : . ' , ; ` Backend function: <'NULL'> [05:59:41.716] | : . ' , ; ` Evaluator tweak arguments: [n=1] [05:59:41.716] | : . ' , ; ` List of 1 [05:59:41.716] | : . ' , ; ` $ workers:function () [05:59:41.717] | : . ' , ; ` Evaluator formal arguments: [n=1] [05:59:41.717] | : . ' , ; ` List of 1 [05:59:41.717] | : . ' , ; ` $ workers:function () [05:59:41.718] | : . ' , ; ` Backend factory arguments: [n=1] [05:59:41.718] | : . ' , ; ` Dotted pair list of 1 [05:59:41.718] | : . ' , ; ` $ workers:function () [05:59:41.760] | : . ' , ; ` ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... [05:59:41.764] | : . ' , ; ` | workers: [n=1] 'localhost' [05:59:41.764] | : . ' , ; ` | getCluster() ... [05:59:41.765] | : . ' , ; ` | getCluster() ... done [05:59:41.765] | : . ' , ; ` | Stopping existing cluster ... [05:59:41.765] | : . ' , ; ` | : No pre-existing cluster. Skipping [05:59:41.765] | : . ' , ; ` | Stopping existing cluster ... done [05:59:41.765] | : . ' , ; ` | Starting new cluster ... [05:59:41.766] | : . ' , ; ` | : makeCluster(workers, ...) ... [05:59:41.766] | : . ' , ; ` | : . Arguments: [05:59:41.766] | : . ' , ; ` | : . List of 1 [05:59:41.766] | : . ' , ; ` | : . $ : chr "localhost" [05:59:41.767] | : . ' , ; ` | : . .makeCluster() ... [05:59:41.768] | : . ' , ; ` | : . ' workers: 'localhost' [05:59:41.768] | : . ' , ; ` | : . ' R_FUTURE_PLAN: NA [05:59:41.768] | : . ' , ; ` | : . ' parallelly::makeClusterPSOCK() arguments: [05:59:41.768] | : . ' , ; ` | : . ' List of 1 [05:59:41.768] | : . ' , ; ` | : . ' $ : chr "localhost" [05:59:42.061] | : . ' , ; ` | : . ' Generated cluster UUID [05:59:42.062] | : . ' , ; ` | : . ' Cluster UUID: '610cfaf6ce016cfc55aa8dcfb98dbb4b' [05:59:42.062] | : . ' , ; ` | : . ' Socket cluster with 1 nodes where 1 node is on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:42.065] | : . ' , ; ` | : . .makeCluster() ... done [05:59:42.065] | : . ' , ; ` | : . Socket cluster with 1 nodes where 1 node is on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:42.067] | : . ' , ; ` | : makeCluster(workers, ...) ... done [05:59:42.067] | : . ' , ; ` | : Number of workers: 1 [05:59:42.068] | : . ' , ; ` | : Workers UUID: '610cfaf6ce016cfc55aa8dcfb98dbb4b' [05:59:42.068] | : . ' , ; ` | Starting new cluster ... done [05:59:42.068] | : . ' , ; ` | Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [05:59:42.069] | : . ' , ; ` ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... done [05:59:42.069] | : . ' , ; makeFutureBackend() ... done [05:59:42.069] | : . ' , ; plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:42.070] | : . ' , ; plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:42.070] | : . ' , ; plan(): nbrOfWorkers() = 1 [05:59:42.070] | : . ' , plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [05:59:42.071] | : . ' plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done > n <- nbrOfWorkers() [05:59:42.071] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:42.072] | : . ' 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) [05:59:42.073] | : . ' 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-06-04 r88278 ucrt), platform x86_64-w64-mingw32) > plan(cluster, workers = workers) [05:59:42.407] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:42.408] | : . ' , plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [05:59:42.408] | : . ' , ; all.equal() for FutureStrategyList ... [05:59:42.408] | : . ' , ; ` New stack: [05:59:42.409] | : . ' , ; ` List of 1 [05:59:42.409] | : . ' , ; ` $ :function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [05:59:42.409] | : . ' , ; ` session_info = list(process = list(pid = 166544L), r = list(platform = "x86_64-w64-mingw32", [05:59:42.409] | : . ' , ; ` arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [05:59:42.409] | : . ' , ; ` status = "Under development (unstable)", major = "4", minor = "6.0", [05:59:42.409] | : . ' , ; ` year = "2025", month = "06", day = "04", `svn rev` = "88278", language = "R", [05:59:42.409] | : . ' , ; ` version.string = "R Under development (unstable) (2025-06-04 r88278 ucrt)", [05:59:42.409] | : . ' , ; ` nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [05:59:42.409] | : . ' , ; ` sysname = "Windows", release = "Server x64", version = "build 20348", [05:59:42.409] | : . ' , ; ` nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [05:59:42.409] | : . ' , ; ` effective_user = "CRAN", udomain = "CRANWIN3"), capabilities = c(jpeg = TRUE, [05:59:42.409] | : . ' , ; ` png = TRUE, tiff = TRUE, tcltk = TRUE, X11 = FALSE, aqua = FALSE, `http/ftp` = TRUE, [05:59:42.409] | : . ' , ; ` sockets = TRUE, libxml = FALSE, fifo = TRUE, cledit = FALSE, iconv = TRUE, [05:59:42.409] | : . ' , ; ` NLS = TRUE, Rprof = TRUE, profmem = TRUE, cairo = TRUE, ICU = TRUE, [05:59:42.409] | : . ' , ; ` long.double = TRUE, libcurl = TRUE), l10n = list(MBCS = TRUE, `UTF-8` = TRUE, [05:59:42.409] | : . ' , ; ` `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [05:59:42.409] | : . ' , ; ` extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [05:59:42.409] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [05:59:42.409] | : . ' , ; ` ..- attr(*, "init")= logi TRUE [05:59:42.409] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [05:59:42.409] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [05:59:42.409] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:42.409] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:42.409] | : . ' , ; ` ..- attr(*, "tweaks")=List of 1 [05:59:42.409] | : . ' , ; ` .. ..$ workers:List of 2 [05:59:42.409] | : . ' , ; ` .. .. ..$ :List of 4 [05:59:42.409] | : . ' , ; ` .. .. .. ..$ con : 'sockconn' int 5 [05:59:42.409] | : . ' , ; ` .. .. .. .. ..- attr(*, "conn_id")= [05:59:42.409] | : . ' , ; ` .. .. .. ..$ host : chr "localhost" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:42.409] | : . ' , ; ` .. .. .. ..$ rank : int 0 [05:59:42.409] | : . ' , ; ` .. .. .. ..$ session_info:List of 10 [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ process :List of 1 [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ pid: int 166544 [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ r :List of 16 [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ arch : chr "x86_64" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ os : chr "mingw32" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ crt : chr "ucrt" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ status : chr "Under development (unstable)" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ major : chr "4" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ minor : chr "6.0" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ year : chr "2025" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ month : chr "06" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ day : chr "04" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ svn rev : chr "88278" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ language : chr "R" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-06-04 r88278 ucrt)" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ os.type : chr "windows" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ system :List of 9 [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ sysname : chr "Windows" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ release : chr "Server x64" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ version : chr "build 20348" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ machine : chr "x86-64" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ login : chr "CRAN" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ user : chr "CRAN" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ effective_user: chr "CRAN" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ capabilities : Named logi [1:19] TRUE TRUE TRUE TRUE FALSE FALSE ... [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "names")= chr [1:19] "jpeg" "png" "tiff" "tcltk" ... [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ l10n :List of 5 [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ MBCS : logi TRUE [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ UTF-8 : logi TRUE [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ Latin-1 : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ codepage : int 65001 [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ system.codepage: int 65001 [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ extSoftVersion: Named chr [1:10] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "names")= chr [1:10] "zlib" "bzlib" "xz" "libdeflate" ... [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ tempdir : chr "D:\\temp\\2025_06_05_05_55_16_20588\\RtmpwBqgap" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ pkgs : NULL [05:59:42.409] | : . ' , ; ` .. .. .. ..- attr(*, "options")=List of 35 [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ worker : chr "localhost" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ master : chr "localhost" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ port : int 37712 [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ connectTimeout : num 120 [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ timeout : num 120 [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ homogeneous : logi TRUE [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:177256:CRANW"| __truncated__ [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rscript_envs : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rscript_libs : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rscript_startup : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ methods : logi TRUE [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ socketOptions : chr "no-delay" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ useXDR : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ outfile : chr "/dev/null" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ renice : int NA [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rshcmd : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ user : chr(0) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ revtunnel : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rshlogfile : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rshopts : chr(0) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rank : int 0 [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ manual : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ dryrun : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ quiet : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ setup_strategy : chr "parallel" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rshcmd_label : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rsh_call : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ localMachine : logi TRUE [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [05:59:42.409] | : . ' , ; ` master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [05:59:42.409] | : . ' , ; ` 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [05:59:42.409] | : . ' , ; ` 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [05:59:42.409] | : . ' , ; ` rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [05:59:42.409] | : . ' , ; ` "cmd", "sh", "none"), default_packages = c("datasets", "utils", [05:59:42.409] | : . ' , ; ` "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [05:59:42.409] | : . ' , ; ` socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [05:59:42.409] | : . ' , ; ` "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [05:59:42.409] | : . ' , ; ` FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [05:59:42.409] | : . ' , ; ` NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [05:59:42.409] | : . ' , ; ` NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [05:59:42.409] | : . ' , ; ` setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [05:59:42.409] | : . ' , ; ` "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [05:59:42.409] | : . ' , ; ` FALSE), action = c("launch", "options"), verbose = FALSE) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ arguments :List of 29 [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ worker : chr "localhost" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ master : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ port : int 37712 [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ connectTimeout : num 120 [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ timeout : num 120 [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ rscript : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ homogeneous : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ rscript_args : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ rscript_envs : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ rscript_libs : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ rscript_startup : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ rscript_sh : chr "auto" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ methods : logi TRUE [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ socketOptions : chr "no-delay" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ useXDR : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ outfile : chr "/dev/null" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ renice : int NA [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ rshcmd : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ user : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ revtunnel : logi NA [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ rshlogfile : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ rshopts : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ rank : int 1 [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ manual : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ dryrun : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ quiet : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ setup_strategy : chr "parallel" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ calls : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [05:59:42.409] | : . ' , ; ` .. .. .. ..- attr(*, "calls")=Dotted pair list of 10 [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ : language source(file.path(path, "run.R")) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ : language makeClusterPSOCK(2L) [05:59:42.409] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [05:59:42.409] | : . ' , ; ` .. .. ..$ :List of 4 [05:59:42.409] | : . ' , ; ` .. .. .. ..$ con : 'sockconn' int 6 [05:59:42.409] | : . ' , ; ` .. .. .. .. ..- attr(*, "conn_id")= [05:59:42.409] | : . ' , ; ` .. .. .. ..$ host : chr "localhost" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:42.409] | : . ' , ; ` .. .. .. ..$ rank : int 1 [05:59:42.409] | : . ' , ; ` .. .. .. ..$ session_info:List of 10 [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ process :List of 1 [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ pid: int 205736 [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ r :List of 16 [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ arch : chr "x86_64" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ os : chr "mingw32" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ crt : chr "ucrt" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ status : chr "Under development (unstable)" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ major : chr "4" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ minor : chr "6.0" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ year : chr "2025" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ month : chr "06" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ day : chr "04" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ svn rev : chr "88278" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ language : chr "R" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-06-04 r88278 ucrt)" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ os.type : chr "windows" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ system :List of 9 [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ sysname : chr "Windows" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ release : chr "Server x64" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ version : chr "build 20348" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ machine : chr "x86-64" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ login : chr "CRAN" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ user : chr "CRAN" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ effective_user: chr "CRAN" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ capabilities : Named logi [1:19] TRUE TRUE TRUE TRUE FALSE FALSE ... [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "names")= chr [1:19] "jpeg" "png" "tiff" "tcltk" ... [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ l10n :List of 5 [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ MBCS : logi TRUE [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ UTF-8 : logi TRUE [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ Latin-1 : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ codepage : int 65001 [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ system.codepage: int 65001 [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ extSoftVersion: Named chr [1:10] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "names")= chr [1:10] "zlib" "bzlib" "xz" "libdeflate" ... [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ tempdir : chr "D:\\temp\\2025_06_05_05_55_16_20588\\RtmpUzR8qp" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ pkgs : NULL [05:59:42.409] | : . ' , ; ` .. .. .. ..- attr(*, "options")=List of 35 [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ worker : chr "localhost" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ master : chr "localhost" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ port : int 37712 [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ connectTimeout : num 120 [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ timeout : num 120 [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ homogeneous : logi TRUE [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:177256:CRANW"| __truncated__ [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rscript_envs : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rscript_libs : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rscript_startup : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ methods : logi TRUE [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ socketOptions : chr "no-delay" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ useXDR : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ outfile : chr "/dev/null" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ renice : int NA [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rshcmd : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ user : chr(0) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ revtunnel : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rshlogfile : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rshopts : chr(0) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rank : int 1 [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ manual : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ dryrun : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ quiet : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ setup_strategy : chr "parallel" [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rshcmd_label : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ rsh_call : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ localMachine : logi TRUE [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [05:59:42.409] | : . ' , ; ` master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [05:59:42.409] | : . ' , ; ` 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [05:59:42.409] | : . ' , ; ` 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [05:59:42.409] | : . ' , ; ` rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [05:59:42.409] | : . ' , ; ` "cmd", "sh", "none"), default_packages = c("datasets", "utils", [05:59:42.409] | : . ' , ; ` "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [05:59:42.409] | : . ' , ; ` socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [05:59:42.409] | : . ' , ; ` "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [05:59:42.409] | : . ' , ; ` FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [05:59:42.409] | : . ' , ; ` NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [05:59:42.409] | : . ' , ; ` NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [05:59:42.409] | : . ' , ; ` setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [05:59:42.409] | : . ' , ; ` "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [05:59:42.409] | : . ' , ; ` FALSE), action = c("launch", "options"), verbose = FALSE) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ arguments :List of 29 [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ worker : chr "localhost" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ master : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ port : int 37712 [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ connectTimeout : num 120 [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ timeout : num 120 [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ rscript : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ homogeneous : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ rscript_args : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ rscript_envs : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ rscript_libs : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ rscript_startup : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ rscript_sh : chr "auto" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ methods : logi TRUE [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ socketOptions : chr "no-delay" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ useXDR : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ outfile : chr "/dev/null" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ renice : int NA [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ rshcmd : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ user : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ revtunnel : logi NA [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ rshlogfile : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ rshopts : NULL [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ rank : int 1 [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ manual : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ dryrun : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ quiet : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ setup_strategy : chr "parallel" [05:59:42.409] | : . ' , ; ` .. .. .. .. .. ..$ calls : logi FALSE [05:59:42.409] | : . ' , ; ` .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [05:59:42.409] | : . ' , ; ` .. .. .. ..- attr(*, "calls")=Dotted pair list of 10 [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ : language source(file.path(path, "run.R")) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.409] | : . ' , ; ` .. .. .. .. ..$ : language makeClusterPSOCK(2L) [05:59:42.409] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [05:59:42.409] | : . ' , ; ` .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [05:59:42.409] | : . ' , ; ` ..- attr(*, "call")= language plan(cluster, workers = workers) [05:59:42.409] | : . ' , ; ` - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:42.520] | : . ' , ; ` Old stack: [05:59:42.520] | : . ' , ; ` List of 1 [05:59:42.520] | : . ' , ; ` $ :function (..., workers = function () [05:59:42.520] | : . ' , ; ` { [05:59:42.520] | : . ' , ; ` w <- future::availableWorkers() [05:59:42.520] | : . ' , ; ` if (length(w) > 1) [05:59:42.520] | : . ' , ; ` w[-1] [05:59:42.520] | : . ' , ; ` else w [05:59:42.520] | : . ' , ; ` }, envir = parent.frame()) [05:59:42.520] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [05:59:42.520] | : . ' , ; ` ..- attr(*, "init")= chr "done" [05:59:42.520] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [05:59:42.520] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [05:59:42.520] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:42.520] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:42.520] | : . ' , ; ` ..- attr(*, "tweaks")=List of 1 [05:59:42.520] | : . ' , ; ` .. ..$ workers:function () [05:59:42.520] | : . ' , ; ` ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [05:59:42.520] | : . ' , ; ` ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [05:59:42.520] | : . ' , ; ` .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [05:59:42.520] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [05:59:42.520] | : . ' , ; ` .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:42.520] | : . ' , ; ` - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:42.526] | : . ' , ; ` Not identical [05:59:42.526] | : . ' , ; ` all.equal() for future ... [05:59:42.527] | : . ' , ; ` | List of 2 [05:59:42.527] | : . ' , ; ` | $ target :function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [05:59:42.527] | : . ' , ; ` | session_info = list(process = list(pid = 166544L), r = list(platform = "x86_64-w64-mingw32", [05:59:42.527] | : . ' , ; ` | arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [05:59:42.527] | : . ' , ; ` | status = "Under development (unstable)", major = "4", minor = "6.0", [05:59:42.527] | : . ' , ; ` | year = "2025", month = "06", day = "04", `svn rev` = "88278", language = "R", [05:59:42.527] | : . ' , ; ` | version.string = "R Under development (unstable) (2025-06-04 r88278 ucrt)", [05:59:42.527] | : . ' , ; ` | nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [05:59:42.527] | : . ' , ; ` | sysname = "Windows", release = "Server x64", version = "build 20348", [05:59:42.527] | : . ' , ; ` | nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [05:59:42.527] | : . ' , ; ` | effective_user = "CRAN", udomain = "CRANWIN3"), capabilities = c(jpeg = TRUE, [05:59:42.527] | : . ' , ; ` | png = TRUE, tiff = TRUE, tcltk = TRUE, X11 = FALSE, aqua = FALSE, `http/ftp` = TRUE, [05:59:42.527] | : . ' , ; ` | sockets = TRUE, libxml = FALSE, fifo = TRUE, cledit = FALSE, iconv = TRUE, [05:59:42.527] | : . ' , ; ` | NLS = TRUE, Rprof = TRUE, profmem = TRUE, cairo = TRUE, ICU = TRUE, [05:59:42.527] | : . ' , ; ` | long.double = TRUE, libcurl = TRUE), l10n = list(MBCS = TRUE, `UTF-8` = TRUE, [05:59:42.527] | : . ' , ; ` | `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [05:59:42.527] | : . ' , ; ` | extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [05:59:42.527] | : . ' , ; ` | ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [05:59:42.527] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:59:42.527] | : . ' , ; ` | ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [05:59:42.527] | : . ' , ; ` | earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [05:59:42.527] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:42.527] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:42.527] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 1 [05:59:42.527] | : . ' , ; ` | .. ..$ workers:List of 2 [05:59:42.527] | : . ' , ; ` | .. .. ..$ :List of 4 [05:59:42.527] | : . ' , ; ` | .. .. .. ..$ con : 'sockconn' int 5 [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..- attr(*, "conn_id")= [05:59:42.527] | : . ' , ; ` | .. .. .. ..$ host : chr "localhost" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:42.527] | : . ' , ; ` | .. .. .. ..$ rank : int 0 [05:59:42.527] | : . ' , ; ` | .. .. .. ..$ session_info:List of 10 [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ process :List of 1 [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ pid: int 166544 [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ r :List of 16 [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ arch : chr "x86_64" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ os : chr "mingw32" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ crt : chr "ucrt" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ status : chr "Under development (unstable)" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ major : chr "4" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ minor : chr "6.0" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ year : chr "2025" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ month : chr "06" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ day : chr "04" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ svn rev : chr "88278" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ language : chr "R" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-06-04 r88278 ucrt)" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ os.type : chr "windows" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ system :List of 9 [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ sysname : chr "Windows" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ release : chr "Server x64" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ version : chr "build 20348" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ machine : chr "x86-64" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ login : chr "CRAN" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ user : chr "CRAN" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ effective_user: chr "CRAN" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ capabilities : Named logi [1:19] TRUE TRUE TRUE TRUE FALSE FALSE ... [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..- attr(*, "names")= chr [1:19] "jpeg" "png" "tiff" "tcltk" ... [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ l10n :List of 5 [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ MBCS : logi TRUE [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ UTF-8 : logi TRUE [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ Latin-1 : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ codepage : int 65001 [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ system.codepage: int 65001 [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ extSoftVersion: Named chr [1:10] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..- attr(*, "names")= chr [1:10] "zlib" "bzlib" "xz" "libdeflate" ... [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ tempdir : chr "D:\\temp\\2025_06_05_05_55_16_20588\\RtmpwBqgap" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ pkgs : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. ..- attr(*, "options")=List of 35 [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ worker : chr "localhost" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ master : chr "localhost" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ port : int 37712 [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ connectTimeout : num 120 [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ timeout : num 120 [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ homogeneous : logi TRUE [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:177256:CRANW"| __truncated__ [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rscript_envs : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rscript_libs : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rscript_startup : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ methods : logi TRUE [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ socketOptions : chr "no-delay" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ useXDR : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ outfile : chr "/dev/null" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ renice : int NA [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rshcmd : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ user : chr(0) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ revtunnel : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rshlogfile : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rshopts : chr(0) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rank : int 0 [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ manual : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ dryrun : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ quiet : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ setup_strategy : chr "parallel" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rshcmd_label : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rsh_call : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ localMachine : logi TRUE [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [05:59:42.527] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [05:59:42.527] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [05:59:42.527] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [05:59:42.527] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [05:59:42.527] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [05:59:42.527] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [05:59:42.527] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [05:59:42.527] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [05:59:42.527] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [05:59:42.527] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [05:59:42.527] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [05:59:42.527] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [05:59:42.527] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [05:59:42.527] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ arguments :List of 29 [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ worker : chr "localhost" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ master : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ port : int 37712 [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ connectTimeout : num 120 [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ timeout : num 120 [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ rscript : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ homogeneous : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_args : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_envs : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_libs : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_startup : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_sh : chr "auto" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ methods : logi TRUE [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ socketOptions : chr "no-delay" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ useXDR : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ outfile : chr "/dev/null" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ renice : int NA [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ rshcmd : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ user : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ revtunnel : logi NA [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ rshlogfile : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ rshopts : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ rank : int 1 [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ manual : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ dryrun : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ quiet : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ setup_strategy : chr "parallel" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ calls : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [05:59:42.527] | : . ' , ; ` | .. .. .. ..- attr(*, "calls")=Dotted pair list of 10 [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ : language source(file.path(path, "run.R")) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ : language makeClusterPSOCK(2L) [05:59:42.527] | : . ' , ; ` | .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [05:59:42.527] | : . ' , ; ` | .. .. ..$ :List of 4 [05:59:42.527] | : . ' , ; ` | .. .. .. ..$ con : 'sockconn' int 6 [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..- attr(*, "conn_id")= [05:59:42.527] | : . ' , ; ` | .. .. .. ..$ host : chr "localhost" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:42.527] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [05:59:42.527] | : . ' , ; ` | .. .. .. ..$ session_info:List of 10 [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ process :List of 1 [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ pid: int 205736 [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ r :List of 16 [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ arch : chr "x86_64" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ os : chr "mingw32" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ crt : chr "ucrt" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ status : chr "Under development (unstable)" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ major : chr "4" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ minor : chr "6.0" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ year : chr "2025" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ month : chr "06" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ day : chr "04" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ svn rev : chr "88278" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ language : chr "R" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-06-04 r88278 ucrt)" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ os.type : chr "windows" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ system :List of 9 [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ sysname : chr "Windows" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ release : chr "Server x64" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ version : chr "build 20348" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ machine : chr "x86-64" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ login : chr "CRAN" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ user : chr "CRAN" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ effective_user: chr "CRAN" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ capabilities : Named logi [1:19] TRUE TRUE TRUE TRUE FALSE FALSE ... [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..- attr(*, "names")= chr [1:19] "jpeg" "png" "tiff" "tcltk" ... [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ l10n :List of 5 [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ MBCS : logi TRUE [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ UTF-8 : logi TRUE [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ Latin-1 : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ codepage : int 65001 [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ system.codepage: int 65001 [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ extSoftVersion: Named chr [1:10] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..- attr(*, "names")= chr [1:10] "zlib" "bzlib" "xz" "libdeflate" ... [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ tempdir : chr "D:\\temp\\2025_06_05_05_55_16_20588\\RtmpUzR8qp" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ pkgs : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. ..- attr(*, "options")=List of 35 [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ worker : chr "localhost" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ master : chr "localhost" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ port : int 37712 [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ connectTimeout : num 120 [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ timeout : num 120 [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ homogeneous : logi TRUE [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:177256:CRANW"| __truncated__ [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rscript_envs : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rscript_libs : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rscript_startup : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ methods : logi TRUE [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ socketOptions : chr "no-delay" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ useXDR : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ outfile : chr "/dev/null" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ renice : int NA [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rshcmd : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ user : chr(0) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ revtunnel : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rshlogfile : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rshopts : chr(0) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rank : int 1 [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ manual : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ dryrun : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ quiet : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ setup_strategy : chr "parallel" [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rshcmd_label : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ rsh_call : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ localMachine : logi TRUE [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [05:59:42.527] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [05:59:42.527] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [05:59:42.527] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [05:59:42.527] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [05:59:42.527] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [05:59:42.527] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [05:59:42.527] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [05:59:42.527] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [05:59:42.527] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [05:59:42.527] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [05:59:42.527] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [05:59:42.527] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [05:59:42.527] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [05:59:42.527] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ arguments :List of 29 [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ worker : chr "localhost" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ master : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ port : int 37712 [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ connectTimeout : num 120 [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ timeout : num 120 [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ rscript : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ homogeneous : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_args : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_envs : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_libs : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_startup : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_sh : chr "auto" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ methods : logi TRUE [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ socketOptions : chr "no-delay" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ useXDR : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ outfile : chr "/dev/null" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ renice : int NA [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ rshcmd : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ user : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ revtunnel : logi NA [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ rshlogfile : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ rshopts : NULL [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ rank : int 1 [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ manual : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ dryrun : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ quiet : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ setup_strategy : chr "parallel" [05:59:42.527] | : . ' , ; ` | .. .. .. .. .. ..$ calls : logi FALSE [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [05:59:42.527] | : . ' , ; ` | .. .. .. ..- attr(*, "calls")=Dotted pair list of 10 [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ : language source(file.path(path, "run.R")) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.527] | : . ' , ; ` | .. .. .. .. ..$ : language makeClusterPSOCK(2L) [05:59:42.527] | : . ' , ; ` | .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [05:59:42.527] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [05:59:42.527] | : . ' , ; ` | ..- attr(*, "call")= language plan(cluster, workers = workers) [05:59:42.527] | : . ' , ; ` | $ current:function (..., workers = function () [05:59:42.527] | : . ' , ; ` | { [05:59:42.527] | : . ' , ; ` | w <- future::availableWorkers() [05:59:42.527] | : . ' , ; ` | if (length(w) > 1) [05:59:42.527] | : . ' , ; ` | w[-1] [05:59:42.527] | : . ' , ; ` | else w [05:59:42.527] | : . ' , ; ` | }, envir = parent.frame()) [05:59:42.527] | : . ' , ; ` | ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [05:59:42.527] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:59:42.527] | : . ' , ; ` | ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [05:59:42.527] | : . ' , ; ` | earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [05:59:42.527] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:42.527] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:42.527] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 1 [05:59:42.527] | : . ' , ; ` | .. ..$ workers:function () [05:59:42.527] | : . ' , ; ` | ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [05:59:42.527] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [05:59:42.527] | : . ' , ; ` | .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [05:59:42.527] | : . ' , ; ` | earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [05:59:42.527] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:42.649] | : . ' , ; ` | Formals differ [05:59:42.650] | : . ' , ; ` all.equal() for future ... done [05:59:42.650] | : . ' , ; ` Future strategies differ at level 1 [05:59:42.650] | : . ' , ; all.equal() for FutureStrategyList ... done [05:59:42.650] | : . ' , ; plan(): Setting new future backend stack: [05:59:42.651] | : . ' , ; List of future strategies: [05:59:42.651] | : . ' , ; 1. cluster: [05:59:42.651] | : . ' , ; - args: function (..., workers = "", envir = parent.frame()) [05:59:42.651] | : . ' , ; - tweaked: TRUE [05:59:42.651] | : . ' , ; - call: plan(cluster, workers = workers) [05:59:42.654] | : . ' , ; List of 1 [05:59:42.654] | : . ' , ; $ :function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [05:59:42.654] | : . ' , ; session_info = list(process = list(pid = 166544L), r = list(platform = "x86_64-w64-mingw32", [05:59:42.654] | : . ' , ; arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [05:59:42.654] | : . ' , ; status = "Under development (unstable)", major = "4", minor = "6.0", [05:59:42.654] | : . ' , ; year = "2025", month = "06", day = "04", `svn rev` = "88278", language = "R", [05:59:42.654] | : . ' , ; version.string = "R Under development (unstable) (2025-06-04 r88278 ucrt)", [05:59:42.654] | : . ' , ; nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [05:59:42.654] | : . ' , ; sysname = "Windows", release = "Server x64", version = "build 20348", [05:59:42.654] | : . ' , ; nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [05:59:42.654] | : . ' , ; effective_user = "CRAN", udomain = "CRANWIN3"), capabilities = c(jpeg = TRUE, [05:59:42.654] | : . ' , ; png = TRUE, tiff = TRUE, tcltk = TRUE, X11 = FALSE, aqua = FALSE, `http/ftp` = TRUE, [05:59:42.654] | : . ' , ; sockets = TRUE, libxml = FALSE, fifo = TRUE, cledit = FALSE, iconv = TRUE, [05:59:42.654] | : . ' , ; NLS = TRUE, Rprof = TRUE, profmem = TRUE, cairo = TRUE, ICU = TRUE, [05:59:42.654] | : . ' , ; long.double = TRUE, libcurl = TRUE), l10n = list(MBCS = TRUE, `UTF-8` = TRUE, [05:59:42.654] | : . ' , ; `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [05:59:42.654] | : . ' , ; extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [05:59:42.654] | : . ' , ; ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [05:59:42.654] | : . ' , ; ..- attr(*, "init")= logi TRUE [05:59:42.654] | : . ' , ; ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [05:59:42.654] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [05:59:42.654] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:42.654] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:42.654] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [05:59:42.654] | : . ' , ; .. ..$ workers:List of 2 [05:59:42.654] | : . ' , ; .. .. ..$ :List of 4 [05:59:42.654] | : . ' , ; .. .. .. ..$ con : 'sockconn' int 5 [05:59:42.654] | : . ' , ; .. .. .. .. ..- attr(*, "conn_id")= [05:59:42.654] | : . ' , ; .. .. .. ..$ host : chr "localhost" [05:59:42.654] | : . ' , ; .. .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:42.654] | : . ' , ; .. .. .. ..$ rank : int 0 [05:59:42.654] | : . ' , ; .. .. .. ..$ session_info:List of 10 [05:59:42.654] | : . ' , ; .. .. .. .. ..$ process :List of 1 [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ pid: int 166544 [05:59:42.654] | : . ' , ; .. .. .. .. ..$ r :List of 16 [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ arch : chr "x86_64" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ os : chr "mingw32" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ crt : chr "ucrt" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ status : chr "Under development (unstable)" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ major : chr "4" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ minor : chr "6.0" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ year : chr "2025" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ month : chr "06" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ day : chr "04" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ svn rev : chr "88278" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ language : chr "R" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-06-04 r88278 ucrt)" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ os.type : chr "windows" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ system :List of 9 [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ sysname : chr "Windows" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ release : chr "Server x64" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ version : chr "build 20348" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ machine : chr "x86-64" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ login : chr "CRAN" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ user : chr "CRAN" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ effective_user: chr "CRAN" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ capabilities : Named logi [1:19] TRUE TRUE TRUE TRUE FALSE FALSE ... [05:59:42.654] | : . ' , ; .. .. .. .. .. ..- attr(*, "names")= chr [1:19] "jpeg" "png" "tiff" "tcltk" ... [05:59:42.654] | : . ' , ; .. .. .. .. ..$ l10n :List of 5 [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ MBCS : logi TRUE [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ UTF-8 : logi TRUE [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ Latin-1 : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ codepage : int 65001 [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ system.codepage: int 65001 [05:59:42.654] | : . ' , ; .. .. .. .. ..$ extSoftVersion: Named chr [1:10] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [05:59:42.654] | : . ' , ; .. .. .. .. .. ..- attr(*, "names")= chr [1:10] "zlib" "bzlib" "xz" "libdeflate" ... [05:59:42.654] | : . ' , ; .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ tempdir : chr "D:\\temp\\2025_06_05_05_55_16_20588\\RtmpwBqgap" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ pkgs : NULL [05:59:42.654] | : . ' , ; .. .. .. ..- attr(*, "options")=List of 35 [05:59:42.654] | : . ' , ; .. .. .. .. ..$ worker : chr "localhost" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:42.654] | : . ' , ; .. .. .. .. ..$ master : chr "localhost" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ port : int 37712 [05:59:42.654] | : . ' , ; .. .. .. .. ..$ connectTimeout : num 120 [05:59:42.654] | : . ' , ; .. .. .. .. ..$ timeout : num 120 [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ homogeneous : logi TRUE [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:177256:CRANW"| __truncated__ [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rscript_envs : NULL [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rscript_libs : NULL [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rscript_startup : NULL [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:42.654] | : . ' , ; .. .. .. .. ..$ methods : logi TRUE [05:59:42.654] | : . ' , ; .. .. .. .. ..$ socketOptions : chr "no-delay" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ useXDR : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. ..$ outfile : chr "/dev/null" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ renice : int NA [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rshcmd : NULL [05:59:42.654] | : . ' , ; .. .. .. .. ..$ user : chr(0) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ revtunnel : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rshlogfile : NULL [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rshopts : chr(0) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rank : int 0 [05:59:42.654] | : . ' , ; .. .. .. .. ..$ manual : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. ..$ dryrun : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. ..$ quiet : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. ..$ setup_strategy : chr "parallel" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rshcmd_label : NULL [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rsh_call : NULL [05:59:42.654] | : . ' , ; .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:42.654] | : . ' , ; .. .. .. .. ..$ localMachine : logi TRUE [05:59:42.654] | : . ' , ; .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [05:59:42.654] | : . ' , ; master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [05:59:42.654] | : . ' , ; 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [05:59:42.654] | : . ' , ; 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [05:59:42.654] | : . ' , ; rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [05:59:42.654] | : . ' , ; "cmd", "sh", "none"), default_packages = c("datasets", "utils", [05:59:42.654] | : . ' , ; "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [05:59:42.654] | : . ' , ; socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [05:59:42.654] | : . ' , ; "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [05:59:42.654] | : . ' , ; FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [05:59:42.654] | : . ' , ; NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [05:59:42.654] | : . ' , ; NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [05:59:42.654] | : . ' , ; setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [05:59:42.654] | : . ' , ; "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [05:59:42.654] | : . ' , ; FALSE), action = c("launch", "options"), verbose = FALSE) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ arguments :List of 29 [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ worker : chr "localhost" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ master : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ port : int 37712 [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ connectTimeout : num 120 [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ timeout : num 120 [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ rscript : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ homogeneous : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ rscript_args : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ rscript_envs : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ rscript_libs : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ rscript_startup : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ rscript_sh : chr "auto" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ methods : logi TRUE [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ socketOptions : chr "no-delay" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ useXDR : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ outfile : chr "/dev/null" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ renice : int NA [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ rshcmd : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ user : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ revtunnel : logi NA [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ rshlogfile : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ rshopts : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ rank : int 1 [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ manual : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ dryrun : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ quiet : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ setup_strategy : chr "parallel" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ calls : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [05:59:42.654] | : . ' , ; .. .. .. ..- attr(*, "calls")=Dotted pair list of 10 [05:59:42.654] | : . ' , ; .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [05:59:42.654] | : . ' , ; .. .. .. .. ..$ : language source(file.path(path, "run.R")) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ : language makeClusterPSOCK(2L) [05:59:42.654] | : . ' , ; .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [05:59:42.654] | : . ' , ; .. .. ..$ :List of 4 [05:59:42.654] | : . ' , ; .. .. .. ..$ con : 'sockconn' int 6 [05:59:42.654] | : . ' , ; .. .. .. .. ..- attr(*, "conn_id")= [05:59:42.654] | : . ' , ; .. .. .. ..$ host : chr "localhost" [05:59:42.654] | : . ' , ; .. .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:42.654] | : . ' , ; .. .. .. ..$ rank : int 1 [05:59:42.654] | : . ' , ; .. .. .. ..$ session_info:List of 10 [05:59:42.654] | : . ' , ; .. .. .. .. ..$ process :List of 1 [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ pid: int 205736 [05:59:42.654] | : . ' , ; .. .. .. .. ..$ r :List of 16 [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ arch : chr "x86_64" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ os : chr "mingw32" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ crt : chr "ucrt" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ status : chr "Under development (unstable)" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ major : chr "4" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ minor : chr "6.0" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ year : chr "2025" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ month : chr "06" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ day : chr "04" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ svn rev : chr "88278" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ language : chr "R" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-06-04 r88278 ucrt)" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ os.type : chr "windows" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ system :List of 9 [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ sysname : chr "Windows" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ release : chr "Server x64" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ version : chr "build 20348" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ machine : chr "x86-64" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ login : chr "CRAN" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ user : chr "CRAN" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ effective_user: chr "CRAN" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ capabilities : Named logi [1:19] TRUE TRUE TRUE TRUE FALSE FALSE ... [05:59:42.654] | : . ' , ; .. .. .. .. .. ..- attr(*, "names")= chr [1:19] "jpeg" "png" "tiff" "tcltk" ... [05:59:42.654] | : . ' , ; .. .. .. .. ..$ l10n :List of 5 [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ MBCS : logi TRUE [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ UTF-8 : logi TRUE [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ Latin-1 : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ codepage : int 65001 [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ system.codepage: int 65001 [05:59:42.654] | : . ' , ; .. .. .. .. ..$ extSoftVersion: Named chr [1:10] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [05:59:42.654] | : . ' , ; .. .. .. .. .. ..- attr(*, "names")= chr [1:10] "zlib" "bzlib" "xz" "libdeflate" ... [05:59:42.654] | : . ' , ; .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ tempdir : chr "D:\\temp\\2025_06_05_05_55_16_20588\\RtmpUzR8qp" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ pkgs : NULL [05:59:42.654] | : . ' , ; .. .. .. ..- attr(*, "options")=List of 35 [05:59:42.654] | : . ' , ; .. .. .. .. ..$ worker : chr "localhost" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:42.654] | : . ' , ; .. .. .. .. ..$ master : chr "localhost" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ port : int 37712 [05:59:42.654] | : . ' , ; .. .. .. .. ..$ connectTimeout : num 120 [05:59:42.654] | : . ' , ; .. .. .. .. ..$ timeout : num 120 [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ homogeneous : logi TRUE [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:177256:CRANW"| __truncated__ [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rscript_envs : NULL [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rscript_libs : NULL [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rscript_startup : NULL [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:42.654] | : . ' , ; .. .. .. .. ..$ methods : logi TRUE [05:59:42.654] | : . ' , ; .. .. .. .. ..$ socketOptions : chr "no-delay" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ useXDR : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. ..$ outfile : chr "/dev/null" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ renice : int NA [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rshcmd : NULL [05:59:42.654] | : . ' , ; .. .. .. .. ..$ user : chr(0) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ revtunnel : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rshlogfile : NULL [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rshopts : chr(0) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rank : int 1 [05:59:42.654] | : . ' , ; .. .. .. .. ..$ manual : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. ..$ dryrun : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. ..$ quiet : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. ..$ setup_strategy : chr "parallel" [05:59:42.654] | : . ' , ; .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rshcmd_label : NULL [05:59:42.654] | : . ' , ; .. .. .. .. ..$ rsh_call : NULL [05:59:42.654] | : . ' , ; .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:42.654] | : . ' , ; .. .. .. .. ..$ localMachine : logi TRUE [05:59:42.654] | : . ' , ; .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [05:59:42.654] | : . ' , ; master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [05:59:42.654] | : . ' , ; 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [05:59:42.654] | : . ' , ; 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [05:59:42.654] | : . ' , ; rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [05:59:42.654] | : . ' , ; "cmd", "sh", "none"), default_packages = c("datasets", "utils", [05:59:42.654] | : . ' , ; "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [05:59:42.654] | : . ' , ; socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [05:59:42.654] | : . ' , ; "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [05:59:42.654] | : . ' , ; FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [05:59:42.654] | : . ' , ; NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [05:59:42.654] | : . ' , ; NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [05:59:42.654] | : . ' , ; setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [05:59:42.654] | : . ' , ; "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [05:59:42.654] | : . ' , ; FALSE), action = c("launch", "options"), verbose = FALSE) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ arguments :List of 29 [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ worker : chr "localhost" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ master : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ port : int 37712 [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ connectTimeout : num 120 [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ timeout : num 120 [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ rscript : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ homogeneous : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ rscript_args : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ rscript_envs : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ rscript_libs : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ rscript_startup : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ rscript_sh : chr "auto" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ methods : logi TRUE [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ socketOptions : chr "no-delay" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ useXDR : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ outfile : chr "/dev/null" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ renice : int NA [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ rshcmd : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ user : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ revtunnel : logi NA [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ rshlogfile : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ rshopts : NULL [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ rank : int 1 [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ manual : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ dryrun : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ quiet : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ setup_strategy : chr "parallel" [05:59:42.654] | : . ' , ; .. .. .. .. .. ..$ calls : logi FALSE [05:59:42.654] | : . ' , ; .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [05:59:42.654] | : . ' , ; .. .. .. ..- attr(*, "calls")=Dotted pair list of 10 [05:59:42.654] | : . ' , ; .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [05:59:42.654] | : . ' , ; .. .. .. .. ..$ : language source(file.path(path, "run.R")) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [05:59:42.654] | : . ' , ; .. .. .. .. ..$ : language makeClusterPSOCK(2L) [05:59:42.654] | : . ' , ; .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [05:59:42.654] | : . ' , ; .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [05:59:42.654] | : . ' , ; ..- attr(*, "call")= language plan(cluster, workers = workers) [05:59:42.654] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:42.772] | : . ' , ; plan(): plan_cleanup('tweaked', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [05:59:42.772] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:42.772] | : . ' , ; ` | Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [05:59:42.772] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:42.773] | : . ' , ; ` stopWorkers() for ClusterFutureBackend ... [05:59:42.773] | : . ' , ; ` | Interrupt active futures ... [05:59:42.774] | : . ' , ; ` | : Number of futures: 0 [05:59:42.774] | : . ' , ; ` | Interrupt active futures ... done [05:59:42.774] | : . ' , ; ` | Clear future registry ... [05:59:42.775] | : . ' , ; ` | Clear future registry ... done [05:59:42.775] | : . ' , ; ` | Stop cluster workers ... [05:59:42.775] | : . ' , ; ` | : Stopping existing cluster ... [05:59:42.775] | : . ' , ; ` | : . Cluster to shut down: [05:59:42.776] | : . ' , ; ` | : . Socket cluster with 1 nodes where 1 node is on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:42.783] | : . ' , ; ` | : . Stopped cluster: 'TRUE' [05:59:42.859] | : . ' , ; ` | : Stopping existing cluster ... done [05:59:42.860] | : . ' , ; ` | Stop cluster workers ... done [05:59:42.861] | : . ' , ; ` stopWorkers() for ClusterFutureBackend ... done [05:59:42.861] | : . ' , ; ` Legacy shutdown of cluster workers ... [05:59:42.861] | : . ' , ; ` | Stopping existing cluster ... [05:59:42.862] | : . ' , ; ` | : No pre-existing cluster. Skipping [05:59:42.862] | : . ' , ; ` | Stopping existing cluster ... done [05:59:42.862] | : . ' , ; ` Legacy shutdown of cluster workers ... done [05:59:42.863] | : . ' , ; plan(): plan_cleanup('tweaked', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [05:59:42.863] | : . ' , ; plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [05:59:42.863] | : . ' , ; ` function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [05:59:42.863] | : . ' , ; ` session_info = list(process = list(pid = 166544L), r = list(platform = "x86_64-w64-mingw32", [05:59:42.863] | : . ' , ; ` arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [05:59:42.863] | : . ' , ; ` status = "Under development (unstable)", major = "4", minor = "6.0", [05:59:42.863] | : . ' , ; ` year = "2025", month = "06", day = "04", `svn rev` = "88278", language = "R", [05:59:42.863] | : . ' , ; ` version.string = "R Under development (unstable) (2025-06-04 r88278 ucrt)", [05:59:42.863] | : . ' , ; ` nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [05:59:42.863] | : . ' , ; ` sysname = "Windows", release = "Server x64", version = "build 20348", [05:59:42.863] | : . ' , ; ` nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [05:59:42.863] | : . ' , ; ` effective_user = "CRAN", udomain = "CRANWIN3"), capabilities = c(jpeg = TRUE, [05:59:42.863] | : . ' , ; ` png = TRUE, tiff = TRUE, tcltk = TRUE, X11 = FALSE, aqua = FALSE, `http/ftp` = TRUE, [05:59:42.863] | : . ' , ; ` sockets = TRUE, libxml = FALSE, fifo = TRUE, cledit = FALSE, iconv = TRUE, [05:59:42.863] | : . ' , ; ` NLS = TRUE, Rprof = TRUE, profmem = TRUE, cairo = TRUE, ICU = TRUE, [05:59:42.863] | : . ' , ; ` long.double = TRUE, libcurl = TRUE), l10n = list(MBCS = TRUE, `UTF-8` = TRUE, [05:59:42.863] | : . ' , ; ` `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [05:59:42.863] | : . ' , ; ` extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [05:59:42.863] | : . ' , ; ` - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [05:59:42.863] | : . ' , ; ` - attr(*, "init")= logi TRUE [05:59:42.863] | : . ' , ; ` - attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [05:59:42.863] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [05:59:42.863] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:42.863] | : . ' , ; ` - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [05:59:42.863] | : . ' , ; ` - attr(*, "tweaks")=List of 1 [05:59:42.863] | : . ' , ; ` ..$ workers:List of 2 [05:59:42.863] | : . ' , ; ` .. ..$ :List of 4 [05:59:42.863] | : . ' , ; ` .. .. ..$ con : 'sockconn' int 5 [05:59:42.863] | : . ' , ; ` .. .. .. ..- attr(*, "conn_id")= [05:59:42.863] | : . ' , ; ` .. .. ..$ host : chr "localhost" [05:59:42.863] | : . ' , ; ` .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:42.863] | : . ' , ; ` .. .. ..$ rank : int 0 [05:59:42.863] | : . ' , ; ` .. .. ..$ session_info:List of 10 [05:59:42.863] | : . ' , ; ` .. .. .. ..$ process :List of 1 [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ pid: int 166544 [05:59:42.863] | : . ' , ; ` .. .. .. ..$ r :List of 16 [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ arch : chr "x86_64" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ os : chr "mingw32" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ crt : chr "ucrt" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ system : chr "x86_64, mingw32" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ status : chr "Under development (unstable)" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ major : chr "4" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ minor : chr "6.0" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ year : chr "2025" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ month : chr "06" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ day : chr "04" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ svn rev : chr "88278" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ language : chr "R" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-06-04 r88278 ucrt)" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ os.type : chr "windows" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ system :List of 9 [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ sysname : chr "Windows" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ release : chr "Server x64" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ version : chr "build 20348" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ nodename : chr "CRANWIN3" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ machine : chr "x86-64" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ login : chr "CRAN" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ user : chr "CRAN" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ effective_user: chr "CRAN" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ udomain : chr "CRANWIN3" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ capabilities : Named logi [1:19] TRUE TRUE TRUE TRUE FALSE FALSE ... [05:59:42.863] | : . ' , ; ` .. .. .. .. ..- attr(*, "names")= chr [1:19] "jpeg" "png" "tiff" "tcltk" ... [05:59:42.863] | : . ' , ; ` .. .. .. ..$ l10n :List of 5 [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ MBCS : logi TRUE [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ UTF-8 : logi TRUE [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ Latin-1 : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ codepage : int 65001 [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ system.codepage: int 65001 [05:59:42.863] | : . ' , ; ` .. .. .. ..$ extSoftVersion: Named chr [1:10] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [05:59:42.863] | : . ' , ; ` .. .. .. .. ..- attr(*, "names")= chr [1:10] "zlib" "bzlib" "xz" "libdeflate" ... [05:59:42.863] | : . ' , ; ` .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ tempdir : chr "D:\\temp\\2025_06_05_05_55_16_20588\\RtmpwBqgap" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ pkgs : NULL [05:59:42.863] | : . ' , ; ` .. .. ..- attr(*, "options")=List of 35 [05:59:42.863] | : . ' , ; ` .. .. .. ..$ worker : chr "localhost" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:42.863] | : . ' , ; ` .. .. .. ..$ master : chr "localhost" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ port : int 37712 [05:59:42.863] | : . ' , ; ` .. .. .. ..$ connectTimeout : num 120 [05:59:42.863] | : . ' , ; ` .. .. .. ..$ timeout : num 120 [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ homogeneous : logi TRUE [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:177256:CRANW"| __truncated__ [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rscript_envs : NULL [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rscript_libs : NULL [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rscript_startup : NULL [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:42.863] | : . ' , ; ` .. .. .. ..$ methods : logi TRUE [05:59:42.863] | : . ' , ; ` .. .. .. ..$ socketOptions : chr "no-delay" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ useXDR : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. ..$ outfile : chr "/dev/null" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ renice : int NA [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rshcmd : NULL [05:59:42.863] | : . ' , ; ` .. .. .. ..$ user : chr(0) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ revtunnel : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rshlogfile : NULL [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rshopts : chr(0) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rank : int 0 [05:59:42.863] | : . ' , ; ` .. .. .. ..$ manual : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. ..$ dryrun : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. ..$ quiet : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. ..$ setup_strategy : chr "parallel" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rshcmd_label : NULL [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rsh_call : NULL [05:59:42.863] | : . ' , ; ` .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:42.863] | : . ' , ; ` .. .. .. ..$ localMachine : logi TRUE [05:59:42.863] | : . ' , ; ` .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [05:59:42.863] | : . ' , ; ` master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [05:59:42.863] | : . ' , ; ` 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [05:59:42.863] | : . ' , ; ` 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [05:59:42.863] | : . ' , ; ` rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [05:59:42.863] | : . ' , ; ` "cmd", "sh", "none"), default_packages = c("datasets", "utils", [05:59:42.863] | : . ' , ; ` "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [05:59:42.863] | : . ' , ; ` socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [05:59:42.863] | : . ' , ; ` "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [05:59:42.863] | : . ' , ; ` FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [05:59:42.863] | : . ' , ; ` NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [05:59:42.863] | : . ' , ; ` NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [05:59:42.863] | : . ' , ; ` setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [05:59:42.863] | : . ' , ; ` "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [05:59:42.863] | : . ' , ; ` FALSE), action = c("launch", "options"), verbose = FALSE) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ arguments :List of 29 [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ worker : chr "localhost" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ master : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ port : int 37712 [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ connectTimeout : num 120 [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ timeout : num 120 [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ rscript : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ homogeneous : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ rscript_args : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ rscript_envs : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ rscript_libs : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ rscript_startup : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ rscript_sh : chr "auto" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ methods : logi TRUE [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ socketOptions : chr "no-delay" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ useXDR : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ outfile : chr "/dev/null" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ renice : int NA [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ rshcmd : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ user : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ revtunnel : logi NA [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ rshlogfile : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ rshopts : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ rank : int 1 [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ manual : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ dryrun : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ quiet : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ setup_strategy : chr "parallel" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ calls : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [05:59:42.863] | : . ' , ; ` .. .. ..- attr(*, "calls")=Dotted pair list of 10 [05:59:42.863] | : . ' , ; ` .. .. .. ..$ : language future:::testme("nbrOfWorkers") [05:59:42.863] | : . ' , ; ` .. .. .. ..$ : language source(file.path(path, "run.R")) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ : language makeClusterPSOCK(2L) [05:59:42.863] | : . ' , ; ` .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [05:59:42.863] | : . ' , ; ` .. ..$ :List of 4 [05:59:42.863] | : . ' , ; ` .. .. ..$ con : 'sockconn' int 6 [05:59:42.863] | : . ' , ; ` .. .. .. ..- attr(*, "conn_id")= [05:59:42.863] | : . ' , ; ` .. .. ..$ host : chr "localhost" [05:59:42.863] | : . ' , ; ` .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:42.863] | : . ' , ; ` .. .. ..$ rank : int 1 [05:59:42.863] | : . ' , ; ` .. .. ..$ session_info:List of 10 [05:59:42.863] | : . ' , ; ` .. .. .. ..$ process :List of 1 [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ pid: int 205736 [05:59:42.863] | : . ' , ; ` .. .. .. ..$ r :List of 16 [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ arch : chr "x86_64" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ os : chr "mingw32" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ crt : chr "ucrt" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ system : chr "x86_64, mingw32" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ status : chr "Under development (unstable)" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ major : chr "4" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ minor : chr "6.0" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ year : chr "2025" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ month : chr "06" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ day : chr "04" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ svn rev : chr "88278" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ language : chr "R" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-06-04 r88278 ucrt)" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ os.type : chr "windows" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ system :List of 9 [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ sysname : chr "Windows" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ release : chr "Server x64" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ version : chr "build 20348" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ nodename : chr "CRANWIN3" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ machine : chr "x86-64" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ login : chr "CRAN" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ user : chr "CRAN" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ effective_user: chr "CRAN" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ udomain : chr "CRANWIN3" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ capabilities : Named logi [1:19] TRUE TRUE TRUE TRUE FALSE FALSE ... [05:59:42.863] | : . ' , ; ` .. .. .. .. ..- attr(*, "names")= chr [1:19] "jpeg" "png" "tiff" "tcltk" ... [05:59:42.863] | : . ' , ; ` .. .. .. ..$ l10n :List of 5 [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ MBCS : logi TRUE [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ UTF-8 : logi TRUE [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ Latin-1 : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ codepage : int 65001 [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ system.codepage: int 65001 [05:59:42.863] | : . ' , ; ` .. .. .. ..$ extSoftVersion: Named chr [1:10] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [05:59:42.863] | : . ' , ; ` .. .. .. .. ..- attr(*, "names")= chr [1:10] "zlib" "bzlib" "xz" "libdeflate" ... [05:59:42.863] | : . ' , ; ` .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ tempdir : chr "D:\\temp\\2025_06_05_05_55_16_20588\\RtmpUzR8qp" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ pkgs : NULL [05:59:42.863] | : . ' , ; ` .. .. ..- attr(*, "options")=List of 35 [05:59:42.863] | : . ' , ; ` .. .. .. ..$ worker : chr "localhost" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:42.863] | : . ' , ; ` .. .. .. ..$ master : chr "localhost" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ port : int 37712 [05:59:42.863] | : . ' , ; ` .. .. .. ..$ connectTimeout : num 120 [05:59:42.863] | : . ' , ; ` .. .. .. ..$ timeout : num 120 [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ homogeneous : logi TRUE [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:177256:CRANW"| __truncated__ [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rscript_envs : NULL [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rscript_libs : NULL [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rscript_startup : NULL [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:42.863] | : . ' , ; ` .. .. .. ..$ methods : logi TRUE [05:59:42.863] | : . ' , ; ` .. .. .. ..$ socketOptions : chr "no-delay" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ useXDR : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. ..$ outfile : chr "/dev/null" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ renice : int NA [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rshcmd : NULL [05:59:42.863] | : . ' , ; ` .. .. .. ..$ user : chr(0) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ revtunnel : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rshlogfile : NULL [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rshopts : chr(0) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rank : int 1 [05:59:42.863] | : . ' , ; ` .. .. .. ..$ manual : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. ..$ dryrun : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. ..$ quiet : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. ..$ setup_strategy : chr "parallel" [05:59:42.863] | : . ' , ; ` .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rshcmd_label : NULL [05:59:42.863] | : . ' , ; ` .. .. .. ..$ rsh_call : NULL [05:59:42.863] | : . ' , ; ` .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:42.863] | : . ' , ; ` .. .. .. ..$ localMachine : logi TRUE [05:59:42.863] | : . ' , ; ` .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [05:59:42.863] | : . ' , ; ` master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [05:59:42.863] | : . ' , ; ` 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [05:59:42.863] | : . ' , ; ` 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [05:59:42.863] | : . ' , ; ` rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [05:59:42.863] | : . ' , ; ` "cmd", "sh", "none"), default_packages = c("datasets", "utils", [05:59:42.863] | : . ' , ; ` "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [05:59:42.863] | : . ' , ; ` socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [05:59:42.863] | : . ' , ; ` "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [05:59:42.863] | : . ' , ; ` FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [05:59:42.863] | : . ' , ; ` NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [05:59:42.863] | : . ' , ; ` NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [05:59:42.863] | : . ' , ; ` setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [05:59:42.863] | : . ' , ; ` "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [05:59:42.863] | : . ' , ; ` FALSE), action = c("launch", "options"), verbose = FALSE) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ arguments :List of 29 [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ worker : chr "localhost" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ master : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ port : int 37712 [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ connectTimeout : num 120 [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ timeout : num 120 [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ rscript : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ homogeneous : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ rscript_args : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ rscript_envs : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ rscript_libs : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ rscript_startup : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ rscript_sh : chr "auto" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ methods : logi TRUE [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ socketOptions : chr "no-delay" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ useXDR : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ outfile : chr "/dev/null" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ renice : int NA [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ rshcmd : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ user : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ revtunnel : logi NA [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ rshlogfile : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ rshopts : NULL [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ rank : int 1 [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ manual : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ dryrun : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ quiet : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ setup_strategy : chr "parallel" [05:59:42.863] | : . ' , ; ` .. .. .. .. ..$ calls : logi FALSE [05:59:42.863] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [05:59:42.863] | : . ' , ; ` .. .. ..- attr(*, "calls")=Dotted pair list of 10 [05:59:42.863] | : . ' , ; ` .. .. .. ..$ : language future:::testme("nbrOfWorkers") [05:59:42.863] | : . ' , ; ` .. .. .. ..$ : language source(file.path(path, "run.R")) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [05:59:42.863] | : . ' , ; ` .. .. .. ..$ : language makeClusterPSOCK(2L) [05:59:42.863] | : . ' , ; ` .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [05:59:42.863] | : . ' , ; ` .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [05:59:42.863] | : . ' , ; ` - attr(*, "call")= language plan(cluster, workers = workers) [05:59:43.004] | : . ' , ; ` init: TRUE [05:59:43.004] | : . ' , ; ` makeFutureBackend() ... [05:59:43.005] | : . ' , ; ` | Backend function: <'NULL'> [05:59:43.005] | : . ' , ; ` | Evaluator tweak arguments: [n=1] [05:59:43.005] | : . ' , ; ` | List of 1 [05:59:43.005] | : . ' , ; ` | $ workers:List of 2 [05:59:43.005] | : . ' , ; ` | ..$ :List of 4 [05:59:43.005] | : . ' , ; ` | .. ..$ con : 'sockconn' int 5 [05:59:43.005] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [05:59:43.005] | : . ' , ; ` | .. ..$ host : chr "localhost" [05:59:43.005] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [05:59:43.005] | : . ' , ; ` | .. ..$ rank : int 0 [05:59:43.005] | : . ' , ; ` | .. ..$ session_info:List of 10 [05:59:43.005] | : . ' , ; ` | .. .. ..$ process :List of 1 [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ pid: int 166544 [05:59:43.005] | : . ' , ; ` | .. .. ..$ r :List of 16 [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ month : chr "06" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ day : chr "04" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "88278" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-06-04 r88278 ucrt)" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [05:59:43.005] | : . ' , ; ` | .. .. ..$ system :List of 9 [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [05:59:43.005] | : . ' , ; ` | .. .. ..$ capabilities : Named logi [1:19] TRUE TRUE TRUE TRUE FALSE FALSE ... [05:59:43.005] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:19] "jpeg" "png" "tiff" "tcltk" ... [05:59:43.005] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [05:59:43.005] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:10] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [05:59:43.005] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:10] "zlib" "bzlib" "xz" "libdeflate" ... [05:59:43.005] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [05:59:43.005] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2025_06_05_05_55_16_20588\\RtmpwBqgap" [05:59:43.005] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:43.005] | : . ' , ; ` | .. .. ..$ pkgs : NULL [05:59:43.005] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [05:59:43.005] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [05:59:43.005] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:43.005] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [05:59:43.005] | : . ' , ; ` | .. .. ..$ port : int 37712 [05:59:43.005] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [05:59:43.005] | : . ' , ; ` | .. .. ..$ timeout : num 120 [05:59:43.005] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [05:59:43.005] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [05:59:43.005] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:177256:CRANW"| __truncated__ [05:59:43.005] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [05:59:43.005] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [05:59:43.005] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [05:59:43.005] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [05:59:43.005] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:43.005] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [05:59:43.005] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [05:59:43.005] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [05:59:43.005] | : . ' , ; ` | .. .. ..$ renice : int NA [05:59:43.005] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [05:59:43.005] | : . ' , ; ` | .. .. ..$ user : chr(0) [05:59:43.005] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [05:59:43.005] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [05:59:43.005] | : . ' , ; ` | .. .. ..$ rank : int 0 [05:59:43.005] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [05:59:43.005] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:43.005] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [05:59:43.005] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [05:59:43.005] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:43.005] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [05:59:43.005] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [05:59:43.005] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [05:59:43.005] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [05:59:43.005] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [05:59:43.005] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [05:59:43.005] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [05:59:43.005] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [05:59:43.005] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [05:59:43.005] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [05:59:43.005] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [05:59:43.005] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [05:59:43.005] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [05:59:43.005] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [05:59:43.005] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [05:59:43.005] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [05:59:43.005] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ master : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ port : int 37712 [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ renice : int NA [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ user : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [05:59:43.005] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 10 [05:59:43.005] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [05:59:43.005] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [05:59:43.005] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:43.005] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.005] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.005] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [05:59:43.005] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:43.005] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.005] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.005] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [05:59:43.005] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [05:59:43.005] | : . ' , ; ` | ..$ :List of 4 [05:59:43.005] | : . ' , ; ` | .. ..$ con : 'sockconn' int 6 [05:59:43.005] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [05:59:43.005] | : . ' , ; ` | .. ..$ host : chr "localhost" [05:59:43.005] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [05:59:43.005] | : . ' , ; ` | .. ..$ rank : int 1 [05:59:43.005] | : . ' , ; ` | .. ..$ session_info:List of 10 [05:59:43.005] | : . ' , ; ` | .. .. ..$ process :List of 1 [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ pid: int 205736 [05:59:43.005] | : . ' , ; ` | .. .. ..$ r :List of 16 [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ month : chr "06" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ day : chr "04" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "88278" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-06-04 r88278 ucrt)" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [05:59:43.005] | : . ' , ; ` | .. .. ..$ system :List of 9 [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [05:59:43.005] | : . ' , ; ` | .. .. ..$ capabilities : Named logi [1:19] TRUE TRUE TRUE TRUE FALSE FALSE ... [05:59:43.005] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:19] "jpeg" "png" "tiff" "tcltk" ... [05:59:43.005] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [05:59:43.005] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:10] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [05:59:43.005] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:10] "zlib" "bzlib" "xz" "libdeflate" ... [05:59:43.005] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [05:59:43.005] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2025_06_05_05_55_16_20588\\RtmpUzR8qp" [05:59:43.005] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:43.005] | : . ' , ; ` | .. .. ..$ pkgs : NULL [05:59:43.005] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [05:59:43.005] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [05:59:43.005] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:43.005] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [05:59:43.005] | : . ' , ; ` | .. .. ..$ port : int 37712 [05:59:43.005] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [05:59:43.005] | : . ' , ; ` | .. .. ..$ timeout : num 120 [05:59:43.005] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [05:59:43.005] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [05:59:43.005] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:177256:CRANW"| __truncated__ [05:59:43.005] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [05:59:43.005] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [05:59:43.005] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [05:59:43.005] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [05:59:43.005] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:43.005] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [05:59:43.005] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [05:59:43.005] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [05:59:43.005] | : . ' , ; ` | .. .. ..$ renice : int NA [05:59:43.005] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [05:59:43.005] | : . ' , ; ` | .. .. ..$ user : chr(0) [05:59:43.005] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [05:59:43.005] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [05:59:43.005] | : . ' , ; ` | .. .. ..$ rank : int 1 [05:59:43.005] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [05:59:43.005] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:43.005] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [05:59:43.005] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [05:59:43.005] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:43.005] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [05:59:43.005] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [05:59:43.005] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [05:59:43.005] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [05:59:43.005] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [05:59:43.005] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [05:59:43.005] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [05:59:43.005] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [05:59:43.005] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [05:59:43.005] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [05:59:43.005] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [05:59:43.005] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [05:59:43.005] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [05:59:43.005] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [05:59:43.005] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [05:59:43.005] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [05:59:43.005] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ master : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ port : int 37712 [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ renice : int NA [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ user : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [05:59:43.005] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [05:59:43.005] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [05:59:43.005] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 10 [05:59:43.005] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [05:59:43.005] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [05:59:43.005] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:43.005] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.005] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.005] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [05:59:43.005] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:43.005] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.005] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.005] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [05:59:43.005] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [05:59:43.005] | : . ' , ; ` | ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [05:59:43.144] | : . ' , ; ` | Evaluator formal arguments: [n=1] [05:59:43.144] | : . ' , ; ` | List of 1 [05:59:43.144] | : . ' , ; ` | $ workers:List of 2 [05:59:43.144] | : . ' , ; ` | ..$ :List of 4 [05:59:43.144] | : . ' , ; ` | .. ..$ con : 'sockconn' int 5 [05:59:43.144] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [05:59:43.144] | : . ' , ; ` | .. ..$ host : chr "localhost" [05:59:43.144] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [05:59:43.144] | : . ' , ; ` | .. ..$ rank : int 0 [05:59:43.144] | : . ' , ; ` | .. ..$ session_info:List of 10 [05:59:43.144] | : . ' , ; ` | .. .. ..$ process :List of 1 [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ pid: int 166544 [05:59:43.144] | : . ' , ; ` | .. .. ..$ r :List of 16 [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ month : chr "06" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ day : chr "04" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "88278" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-06-04 r88278 ucrt)" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [05:59:43.144] | : . ' , ; ` | .. .. ..$ system :List of 9 [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [05:59:43.144] | : . ' , ; ` | .. .. ..$ capabilities : Named logi [1:19] TRUE TRUE TRUE TRUE FALSE FALSE ... [05:59:43.144] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:19] "jpeg" "png" "tiff" "tcltk" ... [05:59:43.144] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [05:59:43.144] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:10] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [05:59:43.144] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:10] "zlib" "bzlib" "xz" "libdeflate" ... [05:59:43.144] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [05:59:43.144] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2025_06_05_05_55_16_20588\\RtmpwBqgap" [05:59:43.144] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:43.144] | : . ' , ; ` | .. .. ..$ pkgs : NULL [05:59:43.144] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [05:59:43.144] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [05:59:43.144] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:43.144] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [05:59:43.144] | : . ' , ; ` | .. .. ..$ port : int 37712 [05:59:43.144] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [05:59:43.144] | : . ' , ; ` | .. .. ..$ timeout : num 120 [05:59:43.144] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [05:59:43.144] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [05:59:43.144] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:177256:CRANW"| __truncated__ [05:59:43.144] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [05:59:43.144] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [05:59:43.144] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [05:59:43.144] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [05:59:43.144] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:43.144] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [05:59:43.144] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [05:59:43.144] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [05:59:43.144] | : . ' , ; ` | .. .. ..$ renice : int NA [05:59:43.144] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [05:59:43.144] | : . ' , ; ` | .. .. ..$ user : chr(0) [05:59:43.144] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [05:59:43.144] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [05:59:43.144] | : . ' , ; ` | .. .. ..$ rank : int 0 [05:59:43.144] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [05:59:43.144] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:43.144] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [05:59:43.144] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [05:59:43.144] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:43.144] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [05:59:43.144] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [05:59:43.144] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [05:59:43.144] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [05:59:43.144] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [05:59:43.144] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [05:59:43.144] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [05:59:43.144] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [05:59:43.144] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [05:59:43.144] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [05:59:43.144] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [05:59:43.144] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [05:59:43.144] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [05:59:43.144] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [05:59:43.144] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [05:59:43.144] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [05:59:43.144] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ master : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ port : int 37712 [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ renice : int NA [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ user : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [05:59:43.144] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 10 [05:59:43.144] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [05:59:43.144] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [05:59:43.144] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:43.144] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.144] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.144] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [05:59:43.144] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:43.144] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.144] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.144] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [05:59:43.144] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [05:59:43.144] | : . ' , ; ` | ..$ :List of 4 [05:59:43.144] | : . ' , ; ` | .. ..$ con : 'sockconn' int 6 [05:59:43.144] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [05:59:43.144] | : . ' , ; ` | .. ..$ host : chr "localhost" [05:59:43.144] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [05:59:43.144] | : . ' , ; ` | .. ..$ rank : int 1 [05:59:43.144] | : . ' , ; ` | .. ..$ session_info:List of 10 [05:59:43.144] | : . ' , ; ` | .. .. ..$ process :List of 1 [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ pid: int 205736 [05:59:43.144] | : . ' , ; ` | .. .. ..$ r :List of 16 [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ month : chr "06" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ day : chr "04" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "88278" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-06-04 r88278 ucrt)" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [05:59:43.144] | : . ' , ; ` | .. .. ..$ system :List of 9 [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [05:59:43.144] | : . ' , ; ` | .. .. ..$ capabilities : Named logi [1:19] TRUE TRUE TRUE TRUE FALSE FALSE ... [05:59:43.144] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:19] "jpeg" "png" "tiff" "tcltk" ... [05:59:43.144] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [05:59:43.144] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:10] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [05:59:43.144] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:10] "zlib" "bzlib" "xz" "libdeflate" ... [05:59:43.144] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [05:59:43.144] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2025_06_05_05_55_16_20588\\RtmpUzR8qp" [05:59:43.144] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:43.144] | : . ' , ; ` | .. .. ..$ pkgs : NULL [05:59:43.144] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [05:59:43.144] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [05:59:43.144] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:43.144] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [05:59:43.144] | : . ' , ; ` | .. .. ..$ port : int 37712 [05:59:43.144] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [05:59:43.144] | : . ' , ; ` | .. .. ..$ timeout : num 120 [05:59:43.144] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [05:59:43.144] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [05:59:43.144] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:177256:CRANW"| __truncated__ [05:59:43.144] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [05:59:43.144] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [05:59:43.144] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [05:59:43.144] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [05:59:43.144] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:43.144] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [05:59:43.144] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [05:59:43.144] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [05:59:43.144] | : . ' , ; ` | .. .. ..$ renice : int NA [05:59:43.144] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [05:59:43.144] | : . ' , ; ` | .. .. ..$ user : chr(0) [05:59:43.144] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [05:59:43.144] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [05:59:43.144] | : . ' , ; ` | .. .. ..$ rank : int 1 [05:59:43.144] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [05:59:43.144] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:43.144] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [05:59:43.144] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [05:59:43.144] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:43.144] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [05:59:43.144] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [05:59:43.144] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [05:59:43.144] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [05:59:43.144] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [05:59:43.144] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [05:59:43.144] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [05:59:43.144] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [05:59:43.144] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [05:59:43.144] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [05:59:43.144] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [05:59:43.144] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [05:59:43.144] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [05:59:43.144] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [05:59:43.144] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [05:59:43.144] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [05:59:43.144] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ master : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ port : int 37712 [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ renice : int NA [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ user : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [05:59:43.144] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [05:59:43.144] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [05:59:43.144] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 10 [05:59:43.144] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [05:59:43.144] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [05:59:43.144] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:43.144] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.144] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.144] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [05:59:43.144] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:43.144] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.144] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.144] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [05:59:43.144] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [05:59:43.144] | : . ' , ; ` | ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [05:59:43.264] | : . ' , ; ` | Backend factory arguments: [n=1] [05:59:43.264] | : . ' , ; ` | Dotted pair list of 1 [05:59:43.264] | : . ' , ; ` | $ workers:List of 2 [05:59:43.264] | : . ' , ; ` | ..$ :List of 4 [05:59:43.264] | : . ' , ; ` | .. ..$ con : 'sockconn' int 5 [05:59:43.264] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [05:59:43.264] | : . ' , ; ` | .. ..$ host : chr "localhost" [05:59:43.264] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [05:59:43.264] | : . ' , ; ` | .. ..$ rank : int 0 [05:59:43.264] | : . ' , ; ` | .. ..$ session_info:List of 10 [05:59:43.264] | : . ' , ; ` | .. .. ..$ process :List of 1 [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ pid: int 166544 [05:59:43.264] | : . ' , ; ` | .. .. ..$ r :List of 16 [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ month : chr "06" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ day : chr "04" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "88278" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-06-04 r88278 ucrt)" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [05:59:43.264] | : . ' , ; ` | .. .. ..$ system :List of 9 [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [05:59:43.264] | : . ' , ; ` | .. .. ..$ capabilities : Named logi [1:19] TRUE TRUE TRUE TRUE FALSE FALSE ... [05:59:43.264] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:19] "jpeg" "png" "tiff" "tcltk" ... [05:59:43.264] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [05:59:43.264] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:10] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [05:59:43.264] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:10] "zlib" "bzlib" "xz" "libdeflate" ... [05:59:43.264] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [05:59:43.264] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2025_06_05_05_55_16_20588\\RtmpwBqgap" [05:59:43.264] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:43.264] | : . ' , ; ` | .. .. ..$ pkgs : NULL [05:59:43.264] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [05:59:43.264] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [05:59:43.264] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:43.264] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [05:59:43.264] | : . ' , ; ` | .. .. ..$ port : int 37712 [05:59:43.264] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [05:59:43.264] | : . ' , ; ` | .. .. ..$ timeout : num 120 [05:59:43.264] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [05:59:43.264] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [05:59:43.264] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:177256:CRANW"| __truncated__ [05:59:43.264] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [05:59:43.264] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [05:59:43.264] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [05:59:43.264] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [05:59:43.264] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:43.264] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [05:59:43.264] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [05:59:43.264] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [05:59:43.264] | : . ' , ; ` | .. .. ..$ renice : int NA [05:59:43.264] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [05:59:43.264] | : . ' , ; ` | .. .. ..$ user : chr(0) [05:59:43.264] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [05:59:43.264] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [05:59:43.264] | : . ' , ; ` | .. .. ..$ rank : int 0 [05:59:43.264] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [05:59:43.264] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:43.264] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [05:59:43.264] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [05:59:43.264] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:43.264] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [05:59:43.264] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [05:59:43.264] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [05:59:43.264] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [05:59:43.264] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [05:59:43.264] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [05:59:43.264] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [05:59:43.264] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [05:59:43.264] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [05:59:43.264] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [05:59:43.264] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [05:59:43.264] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [05:59:43.264] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [05:59:43.264] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [05:59:43.264] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [05:59:43.264] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [05:59:43.264] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ master : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ port : int 37712 [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ renice : int NA [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ user : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [05:59:43.264] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 10 [05:59:43.264] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [05:59:43.264] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [05:59:43.264] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:43.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.264] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [05:59:43.264] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:43.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.264] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [05:59:43.264] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [05:59:43.264] | : . ' , ; ` | ..$ :List of 4 [05:59:43.264] | : . ' , ; ` | .. ..$ con : 'sockconn' int 6 [05:59:43.264] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [05:59:43.264] | : . ' , ; ` | .. ..$ host : chr "localhost" [05:59:43.264] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [05:59:43.264] | : . ' , ; ` | .. ..$ rank : int 1 [05:59:43.264] | : . ' , ; ` | .. ..$ session_info:List of 10 [05:59:43.264] | : . ' , ; ` | .. .. ..$ process :List of 1 [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ pid: int 205736 [05:59:43.264] | : . ' , ; ` | .. .. ..$ r :List of 16 [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ month : chr "06" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ day : chr "04" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "88278" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-06-04 r88278 ucrt)" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [05:59:43.264] | : . ' , ; ` | .. .. ..$ system :List of 9 [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [05:59:43.264] | : . ' , ; ` | .. .. ..$ capabilities : Named logi [1:19] TRUE TRUE TRUE TRUE FALSE FALSE ... [05:59:43.264] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:19] "jpeg" "png" "tiff" "tcltk" ... [05:59:43.264] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [05:59:43.264] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:10] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [05:59:43.264] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:10] "zlib" "bzlib" "xz" "libdeflate" ... [05:59:43.264] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [05:59:43.264] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2025_06_05_05_55_16_20588\\RtmpUzR8qp" [05:59:43.264] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:43.264] | : . ' , ; ` | .. .. ..$ pkgs : NULL [05:59:43.264] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [05:59:43.264] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [05:59:43.264] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [05:59:43.264] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [05:59:43.264] | : . ' , ; ` | .. .. ..$ port : int 37712 [05:59:43.264] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [05:59:43.264] | : . ' , ; ` | .. .. ..$ timeout : num 120 [05:59:43.264] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [05:59:43.264] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [05:59:43.264] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:177256:CRANW"| __truncated__ [05:59:43.264] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [05:59:43.264] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [05:59:43.264] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [05:59:43.264] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [05:59:43.264] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:43.264] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [05:59:43.264] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [05:59:43.264] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [05:59:43.264] | : . ' , ; ` | .. .. ..$ renice : int NA [05:59:43.264] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [05:59:43.264] | : . ' , ; ` | .. .. ..$ user : chr(0) [05:59:43.264] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [05:59:43.264] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [05:59:43.264] | : . ' , ; ` | .. .. ..$ rank : int 1 [05:59:43.264] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [05:59:43.264] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:43.264] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [05:59:43.264] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [05:59:43.264] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [05:59:43.264] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [05:59:43.264] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [05:59:43.264] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [05:59:43.264] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [05:59:43.264] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [05:59:43.264] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [05:59:43.264] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [05:59:43.264] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [05:59:43.264] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [05:59:43.264] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [05:59:43.264] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [05:59:43.264] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [05:59:43.264] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [05:59:43.264] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [05:59:43.264] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [05:59:43.264] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [05:59:43.264] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ master : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ port : int 37712 [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ renice : int NA [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ user : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [05:59:43.264] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [05:59:43.264] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [05:59:43.264] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 10 [05:59:43.264] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [05:59:43.264] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [05:59:43.264] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:43.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.264] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [05:59:43.264] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [05:59:43.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [05:59:43.264] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [05:59:43.264] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [05:59:43.264] | : . ' , ; ` | ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [05:59:43.380] | : . ' , ; ` | ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... [05:59:43.380] | : . ' , ; ` | : Stopping existing cluster ... [05:59:43.380] | : . ' , ; ` | : . No pre-existing cluster. Skipping [05:59:43.381] | : . ' , ; ` | : Stopping existing cluster ... done [05:59:43.381] | : . ' , ; ` | : Number of workers: 2 [05:59:43.395] | : . ' , ; ` | : Generated workers UUID [05:59:43.395] | : . ' , ; ` | : Workers UUID: '68ad4fdd66dec5ad4e8ad54c235617f9' [05:59:43.395] | : . ' , ; ` | ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... done [05:59:43.396] | : . ' , ; ` | Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [05:59:43.396] | : . ' , ; ` makeFutureBackend() ... done [05:59:43.396] | : . ' , ; plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [05:59:43.396] | : . ' , ; plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:43.397] | : . ' , ; plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:43.397] | : . ' , ; plan(): nbrOfWorkers() = 2 [05:59:43.397] | : . ' , plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [05:59:43.397] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > n <- nbrOfWorkers() [05:59:43.398] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:43.398] | : . ' 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_06_05_05_55_16_20588' Sourcing 6 epilogue scripts ... done Test time: user.self=2s, sys.self=0.08s, elapsed=4s, user.child=NAs, sys.child=NAs Test 'nbrOfWorkers' ... success > > proc.time() user system elapsed 2.32 0.23 4.46