R Under development (unstable) (2025-07-28 r88462 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) [12:34:21.221] Option 'future.startup.script': TRUE [12:34:21.222] Future startup scripts considered: '.future.R', '~/.future.R' [12:34:21.223] Future startup scripts found: > message("*** nbrOfWorkers() ...") *** nbrOfWorkers() ... > strategies <- c("sequential") > for (strategy in strategies) { + message("Type of future: ", strategy) + evaluator <- get(strategy, mode = "function") + n <- nbrOfWorke .... [TRUNCATED] Type of future: sequential [12:34:21.241] Backend function: <'NULL'> nbrOfWorkers: 1 [12:34:21.242] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:21.242] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:34:21.243] | : all.equal() for FutureStrategyList ... [12:34:21.243] | : . New stack: [12:34:21.243] | : . List of 1 [12:34:21.243] | : . $ :function (..., envir = parent.frame()) [12:34:21.243] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:21.243] | : . ..- attr(*, "init")= logi TRUE [12:34:21.243] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:21.243] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:21.243] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:21.243] | : . ..- attr(*, "call")= language plan(strategy) [12:34:21.243] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:21.255] | : . Old stack: [12:34:21.255] | : . List of 1 [12:34:21.255] | : . $ :function (..., envir = parent.frame()) [12:34:21.255] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:21.255] | : . ..- attr(*, "init")= logi TRUE [12:34:21.255] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:21.255] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:21.255] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:21.255] | : . ..- attr(*, "call")= language plan(sequential) [12:34:21.255] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:21.260] | : . Not identical [12:34:21.261] | : . all.equal() for future ... [12:34:21.261] | : . ' List of 2 [12:34:21.261] | : . ' $ target :function (..., envir = parent.frame()) [12:34:21.261] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:21.261] | : . ' ..- attr(*, "init")= logi TRUE [12:34:21.261] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:21.261] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:21.261] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:21.261] | : . ' ..- attr(*, "call")= language plan(strategy) [12:34:21.261] | : . ' $ current:function (..., envir = parent.frame()) [12:34:21.261] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:21.261] | : . ' ..- attr(*, "init")= logi TRUE [12:34:21.261] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:21.261] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:21.261] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:21.261] | : . ' ..- attr(*, "call")= language plan(sequential) [12:34:21.268] | : . all.equal() for future ... done [12:34:21.268] | : all.equal() for FutureStrategyList ... done [12:34:21.268] | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:21.269] | : List of future strategies: [12:34:21.269] | : 1. sequential: [12:34:21.269] | : - args: function (..., envir = parent.frame(), workers = "") [12:34:21.269] | : - tweaked: FALSE [12:34:21.269] | : - call: plan(sequential) [12:34:21.270] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:34:21.270] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:21.270] nbrOfWorkers(NULL) ... [12:34:21.270] | List of 4 [12:34:21.270] | $ : language eval(ei, envir) [12:34:21.270] | $ : language eval(ei, envir) [12:34:21.270] | $ : language nbrOfWorkers() [12:34:21.270] | $ : language nbrOfWorkers.NULL() [12:34:21.272] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:21.272] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:34:21.273] | : . function (..., envir = parent.frame()) [12:34:21.273] | : . - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:21.273] | : . - attr(*, "init")= logi TRUE [12:34:21.273] | : . - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:21.273] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:21.273] | : . - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:21.273] | : . - attr(*, "call")= language plan(sequential) [12:34:21.277] | : . init: TRUE [12:34:21.277] | : . makeFutureBackend() ... [12:34:21.277] | : . ' Backend function: <'NULL'> [12:34:21.277] | : . ' Evaluator tweak arguments: [n=0] [12:34:21.278] | : . ' list() [12:34:21.278] | : . ' Evaluator formal arguments: [n=0] [12:34:21.279] | : . ' list() [12:34:21.279] | : . ' Backend factory arguments: [n=0] [12:34:21.279] | : . ' NULL [12:34:21.280] | : . ' Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:34:21.280] | : . makeFutureBackend() ... done [12:34:21.281] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:34:21.281] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:21.281] | Number of workers: 1 [12:34:21.281] nbrOfWorkers(NULL) ... done nbrOfWorkers: 1 [12:34:21.282] nbrOfFreeWorkers(NULL) ... [12:34:21.282] | List of 4 [12:34:21.282] | $ : language eval(ei, envir) [12:34:21.282] | $ : language eval(ei, envir) [12:34:21.282] | $ : language nbrOfFreeWorkers() [12:34:21.282] | $ : language nbrOfFreeWorkers.NULL() [12:34:21.288] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:21.289] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:21.289] | Number of free workers: NA [12:34:21.289] nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers: 1 [12:34:21.290] nbrOfFreeWorkers(NULL) ... [12:34:21.290] | List of 4 [12:34:21.290] | $ : language nbrOfFreeWorkers(background = TRUE) [12:34:21.290] | $ : language nbrOfFreeWorkers.logical(background = TRUE) [12:34:21.290] | $ : language nbrOfFreeWorkers(NULL, background = force(background), ...) [12:34:21.290] | $ : language nbrOfFreeWorkers.NULL(NULL, background = force(background), ...) [12:34:21.293] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:21.293] | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:21.294] | Number of free workers: NA [12:34:21.294] nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers(background = TRUE): 0 > strategies <- c("cluster", "multisession", "multicore") > strategies <- intersect(strategies, supportedStrategies()) > cores <- availableCores() > message("Number of available cores: ", cores) Number of available cores: 2 > workers <- availableWorkers() > nworkers <- length(workers) > message(sprintf("Available workers: [n = %d] %s", + nworkers, commaq(workers))) Available workers: [n = 2] 'localhost', 'localhost' > allButOneCore <- function() max(1, future::availableCores() - + 1) > allButOneWorker <- function() { + w <- future::availableWorkers() + if (length(w) > 1) + w[-1] + else w + } > for (strategy in strategies) { + message("Type of future: ", strategy) + evaluator <- get(strategy, mode = "function") + n <- nbrOfWorke .... [TRUNCATED] Type of future: multisession [12:34:21.342] Backend function: <'NULL'> [12:34:21.343] MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:34:21.343] | Arguments: [12:34:21.343] | List of 5 [12:34:21.343] | $ workers : Named int 2 [12:34:21.343] | ..- attr(*, "names")= chr "mc.cores" [12:34:21.343] | $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:21.343] | $ interrupts : logi TRUE [12:34:21.343] | $ gc : logi FALSE [12:34:21.343] | $ earlySignal : logi FALSE [12:34:21.387] | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [12:34:21.388] | : workers: 2 [12:34:21.388] | : getCluster() ... [12:34:21.388] | : getCluster() ... done [12:34:21.388] | : Stopping existing cluster ... [12:34:21.389] | : . No pre-existing cluster. Skipping [12:34:21.389] | : Stopping existing cluster ... done [12:34:21.389] | : Starting new cluster ... [12:34:21.389] | : . makeCluster(workers, ...) ... [12:34:21.389] | : . ' Arguments: [12:34:21.389] | : . ' List of 2 [12:34:21.389] | : . ' $ : int 2 [12:34:21.389] | : . ' $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:21.391] | : . ' .makeCluster() ... [12:34:21.391] | : . ' , workers: '2' [12:34:21.391] | : . ' , R_FUTURE_PLAN: NA [12:34:21.391] | : . ' , parallelly::makeClusterPSOCK() arguments: [12:34:21.392] | : . ' , List of 2 [12:34:21.392] | : . ' , $ : int 2 [12:34:21.392] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:22.393] | : . ' , Generated cluster UUID [12:34:22.394] | : . ' , Cluster UUID: '6da32f9e54024f880506101c1a7101c1' [12:34:22.394] | : . ' , Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:34:22.398] | : . ' .makeCluster() ... done [12:34:22.398] | : . ' Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:34:22.401] | : . makeCluster(workers, ...) ... done [12:34:22.401] | : . Number of workers: 2 [12:34:22.402] | : . Workers UUID: '6da32f9e54024f880506101c1a7101c1' [12:34:22.402] | : Starting new cluster ... done [12:34:22.402] | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done nbrOfWorkers: 2 [12:34:22.403] | plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:22.403] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:34:22.404] | : . all.equal() for FutureStrategyList ... [12:34:22.404] | : . ' New stack: [12:34:22.404] | : . ' List of 1 [12:34:22.404] | : . ' $ :function (..., workers = availableCores(constraints = "connections-16"), [12:34:22.404] | : . ' rscript_libs = .libPaths()) [12:34:22.404] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:34:22.404] | : . ' ..- attr(*, "init")= logi TRUE [12:34:22.404] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:22.404] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:22.404] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:22.404] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:22.404] | : . ' ..- attr(*, "untweakable")= chr "persistent" [12:34:22.404] | : . ' ..- attr(*, "call")= language plan(strategy) [12:34:22.404] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:22.410] | : . ' Old stack: [12:34:22.411] | : . ' List of 1 [12:34:22.411] | : . ' $ :function (..., envir = parent.frame()) [12:34:22.411] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:22.411] | : . ' ..- attr(*, "init")= chr "done" [12:34:22.411] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:22.411] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:22.411] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:22.411] | : . ' ..- attr(*, "call")= language plan(sequential) [12:34:22.411] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:22.411] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:22.411] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:22.411] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:22.418] | : . ' Not identical [12:34:22.419] | : . ' all.equal() for future ... [12:34:22.419] | : . ' , List of 2 [12:34:22.419] | : . ' , $ target :function (..., workers = availableCores(constraints = "connections-16"), [12:34:22.419] | : . ' , rscript_libs = .libPaths()) [12:34:22.419] | : . ' , ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:34:22.419] | : . ' , ..- attr(*, "init")= logi TRUE [12:34:22.419] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:22.419] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:22.419] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:22.419] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:22.419] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [12:34:22.419] | : . ' , ..- attr(*, "call")= language plan(strategy) [12:34:22.419] | : . ' , $ current:function (..., envir = parent.frame()) [12:34:22.419] | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:22.419] | : . ' , ..- attr(*, "init")= chr "done" [12:34:22.419] | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:22.419] | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:22.419] | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:22.419] | : . ' , ..- attr(*, "call")= language plan(sequential) [12:34:22.419] | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:22.419] | : . ' , .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:22.419] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:22.431] | : . ' , Formals differ [12:34:22.432] | : . ' all.equal() for future ... done [12:34:22.432] | : . ' Future strategies differ at level 1 [12:34:22.432] | : . all.equal() for FutureStrategyList ... done [12:34:22.432] | : . plan(): Setting new future backend stack: [12:34:22.433] | : . List of future strategies: [12:34:22.433] | : . 1. multisession: [12:34:22.433] | : . - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [12:34:22.433] | : . - tweaked: FALSE [12:34:22.433] | : . - call: plan(strategy) [12:34:22.434] | : . List of 1 [12:34:22.434] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [12:34:22.434] | : . rscript_libs = .libPaths()) [12:34:22.434] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:34:22.434] | : . ..- attr(*, "init")= logi TRUE [12:34:22.434] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:22.434] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:22.434] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:22.434] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:22.434] | : . ..- attr(*, "untweakable")= chr "persistent" [12:34:22.434] | : . ..- attr(*, "call")= language plan(strategy) [12:34:22.434] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:22.440] | : . plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [12:34:22.440] | : . ' plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:22.441] | : . ' , Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [12:34:22.441] | : . ' plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:22.441] | : . ' Legacy shutdown of cluster workers ... [12:34:22.442] | : . ' , Stopping existing cluster ... [12:34:22.442] | : . ' , ; Cluster to shut down: [12:34:22.442] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:34:22.455] | : . ' , ; Stopped cluster: 'c(TRUE, TRUE)' [12:34:22.494] | : . ' , Stopping existing cluster ... done [12:34:22.494] | : . ' Legacy shutdown of cluster workers ... done [12:34:22.495] | : . plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [12:34:22.495] | : . plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [12:34:22.495] | : . ' function (..., workers = availableCores(constraints = "connections-16"), [12:34:22.495] | : . ' rscript_libs = .libPaths()) [12:34:22.495] | : . ' - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:34:22.495] | : . ' - attr(*, "init")= logi TRUE [12:34:22.495] | : . ' - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:22.495] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:22.495] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:22.495] | : . ' - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:22.495] | : . ' - attr(*, "untweakable")= chr "persistent" [12:34:22.495] | : . ' - attr(*, "call")= language plan(strategy) [12:34:22.498] | : . ' init: TRUE [12:34:22.498] | : . ' makeFutureBackend() ... [12:34:22.499] | : . ' , Backend function: <'NULL'> [12:34:22.499] | : . ' , Evaluator tweak arguments: [n=0] [12:34:22.499] | : . ' , list() [12:34:22.499] | : . ' , Evaluator formal arguments: [n=2] [12:34:22.499] | : . ' , list() [12:34:22.500] | : . ' , Backend factory arguments: [n=2] [12:34:22.500] | : . ' , Dotted pair list of 2 [12:34:22.500] | : . ' , $ workers : language availableCores(constraints = "connections-16") [12:34:22.500] | : . ' , $ rscript_libs: language .libPaths() [12:34:22.513] | : . ' , MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:34:22.514] | : . ' , ; Arguments: [12:34:22.514] | : . ' , ; List of 5 [12:34:22.514] | : . ' , ; $ workers : Named int 2 [12:34:22.514] | : . ' , ; ..- attr(*, "names")= chr "mc.cores" [12:34:22.514] | : . ' , ; $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:22.514] | : . ' , ; $ interrupts : logi TRUE [12:34:22.514] | : . ' , ; $ gc : logi FALSE [12:34:22.514] | : . ' , ; $ earlySignal : logi FALSE [12:34:22.522] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [12:34:22.523] | : . ' , ; ` workers: 2 [12:34:22.523] | : . ' , ; ` getCluster() ... [12:34:22.523] | : . ' , ; ` getCluster() ... done [12:34:22.524] | : . ' , ; ` Stopping existing cluster ... [12:34:22.524] | : . ' , ; ` | No pre-existing cluster. Skipping [12:34:22.524] | : . ' , ; ` Stopping existing cluster ... done [12:34:22.524] | : . ' , ; ` Starting new cluster ... [12:34:22.525] | : . ' , ; ` | makeCluster(workers, ...) ... [12:34:22.525] | : . ' , ; ` | : Arguments: [12:34:22.525] | : . ' , ; ` | : List of 2 [12:34:22.525] | : . ' , ; ` | : $ : int 2 [12:34:22.525] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:22.526] | : . ' , ; ` | : .makeCluster() ... [12:34:22.527] | : . ' , ; ` | : . workers: '2' [12:34:22.527] | : . ' , ; ` | : . R_FUTURE_PLAN: NA [12:34:22.527] | : . ' , ; ` | : . parallelly::makeClusterPSOCK() arguments: [12:34:22.527] | : . ' , ; ` | : . List of 2 [12:34:22.527] | : . ' , ; ` | : . $ : int 2 [12:34:22.527] | : . ' , ; ` | : . $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:22.984] | : . ' , ; ` | : . Generated cluster UUID [12:34:22.984] | : . ' , ; ` | : . Cluster UUID: '2618c84f57deb07c51ace4d1c7eae392' [12:34:22.985] | : . ' , ; ` | : . Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:34:22.987] | : . ' , ; ` | : .makeCluster() ... done [12:34:22.987] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:34:22.989] | : . ' , ; ` | makeCluster(workers, ...) ... done [12:34:22.989] | : . ' , ; ` | Number of workers: 2 [12:34:22.989] | : . ' , ; ` | Workers UUID: '2618c84f57deb07c51ace4d1c7eae392' [12:34:22.990] | : . ' , ; ` Starting new cluster ... done [12:34:22.990] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [12:34:22.990] | : . ' , ; Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:34:22.991] | : . ' , MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [12:34:22.991] | : . ' makeFutureBackend() ... done [12:34:22.991] | : . ' nbrOfWorkers(NULL) ... [12:34:22.991] | : . ' , List of 4 [12:34:22.991] | : . ' , $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:34:22.991] | : . ' , $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:34:22.991] | : . ' , $ : language nbrOfWorkers() [12:34:22.991] | : . ' , $ : language nbrOfWorkers.NULL() [12:34:22.994] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:22.994] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:22.994] | : . ' , Number of workers: 2 [12:34:22.995] | : . ' nbrOfWorkers(NULL) ... done [12:34:22.995] | : . ' plan(): nbrOfWorkers() = 2 [12:34:22.995] | : . plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [12:34:22.995] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:34:22.996] | : nbrOfWorkers(NULL) ... [12:34:22.996] | : . List of 4 [12:34:22.996] | : . $ : language eval(ei, envir) [12:34:22.996] | : . $ : language eval(ei, envir) [12:34:22.996] | : . $ : language nbrOfWorkers() [12:34:22.996] | : . $ : language nbrOfWorkers.NULL() [12:34:22.998] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:22.999] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:22.999] | : . Number of workers: 2 [12:34:22.999] | : nbrOfWorkers(NULL) ... done nbrOfWorkers: 2 [12:34:23.000] | : nbrOfFreeWorkers(NULL) ... [12:34:23.000] | : . List of 4 [12:34:23.000] | : . $ : language eval(ei, envir) [12:34:23.000] | : . $ : language eval(ei, envir) [12:34:23.000] | : . $ : language nbrOfFreeWorkers() [12:34:23.000] | : . $ : language nbrOfFreeWorkers.NULL() [12:34:23.003] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:23.003] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:23.004] | : . FutureRegistry('workers-2618c84f57deb07c51ace4d1c7eae392', action = 'list', earlySignal = 0) ... [12:34:23.004] | : . ' Created empty registry 'workers-2618c84f57deb07c51ace4d1c7eae392' [12:34:23.004] | : . ' Listing all futures [12:34:23.004] | : . ' Number of registered futures: 0 [12:34:23.004] | : . FutureRegistry('workers-2618c84f57deb07c51ace4d1c7eae392', action = 'list', earlySignal = 0) ... done [12:34:23.005] | : . Number of free workers: NA [12:34:23.005] | : nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers: 2 [12:34:23.005] | : nbrOfFreeWorkers(NULL) ... [12:34:23.005] | : . List of 4 [12:34:23.005] | : . $ : language nbrOfFreeWorkers(background = TRUE) [12:34:23.005] | : . $ : language nbrOfFreeWorkers.logical(background = TRUE) [12:34:23.005] | : . $ : language nbrOfFreeWorkers(NULL, background = force(background), ...) [12:34:23.005] | : . $ : language nbrOfFreeWorkers.NULL(NULL, background = force(background), ...) [12:34:23.009] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:23.009] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:23.009] | : . FutureRegistry('workers-2618c84f57deb07c51ace4d1c7eae392', action = 'list', earlySignal = 0) ... [12:34:23.010] | : . ' Listing all futures [12:34:23.010] | : . ' Number of registered futures: 0 [12:34:23.010] | : . FutureRegistry('workers-2618c84f57deb07c51ace4d1c7eae392', action = 'list', earlySignal = 0) ... done [12:34:23.011] | : . Number of free workers: NA [12:34:23.011] | : nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers(background = TRUE): 2 [12:34:23.011] | : plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:23.012] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:34:23.013] | : . ' all.equal() for FutureStrategyList ... [12:34:23.013] | : . ' , New stack: [12:34:23.013] | : . ' , List of 1 [12:34:23.013] | : . ' , $ :function (..., workers = 1L) [12:34:23.013] | : . ' , ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:23.013] | : . ' , ..- attr(*, "init")= logi TRUE [12:34:23.013] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:23.013] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:23.013] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.013] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.013] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [12:34:23.013] | : . ' , ..- attr(*, "tweaks")=List of 1 [12:34:23.013] | : . ' , .. ..$ workers: int 1 [12:34:23.013] | : . ' , ..- attr(*, "call")= language plan(strategy, workers = 1L) [12:34:23.013] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:23.020] | : . ' , Old stack: [12:34:23.020] | : . ' , List of 1 [12:34:23.020] | : . ' , $ :function (..., workers = availableCores(constraints = "connections-16"), [12:34:23.020] | : . ' , rscript_libs = .libPaths()) [12:34:23.020] | : . ' , ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:34:23.020] | : . ' , ..- attr(*, "init")= chr "done" [12:34:23.020] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:23.020] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:23.020] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.020] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.020] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [12:34:23.020] | : . ' , ..- attr(*, "call")= language plan(strategy) [12:34:23.020] | : . ' , ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [12:34:23.020] | : . ' , .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:23.020] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:23.020] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.020] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:23.026] | : . ' , Not identical [12:34:23.026] | : . ' , all.equal() for future ... [12:34:23.027] | : . ' , ; List of 2 [12:34:23.027] | : . ' , ; $ target :function (..., workers = 1L) [12:34:23.027] | : . ' , ; ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:23.027] | : . ' , ; ..- attr(*, "init")= logi TRUE [12:34:23.027] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:23.027] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:23.027] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.027] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.027] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [12:34:23.027] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [12:34:23.027] | : . ' , ; .. ..$ workers: int 1 [12:34:23.027] | : . ' , ; ..- attr(*, "call")= language plan(strategy, workers = 1L) [12:34:23.027] | : . ' , ; $ current:function (..., workers = availableCores(constraints = "connections-16"), [12:34:23.027] | : . ' , ; rscript_libs = .libPaths()) [12:34:23.027] | : . ' , ; ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:34:23.027] | : . ' , ; ..- attr(*, "init")= chr "done" [12:34:23.027] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:23.027] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:23.027] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.027] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.027] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [12:34:23.027] | : . ' , ; ..- attr(*, "call")= language plan(strategy) [12:34:23.027] | : . ' , ; ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [12:34:23.027] | : . ' , ; .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:23.027] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:23.027] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.040] | : . ' , ; Formals differ [12:34:23.040] | : . ' , all.equal() for future ... done [12:34:23.041] | : . ' , Future strategies differ at level 1 [12:34:23.041] | : . ' all.equal() for FutureStrategyList ... done [12:34:23.041] | : . ' plan(): Setting new future backend stack: [12:34:23.041] | : . ' List of future strategies: [12:34:23.041] | : . ' 1. multisession: [12:34:23.041] | : . ' - args: function (..., workers = 1L) [12:34:23.041] | : . ' - tweaked: TRUE [12:34:23.041] | : . ' - call: plan(strategy, workers = 1L) [12:34:23.042] | : . ' List of 1 [12:34:23.042] | : . ' $ :function (..., workers = 1L) [12:34:23.042] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:23.042] | : . ' ..- attr(*, "init")= logi TRUE [12:34:23.042] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:23.042] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:23.042] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.042] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.042] | : . ' ..- attr(*, "untweakable")= chr "persistent" [12:34:23.042] | : . ' ..- attr(*, "tweaks")=List of 1 [12:34:23.042] | : . ' .. ..$ workers: int 1 [12:34:23.042] | : . ' ..- attr(*, "call")= language plan(strategy, workers = 1L) [12:34:23.042] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:23.052] | : . ' plan(): plan_cleanup(<'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [12:34:23.052] | : . ' , plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:23.052] | : . ' , ; Getting current ("next") strategy: 'FutureStrategy', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [12:34:23.053] | : . ' , plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:23.053] | : . ' , stopWorkers() for MultisessionFutureBackend ... [12:34:23.054] | : . ' , ; Interrupt active futures ... [12:34:23.056] | : . ' , ; ` Number of futures: 0 [12:34:23.056] | : . ' , ; Interrupt active futures ... done [12:34:23.056] | : . ' , ; Clear future registry ... [12:34:23.057] | : . ' , ; Clear future registry ... done [12:34:23.058] | : . ' , ; Stop cluster workers ... [12:34:23.058] | : . ' , ; ` Stopping existing cluster ... [12:34:23.058] | : . ' , ; ` | Cluster to shut down: [12:34:23.059] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:34:23.071] | : . ' , ; ` | Stopped cluster: 'c(TRUE, TRUE)' [12:34:23.112] | : . ' , ; ` Stopping existing cluster ... done [12:34:23.113] | : . ' , ; Stop cluster workers ... done [12:34:23.113] | : . ' , stopWorkers() for MultisessionFutureBackend ... done [12:34:23.113] | : . ' , Legacy shutdown of cluster workers ... [12:34:23.113] | : . ' , ; Stopping existing cluster ... [12:34:23.114] | : . ' , ; ` No pre-existing cluster. Skipping [12:34:23.114] | : . ' , ; Stopping existing cluster ... done [12:34:23.114] | : . ' , Legacy shutdown of cluster workers ... done [12:34:23.115] | : . ' plan(): plan_cleanup(<'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [12:34:23.115] | : . ' plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [12:34:23.115] | : . ' , function (..., workers = 1L) [12:34:23.115] | : . ' , - attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:23.115] | : . ' , - attr(*, "init")= logi TRUE [12:34:23.115] | : . ' , - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:23.115] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:23.115] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.115] | : . ' , - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.115] | : . ' , - attr(*, "untweakable")= chr "persistent" [12:34:23.115] | : . ' , - attr(*, "tweaks")=List of 1 [12:34:23.115] | : . ' , ..$ workers: int 1 [12:34:23.115] | : . ' , - attr(*, "call")= language plan(strategy, workers = 1L) [12:34:23.119] | : . ' , init: TRUE [12:34:23.119] | : . ' , makeFutureBackend() ... [12:34:23.119] | : . ' , ; Backend function: <'NULL'> [12:34:23.120] | : . ' , ; Evaluator tweak arguments: [n=1] [12:34:23.120] | : . ' , ; List of 1 [12:34:23.120] | : . ' , ; $ workers: int 1 [12:34:23.120] | : . ' , ; Evaluator formal arguments: [n=1] [12:34:23.121] | : . ' , ; List of 1 [12:34:23.121] | : . ' , ; $ workers: int 1 [12:34:23.121] | : . ' , ; Backend factory arguments: [n=1] [12:34:23.122] | : . ' , ; Dotted pair list of 1 [12:34:23.122] | : . ' , ; $ workers: int 1 [12:34:23.122] | : . ' , ; MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:34:23.123] | : . ' , ; ` Arguments: [12:34:23.123] | : . ' , ; ` List of 5 [12:34:23.123] | : . ' , ; ` $ workers : int 1 [12:34:23.123] | : . ' , ; ` $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:23.123] | : . ' , ; ` $ interrupts : logi TRUE [12:34:23.123] | : . ' , ; ` $ gc : logi FALSE [12:34:23.123] | : . ' , ; ` $ earlySignal : logi FALSE [12:34:23.125] | : . ' , ; MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [12:34:23.125] | : . ' , ; Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:34:23.125] | : . ' , makeFutureBackend() ... done [12:34:23.126] | : . ' plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [12:34:23.126] | : . ' nbrOfWorkers(NULL) ... [12:34:23.126] | : . ' , List of 4 [12:34:23.126] | : . ' , $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:34:23.126] | : . ' , $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:34:23.126] | : . ' , $ : language nbrOfWorkers() [12:34:23.126] | : . ' , $ : language nbrOfWorkers.NULL() [12:34:23.129] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:23.130] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:23.130] | : . ' , Number of workers: 1 [12:34:23.130] | : . ' nbrOfWorkers(NULL) ... done [12:34:23.130] | : . ' plan(): nbrOfWorkers() = 1 [12:34:23.131] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:34:23.131] | : plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:23.131] | : nbrOfWorkers(NULL) ... [12:34:23.132] | : . List of 4 [12:34:23.132] | : . $ : language eval(ei, envir) [12:34:23.132] | : . $ : language eval(ei, envir) [12:34:23.132] | : . $ : language nbrOfWorkers() [12:34:23.132] | : . $ : language nbrOfWorkers.NULL() [12:34:23.134] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:23.135] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:23.135] | : . Number of workers: 1 [12:34:23.135] | : nbrOfWorkers(NULL) ... done nbrOfWorkers: 1 [12:34:23.136] | : nbrOfFreeWorkers(NULL) ... [12:34:23.136] | : . List of 4 [12:34:23.136] | : . $ : language eval(ei, envir) [12:34:23.136] | : . $ : language eval(ei, envir) [12:34:23.136] | : . $ : language nbrOfFreeWorkers() [12:34:23.136] | : . $ : language nbrOfFreeWorkers.NULL() [12:34:23.139] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:23.139] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:23.139] | : . Number of free workers: NA [12:34:23.139] | : nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers: 1 [12:34:23.140] | : nbrOfFreeWorkers(NULL) ... [12:34:23.140] | : . List of 4 [12:34:23.140] | : . $ : language nbrOfFreeWorkers(background = TRUE) [12:34:23.140] | : . $ : language nbrOfFreeWorkers.logical(background = TRUE) [12:34:23.140] | : . $ : language nbrOfFreeWorkers(NULL, background = force(background), ...) [12:34:23.140] | : . $ : language nbrOfFreeWorkers.NULL(NULL, background = force(background), ...) [12:34:23.142] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:23.142] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:23.142] | : . Number of free workers: NA [12:34:23.142] | : nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers(background = TRUE): 0 [12:34:23.143] | : plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:23.143] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:34:23.143] | : . ' all.equal() for FutureStrategyList ... [12:34:23.144] | : . ' , New stack: [12:34:23.144] | : . ' , List of 1 [12:34:23.144] | : . ' , $ :function (..., workers = function () [12:34:23.144] | : . ' , max(1L, future::availableCores() - 1L)) [12:34:23.144] | : . ' , ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:23.144] | : . ' , ..- attr(*, "init")= logi TRUE [12:34:23.144] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:23.144] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:23.144] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.144] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.144] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [12:34:23.144] | : . ' , ..- attr(*, "tweaks")=List of 1 [12:34:23.144] | : . ' , .. ..$ workers:function () [12:34:23.144] | : . ' , ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [12:34:23.144] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:23.147] | : . ' , Old stack: [12:34:23.148] | : . ' , List of 1 [12:34:23.148] | : . ' , $ :function (..., workers = 1L) [12:34:23.148] | : . ' , ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:23.148] | : . ' , ..- attr(*, "init")= chr "done" [12:34:23.148] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:23.148] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:23.148] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.148] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.148] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [12:34:23.148] | : . ' , ..- attr(*, "tweaks")=List of 1 [12:34:23.148] | : . ' , .. ..$ workers: int 1 [12:34:23.148] | : . ' , ..- attr(*, "call")= language plan(strategy, workers = 1L) [12:34:23.148] | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:23.148] | : . ' , .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:23.148] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:23.148] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.148] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:23.152] | : . ' , Not identical [12:34:23.153] | : . ' , all.equal() for future ... [12:34:23.153] | : . ' , ; List of 2 [12:34:23.153] | : . ' , ; $ target :function (..., workers = function () [12:34:23.153] | : . ' , ; max(1L, future::availableCores() - 1L)) [12:34:23.153] | : . ' , ; ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:23.153] | : . ' , ; ..- attr(*, "init")= logi TRUE [12:34:23.153] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:23.153] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:23.153] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.153] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.153] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [12:34:23.153] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [12:34:23.153] | : . ' , ; .. ..$ workers:function () [12:34:23.153] | : . ' , ; ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [12:34:23.153] | : . ' , ; $ current:function (..., workers = 1L) [12:34:23.153] | : . ' , ; ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:23.153] | : . ' , ; ..- attr(*, "init")= chr "done" [12:34:23.153] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:23.153] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:23.153] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.153] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.153] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [12:34:23.153] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [12:34:23.153] | : . ' , ; .. ..$ workers: int 1 [12:34:23.153] | : . ' , ; ..- attr(*, "call")= language plan(strategy, workers = 1L) [12:34:23.153] | : . ' , ; ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:23.153] | : . ' , ; .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:23.153] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:23.153] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.160] | : . ' , ; Formals differ [12:34:23.161] | : . ' , all.equal() for future ... done [12:34:23.161] | : . ' , Future strategies differ at level 1 [12:34:23.161] | : . ' all.equal() for FutureStrategyList ... done [12:34:23.161] | : . ' plan(): Setting new future backend stack: [12:34:23.162] | : . ' List of future strategies: [12:34:23.162] | : . ' 1. multisession: [12:34:23.162] | : . ' - args: function (..., workers = "") [12:34:23.162] | : . ' - tweaked: TRUE [12:34:23.162] | : . ' - call: plan(strategy, workers = allButOneCore) [12:34:23.163] | : . ' List of 1 [12:34:23.163] | : . ' $ :function (..., workers = function () [12:34:23.163] | : . ' max(1L, future::availableCores() - 1L)) [12:34:23.163] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:23.163] | : . ' ..- attr(*, "init")= logi TRUE [12:34:23.163] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:23.163] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:23.163] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.163] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.163] | : . ' ..- attr(*, "untweakable")= chr "persistent" [12:34:23.163] | : . ' ..- attr(*, "tweaks")=List of 1 [12:34:23.163] | : . ' .. ..$ workers:function () [12:34:23.163] | : . ' ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [12:34:23.163] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:23.168] | : . ' plan(): plan_cleanup(<'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [12:34:23.168] | : . ' , plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:23.168] | : . ' , ; Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [12:34:23.168] | : . ' , plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:23.169] | : . ' , Legacy shutdown of cluster workers ... [12:34:23.169] | : . ' , ; Stopping existing cluster ... [12:34:23.169] | : . ' , ; ` No pre-existing cluster. Skipping [12:34:23.170] | : . ' , ; Stopping existing cluster ... done [12:34:23.170] | : . ' , Legacy shutdown of cluster workers ... done [12:34:23.170] | : . ' plan(): plan_cleanup(<'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [12:34:23.170] | : . ' plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [12:34:23.171] | : . ' , function (..., workers = function () [12:34:23.171] | : . ' , max(1L, future::availableCores() - 1L)) [12:34:23.171] | : . ' , - attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:23.171] | : . ' , - attr(*, "init")= logi TRUE [12:34:23.171] | : . ' , - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:23.171] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:23.171] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.171] | : . ' , - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.171] | : . ' , - attr(*, "untweakable")= chr "persistent" [12:34:23.171] | : . ' , - attr(*, "tweaks")=List of 1 [12:34:23.171] | : . ' , ..$ workers:function () [12:34:23.171] | : . ' , - attr(*, "call")= language plan(strategy, workers = allButOneCore) [12:34:23.176] | : . ' , init: TRUE [12:34:23.176] | : . ' , makeFutureBackend() ... [12:34:23.176] | : . ' , ; Backend function: <'NULL'> [12:34:23.177] | : . ' , ; Evaluator tweak arguments: [n=1] [12:34:23.177] | : . ' , ; List of 1 [12:34:23.177] | : . ' , ; $ workers:function () [12:34:23.178] | : . ' , ; Evaluator formal arguments: [n=1] [12:34:23.178] | : . ' , ; List of 1 [12:34:23.178] | : . ' , ; $ workers:function () [12:34:23.180] | : . ' , ; Backend factory arguments: [n=1] [12:34:23.180] | : . ' , ; Dotted pair list of 1 [12:34:23.180] | : . ' , ; $ workers:function () [12:34:23.181] | : . ' , ; MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:34:23.181] | : . ' , ; ` Arguments: [12:34:23.181] | : . ' , ; ` List of 5 [12:34:23.181] | : . ' , ; ` $ workers :function () [12:34:23.181] | : . ' , ; ` $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:23.181] | : . ' , ; ` $ interrupts : logi TRUE [12:34:23.181] | : . ' , ; ` $ gc : logi FALSE [12:34:23.181] | : . ' , ; ` $ earlySignal : logi FALSE [12:34:23.187] | : . ' , ; MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [12:34:23.188] | : . ' , ; Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:34:23.188] | : . ' , makeFutureBackend() ... done [12:34:23.188] | : . ' plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [12:34:23.188] | : . ' nbrOfWorkers(NULL) ... [12:34:23.188] | : . ' , List of 4 [12:34:23.188] | : . ' , $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:34:23.188] | : . ' , $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:34:23.188] | : . ' , $ : language nbrOfWorkers() [12:34:23.188] | : . ' , $ : language nbrOfWorkers.NULL() [12:34:23.191] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:23.191] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:23.192] | : . ' , Number of workers: 1 [12:34:23.192] | : . ' nbrOfWorkers(NULL) ... done [12:34:23.192] | : . ' plan(): nbrOfWorkers() = 1 [12:34:23.192] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:34:23.193] | : plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:23.193] | : nbrOfWorkers(NULL) ... [12:34:23.193] | : . List of 4 [12:34:23.193] | : . $ : language eval(ei, envir) [12:34:23.193] | : . $ : language eval(ei, envir) [12:34:23.193] | : . $ : language nbrOfWorkers() [12:34:23.193] | : . $ : language nbrOfWorkers.NULL() [12:34:23.196] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:23.196] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:23.196] | : . Number of workers: 1 [12:34:23.197] | : nbrOfWorkers(NULL) ... done nbrOfWorkers: 1 [12:34:23.197] | : nbrOfFreeWorkers(NULL) ... [12:34:23.197] | : . List of 4 [12:34:23.197] | : . $ : language eval(ei, envir) [12:34:23.197] | : . $ : language eval(ei, envir) [12:34:23.197] | : . $ : language nbrOfFreeWorkers() [12:34:23.197] | : . $ : language nbrOfFreeWorkers.NULL() [12:34:23.200] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:23.200] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:23.201] | : . Number of free workers: NA [12:34:23.201] | : nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers: 1 [12:34:23.201] | : nbrOfFreeWorkers(NULL) ... [12:34:23.202] | : . List of 4 [12:34:23.202] | : . $ : language nbrOfFreeWorkers(background = TRUE) [12:34:23.202] | : . $ : language nbrOfFreeWorkers.logical(background = TRUE) [12:34:23.202] | : . $ : language nbrOfFreeWorkers(NULL, background = force(background), ...) [12:34:23.202] | : . $ : language nbrOfFreeWorkers.NULL(NULL, background = force(background), ...) [12:34:23.204] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:23.205] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:23.205] | : . Number of free workers: NA [12:34:23.205] | : nbrOfFreeWorkers(NULL) ... done nbrOfFreeWorkers(background = TRUE): 0 > message("Type of future: cluster") Type of future: cluster > workers <- rep("localhost", times = 2) > plan(cluster, workers = workers) [12:34:23.206] | : plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:23.207] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:34:23.207] | : . ' all.equal() for FutureStrategyList ... [12:34:23.207] | : . ' , New stack: [12:34:23.208] | : . ' , List of 1 [12:34:23.208] | : . ' , $ :function (..., workers = c("localhost", "localhost")) [12:34:23.208] | : . ' , ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:23.208] | : . ' , ..- attr(*, "init")= logi TRUE [12:34:23.208] | : . ' , ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:23.208] | : . ' , earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [12:34:23.208] | : . ' , .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.208] | : . ' , ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.208] | : . ' , ..- attr(*, "tweaks")=List of 1 [12:34:23.208] | : . ' , .. ..$ workers: chr [1:2] "localhost" "localhost" [12:34:23.208] | : . ' , ..- attr(*, "call")= language plan(cluster, workers = workers) [12:34:23.208] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:23.216] | : . ' , Old stack: [12:34:23.216] | : . ' , List of 1 [12:34:23.216] | : . ' , $ :function (..., workers = function () [12:34:23.216] | : . ' , max(1L, future::availableCores() - 1L)) [12:34:23.216] | : . ' , ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:23.216] | : . ' , ..- attr(*, "init")= chr "done" [12:34:23.216] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:23.216] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:23.216] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.216] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.216] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [12:34:23.216] | : . ' , ..- attr(*, "tweaks")=List of 1 [12:34:23.216] | : . ' , .. ..$ workers:function () [12:34:23.216] | : . ' , ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [12:34:23.216] | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:23.216] | : . ' , .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:23.216] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:23.216] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.216] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:23.224] | : . ' , Not identical [12:34:23.224] | : . ' , all.equal() for future ... [12:34:23.225] | : . ' , ; List of 2 [12:34:23.225] | : . ' , ; $ target :function (..., workers = c("localhost", "localhost")) [12:34:23.225] | : . ' , ; ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:23.225] | : . ' , ; ..- attr(*, "init")= logi TRUE [12:34:23.225] | : . ' , ; ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:23.225] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [12:34:23.225] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.225] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.225] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [12:34:23.225] | : . ' , ; .. ..$ workers: chr [1:2] "localhost" "localhost" [12:34:23.225] | : . ' , ; ..- attr(*, "call")= language plan(cluster, workers = workers) [12:34:23.225] | : . ' , ; $ current:function (..., workers = function () [12:34:23.225] | : . ' , ; max(1L, future::availableCores() - 1L)) [12:34:23.225] | : . ' , ; ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:34:23.225] | : . ' , ; ..- attr(*, "init")= chr "done" [12:34:23.225] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:23.225] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:23.225] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.225] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.225] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [12:34:23.225] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [12:34:23.225] | : . ' , ; .. ..$ workers:function () [12:34:23.225] | : . ' , ; ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [12:34:23.225] | : . ' , ; ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:23.225] | : . ' , ; .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:23.225] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:23.225] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:23.237] | : . ' , ; Formals differ [12:34:23.237] | : . ' , all.equal() for future ... done [12:34:23.238] | : . ' , Future strategies differ at level 1 [12:34:23.238] | : . ' all.equal() for FutureStrategyList ... done [12:34:23.238] | : . ' plan(): Setting new future backend stack: [12:34:23.238] | : . ' List of future strategies: [12:34:23.238] | : . ' 1. cluster: [12:34:23.238] | : . ' - args: function (..., workers = c("localhost", "localhost")) [12:34:23.238] | : . ' - tweaked: TRUE [12:34:23.238] | : . ' - call: plan(cluster, workers = workers) [12:34:23.239] | : . ' List of 1 [12:34:23.239] | : . ' $ :function (..., workers = c("localhost", "localhost")) [12:34:23.239] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:23.239] | : . ' ..- attr(*, "init")= logi TRUE [12:34:23.239] | : . ' ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:23.239] | : . ' earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [12:34:23.239] | : . ' .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.239] | : . ' ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.239] | : . ' ..- attr(*, "tweaks")=List of 1 [12:34:23.239] | : . ' .. ..$ workers: chr [1:2] "localhost" "localhost" [12:34:23.239] | : . ' ..- attr(*, "call")= language plan(cluster, workers = workers) [12:34:23.239] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:23.245] | : . ' plan(): plan_cleanup(<'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [12:34:23.246] | : . ' , plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:23.246] | : . ' , ; Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [12:34:23.246] | : . ' , plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:23.247] | : . ' , Legacy shutdown of cluster workers ... [12:34:23.247] | : . ' , ; Stopping existing cluster ... [12:34:23.247] | : . ' , ; ` No pre-existing cluster. Skipping [12:34:23.247] | : . ' , ; Stopping existing cluster ... done [12:34:23.248] | : . ' , Legacy shutdown of cluster workers ... done [12:34:23.248] | : . ' plan(): plan_cleanup(<'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [12:34:23.248] | : . ' plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [12:34:23.249] | : . ' , function (..., workers = c("localhost", "localhost")) [12:34:23.249] | : . ' , - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:23.249] | : . ' , - attr(*, "init")= logi TRUE [12:34:23.249] | : . ' , - attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:23.249] | : . ' , earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [12:34:23.249] | : . ' , ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.249] | : . ' , - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.249] | : . ' , - attr(*, "tweaks")=List of 1 [12:34:23.249] | : . ' , ..$ workers: chr [1:2] "localhost" "localhost" [12:34:23.249] | : . ' , - attr(*, "call")= language plan(cluster, workers = workers) [12:34:23.254] | : . ' , init: TRUE [12:34:23.254] | : . ' , makeFutureBackend() ... [12:34:23.254] | : . ' , ; Backend function: <'NULL'> [12:34:23.255] | : . ' , ; Evaluator tweak arguments: [n=1] [12:34:23.255] | : . ' , ; List of 1 [12:34:23.255] | : . ' , ; $ workers: chr [1:2] "localhost" "localhost" [12:34:23.256] | : . ' , ; Evaluator formal arguments: [n=1] [12:34:23.256] | : . ' , ; List of 1 [12:34:23.256] | : . ' , ; $ workers: chr [1:2] "localhost" "localhost" [12:34:23.257] | : . ' , ; Backend factory arguments: [n=1] [12:34:23.258] | : . ' , ; Dotted pair list of 1 [12:34:23.258] | : . ' , ; $ workers: chr [1:2] "localhost" "localhost" [12:34:23.259] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... [12:34:23.259] | : . ' , ; ` workers: [n=2] 'localhost', 'localhost' [12:34:23.259] | : . ' , ; ` getCluster() ... [12:34:23.260] | : . ' , ; ` getCluster() ... done [12:34:23.260] | : . ' , ; ` Stopping existing cluster ... [12:34:23.260] | : . ' , ; ` | No pre-existing cluster. Skipping [12:34:23.260] | : . ' , ; ` Stopping existing cluster ... done [12:34:23.261] | : . ' , ; ` Starting new cluster ... [12:34:23.261] | : . ' , ; ` | makeCluster(workers, ...) ... [12:34:23.261] | : . ' , ; ` | : Arguments: [12:34:23.261] | : . ' , ; ` | : List of 1 [12:34:23.261] | : . ' , ; ` | : $ : chr [1:2] "localhost" "localhost" [12:34:23.262] | : . ' , ; ` | : .makeCluster() ... [12:34:23.263] | : . ' , ; ` | : . workers: 'localhost', 'localhost' [12:34:23.263] | : . ' , ; ` | : . R_FUTURE_PLAN: NA [12:34:23.263] | : . ' , ; ` | : . parallelly::makeClusterPSOCK() arguments: [12:34:23.263] | : . ' , ; ` | : . List of 1 [12:34:23.263] | : . ' , ; ` | : . $ : chr [1:2] "localhost" "localhost" [12:34:23.735] | : . ' , ; ` | : . Generated cluster UUID [12:34:23.736] | : . ' , ; ` | : . Cluster UUID: '0e265fdf26a43d5f6f675ae5aef22ea9' [12:34:23.736] | : . ' , ; ` | : . Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:34:23.739] | : . ' , ; ` | : .makeCluster() ... done [12:34:23.740] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:34:23.743] | : . ' , ; ` | makeCluster(workers, ...) ... done [12:34:23.743] | : . ' , ; ` | Number of workers: 2 [12:34:23.743] | : . ' , ; ` | Workers UUID: '0e265fdf26a43d5f6f675ae5aef22ea9' [12:34:23.744] | : . ' , ; ` Starting new cluster ... done [12:34:23.744] | : . ' , ; ` Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:34:23.744] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... done [12:34:23.745] | : . ' , makeFutureBackend() ... done [12:34:23.745] | : . ' , nbrOfWorkers(NULL) ... [12:34:23.745] | : . ' , ; List of 4 [12:34:23.745] | : . ' , ; $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:34:23.745] | : . ' , ; $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:34:23.745] | : . ' , ; $ : language nbrOfWorkers() [12:34:23.745] | : . ' , ; $ : language nbrOfWorkers.NULL() [12:34:23.748] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:23.748] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:23.748] | : . ' , ; Number of workers: 2 [12:34:23.749] | : . ' , nbrOfWorkers(NULL) ... done [12:34:23.749] | : . ' , plan(): nbrOfWorkers() = 2 [12:34:23.749] | : . ' plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [12:34:23.749] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done > n <- nbrOfWorkers() [12:34:23.750] | : . nbrOfWorkers(NULL) ... [12:34:23.750] | : . ' List of 4 [12:34:23.750] | : . ' $ : language eval(ei, envir) [12:34:23.750] | : . ' $ : language eval(ei, envir) [12:34:23.750] | : . ' $ : language nbrOfWorkers() [12:34:23.750] | : . ' $ : language nbrOfWorkers.NULL() [12:34:23.753] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:23.753] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:23.753] | : . ' Number of workers: 2 [12:34:23.753] | : . nbrOfWorkers(NULL) ... done > message(sprintf("nbrOfWorkers: %d", n)) nbrOfWorkers: 2 > stopifnot(n == length(workers)) > plan(cluster, workers = allButOneWorker) [12:34:23.754] | : . plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:23.755] | : . ' plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:34:23.755] | : . ' , all.equal() for FutureStrategyList ... [12:34:23.755] | : . ' , ; New stack: [12:34:23.756] | : . ' , ; List of 1 [12:34:23.756] | : . ' , ; $ :function (..., workers = function () [12:34:23.756] | : . ' , ; { [12:34:23.756] | : . ' , ; w <- future::availableWorkers() [12:34:23.756] | : . ' , ; if (length(w) > 1) [12:34:23.756] | : . ' , ; w[-1] [12:34:23.756] | : . ' , ; else w [12:34:23.756] | : . ' , ; }) [12:34:23.756] | : . ' , ; ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:23.756] | : . ' , ; ..- attr(*, "init")= logi TRUE [12:34:23.756] | : . ' , ; ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:23.756] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [12:34:23.756] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.756] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.756] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [12:34:23.756] | : . ' , ; .. ..$ workers:function () [12:34:23.756] | : . ' , ; ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [12:34:23.756] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:23.761] | : . ' , ; Old stack: [12:34:23.761] | : . ' , ; List of 1 [12:34:23.761] | : . ' , ; $ :function (..., workers = c("localhost", "localhost")) [12:34:23.761] | : . ' , ; ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:23.761] | : . ' , ; ..- attr(*, "init")= chr "done" [12:34:23.761] | : . ' , ; ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:23.761] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [12:34:23.761] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.761] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.761] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [12:34:23.761] | : . ' , ; .. ..$ workers: chr [1:2] "localhost" "localhost" [12:34:23.761] | : . ' , ; ..- attr(*, "call")= language plan(cluster, workers = workers) [12:34:23.761] | : . ' , ; ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [12:34:23.761] | : . ' , ; .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:23.761] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [12:34:23.761] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.761] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:23.768] | : . ' , ; Not identical [12:34:23.768] | : . ' , ; all.equal() for future ... [12:34:23.768] | : . ' , ; ` List of 2 [12:34:23.768] | : . ' , ; ` $ target :function (..., workers = function () [12:34:23.768] | : . ' , ; ` { [12:34:23.768] | : . ' , ; ` w <- future::availableWorkers() [12:34:23.768] | : . ' , ; ` if (length(w) > 1) [12:34:23.768] | : . ' , ; ` w[-1] [12:34:23.768] | : . ' , ; ` else w [12:34:23.768] | : . ' , ; ` }) [12:34:23.768] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:23.768] | : . ' , ; ` ..- attr(*, "init")= logi TRUE [12:34:23.768] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:23.768] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [12:34:23.768] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.768] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.768] | : . ' , ; ` ..- attr(*, "tweaks")=List of 1 [12:34:23.768] | : . ' , ; ` .. ..$ workers:function () [12:34:23.768] | : . ' , ; ` ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [12:34:23.768] | : . ' , ; ` $ current:function (..., workers = c("localhost", "localhost")) [12:34:23.768] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:23.768] | : . ' , ; ` ..- attr(*, "init")= chr "done" [12:34:23.768] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:23.768] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [12:34:23.768] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.768] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.768] | : . ' , ; ` ..- attr(*, "tweaks")=List of 1 [12:34:23.768] | : . ' , ; ` .. ..$ workers: chr [1:2] "localhost" "localhost" [12:34:23.768] | : . ' , ; ` ..- attr(*, "call")= language plan(cluster, workers = workers) [12:34:23.768] | : . ' , ; ` ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [12:34:23.768] | : . ' , ; ` .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:23.768] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [12:34:23.768] | : . ' , ; ` .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.779] | : . ' , ; ` Formals differ [12:34:23.779] | : . ' , ; all.equal() for future ... done [12:34:23.780] | : . ' , ; Future strategies differ at level 1 [12:34:23.780] | : . ' , all.equal() for FutureStrategyList ... done [12:34:23.780] | : . ' , plan(): Setting new future backend stack: [12:34:23.780] | : . ' , List of future strategies: [12:34:23.780] | : . ' , 1. cluster: [12:34:23.780] | : . ' , - args: function (..., workers = "") [12:34:23.780] | : . ' , - tweaked: TRUE [12:34:23.780] | : . ' , - call: plan(cluster, workers = allButOneWorker) [12:34:23.782] | : . ' , List of 1 [12:34:23.782] | : . ' , $ :function (..., workers = function () [12:34:23.782] | : . ' , { [12:34:23.782] | : . ' , w <- future::availableWorkers() [12:34:23.782] | : . ' , if (length(w) > 1) [12:34:23.782] | : . ' , w[-1] [12:34:23.782] | : . ' , else w [12:34:23.782] | : . ' , }) [12:34:23.782] | : . ' , ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:23.782] | : . ' , ..- attr(*, "init")= logi TRUE [12:34:23.782] | : . ' , ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:23.782] | : . ' , earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [12:34:23.782] | : . ' , .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.782] | : . ' , ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.782] | : . ' , ..- attr(*, "tweaks")=List of 1 [12:34:23.782] | : . ' , .. ..$ workers:function () [12:34:23.782] | : . ' , ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [12:34:23.782] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:23.787] | : . ' , plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [12:34:23.787] | : . ' , ; plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:23.788] | : . ' , ; ` Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [12:34:23.788] | : . ' , ; plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:23.788] | : . ' , ; stopWorkers() for ClusterFutureBackend ... [12:34:23.788] | : . ' , ; ` Interrupt active futures ... [12:34:23.789] | : . ' , ; ` | Number of futures: 0 [12:34:23.790] | : . ' , ; ` Interrupt active futures ... done [12:34:23.790] | : . ' , ; ` Clear future registry ... [12:34:23.791] | : . ' , ; ` Clear future registry ... done [12:34:23.791] | : . ' , ; ` Stop cluster workers ... [12:34:23.791] | : . ' , ; ` | Stopping existing cluster ... [12:34:23.792] | : . ' , ; ` | : Cluster to shut down: [12:34:23.792] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:34:23.807] | : . ' , ; ` | : Stopped cluster: 'c(TRUE, TRUE)' [12:34:23.865] | : . ' , ; ` | Stopping existing cluster ... done [12:34:23.866] | : . ' , ; ` Stop cluster workers ... done [12:34:23.866] | : . ' , ; stopWorkers() for ClusterFutureBackend ... done [12:34:23.867] | : . ' , ; Legacy shutdown of cluster workers ... [12:34:23.867] | : . ' , ; ` Stopping existing cluster ... [12:34:23.867] | : . ' , ; ` | No pre-existing cluster. Skipping [12:34:23.867] | : . ' , ; ` Stopping existing cluster ... done [12:34:23.868] | : . ' , ; Legacy shutdown of cluster workers ... done [12:34:23.868] | : . ' , plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [12:34:23.868] | : . ' , plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [12:34:23.869] | : . ' , ; function (..., workers = function () [12:34:23.869] | : . ' , ; { [12:34:23.869] | : . ' , ; w <- future::availableWorkers() [12:34:23.869] | : . ' , ; if (length(w) > 1) [12:34:23.869] | : . ' , ; w[-1] [12:34:23.869] | : . ' , ; else w [12:34:23.869] | : . ' , ; }) [12:34:23.869] | : . ' , ; - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:23.869] | : . ' , ; - attr(*, "init")= logi TRUE [12:34:23.869] | : . ' , ; - attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:23.869] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [12:34:23.869] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.869] | : . ' , ; - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:23.869] | : . ' , ; - attr(*, "tweaks")=List of 1 [12:34:23.869] | : . ' , ; ..$ workers:function () [12:34:23.869] | : . ' , ; - attr(*, "call")= language plan(cluster, workers = allButOneWorker) [12:34:23.874] | : . ' , ; init: TRUE [12:34:23.875] | : . ' , ; makeFutureBackend() ... [12:34:23.875] | : . ' , ; ` Backend function: <'NULL'> [12:34:23.875] | : . ' , ; ` Evaluator tweak arguments: [n=1] [12:34:23.875] | : . ' , ; ` List of 1 [12:34:23.875] | : . ' , ; ` $ workers:function () [12:34:23.876] | : . ' , ; ` Evaluator formal arguments: [n=1] [12:34:23.877] | : . ' , ; ` List of 1 [12:34:23.877] | : . ' , ; ` $ workers:function () [12:34:23.878] | : . ' , ; ` Backend factory arguments: [n=1] [12:34:23.878] | : . ' , ; ` Dotted pair list of 1 [12:34:23.878] | : . ' , ; ` $ workers:function () [12:34:23.928] | : . ' , ; ` ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... [12:34:23.933] | : . ' , ; ` | workers: [n=1] 'localhost' [12:34:23.933] | : . ' , ; ` | getCluster() ... [12:34:23.934] | : . ' , ; ` | getCluster() ... done [12:34:23.934] | : . ' , ; ` | Stopping existing cluster ... [12:34:23.934] | : . ' , ; ` | : No pre-existing cluster. Skipping [12:34:23.934] | : . ' , ; ` | Stopping existing cluster ... done [12:34:23.935] | : . ' , ; ` | Starting new cluster ... [12:34:23.935] | : . ' , ; ` | : makeCluster(workers, ...) ... [12:34:23.935] | : . ' , ; ` | : . Arguments: [12:34:23.935] | : . ' , ; ` | : . List of 1 [12:34:23.935] | : . ' , ; ` | : . $ : chr "localhost" [12:34:23.937] | : . ' , ; ` | : . .makeCluster() ... [12:34:23.937] | : . ' , ; ` | : . ' workers: 'localhost' [12:34:23.937] | : . ' , ; ` | : . ' R_FUTURE_PLAN: NA [12:34:23.938] | : . ' , ; ` | : . ' parallelly::makeClusterPSOCK() arguments: [12:34:23.938] | : . ' , ; ` | : . ' List of 1 [12:34:23.938] | : . ' , ; ` | : . ' $ : chr "localhost" [12:34:24.420] | : . ' , ; ` | : . ' Generated cluster UUID [12:34:24.420] | : . ' , ; ` | : . ' Cluster UUID: '2d97f65421aea8878071d6ab96df2325' [12:34:24.421] | : . ' , ; ` | : . ' Socket cluster with 1 node on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:34:24.422] | : . ' , ; ` | : . .makeCluster() ... done [12:34:24.423] | : . ' , ; ` | : . Socket cluster with 1 node on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:34:24.424] | : . ' , ; ` | : makeCluster(workers, ...) ... done [12:34:24.424] | : . ' , ; ` | : Number of workers: 1 [12:34:24.424] | : . ' , ; ` | : Workers UUID: '2d97f65421aea8878071d6ab96df2325' [12:34:24.424] | : . ' , ; ` | Starting new cluster ... done [12:34:24.424] | : . ' , ; ` | Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:34:24.425] | : . ' , ; ` ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... done [12:34:24.425] | : . ' , ; makeFutureBackend() ... done [12:34:24.425] | : . ' , ; nbrOfWorkers(NULL) ... [12:34:24.425] | : . ' , ; ` List of 4 [12:34:24.425] | : . ' , ; ` $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:34:24.425] | : . ' , ; ` $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:34:24.425] | : . ' , ; ` $ : language nbrOfWorkers() [12:34:24.425] | : . ' , ; ` $ : language nbrOfWorkers.NULL() [12:34:24.427] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:24.427] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:24.428] | : . ' , ; ` Number of workers: 1 [12:34:24.428] | : . ' , ; nbrOfWorkers(NULL) ... done [12:34:24.428] | : . ' , ; plan(): nbrOfWorkers() = 1 [12:34:24.428] | : . ' , plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [12:34:24.428] | : . ' plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done > n <- nbrOfWorkers() [12:34:24.428] | : . ' nbrOfWorkers(NULL) ... [12:34:24.429] | : . ' , List of 4 [12:34:24.429] | : . ' , $ : language eval(ei, envir) [12:34:24.429] | : . ' , $ : language eval(ei, envir) [12:34:24.429] | : . ' , $ : language nbrOfWorkers() [12:34:24.429] | : . ' , $ : language nbrOfWorkers.NULL() [12:34:24.430] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:24.430] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:24.431] | : . ' , Number of workers: 1 [12:34:24.431] | : . ' nbrOfWorkers(NULL) ... done > message(sprintf("nbrOfWorkers: %d", n)) nbrOfWorkers: 1 > stopifnot(n == max(1, nworkers - 1)) > message("Type of future: ") Type of future: > foo <- structure(function(...) NULL, class = c("future")) > n <- nbrOfWorkers(foo) [12:34:24.432] | : . ' Backend function: <'NULL'> > message(sprintf("nbrOfWorkers: %g", n)) nbrOfWorkers: Inf > stopifnot(n >= 0, is.infinite(n)) > message("Type of future: cluster with workers = ") Type of future: cluster with workers = > workers <- makeClusterPSOCK(2) > print(workers) Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) > plan(cluster, workers = workers) [12:34:24.709] | : . ' plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:24.710] | : . ' , plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:34:24.710] | : . ' , ; all.equal() for FutureStrategyList ... [12:34:24.710] | : . ' , ; ` New stack: [12:34:24.711] | : . ' , ; ` List of 1 [12:34:24.711] | : . ' , ; ` $ :function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [12:34:24.711] | : . ' , ; ` session_info = list(process = list(pid = 83544L), r = list(platform = "x86_64-w64-mingw32", [12:34:24.711] | : . ' , ; ` arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [12:34:24.711] | : . ' , ; ` status = "Under development (unstable)", major = "4", minor = "6.0", [12:34:24.711] | : . ' , ; ` year = "2025", month = "07", day = "28", `svn rev` = "88462", language = "R", [12:34:24.711] | : . ' , ; ` version.string = "R Under development (unstable) (2025-07-28 r88462 ucrt)", [12:34:24.711] | : . ' , ; ` nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [12:34:24.711] | : . ' , ; ` sysname = "Windows", release = "Server x64", version = "build 20348", [12:34:24.711] | : . ' , ; ` nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [12:34:24.711] | : . ' , ; ` effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [12:34:24.711] | : . ' , ; ` `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [12:34:24.711] | : . ' , ; ` extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [12:34:24.711] | : . ' , ; ` xz = "5.8.1", libdeflate = "1.24", zstd = "1.5.7", PCRE = "10.45 2025-02-05", [12:34:24.711] | : . ' , ; ` ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [12:34:24.711] | : . ' , ; ` readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [12:34:24.711] | : . ' , ; ` tempdir = "D:\\temp\\2025_07_29_12_30_17_31216\\RtmpsLwzCk", libs = c("D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f", [12:34:24.711] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:24.711] | : . ' , ; ` ..- attr(*, "init")= logi TRUE [12:34:24.711] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:24.711] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [12:34:24.711] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:24.711] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:24.711] | : . ' , ; ` ..- attr(*, "tweaks")=List of 1 [12:34:24.711] | : . ' , ; ` .. ..$ workers:List of 2 [12:34:24.711] | : . ' , ; ` .. .. ..$ :List of 4 [12:34:24.711] | : . ' , ; ` .. .. .. ..$ con : 'sockconn' int 5 [12:34:24.711] | : . ' , ; ` .. .. .. .. ..- attr(*, "conn_id")= [12:34:24.711] | : . ' , ; ` .. .. .. ..$ host : chr "localhost" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:24.711] | : . ' , ; ` .. .. .. ..$ rank : int 0 [12:34:24.711] | : . ' , ; ` .. .. .. ..$ session_info:List of 9 [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ process :List of 1 [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ pid: int 83544 [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ r :List of 16 [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ arch : chr "x86_64" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ os : chr "mingw32" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ crt : chr "ucrt" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ status : chr "Under development (unstable)" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ major : chr "4" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ minor : chr "6.0" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ year : chr "2025" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ month : chr "07" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ day : chr "28" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ svn rev : chr "88462" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ language : chr "R" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-07-28 r88462 ucrt)" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ os.type : chr "windows" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ system :List of 9 [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ sysname : chr "Windows" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ release : chr "Server x64" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ version : chr "build 20348" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ machine : chr "x86-64" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ login : chr "CRAN" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ user : chr "CRAN" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ effective_user: chr "CRAN" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ l10n :List of 5 [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ MBCS : logi TRUE [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ UTF-8 : logi TRUE [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ Latin-1 : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ codepage : int 65001 [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ system.codepage: int 65001 [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ tempdir : chr "D:\\temp\\2025_07_29_12_30_17_31216\\RtmpsLwzCk" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ pkgs : NULL [12:34:24.711] | : . ' , ; ` .. .. .. ..- attr(*, "options")=List of 35 [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ worker : chr "localhost" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ master : chr "localhost" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ port : int 39101 [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ connectTimeout : num 120 [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ timeout : num 120 [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ homogeneous : logi TRUE [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:8220:CRANWIN"| __truncated__ [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rscript_envs : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rscript_libs : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rscript_startup : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ methods : logi TRUE [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ useXDR : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ renice : int NA [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rshcmd : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ user : chr(0) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ revtunnel : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rshlogfile : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rshopts : chr(0) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rank : int 0 [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ manual : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ dryrun : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ quiet : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rshcmd_label : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rsh_call : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ localMachine : logi TRUE [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:24.711] | : . ' , ; ` master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:24.711] | : . ' , ; ` 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:24.711] | : . ' , ; ` 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:24.711] | : . ' , ; ` rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:24.711] | : . ' , ; ` "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:24.711] | : . ' , ; ` "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:24.711] | : . ' , ; ` socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:24.711] | : . ' , ; ` "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:24.711] | : . ' , ; ` FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:24.711] | : . ' , ; ` NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:24.711] | : . ' , ; ` NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:24.711] | : . ' , ; ` setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:24.711] | : . ' , ; ` "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:24.711] | : . ' , ; ` FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ arguments :List of 29 [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ worker : chr "localhost" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ master : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ port : int 39101 [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ connectTimeout : num 120 [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ timeout : num 120 [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ rscript : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ homogeneous : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ rscript_args : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ rscript_envs : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ rscript_libs : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ rscript_startup : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ rscript_sh : chr "auto" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ methods : logi TRUE [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ useXDR : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ renice : int NA [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ rshcmd : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ user : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ revtunnel : logi NA [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ rshlogfile : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ rshopts : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ rank : int 1 [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ manual : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ dryrun : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ quiet : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ calls : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:24.711] | : . ' , ; ` .. .. .. ..- attr(*, "calls")=Dotted pair list of 10 [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ : language source(file.path(path, "run.R")) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ : language makeClusterPSOCK(2L) [12:34:24.711] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:24.711] | : . ' , ; ` .. .. ..$ :List of 4 [12:34:24.711] | : . ' , ; ` .. .. .. ..$ con : 'sockconn' int 6 [12:34:24.711] | : . ' , ; ` .. .. .. .. ..- attr(*, "conn_id")= [12:34:24.711] | : . ' , ; ` .. .. .. ..$ host : chr "localhost" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:24.711] | : . ' , ; ` .. .. .. ..$ rank : int 1 [12:34:24.711] | : . ' , ; ` .. .. .. ..$ session_info:List of 9 [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ process :List of 1 [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ pid: int 191060 [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ r :List of 16 [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ arch : chr "x86_64" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ os : chr "mingw32" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ crt : chr "ucrt" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ status : chr "Under development (unstable)" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ major : chr "4" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ minor : chr "6.0" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ year : chr "2025" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ month : chr "07" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ day : chr "28" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ svn rev : chr "88462" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ language : chr "R" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-07-28 r88462 ucrt)" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ os.type : chr "windows" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ system :List of 9 [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ sysname : chr "Windows" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ release : chr "Server x64" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ version : chr "build 20348" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ machine : chr "x86-64" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ login : chr "CRAN" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ user : chr "CRAN" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ effective_user: chr "CRAN" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ l10n :List of 5 [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ MBCS : logi TRUE [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ UTF-8 : logi TRUE [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ Latin-1 : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ codepage : int 65001 [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ system.codepage: int 65001 [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ tempdir : chr "D:\\temp\\2025_07_29_12_30_17_31216\\Rtmpk9hH9r" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ pkgs : NULL [12:34:24.711] | : . ' , ; ` .. .. .. ..- attr(*, "options")=List of 35 [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ worker : chr "localhost" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ master : chr "localhost" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ port : int 39101 [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ connectTimeout : num 120 [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ timeout : num 120 [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ homogeneous : logi TRUE [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:8220:CRANWIN"| __truncated__ [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rscript_envs : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rscript_libs : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rscript_startup : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ methods : logi TRUE [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ useXDR : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ renice : int NA [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rshcmd : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ user : chr(0) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ revtunnel : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rshlogfile : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rshopts : chr(0) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rank : int 1 [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ manual : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ dryrun : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ quiet : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rshcmd_label : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ rsh_call : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ localMachine : logi TRUE [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:24.711] | : . ' , ; ` master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:24.711] | : . ' , ; ` 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:24.711] | : . ' , ; ` 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:24.711] | : . ' , ; ` rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:24.711] | : . ' , ; ` "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:24.711] | : . ' , ; ` "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:24.711] | : . ' , ; ` socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:24.711] | : . ' , ; ` "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:24.711] | : . ' , ; ` FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:24.711] | : . ' , ; ` NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:24.711] | : . ' , ; ` NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:24.711] | : . ' , ; ` setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:24.711] | : . ' , ; ` "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:24.711] | : . ' , ; ` FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ arguments :List of 29 [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ worker : chr "localhost" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ master : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ port : int 39101 [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ connectTimeout : num 120 [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ timeout : num 120 [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ rscript : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ homogeneous : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ rscript_args : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ rscript_envs : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ rscript_libs : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ rscript_startup : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ rscript_sh : chr "auto" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ methods : logi TRUE [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ useXDR : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ renice : int NA [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ rshcmd : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ user : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ revtunnel : logi NA [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ rshlogfile : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ rshopts : NULL [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ rank : int 1 [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ manual : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ dryrun : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ quiet : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:24.711] | : . ' , ; ` .. .. .. .. .. ..$ calls : logi FALSE [12:34:24.711] | : . ' , ; ` .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:24.711] | : . ' , ; ` .. .. .. ..- attr(*, "calls")=Dotted pair list of 10 [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ : language source(file.path(path, "run.R")) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.711] | : . ' , ; ` .. .. .. .. ..$ : language makeClusterPSOCK(2L) [12:34:24.711] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:24.711] | : . ' , ; ` .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:34:24.711] | : . ' , ; ` ..- attr(*, "call")= language plan(cluster, workers = workers) [12:34:24.711] | : . ' , ; ` - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:24.831] | : . ' , ; ` Old stack: [12:34:24.832] | : . ' , ; ` List of 1 [12:34:24.832] | : . ' , ; ` $ :function (..., workers = function () [12:34:24.832] | : . ' , ; ` { [12:34:24.832] | : . ' , ; ` w <- future::availableWorkers() [12:34:24.832] | : . ' , ; ` if (length(w) > 1) [12:34:24.832] | : . ' , ; ` w[-1] [12:34:24.832] | : . ' , ; ` else w [12:34:24.832] | : . ' , ; ` }) [12:34:24.832] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:24.832] | : . ' , ; ` ..- attr(*, "init")= chr "done" [12:34:24.832] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:24.832] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [12:34:24.832] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:24.832] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:24.832] | : . ' , ; ` ..- attr(*, "tweaks")=List of 1 [12:34:24.832] | : . ' , ; ` .. ..$ workers:function () [12:34:24.832] | : . ' , ; ` ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [12:34:24.832] | : . ' , ; ` ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [12:34:24.832] | : . ' , ; ` .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:24.832] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [12:34:24.832] | : . ' , ; ` .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:24.832] | : . ' , ; ` - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:24.836] | : . ' , ; ` Not identical [12:34:24.836] | : . ' , ; ` all.equal() for future ... [12:34:24.836] | : . ' , ; ` | List of 2 [12:34:24.836] | : . ' , ; ` | $ target :function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [12:34:24.836] | : . ' , ; ` | session_info = list(process = list(pid = 83544L), r = list(platform = "x86_64-w64-mingw32", [12:34:24.836] | : . ' , ; ` | arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [12:34:24.836] | : . ' , ; ` | status = "Under development (unstable)", major = "4", minor = "6.0", [12:34:24.836] | : . ' , ; ` | year = "2025", month = "07", day = "28", `svn rev` = "88462", language = "R", [12:34:24.836] | : . ' , ; ` | version.string = "R Under development (unstable) (2025-07-28 r88462 ucrt)", [12:34:24.836] | : . ' , ; ` | nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [12:34:24.836] | : . ' , ; ` | sysname = "Windows", release = "Server x64", version = "build 20348", [12:34:24.836] | : . ' , ; ` | nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [12:34:24.836] | : . ' , ; ` | effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [12:34:24.836] | : . ' , ; ` | `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [12:34:24.836] | : . ' , ; ` | extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [12:34:24.836] | : . ' , ; ` | xz = "5.8.1", libdeflate = "1.24", zstd = "1.5.7", PCRE = "10.45 2025-02-05", [12:34:24.836] | : . ' , ; ` | ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [12:34:24.836] | : . ' , ; ` | readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [12:34:24.836] | : . ' , ; ` | tempdir = "D:\\temp\\2025_07_29_12_30_17_31216\\RtmpsLwzCk", libs = c("D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f", [12:34:24.836] | : . ' , ; ` | ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:24.836] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:34:24.836] | : . ' , ; ` | ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:24.836] | : . ' , ; ` | earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [12:34:24.836] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:24.836] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:24.836] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 1 [12:34:24.836] | : . ' , ; ` | .. ..$ workers:List of 2 [12:34:24.836] | : . ' , ; ` | .. .. ..$ :List of 4 [12:34:24.836] | : . ' , ; ` | .. .. .. ..$ con : 'sockconn' int 5 [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..- attr(*, "conn_id")= [12:34:24.836] | : . ' , ; ` | .. .. .. ..$ host : chr "localhost" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:24.836] | : . ' , ; ` | .. .. .. ..$ rank : int 0 [12:34:24.836] | : . ' , ; ` | .. .. .. ..$ session_info:List of 9 [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ process :List of 1 [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ pid: int 83544 [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ r :List of 16 [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ arch : chr "x86_64" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ os : chr "mingw32" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ crt : chr "ucrt" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ status : chr "Under development (unstable)" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ major : chr "4" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ minor : chr "6.0" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ year : chr "2025" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ month : chr "07" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ day : chr "28" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ svn rev : chr "88462" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ language : chr "R" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-07-28 r88462 ucrt)" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ os.type : chr "windows" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ system :List of 9 [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ sysname : chr "Windows" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ release : chr "Server x64" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ version : chr "build 20348" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ machine : chr "x86-64" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ login : chr "CRAN" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ user : chr "CRAN" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ effective_user: chr "CRAN" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ l10n :List of 5 [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ MBCS : logi TRUE [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ UTF-8 : logi TRUE [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ Latin-1 : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ codepage : int 65001 [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ system.codepage: int 65001 [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ tempdir : chr "D:\\temp\\2025_07_29_12_30_17_31216\\RtmpsLwzCk" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ pkgs : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. ..- attr(*, "options")=List of 35 [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ worker : chr "localhost" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ master : chr "localhost" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ port : int 39101 [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ connectTimeout : num 120 [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ timeout : num 120 [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ homogeneous : logi TRUE [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:8220:CRANWIN"| __truncated__ [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rscript_envs : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rscript_libs : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rscript_startup : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ methods : logi TRUE [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ useXDR : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ renice : int NA [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rshcmd : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ user : chr(0) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ revtunnel : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rshlogfile : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rshopts : chr(0) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rank : int 0 [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ manual : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ dryrun : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ quiet : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rshcmd_label : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rsh_call : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ localMachine : logi TRUE [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:24.836] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:24.836] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:24.836] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:24.836] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:24.836] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:24.836] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:24.836] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:24.836] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:24.836] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:24.836] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:24.836] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:24.836] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:24.836] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:24.836] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ arguments :List of 29 [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ worker : chr "localhost" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ master : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ port : int 39101 [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ connectTimeout : num 120 [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ timeout : num 120 [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ rscript : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ homogeneous : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_args : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_envs : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_libs : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_startup : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_sh : chr "auto" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ methods : logi TRUE [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ useXDR : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ renice : int NA [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ rshcmd : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ user : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ revtunnel : logi NA [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ rshlogfile : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ rshopts : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ rank : int 1 [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ manual : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ dryrun : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ quiet : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ calls : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:24.836] | : . ' , ; ` | .. .. .. ..- attr(*, "calls")=Dotted pair list of 10 [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ : language source(file.path(path, "run.R")) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ : language makeClusterPSOCK(2L) [12:34:24.836] | : . ' , ; ` | .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:24.836] | : . ' , ; ` | .. .. ..$ :List of 4 [12:34:24.836] | : . ' , ; ` | .. .. .. ..$ con : 'sockconn' int 6 [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..- attr(*, "conn_id")= [12:34:24.836] | : . ' , ; ` | .. .. .. ..$ host : chr "localhost" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:24.836] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [12:34:24.836] | : . ' , ; ` | .. .. .. ..$ session_info:List of 9 [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ process :List of 1 [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ pid: int 191060 [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ r :List of 16 [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ arch : chr "x86_64" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ os : chr "mingw32" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ crt : chr "ucrt" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ status : chr "Under development (unstable)" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ major : chr "4" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ minor : chr "6.0" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ year : chr "2025" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ month : chr "07" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ day : chr "28" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ svn rev : chr "88462" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ language : chr "R" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-07-28 r88462 ucrt)" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ os.type : chr "windows" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ system :List of 9 [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ sysname : chr "Windows" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ release : chr "Server x64" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ version : chr "build 20348" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ machine : chr "x86-64" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ login : chr "CRAN" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ user : chr "CRAN" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ effective_user: chr "CRAN" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ l10n :List of 5 [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ MBCS : logi TRUE [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ UTF-8 : logi TRUE [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ Latin-1 : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ codepage : int 65001 [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ system.codepage: int 65001 [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ tempdir : chr "D:\\temp\\2025_07_29_12_30_17_31216\\Rtmpk9hH9r" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ pkgs : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. ..- attr(*, "options")=List of 35 [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ worker : chr "localhost" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ master : chr "localhost" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ port : int 39101 [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ connectTimeout : num 120 [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ timeout : num 120 [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ homogeneous : logi TRUE [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:8220:CRANWIN"| __truncated__ [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rscript_envs : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rscript_libs : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rscript_startup : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ methods : logi TRUE [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ useXDR : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ renice : int NA [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rshcmd : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ user : chr(0) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ revtunnel : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rshlogfile : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rshopts : chr(0) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rank : int 1 [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ manual : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ dryrun : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ quiet : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rshcmd_label : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ rsh_call : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ localMachine : logi TRUE [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:24.836] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:24.836] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:24.836] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:24.836] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:24.836] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:24.836] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:24.836] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:24.836] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:24.836] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:24.836] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:24.836] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:24.836] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:24.836] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:24.836] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ arguments :List of 29 [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ worker : chr "localhost" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ master : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ port : int 39101 [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ connectTimeout : num 120 [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ timeout : num 120 [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ rscript : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ homogeneous : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_args : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_envs : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_libs : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_startup : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ rscript_sh : chr "auto" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ methods : logi TRUE [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ useXDR : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ renice : int NA [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ rshcmd : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ user : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ revtunnel : logi NA [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ rshlogfile : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ rshopts : NULL [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ rank : int 1 [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ manual : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ dryrun : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ quiet : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:24.836] | : . ' , ; ` | .. .. .. .. .. ..$ calls : logi FALSE [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:24.836] | : . ' , ; ` | .. .. .. ..- attr(*, "calls")=Dotted pair list of 10 [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ : language source(file.path(path, "run.R")) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.836] | : . ' , ; ` | .. .. .. .. ..$ : language makeClusterPSOCK(2L) [12:34:24.836] | : . ' , ; ` | .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:24.836] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:34:24.836] | : . ' , ; ` | ..- attr(*, "call")= language plan(cluster, workers = workers) [12:34:24.836] | : . ' , ; ` | $ current:function (..., workers = function () [12:34:24.836] | : . ' , ; ` | { [12:34:24.836] | : . ' , ; ` | w <- future::availableWorkers() [12:34:24.836] | : . ' , ; ` | if (length(w) > 1) [12:34:24.836] | : . ' , ; ` | w[-1] [12:34:24.836] | : . ' , ; ` | else w [12:34:24.836] | : . ' , ; ` | }) [12:34:24.836] | : . ' , ; ` | ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:24.836] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:34:24.836] | : . ' , ; ` | ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:24.836] | : . ' , ; ` | earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [12:34:24.836] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:24.836] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:24.836] | : . ' , ; ` | ..- attr(*, "tweaks")=List of 1 [12:34:24.836] | : . ' , ; ` | .. ..$ workers:function () [12:34:24.836] | : . ' , ; ` | ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [12:34:24.836] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [12:34:24.836] | : . ' , ; ` | .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:24.836] | : . ' , ; ` | earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [12:34:24.836] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:24.954] | : . ' , ; ` | Formals differ [12:34:24.954] | : . ' , ; ` all.equal() for future ... done [12:34:24.954] | : . ' , ; ` Future strategies differ at level 1 [12:34:24.955] | : . ' , ; all.equal() for FutureStrategyList ... done [12:34:24.955] | : . ' , ; plan(): Setting new future backend stack: [12:34:24.955] | : . ' , ; List of future strategies: [12:34:24.955] | : . ' , ; 1. cluster: [12:34:24.955] | : . ' , ; - args: function (..., workers = "") [12:34:24.955] | : . ' , ; - tweaked: TRUE [12:34:24.955] | : . ' , ; - call: plan(cluster, workers = workers) [12:34:24.958] | : . ' , ; List of 1 [12:34:24.958] | : . ' , ; $ :function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [12:34:24.958] | : . ' , ; session_info = list(process = list(pid = 83544L), r = list(platform = "x86_64-w64-mingw32", [12:34:24.958] | : . ' , ; arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [12:34:24.958] | : . ' , ; status = "Under development (unstable)", major = "4", minor = "6.0", [12:34:24.958] | : . ' , ; year = "2025", month = "07", day = "28", `svn rev` = "88462", language = "R", [12:34:24.958] | : . ' , ; version.string = "R Under development (unstable) (2025-07-28 r88462 ucrt)", [12:34:24.958] | : . ' , ; nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [12:34:24.958] | : . ' , ; sysname = "Windows", release = "Server x64", version = "build 20348", [12:34:24.958] | : . ' , ; nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [12:34:24.958] | : . ' , ; effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [12:34:24.958] | : . ' , ; `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [12:34:24.958] | : . ' , ; extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [12:34:24.958] | : . ' , ; xz = "5.8.1", libdeflate = "1.24", zstd = "1.5.7", PCRE = "10.45 2025-02-05", [12:34:24.958] | : . ' , ; ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [12:34:24.958] | : . ' , ; readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [12:34:24.958] | : . ' , ; tempdir = "D:\\temp\\2025_07_29_12_30_17_31216\\RtmpsLwzCk", libs = c("D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f", [12:34:24.958] | : . ' , ; ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:24.958] | : . ' , ; ..- attr(*, "init")= logi TRUE [12:34:24.958] | : . ' , ; ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:24.958] | : . ' , ; earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [12:34:24.958] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:24.958] | : . ' , ; ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:24.958] | : . ' , ; ..- attr(*, "tweaks")=List of 1 [12:34:24.958] | : . ' , ; .. ..$ workers:List of 2 [12:34:24.958] | : . ' , ; .. .. ..$ :List of 4 [12:34:24.958] | : . ' , ; .. .. .. ..$ con : 'sockconn' int 5 [12:34:24.958] | : . ' , ; .. .. .. .. ..- attr(*, "conn_id")= [12:34:24.958] | : . ' , ; .. .. .. ..$ host : chr "localhost" [12:34:24.958] | : . ' , ; .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:24.958] | : . ' , ; .. .. .. ..$ rank : int 0 [12:34:24.958] | : . ' , ; .. .. .. ..$ session_info:List of 9 [12:34:24.958] | : . ' , ; .. .. .. .. ..$ process :List of 1 [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ pid: int 83544 [12:34:24.958] | : . ' , ; .. .. .. .. ..$ r :List of 16 [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ arch : chr "x86_64" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ os : chr "mingw32" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ crt : chr "ucrt" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ status : chr "Under development (unstable)" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ major : chr "4" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ minor : chr "6.0" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ year : chr "2025" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ month : chr "07" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ day : chr "28" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ svn rev : chr "88462" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ language : chr "R" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-07-28 r88462 ucrt)" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ os.type : chr "windows" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ system :List of 9 [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ sysname : chr "Windows" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ release : chr "Server x64" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ version : chr "build 20348" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ machine : chr "x86-64" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ login : chr "CRAN" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ user : chr "CRAN" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ effective_user: chr "CRAN" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ l10n :List of 5 [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ MBCS : logi TRUE [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ UTF-8 : logi TRUE [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ Latin-1 : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ codepage : int 65001 [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ system.codepage: int 65001 [12:34:24.958] | : . ' , ; .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:24.958] | : . ' , ; .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:24.958] | : . ' , ; .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ tempdir : chr "D:\\temp\\2025_07_29_12_30_17_31216\\RtmpsLwzCk" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ pkgs : NULL [12:34:24.958] | : . ' , ; .. .. .. ..- attr(*, "options")=List of 35 [12:34:24.958] | : . ' , ; .. .. .. .. ..$ worker : chr "localhost" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:24.958] | : . ' , ; .. .. .. .. ..$ master : chr "localhost" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ port : int 39101 [12:34:24.958] | : . ' , ; .. .. .. .. ..$ connectTimeout : num 120 [12:34:24.958] | : . ' , ; .. .. .. .. ..$ timeout : num 120 [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ homogeneous : logi TRUE [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:8220:CRANWIN"| __truncated__ [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rscript_envs : NULL [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rscript_libs : NULL [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rscript_startup : NULL [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:24.958] | : . ' , ; .. .. .. .. ..$ methods : logi TRUE [12:34:24.958] | : . ' , ; .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ useXDR : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ renice : int NA [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rshcmd : NULL [12:34:24.958] | : . ' , ; .. .. .. .. ..$ user : chr(0) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ revtunnel : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rshlogfile : NULL [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rshopts : chr(0) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rank : int 0 [12:34:24.958] | : . ' , ; .. .. .. .. ..$ manual : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. ..$ dryrun : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. ..$ quiet : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rshcmd_label : NULL [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rsh_call : NULL [12:34:24.958] | : . ' , ; .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:24.958] | : . ' , ; .. .. .. .. ..$ localMachine : logi TRUE [12:34:24.958] | : . ' , ; .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:24.958] | : . ' , ; master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:24.958] | : . ' , ; 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:24.958] | : . ' , ; 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:24.958] | : . ' , ; rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:24.958] | : . ' , ; "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:24.958] | : . ' , ; "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:24.958] | : . ' , ; socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:24.958] | : . ' , ; "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:24.958] | : . ' , ; FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:24.958] | : . ' , ; NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:24.958] | : . ' , ; NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:24.958] | : . ' , ; setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:24.958] | : . ' , ; "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:24.958] | : . ' , ; FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ arguments :List of 29 [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ worker : chr "localhost" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ master : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ port : int 39101 [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ connectTimeout : num 120 [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ timeout : num 120 [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ rscript : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ homogeneous : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ rscript_args : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ rscript_envs : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ rscript_libs : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ rscript_startup : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ rscript_sh : chr "auto" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ methods : logi TRUE [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ useXDR : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ renice : int NA [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ rshcmd : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ user : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ revtunnel : logi NA [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ rshlogfile : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ rshopts : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ rank : int 1 [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ manual : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ dryrun : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ quiet : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ calls : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:24.958] | : . ' , ; .. .. .. ..- attr(*, "calls")=Dotted pair list of 10 [12:34:24.958] | : . ' , ; .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:24.958] | : . ' , ; .. .. .. .. ..$ : language source(file.path(path, "run.R")) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ : language makeClusterPSOCK(2L) [12:34:24.958] | : . ' , ; .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:24.958] | : . ' , ; .. .. ..$ :List of 4 [12:34:24.958] | : . ' , ; .. .. .. ..$ con : 'sockconn' int 6 [12:34:24.958] | : . ' , ; .. .. .. .. ..- attr(*, "conn_id")= [12:34:24.958] | : . ' , ; .. .. .. ..$ host : chr "localhost" [12:34:24.958] | : . ' , ; .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:24.958] | : . ' , ; .. .. .. ..$ rank : int 1 [12:34:24.958] | : . ' , ; .. .. .. ..$ session_info:List of 9 [12:34:24.958] | : . ' , ; .. .. .. .. ..$ process :List of 1 [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ pid: int 191060 [12:34:24.958] | : . ' , ; .. .. .. .. ..$ r :List of 16 [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ arch : chr "x86_64" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ os : chr "mingw32" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ crt : chr "ucrt" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ status : chr "Under development (unstable)" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ major : chr "4" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ minor : chr "6.0" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ year : chr "2025" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ month : chr "07" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ day : chr "28" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ svn rev : chr "88462" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ language : chr "R" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-07-28 r88462 ucrt)" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ os.type : chr "windows" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ system :List of 9 [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ sysname : chr "Windows" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ release : chr "Server x64" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ version : chr "build 20348" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ machine : chr "x86-64" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ login : chr "CRAN" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ user : chr "CRAN" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ effective_user: chr "CRAN" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ l10n :List of 5 [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ MBCS : logi TRUE [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ UTF-8 : logi TRUE [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ Latin-1 : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ codepage : int 65001 [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ system.codepage: int 65001 [12:34:24.958] | : . ' , ; .. .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:24.958] | : . ' , ; .. .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:24.958] | : . ' , ; .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ tempdir : chr "D:\\temp\\2025_07_29_12_30_17_31216\\Rtmpk9hH9r" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ pkgs : NULL [12:34:24.958] | : . ' , ; .. .. .. ..- attr(*, "options")=List of 35 [12:34:24.958] | : . ' , ; .. .. .. .. ..$ worker : chr "localhost" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:24.958] | : . ' , ; .. .. .. .. ..$ master : chr "localhost" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ port : int 39101 [12:34:24.958] | : . ' , ; .. .. .. .. ..$ connectTimeout : num 120 [12:34:24.958] | : . ' , ; .. .. .. .. ..$ timeout : num 120 [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ homogeneous : logi TRUE [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:8220:CRANWIN"| __truncated__ [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rscript_envs : NULL [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rscript_libs : NULL [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rscript_startup : NULL [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:24.958] | : . ' , ; .. .. .. .. ..$ methods : logi TRUE [12:34:24.958] | : . ' , ; .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ useXDR : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ renice : int NA [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rshcmd : NULL [12:34:24.958] | : . ' , ; .. .. .. .. ..$ user : chr(0) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ revtunnel : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rshlogfile : NULL [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rshopts : chr(0) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rank : int 1 [12:34:24.958] | : . ' , ; .. .. .. .. ..$ manual : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. ..$ dryrun : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. ..$ quiet : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:24.958] | : . ' , ; .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rshcmd_label : NULL [12:34:24.958] | : . ' , ; .. .. .. .. ..$ rsh_call : NULL [12:34:24.958] | : . ' , ; .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:24.958] | : . ' , ; .. .. .. .. ..$ localMachine : logi TRUE [12:34:24.958] | : . ' , ; .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:24.958] | : . ' , ; master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:24.958] | : . ' , ; 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:24.958] | : . ' , ; 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:24.958] | : . ' , ; rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:24.958] | : . ' , ; "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:24.958] | : . ' , ; "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:24.958] | : . ' , ; socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:24.958] | : . ' , ; "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:24.958] | : . ' , ; FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:24.958] | : . ' , ; NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:24.958] | : . ' , ; NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:24.958] | : . ' , ; setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:24.958] | : . ' , ; "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:24.958] | : . ' , ; FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ arguments :List of 29 [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ worker : chr "localhost" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ master : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ port : int 39101 [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ connectTimeout : num 120 [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ timeout : num 120 [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ rscript : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ homogeneous : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ rscript_args : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ rscript_envs : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ rscript_libs : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ rscript_startup : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ rscript_sh : chr "auto" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ methods : logi TRUE [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ useXDR : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ renice : int NA [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ rshcmd : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ user : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ revtunnel : logi NA [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ rshlogfile : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ rshopts : NULL [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ rank : int 1 [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ manual : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ dryrun : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ quiet : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:24.958] | : . ' , ; .. .. .. .. .. ..$ calls : logi FALSE [12:34:24.958] | : . ' , ; .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:24.958] | : . ' , ; .. .. .. ..- attr(*, "calls")=Dotted pair list of 10 [12:34:24.958] | : . ' , ; .. .. .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:24.958] | : . ' , ; .. .. .. .. ..$ : language source(file.path(path, "run.R")) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ : language eval(ei, envir) [12:34:24.958] | : . ' , ; .. .. .. .. ..$ : language makeClusterPSOCK(2L) [12:34:24.958] | : . ' , ; .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:24.958] | : . ' , ; .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:34:24.958] | : . ' , ; ..- attr(*, "call")= language plan(cluster, workers = workers) [12:34:24.958] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:25.081] | : . ' , ; plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [12:34:25.081] | : . ' , ; ` plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:25.081] | : . ' , ; ` | Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [12:34:25.082] | : . ' , ; ` plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:25.082] | : . ' , ; ` stopWorkers() for ClusterFutureBackend ... [12:34:25.082] | : . ' , ; ` | Interrupt active futures ... [12:34:25.083] | : . ' , ; ` | : Number of futures: 0 [12:34:25.083] | : . ' , ; ` | Interrupt active futures ... done [12:34:25.084] | : . ' , ; ` | Clear future registry ... [12:34:25.084] | : . ' , ; ` | Clear future registry ... done [12:34:25.085] | : . ' , ; ` | Stop cluster workers ... [12:34:25.085] | : . ' , ; ` | : Stopping existing cluster ... [12:34:25.085] | : . ' , ; ` | : . Cluster to shut down: [12:34:25.085] | : . ' , ; ` | : . Socket cluster with 1 node on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:34:25.094] | : . ' , ; ` | : . Stopped cluster: 'TRUE' [12:34:25.138] | : . ' , ; ` | : Stopping existing cluster ... done [12:34:25.138] | : . ' , ; ` | Stop cluster workers ... done [12:34:25.138] | : . ' , ; ` stopWorkers() for ClusterFutureBackend ... done [12:34:25.139] | : . ' , ; ` Legacy shutdown of cluster workers ... [12:34:25.139] | : . ' , ; ` | Stopping existing cluster ... [12:34:25.139] | : . ' , ; ` | : No pre-existing cluster. Skipping [12:34:25.140] | : . ' , ; ` | Stopping existing cluster ... done [12:34:25.140] | : . ' , ; ` Legacy shutdown of cluster workers ... done [12:34:25.140] | : . ' , ; plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [12:34:25.140] | : . ' , ; plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [12:34:25.141] | : . ' , ; ` function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [12:34:25.141] | : . ' , ; ` session_info = list(process = list(pid = 83544L), r = list(platform = "x86_64-w64-mingw32", [12:34:25.141] | : . ' , ; ` arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [12:34:25.141] | : . ' , ; ` status = "Under development (unstable)", major = "4", minor = "6.0", [12:34:25.141] | : . ' , ; ` year = "2025", month = "07", day = "28", `svn rev` = "88462", language = "R", [12:34:25.141] | : . ' , ; ` version.string = "R Under development (unstable) (2025-07-28 r88462 ucrt)", [12:34:25.141] | : . ' , ; ` nickname = "Unsuffered Consequences", os.type = "windows"), system = list( [12:34:25.141] | : . ' , ; ` sysname = "Windows", release = "Server x64", version = "build 20348", [12:34:25.141] | : . ' , ; ` nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [12:34:25.141] | : . ' , ; ` effective_user = "CRAN", udomain = "CRANWIN3"), l10n = list(MBCS = TRUE, [12:34:25.141] | : . ' , ; ` `UTF-8` = TRUE, `Latin-1` = FALSE, codepage = 65001L, system.codepage = 65001L), [12:34:25.141] | : . ' , ; ` extSoftVersion = c(zlib = "1.3.1", bzlib = "1.0.8, 13-Jul-2019", [12:34:25.141] | : . ' , ; ` xz = "5.8.1", libdeflate = "1.24", zstd = "1.5.7", PCRE = "10.45 2025-02-05", [12:34:25.141] | : . ' , ; ` ICU = "77.1", TRE = "TRE 0.8.0 R_fixes (BSD)", iconv = "win_iconv", [12:34:25.141] | : . ' , ; ` readline = "", BLAS = ""), pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [12:34:25.141] | : . ' , ; ` tempdir = "D:\\temp\\2025_07_29_12_30_17_31216\\RtmpsLwzCk", libs = c("D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f", [12:34:25.141] | : . ' , ; ` - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [12:34:25.141] | : . ' , ; ` - attr(*, "init")= logi TRUE [12:34:25.141] | : . ' , ; ` - attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [12:34:25.141] | : . ' , ; ` earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [12:34:25.141] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:25.141] | : . ' , ; ` - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [12:34:25.141] | : . ' , ; ` - attr(*, "tweaks")=List of 1 [12:34:25.141] | : . ' , ; ` ..$ workers:List of 2 [12:34:25.141] | : . ' , ; ` .. ..$ :List of 4 [12:34:25.141] | : . ' , ; ` .. .. ..$ con : 'sockconn' int 5 [12:34:25.141] | : . ' , ; ` .. .. .. ..- attr(*, "conn_id")= [12:34:25.141] | : . ' , ; ` .. .. ..$ host : chr "localhost" [12:34:25.141] | : . ' , ; ` .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:25.141] | : . ' , ; ` .. .. ..$ rank : int 0 [12:34:25.141] | : . ' , ; ` .. .. ..$ session_info:List of 9 [12:34:25.141] | : . ' , ; ` .. .. .. ..$ process :List of 1 [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ pid: int 83544 [12:34:25.141] | : . ' , ; ` .. .. .. ..$ r :List of 16 [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ arch : chr "x86_64" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ os : chr "mingw32" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ crt : chr "ucrt" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ status : chr "Under development (unstable)" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ major : chr "4" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ minor : chr "6.0" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ year : chr "2025" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ month : chr "07" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ day : chr "28" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ svn rev : chr "88462" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ language : chr "R" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-07-28 r88462 ucrt)" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ os.type : chr "windows" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ system :List of 9 [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ sysname : chr "Windows" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ release : chr "Server x64" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ version : chr "build 20348" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ machine : chr "x86-64" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ login : chr "CRAN" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ user : chr "CRAN" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ effective_user: chr "CRAN" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ l10n :List of 5 [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ MBCS : logi TRUE [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ UTF-8 : logi TRUE [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ Latin-1 : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ codepage : int 65001 [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ system.codepage: int 65001 [12:34:25.141] | : . ' , ; ` .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:25.141] | : . ' , ; ` .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:25.141] | : . ' , ; ` .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ tempdir : chr "D:\\temp\\2025_07_29_12_30_17_31216\\RtmpsLwzCk" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ pkgs : NULL [12:34:25.141] | : . ' , ; ` .. .. ..- attr(*, "options")=List of 35 [12:34:25.141] | : . ' , ; ` .. .. .. ..$ worker : chr "localhost" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:25.141] | : . ' , ; ` .. .. .. ..$ master : chr "localhost" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ port : int 39101 [12:34:25.141] | : . ' , ; ` .. .. .. ..$ connectTimeout : num 120 [12:34:25.141] | : . ' , ; ` .. .. .. ..$ timeout : num 120 [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ homogeneous : logi TRUE [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:8220:CRANWIN"| __truncated__ [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rscript_envs : NULL [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rscript_libs : NULL [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rscript_startup : NULL [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:25.141] | : . ' , ; ` .. .. .. ..$ methods : logi TRUE [12:34:25.141] | : . ' , ; ` .. .. .. ..$ socketOptions : chr "no-delay" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ useXDR : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. ..$ outfile : chr "/dev/null" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ renice : int NA [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rshcmd : NULL [12:34:25.141] | : . ' , ; ` .. .. .. ..$ user : chr(0) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ revtunnel : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rshlogfile : NULL [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rshopts : chr(0) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rank : int 0 [12:34:25.141] | : . ' , ; ` .. .. .. ..$ manual : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. ..$ dryrun : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. ..$ quiet : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. ..$ setup_strategy : chr "parallel" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rshcmd_label : NULL [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rsh_call : NULL [12:34:25.141] | : . ' , ; ` .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:25.141] | : . ' , ; ` .. .. .. ..$ localMachine : logi TRUE [12:34:25.141] | : . ' , ; ` .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:25.141] | : . ' , ; ` master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:25.141] | : . ' , ; ` 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:25.141] | : . ' , ; ` 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:25.141] | : . ' , ; ` rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:25.141] | : . ' , ; ` "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:25.141] | : . ' , ; ` "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:25.141] | : . ' , ; ` socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:25.141] | : . ' , ; ` "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:25.141] | : . ' , ; ` FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:25.141] | : . ' , ; ` NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:25.141] | : . ' , ; ` NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:25.141] | : . ' , ; ` setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:25.141] | : . ' , ; ` "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:25.141] | : . ' , ; ` FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ arguments :List of 29 [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ worker : chr "localhost" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ master : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ port : int 39101 [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ connectTimeout : num 120 [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ timeout : num 120 [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ rscript : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ homogeneous : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ rscript_args : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ rscript_envs : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ rscript_libs : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ rscript_startup : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ rscript_sh : chr "auto" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ methods : logi TRUE [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ useXDR : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ renice : int NA [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ rshcmd : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ user : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ revtunnel : logi NA [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ rshlogfile : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ rshopts : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ rank : int 1 [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ manual : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ dryrun : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ quiet : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ calls : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:25.141] | : . ' , ; ` .. .. ..- attr(*, "calls")=Dotted pair list of 10 [12:34:25.141] | : . ' , ; ` .. .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:25.141] | : . ' , ; ` .. .. .. ..$ : language source(file.path(path, "run.R")) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ : language makeClusterPSOCK(2L) [12:34:25.141] | : . ' , ; ` .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:25.141] | : . ' , ; ` .. ..$ :List of 4 [12:34:25.141] | : . ' , ; ` .. .. ..$ con : 'sockconn' int 6 [12:34:25.141] | : . ' , ; ` .. .. .. ..- attr(*, "conn_id")= [12:34:25.141] | : . ' , ; ` .. .. ..$ host : chr "localhost" [12:34:25.141] | : . ' , ; ` .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:25.141] | : . ' , ; ` .. .. ..$ rank : int 1 [12:34:25.141] | : . ' , ; ` .. .. ..$ session_info:List of 9 [12:34:25.141] | : . ' , ; ` .. .. .. ..$ process :List of 1 [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ pid: int 191060 [12:34:25.141] | : . ' , ; ` .. .. .. ..$ r :List of 16 [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ arch : chr "x86_64" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ os : chr "mingw32" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ crt : chr "ucrt" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ status : chr "Under development (unstable)" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ major : chr "4" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ minor : chr "6.0" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ year : chr "2025" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ month : chr "07" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ day : chr "28" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ svn rev : chr "88462" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ language : chr "R" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-07-28 r88462 ucrt)" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ os.type : chr "windows" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ system :List of 9 [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ sysname : chr "Windows" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ release : chr "Server x64" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ version : chr "build 20348" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ machine : chr "x86-64" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ login : chr "CRAN" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ user : chr "CRAN" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ effective_user: chr "CRAN" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ l10n :List of 5 [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ MBCS : logi TRUE [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ UTF-8 : logi TRUE [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ Latin-1 : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ codepage : int 65001 [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ system.codepage: int 65001 [12:34:25.141] | : . ' , ; ` .. .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:25.141] | : . ' , ; ` .. .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:25.141] | : . ' , ; ` .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ tempdir : chr "D:\\temp\\2025_07_29_12_30_17_31216\\Rtmpk9hH9r" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ pkgs : NULL [12:34:25.141] | : . ' , ; ` .. .. ..- attr(*, "options")=List of 35 [12:34:25.141] | : . ' , ; ` .. .. .. ..$ worker : chr "localhost" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:25.141] | : . ' , ; ` .. .. .. ..$ master : chr "localhost" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ port : int 39101 [12:34:25.141] | : . ' , ; ` .. .. .. ..$ connectTimeout : num 120 [12:34:25.141] | : . ' , ; ` .. .. .. ..$ timeout : num 120 [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ homogeneous : logi TRUE [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:8220:CRANWIN"| __truncated__ [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rscript_envs : NULL [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rscript_libs : NULL [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rscript_startup : NULL [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:25.141] | : . ' , ; ` .. .. .. ..$ methods : logi TRUE [12:34:25.141] | : . ' , ; ` .. .. .. ..$ socketOptions : chr "no-delay" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ useXDR : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. ..$ outfile : chr "/dev/null" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ renice : int NA [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rshcmd : NULL [12:34:25.141] | : . ' , ; ` .. .. .. ..$ user : chr(0) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ revtunnel : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rshlogfile : NULL [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rshopts : chr(0) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rank : int 1 [12:34:25.141] | : . ' , ; ` .. .. .. ..$ manual : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. ..$ dryrun : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. ..$ quiet : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. ..$ setup_strategy : chr "parallel" [12:34:25.141] | : . ' , ; ` .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rshcmd_label : NULL [12:34:25.141] | : . ' , ; ` .. .. .. ..$ rsh_call : NULL [12:34:25.141] | : . ' , ; ` .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:25.141] | : . ' , ; ` .. .. .. ..$ localMachine : logi TRUE [12:34:25.141] | : . ' , ; ` .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:25.141] | : . ' , ; ` master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:25.141] | : . ' , ; ` 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:25.141] | : . ' , ; ` 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:25.141] | : . ' , ; ` rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:25.141] | : . ' , ; ` "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:25.141] | : . ' , ; ` "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:25.141] | : . ' , ; ` socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:25.141] | : . ' , ; ` "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:25.141] | : . ' , ; ` FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:25.141] | : . ' , ; ` NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:25.141] | : . ' , ; ` NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:25.141] | : . ' , ; ` setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:25.141] | : . ' , ; ` "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:25.141] | : . ' , ; ` FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ arguments :List of 29 [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ worker : chr "localhost" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ master : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ port : int 39101 [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ connectTimeout : num 120 [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ timeout : num 120 [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ rscript : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ homogeneous : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ rscript_args : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ rscript_envs : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ rscript_libs : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ rscript_startup : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ rscript_sh : chr "auto" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ methods : logi TRUE [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ socketOptions : chr "no-delay" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ useXDR : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ outfile : chr "/dev/null" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ renice : int NA [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ rshcmd : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ user : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ revtunnel : logi NA [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ rshlogfile : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ rshopts : NULL [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ rank : int 1 [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ manual : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ dryrun : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ quiet : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ setup_strategy : chr "parallel" [12:34:25.141] | : . ' , ; ` .. .. .. .. ..$ calls : logi FALSE [12:34:25.141] | : . ' , ; ` .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:25.141] | : . ' , ; ` .. .. ..- attr(*, "calls")=Dotted pair list of 10 [12:34:25.141] | : . ' , ; ` .. .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:25.141] | : . ' , ; ` .. .. .. ..$ : language source(file.path(path, "run.R")) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ : language eval(ei, envir) [12:34:25.141] | : . ' , ; ` .. .. .. ..$ : language makeClusterPSOCK(2L) [12:34:25.141] | : . ' , ; ` .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:25.141] | : . ' , ; ` .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:34:25.141] | : . ' , ; ` - attr(*, "call")= language plan(cluster, workers = workers) [12:34:25.263] | : . ' , ; ` init: TRUE [12:34:25.263] | : . ' , ; ` makeFutureBackend() ... [12:34:25.264] | : . ' , ; ` | Backend function: <'NULL'> [12:34:25.264] | : . ' , ; ` | Evaluator tweak arguments: [n=1] [12:34:25.264] | : . ' , ; ` | List of 1 [12:34:25.264] | : . ' , ; ` | $ workers:List of 2 [12:34:25.264] | : . ' , ; ` | ..$ :List of 4 [12:34:25.264] | : . ' , ; ` | .. ..$ con : 'sockconn' int 5 [12:34:25.264] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [12:34:25.264] | : . ' , ; ` | .. ..$ host : chr "localhost" [12:34:25.264] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [12:34:25.264] | : . ' , ; ` | .. ..$ rank : int 0 [12:34:25.264] | : . ' , ; ` | .. ..$ session_info:List of 9 [12:34:25.264] | : . ' , ; ` | .. .. ..$ process :List of 1 [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ pid: int 83544 [12:34:25.264] | : . ' , ; ` | .. .. ..$ r :List of 16 [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ month : chr "07" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ day : chr "28" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "88462" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-07-28 r88462 ucrt)" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [12:34:25.264] | : . ' , ; ` | .. .. ..$ system :List of 9 [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:25.264] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [12:34:25.264] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:25.264] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:25.264] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:25.264] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2025_07_29_12_30_17_31216\\RtmpsLwzCk" [12:34:25.264] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:25.264] | : . ' , ; ` | .. .. ..$ pkgs : NULL [12:34:25.264] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [12:34:25.264] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [12:34:25.264] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:25.264] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [12:34:25.264] | : . ' , ; ` | .. .. ..$ port : int 39101 [12:34:25.264] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [12:34:25.264] | : . ' , ; ` | .. .. ..$ timeout : num 120 [12:34:25.264] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:25.264] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [12:34:25.264] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:8220:CRANWIN"| __truncated__ [12:34:25.264] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [12:34:25.264] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [12:34:25.264] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [12:34:25.264] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:25.264] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:25.264] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [12:34:25.264] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [12:34:25.264] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [12:34:25.264] | : . ' , ; ` | .. .. ..$ renice : int NA [12:34:25.264] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [12:34:25.264] | : . ' , ; ` | .. .. ..$ user : chr(0) [12:34:25.264] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [12:34:25.264] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [12:34:25.264] | : . ' , ; ` | .. .. ..$ rank : int 0 [12:34:25.264] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [12:34:25.264] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:25.264] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [12:34:25.264] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [12:34:25.264] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:25.264] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [12:34:25.264] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:25.264] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:25.264] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:25.264] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:25.264] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:25.264] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:25.264] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:25.264] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:25.264] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:25.264] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:25.264] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:25.264] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:25.264] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:25.264] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:25.264] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:25.264] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ master : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ port : int 39101 [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ renice : int NA [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ user : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:25.264] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 10 [12:34:25.264] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:25.264] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [12:34:25.264] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:25.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.264] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:25.264] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:25.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.264] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [12:34:25.264] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:25.264] | : . ' , ; ` | ..$ :List of 4 [12:34:25.264] | : . ' , ; ` | .. ..$ con : 'sockconn' int 6 [12:34:25.264] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [12:34:25.264] | : . ' , ; ` | .. ..$ host : chr "localhost" [12:34:25.264] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [12:34:25.264] | : . ' , ; ` | .. ..$ rank : int 1 [12:34:25.264] | : . ' , ; ` | .. ..$ session_info:List of 9 [12:34:25.264] | : . ' , ; ` | .. .. ..$ process :List of 1 [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ pid: int 191060 [12:34:25.264] | : . ' , ; ` | .. .. ..$ r :List of 16 [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ month : chr "07" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ day : chr "28" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "88462" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-07-28 r88462 ucrt)" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [12:34:25.264] | : . ' , ; ` | .. .. ..$ system :List of 9 [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:25.264] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [12:34:25.264] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:25.264] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:25.264] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:25.264] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2025_07_29_12_30_17_31216\\Rtmpk9hH9r" [12:34:25.264] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:25.264] | : . ' , ; ` | .. .. ..$ pkgs : NULL [12:34:25.264] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [12:34:25.264] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [12:34:25.264] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:25.264] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [12:34:25.264] | : . ' , ; ` | .. .. ..$ port : int 39101 [12:34:25.264] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [12:34:25.264] | : . ' , ; ` | .. .. ..$ timeout : num 120 [12:34:25.264] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:25.264] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [12:34:25.264] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:8220:CRANWIN"| __truncated__ [12:34:25.264] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [12:34:25.264] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [12:34:25.264] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [12:34:25.264] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:25.264] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:25.264] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [12:34:25.264] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [12:34:25.264] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [12:34:25.264] | : . ' , ; ` | .. .. ..$ renice : int NA [12:34:25.264] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [12:34:25.264] | : . ' , ; ` | .. .. ..$ user : chr(0) [12:34:25.264] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [12:34:25.264] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [12:34:25.264] | : . ' , ; ` | .. .. ..$ rank : int 1 [12:34:25.264] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [12:34:25.264] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:25.264] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [12:34:25.264] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [12:34:25.264] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:25.264] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [12:34:25.264] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:25.264] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:25.264] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:25.264] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:25.264] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:25.264] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:25.264] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:25.264] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:25.264] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:25.264] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:25.264] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:25.264] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:25.264] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:25.264] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:25.264] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:25.264] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ master : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ port : int 39101 [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ renice : int NA [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ user : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [12:34:25.264] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [12:34:25.264] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:25.264] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 10 [12:34:25.264] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:25.264] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [12:34:25.264] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:25.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.264] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:25.264] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:25.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.264] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.264] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [12:34:25.264] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:25.264] | : . ' , ; ` | ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:34:25.392] | : . ' , ; ` | Evaluator formal arguments: [n=1] [12:34:25.392] | : . ' , ; ` | List of 1 [12:34:25.392] | : . ' , ; ` | $ workers:List of 2 [12:34:25.392] | : . ' , ; ` | ..$ :List of 4 [12:34:25.392] | : . ' , ; ` | .. ..$ con : 'sockconn' int 5 [12:34:25.392] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [12:34:25.392] | : . ' , ; ` | .. ..$ host : chr "localhost" [12:34:25.392] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [12:34:25.392] | : . ' , ; ` | .. ..$ rank : int 0 [12:34:25.392] | : . ' , ; ` | .. ..$ session_info:List of 9 [12:34:25.392] | : . ' , ; ` | .. .. ..$ process :List of 1 [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ pid: int 83544 [12:34:25.392] | : . ' , ; ` | .. .. ..$ r :List of 16 [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ month : chr "07" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ day : chr "28" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "88462" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-07-28 r88462 ucrt)" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [12:34:25.392] | : . ' , ; ` | .. .. ..$ system :List of 9 [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:25.392] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [12:34:25.392] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:25.392] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:25.392] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:25.392] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2025_07_29_12_30_17_31216\\RtmpsLwzCk" [12:34:25.392] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:25.392] | : . ' , ; ` | .. .. ..$ pkgs : NULL [12:34:25.392] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [12:34:25.392] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [12:34:25.392] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:25.392] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [12:34:25.392] | : . ' , ; ` | .. .. ..$ port : int 39101 [12:34:25.392] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [12:34:25.392] | : . ' , ; ` | .. .. ..$ timeout : num 120 [12:34:25.392] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:25.392] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [12:34:25.392] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:8220:CRANWIN"| __truncated__ [12:34:25.392] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [12:34:25.392] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [12:34:25.392] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [12:34:25.392] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:25.392] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:25.392] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [12:34:25.392] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [12:34:25.392] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [12:34:25.392] | : . ' , ; ` | .. .. ..$ renice : int NA [12:34:25.392] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [12:34:25.392] | : . ' , ; ` | .. .. ..$ user : chr(0) [12:34:25.392] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [12:34:25.392] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [12:34:25.392] | : . ' , ; ` | .. .. ..$ rank : int 0 [12:34:25.392] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [12:34:25.392] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:25.392] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [12:34:25.392] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [12:34:25.392] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:25.392] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [12:34:25.392] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:25.392] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:25.392] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:25.392] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:25.392] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:25.392] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:25.392] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:25.392] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:25.392] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:25.392] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:25.392] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:25.392] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:25.392] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:25.392] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:25.392] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:25.392] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ master : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ port : int 39101 [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ renice : int NA [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ user : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:25.392] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 10 [12:34:25.392] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:25.392] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [12:34:25.392] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:25.392] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.392] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.392] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:25.392] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:25.392] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.392] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.392] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [12:34:25.392] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:25.392] | : . ' , ; ` | ..$ :List of 4 [12:34:25.392] | : . ' , ; ` | .. ..$ con : 'sockconn' int 6 [12:34:25.392] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [12:34:25.392] | : . ' , ; ` | .. ..$ host : chr "localhost" [12:34:25.392] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [12:34:25.392] | : . ' , ; ` | .. ..$ rank : int 1 [12:34:25.392] | : . ' , ; ` | .. ..$ session_info:List of 9 [12:34:25.392] | : . ' , ; ` | .. .. ..$ process :List of 1 [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ pid: int 191060 [12:34:25.392] | : . ' , ; ` | .. .. ..$ r :List of 16 [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ month : chr "07" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ day : chr "28" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "88462" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-07-28 r88462 ucrt)" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [12:34:25.392] | : . ' , ; ` | .. .. ..$ system :List of 9 [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:25.392] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [12:34:25.392] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:25.392] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:25.392] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:25.392] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2025_07_29_12_30_17_31216\\Rtmpk9hH9r" [12:34:25.392] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:25.392] | : . ' , ; ` | .. .. ..$ pkgs : NULL [12:34:25.392] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [12:34:25.392] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [12:34:25.392] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:25.392] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [12:34:25.392] | : . ' , ; ` | .. .. ..$ port : int 39101 [12:34:25.392] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [12:34:25.392] | : . ' , ; ` | .. .. ..$ timeout : num 120 [12:34:25.392] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:25.392] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [12:34:25.392] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:8220:CRANWIN"| __truncated__ [12:34:25.392] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [12:34:25.392] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [12:34:25.392] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [12:34:25.392] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:25.392] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:25.392] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [12:34:25.392] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [12:34:25.392] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [12:34:25.392] | : . ' , ; ` | .. .. ..$ renice : int NA [12:34:25.392] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [12:34:25.392] | : . ' , ; ` | .. .. ..$ user : chr(0) [12:34:25.392] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [12:34:25.392] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [12:34:25.392] | : . ' , ; ` | .. .. ..$ rank : int 1 [12:34:25.392] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [12:34:25.392] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:25.392] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [12:34:25.392] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [12:34:25.392] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:25.392] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [12:34:25.392] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:25.392] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:25.392] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:25.392] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:25.392] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:25.392] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:25.392] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:25.392] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:25.392] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:25.392] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:25.392] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:25.392] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:25.392] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:25.392] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:25.392] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:25.392] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ master : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ port : int 39101 [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ renice : int NA [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ user : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [12:34:25.392] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [12:34:25.392] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:25.392] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 10 [12:34:25.392] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:25.392] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [12:34:25.392] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:25.392] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.392] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.392] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:25.392] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:25.392] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.392] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.392] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [12:34:25.392] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:25.392] | : . ' , ; ` | ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:34:25.530] | : . ' , ; ` | Backend factory arguments: [n=1] [12:34:25.530] | : . ' , ; ` | Dotted pair list of 1 [12:34:25.530] | : . ' , ; ` | $ workers:List of 2 [12:34:25.530] | : . ' , ; ` | ..$ :List of 4 [12:34:25.530] | : . ' , ; ` | .. ..$ con : 'sockconn' int 5 [12:34:25.530] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [12:34:25.530] | : . ' , ; ` | .. ..$ host : chr "localhost" [12:34:25.530] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [12:34:25.530] | : . ' , ; ` | .. ..$ rank : int 0 [12:34:25.530] | : . ' , ; ` | .. ..$ session_info:List of 9 [12:34:25.530] | : . ' , ; ` | .. .. ..$ process :List of 1 [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ pid: int 83544 [12:34:25.530] | : . ' , ; ` | .. .. ..$ r :List of 16 [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ month : chr "07" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ day : chr "28" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "88462" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-07-28 r88462 ucrt)" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [12:34:25.530] | : . ' , ; ` | .. .. ..$ system :List of 9 [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:25.530] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [12:34:25.530] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:25.530] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:25.530] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:25.530] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2025_07_29_12_30_17_31216\\RtmpsLwzCk" [12:34:25.530] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:25.530] | : . ' , ; ` | .. .. ..$ pkgs : NULL [12:34:25.530] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [12:34:25.530] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [12:34:25.530] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:25.530] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [12:34:25.530] | : . ' , ; ` | .. .. ..$ port : int 39101 [12:34:25.530] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [12:34:25.530] | : . ' , ; ` | .. .. ..$ timeout : num 120 [12:34:25.530] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:25.530] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [12:34:25.530] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:8220:CRANWIN"| __truncated__ [12:34:25.530] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [12:34:25.530] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [12:34:25.530] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [12:34:25.530] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:25.530] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:25.530] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [12:34:25.530] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [12:34:25.530] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [12:34:25.530] | : . ' , ; ` | .. .. ..$ renice : int NA [12:34:25.530] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [12:34:25.530] | : . ' , ; ` | .. .. ..$ user : chr(0) [12:34:25.530] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [12:34:25.530] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [12:34:25.530] | : . ' , ; ` | .. .. ..$ rank : int 0 [12:34:25.530] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [12:34:25.530] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:25.530] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [12:34:25.530] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [12:34:25.530] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:25.530] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [12:34:25.530] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:25.530] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:25.530] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:25.530] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:25.530] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:25.530] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:25.530] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:25.530] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:25.530] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:25.530] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:25.530] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:25.530] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:25.530] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:25.530] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:25.530] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:25.530] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ master : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ port : int 39101 [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ renice : int NA [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ user : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:25.530] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 10 [12:34:25.530] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:25.530] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [12:34:25.530] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:25.530] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.530] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.530] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:25.530] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:25.530] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.530] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.530] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [12:34:25.530] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:25.530] | : . ' , ; ` | ..$ :List of 4 [12:34:25.530] | : . ' , ; ` | .. ..$ con : 'sockconn' int 6 [12:34:25.530] | : . ' , ; ` | .. .. ..- attr(*, "conn_id")= [12:34:25.530] | : . ' , ; ` | .. ..$ host : chr "localhost" [12:34:25.530] | : . ' , ; ` | .. .. ..- attr(*, "localhost")= logi TRUE [12:34:25.530] | : . ' , ; ` | .. ..$ rank : int 1 [12:34:25.530] | : . ' , ; ` | .. ..$ session_info:List of 9 [12:34:25.530] | : . ' , ; ` | .. .. ..$ process :List of 1 [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ pid: int 191060 [12:34:25.530] | : . ' , ; ` | .. .. ..$ r :List of 16 [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ arch : chr "x86_64" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ os : chr "mingw32" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ crt : chr "ucrt" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ system : chr "x86_64, mingw32" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ status : chr "Under development (unstable)" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ major : chr "4" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ minor : chr "6.0" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ year : chr "2025" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ month : chr "07" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ day : chr "28" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ svn rev : chr "88462" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ language : chr "R" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-07-28 r88462 ucrt)" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ os.type : chr "windows" [12:34:25.530] | : . ' , ; ` | .. .. ..$ system :List of 9 [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ sysname : chr "Windows" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ release : chr "Server x64" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ version : chr "build 20348" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ nodename : chr "CRANWIN3" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ machine : chr "x86-64" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ login : chr "CRAN" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ user : chr "CRAN" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ effective_user: chr "CRAN" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ udomain : chr "CRANWIN3" [12:34:25.530] | : . ' , ; ` | .. .. ..$ l10n :List of 5 [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ MBCS : logi TRUE [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ UTF-8 : logi TRUE [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ Latin-1 : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ codepage : int 65001 [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ system.codepage: int 65001 [12:34:25.530] | : . ' , ; ` | .. .. ..$ extSoftVersion: Named chr [1:11] "1.3.1" "1.0.8, 13-Jul-2019" "5.8.1" "1.24" ... [12:34:25.530] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:11] "zlib" "bzlib" "xz" "libdeflate" ... [12:34:25.530] | : . ' , ; ` | .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [12:34:25.530] | : . ' , ; ` | .. .. ..$ tempdir : chr "D:\\temp\\2025_07_29_12_30_17_31216\\Rtmpk9hH9r" [12:34:25.530] | : . ' , ; ` | .. .. ..$ libs : chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:34:25.530] | : . ' , ; ` | .. .. ..$ pkgs : NULL [12:34:25.530] | : . ' , ; ` | .. ..- attr(*, "options")=List of 35 [12:34:25.530] | : . ' , ; ` | .. .. ..$ worker : chr "localhost" [12:34:25.530] | : . ' , ; ` | .. .. .. ..- attr(*, "localhost")= logi TRUE [12:34:25.530] | : . ' , ; ` | .. .. ..$ master : chr "localhost" [12:34:25.530] | : . ' , ; ` | .. .. ..$ port : int 39101 [12:34:25.530] | : . ' , ; ` | .. .. ..$ connectTimeout : num 120 [12:34:25.530] | : . ' , ; ` | .. .. ..$ timeout : num 120 [12:34:25.530] | : . ' , ; ` | .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [12:34:25.530] | : . ' , ; ` | .. .. ..$ homogeneous : logi TRUE [12:34:25.530] | : . ' , ; ` | .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:8220:CRANWIN"| __truncated__ [12:34:25.530] | : . ' , ; ` | .. .. ..$ rscript_envs : NULL [12:34:25.530] | : . ' , ; ` | .. .. ..$ rscript_libs : NULL [12:34:25.530] | : . ' , ; ` | .. .. ..$ rscript_startup : NULL [12:34:25.530] | : . ' , ; ` | .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [12:34:25.530] | : . ' , ; ` | .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:25.530] | : . ' , ; ` | .. .. ..$ methods : logi TRUE [12:34:25.530] | : . ' , ; ` | .. .. ..$ socketOptions : chr "no-delay" [12:34:25.530] | : . ' , ; ` | .. .. ..$ useXDR : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. ..$ outfile : chr "/dev/null" [12:34:25.530] | : . ' , ; ` | .. .. ..$ renice : int NA [12:34:25.530] | : . ' , ; ` | .. .. ..$ rshcmd : NULL [12:34:25.530] | : . ' , ; ` | .. .. ..$ user : chr(0) [12:34:25.530] | : . ' , ; ` | .. .. ..$ revtunnel : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. ..$ rshlogfile : NULL [12:34:25.530] | : . ' , ; ` | .. .. ..$ rshopts : chr(0) [12:34:25.530] | : . ' , ; ` | .. .. ..$ rank : int 1 [12:34:25.530] | : . ' , ; ` | .. .. ..$ manual : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. ..$ dryrun : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. ..$ quiet : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. ..$ setup_strategy : chr "parallel" [12:34:25.530] | : . ' , ; ` | .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:25.530] | : . ' , ; ` | .. .. ..$ rshcmd_label : NULL [12:34:25.530] | : . ' , ; ` | .. .. ..$ rsh_call : NULL [12:34:25.530] | : . ' , ; ` | .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [12:34:25.530] | : . ' , ; ` | .. .. ..$ localMachine : logi TRUE [12:34:25.530] | : . ' , ; ` | .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [12:34:25.530] | : . ' , ; ` | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [12:34:25.530] | : . ' , ; ` | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [12:34:25.530] | : . ' , ; ` | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [12:34:25.530] | : . ' , ; ` | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [12:34:25.530] | : . ' , ; ` | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [12:34:25.530] | : . ' , ; ` | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [12:34:25.530] | : . ' , ; ` | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [12:34:25.530] | : . ' , ; ` | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [12:34:25.530] | : . ' , ; ` | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [12:34:25.530] | : . ' , ; ` | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [12:34:25.530] | : . ' , ; ` | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [12:34:25.530] | : . ' , ; ` | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [12:34:25.530] | : . ' , ; ` | "parallel"), calls = getOption2("parallelly.makeNodePSOCK.calls", [12:34:25.530] | : . ' , ; ` | FALSE), action = c("launch", "options"), verbose = FALSE) [12:34:25.530] | : . ' , ; ` | .. .. ..$ arguments :List of 29 [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ worker : chr "localhost" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ master : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ port : int 39101 [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ connectTimeout : num 120 [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ timeout : num 120 [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ rscript : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ homogeneous : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ rscript_args : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ rscript_envs : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ rscript_libs : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ rscript_startup : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ rscript_sh : chr "auto" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ methods : logi TRUE [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ socketOptions : chr "no-delay" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ useXDR : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ outfile : chr "/dev/null" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ renice : int NA [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ rshcmd : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ user : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ revtunnel : logi NA [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ rshlogfile : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ rshopts : NULL [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ rank : int 1 [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ manual : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ dryrun : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ quiet : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ setup_strategy : chr "parallel" [12:34:25.530] | : . ' , ; ` | .. .. .. ..$ calls : logi FALSE [12:34:25.530] | : . ' , ; ` | .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [12:34:25.530] | : . ' , ; ` | .. ..- attr(*, "calls")=Dotted pair list of 10 [12:34:25.530] | : . ' , ; ` | .. .. ..$ : language future:::testme("nbrOfWorkers") [12:34:25.530] | : . ' , ; ` | .. .. ..$ : language source(file.path(path, "run.R")) [12:34:25.530] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:25.530] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.530] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.530] | : . ' , ; ` | .. .. ..$ : language source(testme[["script"]], echo = TRUE) [12:34:25.530] | : . ' , ; ` | .. .. ..$ : language withVisible(eval(ei, envir)) [12:34:25.530] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.530] | : . ' , ; ` | .. .. ..$ : language eval(ei, envir) [12:34:25.530] | : . ' , ; ` | .. .. ..$ : language makeClusterPSOCK(2L) [12:34:25.530] | : . ' , ; ` | .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [12:34:25.530] | : . ' , ; ` | ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [12:34:25.662] | : . ' , ; ` | ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... [12:34:25.662] | : . ' , ; ` | : Stopping existing cluster ... [12:34:25.662] | : . ' , ; ` | : . No pre-existing cluster. Skipping [12:34:25.662] | : . ' , ; ` | : Stopping existing cluster ... done [12:34:25.663] | : . ' , ; ` | : Number of workers: 2 [12:34:25.680] | : . ' , ; ` | : Generated workers UUID [12:34:25.680] | : . ' , ; ` | : Workers UUID: 'ff16d9dc3715f722ef48c7cb77ae8b93' [12:34:25.681] | : . ' , ; ` | ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... done [12:34:25.681] | : . ' , ; ` | Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:34:25.681] | : . ' , ; ` makeFutureBackend() ... done [12:34:25.682] | : . ' , ; plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [12:34:25.682] | : . ' , ; nbrOfWorkers(NULL) ... [12:34:25.682] | : . ' , ; ` List of 4 [12:34:25.682] | : . ' , ; ` $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:34:25.682] | : . ' , ; ` $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:34:25.682] | : . ' , ; ` $ : language nbrOfWorkers() [12:34:25.682] | : . ' , ; ` $ : language nbrOfWorkers.NULL() [12:34:25.686] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:25.686] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:25.687] | : . ' , ; ` Number of workers: 2 [12:34:25.687] | : . ' , ; nbrOfWorkers(NULL) ... done [12:34:25.687] | : . ' , ; plan(): nbrOfWorkers() = 2 [12:34:25.688] | : . ' , plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:34:25.688] | : . ' plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > n <- nbrOfWorkers() [12:34:25.688] | : . ' nbrOfWorkers(NULL) ... [12:34:25.689] | : . ' , List of 4 [12:34:25.689] | : . ' , $ : language eval(ei, envir) [12:34:25.689] | : . ' , $ : language eval(ei, envir) [12:34:25.689] | : . ' , $ : language nbrOfWorkers() [12:34:25.689] | : . ' , $ : language nbrOfWorkers.NULL() [12:34:25.692] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:25.692] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:25.692] | : . ' , Number of workers: 2 [12:34:25.693] | : . ' nbrOfWorkers(NULL) ... done > message(sprintf("nbrOfWorkers: %g", n)) nbrOfWorkers: 2 > stopifnot(n == length(workers)) > parallel::stopCluster(workers) > message("*** nbrOfWorkers() ... DONE") *** nbrOfWorkers() ... DONE Sourcing 6 epilogue scripts ... 01/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/001.undo-future.R' 02/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/002.undo-state.R' Failed to undo environment variables: - Expected environment variables: [n=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_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_07_29_12_30_17_31216' Sourcing 6 epilogue scripts ... done Test time: user.self=2s, sys.self=0.2s, elapsed=5s, user.child=NAs, sys.child=NAs Test 'nbrOfWorkers' ... success > > proc.time() user system elapsed 2.20 0.28 5.01