R version 4.5.0 RC (2025-04-04 r88126 ucrt) -- "How About a Twenty-Six" 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 incl/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) [08:49:11.542] Option 'future.startup.script': TRUE [08:49:11.544] Future startup scripts considered: '.future.R', '~/.future.R' [08:49:11.544] 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 [08:49:11.560] Backend function: <'NULL'> [08:49:11.561] Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> nbrOfWorkers: 1 [08:49:11.561] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:11.561] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:49:11.562] | : all.equal() for FutureStrategyList ... [08:49:11.562] | : . New stack: [08:49:11.562] | : . List of 1 [08:49:11.562] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:49:11.562] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:49:11.562] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:49:11.562] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:49:11.562] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:49:11.562] | : . ..- attr(*, "call")= language plan(strategy) [08:49:11.562] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:49:11.572] | : . Old stack: [08:49:11.572] | : . List of 1 [08:49:11.572] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:49:11.572] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:49:11.572] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:49:11.572] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:49:11.572] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:49:11.572] | : . ..- attr(*, "call")= language plan(sequential) [08:49:11.572] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:49:11.575] | : . Not identical [08:49:11.576] | : . all.equal() for future ... [08:49:11.576] | : . | List of 2 [08:49:11.576] | : . | $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:49:11.576] | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:49:11.576] | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:49:11.576] | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:49:11.576] | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:49:11.576] | : . | ..- attr(*, "call")= language plan(strategy) [08:49:11.576] | : . | $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:49:11.576] | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:49:11.576] | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:49:11.576] | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:49:11.576] | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:49:11.576] | : . | ..- attr(*, "call")= language plan(sequential) [08:49:11.583] | : . all.equal() for future ... done [08:49:11.583] | : all.equal() for FutureStrategyList ... done [08:49:11.583] | : plan(): Skip setting new future strategy stack because it is the same as the current one: [08:49:11.584] | : List of future strategies: [08:49:11.584] | : 1. sequential: [08:49:11.584] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:49:11.584] | : - tweaked: FALSE [08:49:11.584] | : - call: plan(sequential) [08:49:11.585] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:49:11.585] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:49:11.585] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:11.586] | Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [08:49:11.586] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:49:11.586] Backend function: <'NULL'> [08:49:11.587] Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> nbrOfWorkers: 1 [08:49:11.587] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:11.587] | Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [08:49:11.588] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:49:11.588] Backend function: <'NULL'> [08:49:11.588] Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> nbrOfFreeWorkers: 1 [08:49:11.589] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:11.589] | Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [08:49:11.589] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:49:11.590] Backend function: <'NULL'> [08:49:11.590] Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> 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 [08:49:11.634] Backend function: <'NULL'> [08:49:11.637] ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [08:49:11.637] | workers: 2 [08:49:11.637] | getCluster() ... [08:49:11.638] | getCluster() ... done [08:49:11.638] | Stopping existing cluster ... [08:49:11.638] | : No pre-existing cluster. Skipping [08:49:11.638] | Stopping existing cluster ... done [08:49:11.638] | Starting new cluster ... [08:49:11.639] | : makeCluster(workers, ...) ... [08:49:11.639] | : . Arguments: [08:49:11.639] | : . List of 2 [08:49:11.639] | : . $ : int 2 [08:49:11.639] | : . $ rscript_libs: chr [1:2] "D:/temp/2025_04_10_08_45_16_15127/RtmpUpSTwM/RLIBS_ba78790269fd" "D:/RCompile/recent/R/library" [08:49:12.549] | : . Generated cluster UUID [08:49:12.549] | : . Cluster UUID: '24679cfda842645f12167e58ce8252d9' [08:49:12.550] | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:49:12.554] | : makeCluster(workers, ...) ... done [08:49:12.555] | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:49:12.558] | Starting new cluster ... done [08:49:12.558] | Number of workers: 2 [08:49:12.558] | Workers UUID: '24679cfda842645f12167e58ce8252d9' [08:49:12.559] ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [08:49:12.559] Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> nbrOfWorkers: 2 [08:49:12.560] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:12.560] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:49:12.561] | : all.equal() for FutureStrategyList ... [08:49:12.561] | : . New stack: [08:49:12.561] | : . List of 1 [08:49:12.561] | : . $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:49:12.561] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:49:12.561] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:49:12.561] | : . ..- attr(*, "init")= logi TRUE [08:49:12.561] | : . ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:12.561] | : . .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:12.561] | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:12.561] | : . ..- attr(*, "untweakable")= chr "persistent" [08:49:12.561] | : . ..- attr(*, "call")= language plan(strategy) [08:49:12.561] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:49:12.567] | : . Old stack: [08:49:12.567] | : . List of 1 [08:49:12.567] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:49:12.567] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:49:12.567] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:49:12.567] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:49:12.567] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:49:12.567] | : . ..- attr(*, "call")= language plan(sequential) [08:49:12.567] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:49:12.572] | : . Not identical [08:49:12.572] | : . all.equal() for future ... [08:49:12.573] | : . | List of 2 [08:49:12.573] | : . | $ target :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:49:12.573] | : . | gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:49:12.573] | : . | ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:49:12.573] | : . | ..- attr(*, "init")= logi TRUE [08:49:12.573] | : . | ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:12.573] | : . | .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:12.573] | : . | ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:12.573] | : . | ..- attr(*, "untweakable")= chr "persistent" [08:49:12.573] | : . | ..- attr(*, "call")= language plan(strategy) [08:49:12.573] | : . | $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:49:12.573] | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:49:12.573] | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:49:12.573] | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:49:12.573] | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:49:12.573] | : . | ..- attr(*, "call")= language plan(sequential) [08:49:12.580] | : . | Formals differ [08:49:12.581] | : . all.equal() for future ... done [08:49:12.581] | : . Future strategies differ at level 1 [08:49:12.581] | : all.equal() for FutureStrategyList ... done [08:49:12.582] | : plan(): Setting new future strategy stack: [08:49:12.582] | : List of future strategies: [08:49:12.582] | : 1. multisession: [08:49:12.582] | : - args: function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:49:12.582] | : - tweaked: FALSE [08:49:12.582] | : - call: plan(strategy) [08:49:12.582] | : List of 1 [08:49:12.582] | : $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:49:12.582] | : gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:49:12.582] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:49:12.582] | : ..- attr(*, "init")= logi TRUE [08:49:12.582] | : ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:12.582] | : .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:12.582] | : ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:12.582] | : ..- attr(*, "untweakable")= chr "persistent" [08:49:12.582] | : ..- attr(*, "call")= language plan(strategy) [08:49:12.582] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:49:12.588] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [08:49:12.588] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:12.589] | : . | Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [08:49:12.590] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:49:12.590] | : . Legacy shutdown of cluster workers ... [08:49:12.591] | : . | Stopping existing cluster ... [08:49:12.591] | : . | : Cluster to shut down: [08:49:12.592] | : . | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:49:12.600] | : . | : Stopped cluster: 'NULL' [08:49:12.601] | : . | Stopping existing cluster ... done [08:49:12.601] | : . Legacy shutdown of cluster workers ... done [08:49:12.602] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [08:49:12.602] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [08:49:12.602] | : . function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:49:12.602] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:49:12.602] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:49:12.602] | : . - attr(*, "init")= logi TRUE [08:49:12.602] | : . - attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:12.602] | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:12.602] | : . - attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:12.602] | : . - attr(*, "untweakable")= chr "persistent" [08:49:12.602] | : . - attr(*, "call")= language plan(strategy) [08:49:12.608] | : . init: TRUE [08:49:12.608] | : . makeFutureBackend() ... [08:49:12.609] | : . | Backend function: <'NULL'> [08:49:12.629] | : . | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [08:49:12.630] | : . | : workers: 2 [08:49:12.630] | : . | : getCluster() ... [08:49:12.630] | : . | : getCluster() ... done [08:49:12.630] | : . | : Stopping existing cluster ... [08:49:12.631] | : . | : . No pre-existing cluster. Skipping [08:49:12.631] | : . | : Stopping existing cluster ... done [08:49:12.631] | : . | : Starting new cluster ... [08:49:12.632] | : . | : . makeCluster(workers, ...) ... [08:49:12.632] | : . | : . | Arguments: [08:49:12.632] | : . | : . | List of 2 [08:49:12.632] | : . | : . | $ : int 2 [08:49:12.632] | : . | : . | $ rscript_libs: chr [1:2] "D:/temp/2025_04_10_08_45_16_15127/RtmpUpSTwM/RLIBS_ba78790269fd" "D:/RCompile/recent/R/library" [08:49:13.000] | : . | : . | Generated cluster UUID [08:49:13.000] | : . | : . | Cluster UUID: '377bdfff0e12a245ba307b5b3087d301' [08:49:13.000] | : . | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:49:13.004] | : . | : . makeCluster(workers, ...) ... done [08:49:13.004] | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:49:13.008] | : . | : Starting new cluster ... done [08:49:13.008] | : . | : Number of workers: 2 [08:49:13.009] | : . | : Workers UUID: '377bdfff0e12a245ba307b5b3087d301' [08:49:13.009] | : . | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [08:49:13.010] | : . | Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [08:49:13.010] | : . makeFutureBackend() ... done [08:49:13.011] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [08:49:13.011] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.011] | : . Getting current ("next") strategy: 'FutureStrategy', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:49:13.012] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:49:13.012] | : plan(): nbrOfWorkers() = 2 [08:49:13.012] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:49:13.013] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:49:13.013] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.014] | Getting current ("next") strategy: 'FutureStrategy', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:49:13.014] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfWorkers: 2 [08:49:13.014] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.015] | Getting current ("next") strategy: 'FutureStrategy', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:49:13.015] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:49:13.016] FutureRegistry('workers-377bdfff0e12a245ba307b5b3087d301', action = 'list', earlySignal = 0) ... [08:49:13.016] | Created empty registry 'workers-377bdfff0e12a245ba307b5b3087d301' [08:49:13.016] | Listing all futures [08:49:13.017] | Number of registered futures: 0 [08:49:13.017] FutureRegistry('workers-377bdfff0e12a245ba307b5b3087d301', action = 'list', earlySignal = 0) ... done nbrOfFreeWorkers: 2 [08:49:13.018] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.018] | Getting current ("next") strategy: 'FutureStrategy', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:49:13.019] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:49:13.019] FutureRegistry('workers-377bdfff0e12a245ba307b5b3087d301', action = 'list', earlySignal = 0) ... [08:49:13.019] | Listing all futures [08:49:13.020] | Number of registered futures: 0 [08:49:13.020] FutureRegistry('workers-377bdfff0e12a245ba307b5b3087d301', action = 'list', earlySignal = 0) ... done nbrOfFreeWorkers(background = TRUE): 2 [08:49:13.021] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.023] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:49:13.023] | : all.equal() for FutureStrategyList ... [08:49:13.024] | : . New stack: [08:49:13.024] | : . List of 1 [08:49:13.024] | : . $ :function (..., workers = 1L, envir = parent.frame()) [08:49:13.024] | : . ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [08:49:13.024] | : . ..- attr(*, "init")= logi TRUE [08:49:13.024] | : . ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:13.024] | : . .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.024] | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.024] | : . ..- attr(*, "untweakable")= chr "persistent" [08:49:13.024] | : . ..- attr(*, "tweaks")=List of 1 [08:49:13.024] | : . .. ..$ workers: int 1 [08:49:13.024] | : . ..- attr(*, "call")= language plan(strategy, workers = 1L) [08:49:13.024] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:49:13.033] | : . Old stack: [08:49:13.033] | : . List of 1 [08:49:13.033] | : . $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:49:13.033] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:49:13.033] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:49:13.033] | : . ..- attr(*, "init")= chr "done" [08:49:13.033] | : . ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:13.033] | : . .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.033] | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.033] | : . ..- attr(*, "untweakable")= chr "persistent" [08:49:13.033] | : . ..- attr(*, "call")= language plan(strategy) [08:49:13.033] | : . ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [08:49:13.033] | : . .. ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:13.033] | : . .. .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.033] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:49:13.042] | : . Not identical [08:49:13.043] | : . all.equal() for future ... [08:49:13.043] | : . | List of 2 [08:49:13.043] | : . | $ target :function (..., workers = 1L, envir = parent.frame()) [08:49:13.043] | : . | ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [08:49:13.043] | : . | ..- attr(*, "init")= logi TRUE [08:49:13.043] | : . | ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:13.043] | : . | .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.043] | : . | ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.043] | : . | ..- attr(*, "untweakable")= chr "persistent" [08:49:13.043] | : . | ..- attr(*, "tweaks")=List of 1 [08:49:13.043] | : . | .. ..$ workers: int 1 [08:49:13.043] | : . | ..- attr(*, "call")= language plan(strategy, workers = 1L) [08:49:13.043] | : . | $ current:function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:49:13.043] | : . | gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:49:13.043] | : . | ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:49:13.043] | : . | ..- attr(*, "init")= chr "done" [08:49:13.043] | : . | ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:13.043] | : . | .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.043] | : . | ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.043] | : . | ..- attr(*, "untweakable")= chr "persistent" [08:49:13.043] | : . | ..- attr(*, "call")= language plan(strategy) [08:49:13.043] | : . | ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [08:49:13.043] | : . | .. ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:13.043] | : . | .. .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.060] | : . | Formals differ [08:49:13.061] | : . all.equal() for future ... done [08:49:13.061] | : . Future strategies differ at level 1 [08:49:13.061] | : all.equal() for FutureStrategyList ... done [08:49:13.062] | : plan(): Setting new future strategy stack: [08:49:13.062] | : List of future strategies: [08:49:13.062] | : 1. multisession: [08:49:13.062] | : - args: function (..., workers = 1L, envir = parent.frame()) [08:49:13.062] | : - tweaked: TRUE [08:49:13.062] | : - call: plan(strategy, workers = 1L) [08:49:13.063] | : List of 1 [08:49:13.063] | : $ :function (..., workers = 1L, envir = parent.frame()) [08:49:13.063] | : ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [08:49:13.063] | : ..- attr(*, "init")= logi TRUE [08:49:13.063] | : ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:13.063] | : .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.063] | : ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.063] | : ..- attr(*, "untweakable")= chr "persistent" [08:49:13.063] | : ..- attr(*, "tweaks")=List of 1 [08:49:13.063] | : .. ..$ workers: int 1 [08:49:13.063] | : ..- attr(*, "call")= language plan(strategy, workers = 1L) [08:49:13.063] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:49:13.069] | : plan(): plan_cleanup('multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [08:49:13.070] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.070] | : . | Getting current ("next") strategy: 'FutureStrategy', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:49:13.070] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:49:13.071] | : . stopWorkers() for MultisessionFutureBackend ... [08:49:13.071] | : . | Interrupt active futures ... [08:49:13.073] | : . | : Number of futures: 0 [08:49:13.073] | : . | Interrupt active futures ... done [08:49:13.073] | : . | Clear future registry ... [08:49:13.074] | : . | Clear future registry ... done [08:49:13.074] | : . | Stop cluster workers ... [08:49:13.075] | : . | : Stopping existing cluster ... [08:49:13.075] | : . | : . Cluster to shut down: [08:49:13.075] | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:49:13.083] | : . | : . Stopped cluster: 'NULL' [08:49:13.084] | : . | : Stopping existing cluster ... done [08:49:13.084] | : . | Stop cluster workers ... done [08:49:13.084] | : . stopWorkers() for MultisessionFutureBackend ... done [08:49:13.085] | : . Legacy shutdown of cluster workers ... [08:49:13.085] | : . | Stopping existing cluster ... [08:49:13.085] | : . | : No pre-existing cluster. Skipping [08:49:13.086] | : . | Stopping existing cluster ... done [08:49:13.086] | : . Legacy shutdown of cluster workers ... done [08:49:13.086] | : plan(): plan_cleanup('multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [08:49:13.086] | : plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [08:49:13.087] | : . function (..., workers = 1L, envir = parent.frame()) [08:49:13.087] | : . - attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [08:49:13.087] | : . - attr(*, "init")= logi TRUE [08:49:13.087] | : . - attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:13.087] | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.087] | : . - attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.087] | : . - attr(*, "untweakable")= chr "persistent" [08:49:13.087] | : . - attr(*, "tweaks")=List of 1 [08:49:13.087] | : . ..$ workers: int 1 [08:49:13.087] | : . - attr(*, "call")= language plan(strategy, workers = 1L) [08:49:13.092] | : . init: TRUE [08:49:13.093] | : . makeFutureBackend() ... [08:49:13.093] | : . | Backend function: <'NULL'> [08:49:13.094] | : . | Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [08:49:13.094] | : . makeFutureBackend() ... done [08:49:13.094] | : plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [08:49:13.095] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.095] | : . Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:49:13.095] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:49:13.096] | : plan(): nbrOfWorkers() = 1 [08:49:13.096] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:49:13.096] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:49:13.097] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.097] | Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:49:13.097] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfWorkers: 1 [08:49:13.097] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.098] | Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:49:13.098] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfFreeWorkers: 1 [08:49:13.098] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.098] | Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:49:13.099] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfFreeWorkers(background = TRUE): 0 [08:49:13.099] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.100] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:49:13.100] | : all.equal() for FutureStrategyList ... [08:49:13.100] | : . New stack: [08:49:13.100] | : . List of 1 [08:49:13.100] | : . $ :function (..., workers = function () [08:49:13.100] | : . max(1L, future::availableCores() - 1L), envir = parent.frame()) [08:49:13.100] | : . ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [08:49:13.100] | : . ..- attr(*, "init")= logi TRUE [08:49:13.100] | : . ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:13.100] | : . .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.100] | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.100] | : . ..- attr(*, "untweakable")= chr "persistent" [08:49:13.100] | : . ..- attr(*, "tweaks")=List of 1 [08:49:13.100] | : . .. ..$ workers:function () [08:49:13.100] | : . ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [08:49:13.100] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:49:13.105] | : . Old stack: [08:49:13.105] | : . List of 1 [08:49:13.105] | : . $ :function (..., workers = 1L, envir = parent.frame()) [08:49:13.105] | : . ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [08:49:13.105] | : . ..- attr(*, "init")= chr "done" [08:49:13.105] | : . ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:13.105] | : . .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.105] | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.105] | : . ..- attr(*, "untweakable")= chr "persistent" [08:49:13.105] | : . ..- attr(*, "tweaks")=List of 1 [08:49:13.105] | : . .. ..$ workers: int 1 [08:49:13.105] | : . ..- attr(*, "call")= language plan(strategy, workers = 1L) [08:49:13.105] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:49:13.105] | : . .. ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:13.105] | : . .. .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.105] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:49:13.110] | : . Not identical [08:49:13.110] | : . all.equal() for future ... [08:49:13.110] | : . | List of 2 [08:49:13.110] | : . | $ target :function (..., workers = function () [08:49:13.110] | : . | max(1L, future::availableCores() - 1L), envir = parent.frame()) [08:49:13.110] | : . | ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [08:49:13.110] | : . | ..- attr(*, "init")= logi TRUE [08:49:13.110] | : . | ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:13.110] | : . | .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.110] | : . | ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.110] | : . | ..- attr(*, "untweakable")= chr "persistent" [08:49:13.110] | : . | ..- attr(*, "tweaks")=List of 1 [08:49:13.110] | : . | .. ..$ workers:function () [08:49:13.110] | : . | ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [08:49:13.110] | : . | $ current:function (..., workers = 1L, envir = parent.frame()) [08:49:13.110] | : . | ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [08:49:13.110] | : . | ..- attr(*, "init")= chr "done" [08:49:13.110] | : . | ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:13.110] | : . | .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.110] | : . | ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.110] | : . | ..- attr(*, "untweakable")= chr "persistent" [08:49:13.110] | : . | ..- attr(*, "tweaks")=List of 1 [08:49:13.110] | : . | .. ..$ workers: int 1 [08:49:13.110] | : . | ..- attr(*, "call")= language plan(strategy, workers = 1L) [08:49:13.110] | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:49:13.110] | : . | .. ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:13.110] | : . | .. .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.119] | : . | Formals differ [08:49:13.119] | : . all.equal() for future ... done [08:49:13.119] | : . Future strategies differ at level 1 [08:49:13.120] | : all.equal() for FutureStrategyList ... done [08:49:13.120] | : plan(): Setting new future strategy stack: [08:49:13.120] | : List of future strategies: [08:49:13.120] | : 1. multisession: [08:49:13.120] | : - args: function (..., workers = "", envir = parent.frame()) [08:49:13.120] | : - tweaked: TRUE [08:49:13.120] | : - call: plan(strategy, workers = allButOneCore) [08:49:13.121] | : List of 1 [08:49:13.121] | : $ :function (..., workers = function () [08:49:13.121] | : max(1L, future::availableCores() - 1L), envir = parent.frame()) [08:49:13.121] | : ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [08:49:13.121] | : ..- attr(*, "init")= logi TRUE [08:49:13.121] | : ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:13.121] | : .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.121] | : ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.121] | : ..- attr(*, "untweakable")= chr "persistent" [08:49:13.121] | : ..- attr(*, "tweaks")=List of 1 [08:49:13.121] | : .. ..$ workers:function () [08:49:13.121] | : ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [08:49:13.121] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:49:13.125] | : plan(): plan_cleanup('tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [08:49:13.126] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.126] | : . | Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:49:13.126] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:49:13.126] | : . Legacy shutdown of cluster workers ... [08:49:13.127] | : . | Stopping existing cluster ... [08:49:13.127] | : . | : No pre-existing cluster. Skipping [08:49:13.127] | : . | Stopping existing cluster ... done [08:49:13.127] | : . Legacy shutdown of cluster workers ... done [08:49:13.127] | : plan(): plan_cleanup('tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [08:49:13.128] | : plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [08:49:13.128] | : . function (..., workers = function () [08:49:13.128] | : . max(1L, future::availableCores() - 1L), envir = parent.frame()) [08:49:13.128] | : . - attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [08:49:13.128] | : . - attr(*, "init")= logi TRUE [08:49:13.128] | : . - attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:13.128] | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.128] | : . - attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.128] | : . - attr(*, "untweakable")= chr "persistent" [08:49:13.128] | : . - attr(*, "tweaks")=List of 1 [08:49:13.128] | : . ..$ workers:function () [08:49:13.128] | : . - attr(*, "call")= language plan(strategy, workers = allButOneCore) [08:49:13.132] | : . init: TRUE [08:49:13.133] | : . makeFutureBackend() ... [08:49:13.133] | : . | Backend function: <'NULL'> [08:49:13.136] | : . | Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [08:49:13.136] | : . makeFutureBackend() ... done [08:49:13.136] | : plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [08:49:13.137] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.137] | : . Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:49:13.137] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:49:13.138] | : plan(): nbrOfWorkers() = 1 [08:49:13.138] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:49:13.138] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:49:13.139] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.139] | Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:49:13.139] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfWorkers: 1 [08:49:13.140] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.140] | Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:49:13.141] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfFreeWorkers: 1 [08:49:13.141] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.142] | Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:49:13.142] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done nbrOfFreeWorkers(background = TRUE): 0 > message("Type of future: cluster") Type of future: cluster > workers <- rep("localhost", times = 2) > plan(cluster, workers = workers) [08:49:13.143] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.144] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:49:13.144] | : all.equal() for FutureStrategyList ... [08:49:13.145] | : . New stack: [08:49:13.145] | : . List of 1 [08:49:13.145] | : . $ :function (..., workers = c("localhost", "localhost"), envir = parent.frame()) [08:49:13.145] | : . ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [08:49:13.145] | : . ..- attr(*, "init")= logi TRUE [08:49:13.145] | : . ..- attr(*, "factory")=function (workers = availableWorkers(), gc = TRUE, earlySignal = TRUE, [08:49:13.145] | : . interrupts = FALSE, persistent = FALSE, ...) [08:49:13.145] | : . .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.145] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.145] | : . ..- attr(*, "tweaks")=List of 1 [08:49:13.145] | : . .. ..$ workers: chr [1:2] "localhost" "localhost" [08:49:13.145] | : . ..- attr(*, "call")= language plan(cluster, workers = workers) [08:49:13.145] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:49:13.151] | : . Old stack: [08:49:13.151] | : . List of 1 [08:49:13.151] | : . $ :function (..., workers = function () [08:49:13.151] | : . max(1L, future::availableCores() - 1L), envir = parent.frame()) [08:49:13.151] | : . ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [08:49:13.151] | : . ..- attr(*, "init")= chr "done" [08:49:13.151] | : . ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:13.151] | : . .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.151] | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.151] | : . ..- attr(*, "untweakable")= chr "persistent" [08:49:13.151] | : . ..- attr(*, "tweaks")=List of 1 [08:49:13.151] | : . .. ..$ workers:function () [08:49:13.151] | : . ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [08:49:13.151] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:49:13.151] | : . .. ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:13.151] | : . .. .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.151] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:49:13.157] | : . Not identical [08:49:13.157] | : . all.equal() for future ... [08:49:13.157] | : . | List of 2 [08:49:13.157] | : . | $ target :function (..., workers = c("localhost", "localhost"), envir = parent.frame()) [08:49:13.157] | : . | ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [08:49:13.157] | : . | ..- attr(*, "init")= logi TRUE [08:49:13.157] | : . | ..- attr(*, "factory")=function (workers = availableWorkers(), gc = TRUE, earlySignal = TRUE, [08:49:13.157] | : . | interrupts = FALSE, persistent = FALSE, ...) [08:49:13.157] | : . | .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.157] | : . | ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.157] | : . | ..- attr(*, "tweaks")=List of 1 [08:49:13.157] | : . | .. ..$ workers: chr [1:2] "localhost" "localhost" [08:49:13.157] | : . | ..- attr(*, "call")= language plan(cluster, workers = workers) [08:49:13.157] | : . | $ current:function (..., workers = function () [08:49:13.157] | : . | max(1L, future::availableCores() - 1L), envir = parent.frame()) [08:49:13.157] | : . | ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [08:49:13.157] | : . | ..- attr(*, "init")= chr "done" [08:49:13.157] | : . | ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:13.157] | : . | .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.157] | : . | ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.157] | : . | ..- attr(*, "untweakable")= chr "persistent" [08:49:13.157] | : . | ..- attr(*, "tweaks")=List of 1 [08:49:13.157] | : . | .. ..$ workers:function () [08:49:13.157] | : . | ..- attr(*, "call")= language plan(strategy, workers = allButOneCore) [08:49:13.157] | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:49:13.157] | : . | .. ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:49:13.157] | : . | .. .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:49:13.171] | : . | Formals differ [08:49:13.171] | : . all.equal() for future ... done [08:49:13.171] | : . Future strategies differ at level 1 [08:49:13.172] | : all.equal() for FutureStrategyList ... done [08:49:13.172] | : plan(): Setting new future strategy stack: [08:49:13.172] | : List of future strategies: [08:49:13.172] | : 1. cluster: [08:49:13.172] | : - args: function (..., workers = c("localhost", "localhost"), envir = parent.frame()) [08:49:13.172] | : - tweaked: TRUE [08:49:13.172] | : - call: plan(cluster, workers = workers) [08:49:13.173] | : List of 1 [08:49:13.173] | : $ :function (..., workers = c("localhost", "localhost"), envir = parent.frame()) [08:49:13.173] | : ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [08:49:13.173] | : ..- attr(*, "init")= logi TRUE [08:49:13.173] | : ..- attr(*, "factory")=function (workers = availableWorkers(), gc = TRUE, earlySignal = TRUE, [08:49:13.173] | : interrupts = FALSE, persistent = FALSE, ...) [08:49:13.173] | : .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.173] | : ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.173] | : ..- attr(*, "tweaks")=List of 1 [08:49:13.173] | : .. ..$ workers: chr [1:2] "localhost" "localhost" [08:49:13.173] | : ..- attr(*, "call")= language plan(cluster, workers = workers) [08:49:13.173] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:49:13.178] | : plan(): plan_cleanup('tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [08:49:13.179] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.179] | : . | Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:49:13.179] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:49:13.179] | : . Legacy shutdown of cluster workers ... [08:49:13.180] | : . | Stopping existing cluster ... [08:49:13.180] | : . | : No pre-existing cluster. Skipping [08:49:13.180] | : . | Stopping existing cluster ... done [08:49:13.181] | : . Legacy shutdown of cluster workers ... done [08:49:13.181] | : plan(): plan_cleanup('tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [08:49:13.181] | : plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [08:49:13.181] | : . function (..., workers = c("localhost", "localhost"), envir = parent.frame()) [08:49:13.181] | : . - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [08:49:13.181] | : . - attr(*, "init")= logi TRUE [08:49:13.181] | : . - attr(*, "factory")=function (workers = availableWorkers(), gc = TRUE, earlySignal = TRUE, [08:49:13.181] | : . interrupts = FALSE, persistent = FALSE, ...) [08:49:13.181] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.181] | : . - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.181] | : . - attr(*, "tweaks")=List of 1 [08:49:13.181] | : . ..$ workers: chr [1:2] "localhost" "localhost" [08:49:13.181] | : . - attr(*, "call")= language plan(cluster, workers = workers) [08:49:13.186] | : . init: TRUE [08:49:13.186] | : . makeFutureBackend() ... [08:49:13.186] | : . | Backend function: <'NULL'> [08:49:13.187] | : . | ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... [08:49:13.187] | : . | : workers: [n=2] 'localhost', 'localhost' [08:49:13.187] | : . | : getCluster() ... [08:49:13.188] | : . | : getCluster() ... done [08:49:13.188] | : . | : Stopping existing cluster ... [08:49:13.188] | : . | : . No pre-existing cluster. Skipping [08:49:13.189] | : . | : Stopping existing cluster ... done [08:49:13.189] | : . | : Starting new cluster ... [08:49:13.189] | : . | : . makeCluster(workers, ...) ... [08:49:13.189] | : . | : . | Arguments: [08:49:13.190] | : . | : . | List of 1 [08:49:13.190] | : . | : . | $ : chr [1:2] "localhost" "localhost" [08:49:13.514] | : . | : . | Generated cluster UUID [08:49:13.515] | : . | : . | Cluster UUID: '1b67a495e106a80f69cfe6d88affb264' [08:49:13.515] | : . | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:49:13.518] | : . | : . makeCluster(workers, ...) ... done [08:49:13.518] | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:49:13.521] | : . | : Starting new cluster ... done [08:49:13.521] | : . | : Number of workers: 2 [08:49:13.521] | : . | : Workers UUID: '1b67a495e106a80f69cfe6d88affb264' [08:49:13.522] | : . | ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... done [08:49:13.522] | : . | Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [08:49:13.522] | : . makeFutureBackend() ... done [08:49:13.523] | : plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [08:49:13.523] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.523] | : . Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [08:49:13.523] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:49:13.524] | : plan(): nbrOfWorkers() = 2 [08:49:13.524] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:49:13.524] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > n <- nbrOfWorkers() [08:49:13.525] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.525] | Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [08:49:13.525] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > message(sprintf("nbrOfWorkers: %d", n)) nbrOfWorkers: 2 > stopifnot(n == length(workers)) > plan(cluster, workers = allButOneWorker) [08:49:13.526] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.527] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:49:13.527] | : all.equal() for FutureStrategyList ... [08:49:13.527] | : . New stack: [08:49:13.528] | : . List of 1 [08:49:13.528] | : . $ :function (..., workers = function () [08:49:13.528] | : . { [08:49:13.528] | : . w <- future::availableWorkers() [08:49:13.528] | : . if (length(w) > 1) [08:49:13.528] | : . w[-1] [08:49:13.528] | : . else w [08:49:13.528] | : . }, envir = parent.frame()) [08:49:13.528] | : . ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [08:49:13.528] | : . ..- attr(*, "init")= logi TRUE [08:49:13.528] | : . ..- attr(*, "factory")=function (workers = availableWorkers(), gc = TRUE, earlySignal = TRUE, [08:49:13.528] | : . interrupts = FALSE, persistent = FALSE, ...) [08:49:13.528] | : . .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.528] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.528] | : . ..- attr(*, "tweaks")=List of 1 [08:49:13.528] | : . .. ..$ workers:function () [08:49:13.528] | : . ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [08:49:13.528] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:49:13.532] | : . Old stack: [08:49:13.532] | : . List of 1 [08:49:13.532] | : . $ :function (..., workers = c("localhost", "localhost"), envir = parent.frame()) [08:49:13.532] | : . ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [08:49:13.532] | : . ..- attr(*, "init")= chr "done" [08:49:13.532] | : . ..- attr(*, "factory")=function (workers = availableWorkers(), gc = TRUE, earlySignal = TRUE, [08:49:13.532] | : . interrupts = FALSE, persistent = FALSE, ...) [08:49:13.532] | : . .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.532] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.532] | : . ..- attr(*, "tweaks")=List of 1 [08:49:13.532] | : . .. ..$ workers: chr [1:2] "localhost" "localhost" [08:49:13.532] | : . ..- attr(*, "call")= language plan(cluster, workers = workers) [08:49:13.532] | : . ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [08:49:13.532] | : . .. ..- attr(*, "factory")=function (workers = availableWorkers(), gc = TRUE, earlySignal = TRUE, [08:49:13.532] | : . interrupts = FALSE, persistent = FALSE, ...) [08:49:13.532] | : . .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.532] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:49:13.538] | : . Not identical [08:49:13.538] | : . all.equal() for future ... [08:49:13.539] | : . | List of 2 [08:49:13.539] | : . | $ target :function (..., workers = function () [08:49:13.539] | : . | { [08:49:13.539] | : . | w <- future::availableWorkers() [08:49:13.539] | : . | if (length(w) > 1) [08:49:13.539] | : . | w[-1] [08:49:13.539] | : . | else w [08:49:13.539] | : . | }, envir = parent.frame()) [08:49:13.539] | : . | ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [08:49:13.539] | : . | ..- attr(*, "init")= logi TRUE [08:49:13.539] | : . | ..- attr(*, "factory")=function (workers = availableWorkers(), gc = TRUE, earlySignal = TRUE, [08:49:13.539] | : . | interrupts = FALSE, persistent = FALSE, ...) [08:49:13.539] | : . | .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.539] | : . | ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.539] | : . | ..- attr(*, "tweaks")=List of 1 [08:49:13.539] | : . | .. ..$ workers:function () [08:49:13.539] | : . | ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [08:49:13.539] | : . | $ current:function (..., workers = c("localhost", "localhost"), envir = parent.frame()) [08:49:13.539] | : . | ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [08:49:13.539] | : . | ..- attr(*, "init")= chr "done" [08:49:13.539] | : . | ..- attr(*, "factory")=function (workers = availableWorkers(), gc = TRUE, earlySignal = TRUE, [08:49:13.539] | : . | interrupts = FALSE, persistent = FALSE, ...) [08:49:13.539] | : . | .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.539] | : . | ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.539] | : . | ..- attr(*, "tweaks")=List of 1 [08:49:13.539] | : . | .. ..$ workers: chr [1:2] "localhost" "localhost" [08:49:13.539] | : . | ..- attr(*, "call")= language plan(cluster, workers = workers) [08:49:13.539] | : . | ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [08:49:13.539] | : . | .. ..- attr(*, "factory")=function (workers = availableWorkers(), gc = TRUE, earlySignal = TRUE, [08:49:13.539] | : . | interrupts = FALSE, persistent = FALSE, ...) [08:49:13.539] | : . | .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.550] | : . | Formals differ [08:49:13.551] | : . all.equal() for future ... done [08:49:13.551] | : . Future strategies differ at level 1 [08:49:13.551] | : all.equal() for FutureStrategyList ... done [08:49:13.551] | : plan(): Setting new future strategy stack: [08:49:13.552] | : List of future strategies: [08:49:13.552] | : 1. cluster: [08:49:13.552] | : - args: function (..., workers = "", envir = parent.frame()) [08:49:13.552] | : - tweaked: TRUE [08:49:13.552] | : - call: plan(cluster, workers = allButOneWorker) [08:49:13.553] | : List of 1 [08:49:13.553] | : $ :function (..., workers = function () [08:49:13.553] | : { [08:49:13.553] | : w <- future::availableWorkers() [08:49:13.553] | : if (length(w) > 1) [08:49:13.553] | : w[-1] [08:49:13.553] | : else w [08:49:13.553] | : }, envir = parent.frame()) [08:49:13.553] | : ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [08:49:13.553] | : ..- attr(*, "init")= logi TRUE [08:49:13.553] | : ..- attr(*, "factory")=function (workers = availableWorkers(), gc = TRUE, earlySignal = TRUE, [08:49:13.553] | : interrupts = FALSE, persistent = FALSE, ...) [08:49:13.553] | : .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.553] | : ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.553] | : ..- attr(*, "tweaks")=List of 1 [08:49:13.553] | : .. ..$ workers:function () [08:49:13.553] | : ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [08:49:13.553] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:49:13.559] | : plan(): plan_cleanup('tweaked', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [08:49:13.559] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.559] | : . | Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [08:49:13.559] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:49:13.560] | : . stopWorkers() for ClusterFutureBackend ... [08:49:13.560] | : . | Interrupt active futures ... [08:49:13.560] | : . | : Number of futures: 0 [08:49:13.561] | : . | Interrupt active futures ... done [08:49:13.561] | : . | Clear future registry ... [08:49:13.562] | : . | Clear future registry ... done [08:49:13.562] | : . | Stop cluster workers ... [08:49:13.562] | : . | : Stopping existing cluster ... [08:49:13.562] | : . | : . Cluster to shut down: [08:49:13.563] | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:49:13.571] | : . | : . Stopped cluster: 'NULL' [08:49:13.572] | : . | : Stopping existing cluster ... done [08:49:13.572] | : . | Stop cluster workers ... done [08:49:13.572] | : . stopWorkers() for ClusterFutureBackend ... done [08:49:13.572] | : . Legacy shutdown of cluster workers ... [08:49:13.573] | : . | Stopping existing cluster ... [08:49:13.573] | : . | : No pre-existing cluster. Skipping [08:49:13.573] | : . | Stopping existing cluster ... done [08:49:13.573] | : . Legacy shutdown of cluster workers ... done [08:49:13.574] | : plan(): plan_cleanup('tweaked', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [08:49:13.574] | : plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [08:49:13.574] | : . function (..., workers = function () [08:49:13.574] | : . { [08:49:13.574] | : . w <- future::availableWorkers() [08:49:13.574] | : . if (length(w) > 1) [08:49:13.574] | : . w[-1] [08:49:13.574] | : . else w [08:49:13.574] | : . }, envir = parent.frame()) [08:49:13.574] | : . - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [08:49:13.574] | : . - attr(*, "init")= logi TRUE [08:49:13.574] | : . - attr(*, "factory")=function (workers = availableWorkers(), gc = TRUE, earlySignal = TRUE, [08:49:13.574] | : . interrupts = FALSE, persistent = FALSE, ...) [08:49:13.574] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.574] | : . - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:13.574] | : . - attr(*, "tweaks")=List of 1 [08:49:13.574] | : . ..$ workers:function () [08:49:13.574] | : . - attr(*, "call")= language plan(cluster, workers = allButOneWorker) [08:49:13.579] | : . init: TRUE [08:49:13.579] | : . makeFutureBackend() ... [08:49:13.580] | : . | Backend function: <'NULL'> [08:49:13.627] | : . | ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... [08:49:13.631] | : . | : workers: [n=1] 'localhost' [08:49:13.631] | : . | : getCluster() ... [08:49:13.631] | : . | : getCluster() ... done [08:49:13.631] | : . | : Stopping existing cluster ... [08:49:13.632] | : . | : . No pre-existing cluster. Skipping [08:49:13.632] | : . | : Stopping existing cluster ... done [08:49:13.632] | : . | : Starting new cluster ... [08:49:13.632] | : . | : . makeCluster(workers, ...) ... [08:49:13.633] | : . | : . | Arguments: [08:49:13.633] | : . | : . | List of 1 [08:49:13.633] | : . | : . | $ : chr "localhost" [08:49:13.912] | : . | : . | Generated cluster UUID [08:49:13.912] | : . | : . | Cluster UUID: 'f1472f92e9b371723addd05e41ec764b' [08:49:13.913] | : . | : . | Socket cluster with 1 nodes where 1 node is on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:49:13.916] | : . | : . makeCluster(workers, ...) ... done [08:49:13.916] | : . | : . Socket cluster with 1 nodes where 1 node is on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:49:13.919] | : . | : Starting new cluster ... done [08:49:13.919] | : . | : Number of workers: 1 [08:49:13.920] | : . | : Workers UUID: 'f1472f92e9b371723addd05e41ec764b' [08:49:13.920] | : . | ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... done [08:49:13.921] | : . | Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [08:49:13.921] | : . makeFutureBackend() ... done [08:49:13.921] | : plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [08:49:13.922] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.922] | : . Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [08:49:13.922] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:49:13.923] | : plan(): nbrOfWorkers() = 1 [08:49:13.923] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:49:13.923] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > n <- nbrOfWorkers() [08:49:13.924] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:13.924] | Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [08:49:13.925] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > message(sprintf("nbrOfWorkers: %d", n)) nbrOfWorkers: 1 > stopifnot(n == max(1, nworkers - 1)) > message("Type of future: ") Type of future: > foo <- structure(function(...) NULL, class = c("future")) > n <- nbrOfWorkers(foo) [08:49:13.926] Backend function: <'NULL'> > message(sprintf("nbrOfWorkers: %g", n)) nbrOfWorkers: Inf > stopifnot(n >= 0, is.infinite(n)) > message("Type of future: cluster with workers = ") Type of future: cluster with workers = > workers <- makeClusterPSOCK(2) > print(workers) Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) > plan(cluster, workers = workers) [08:49:14.224] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:14.225] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:49:14.225] | : all.equal() for FutureStrategyList ... [08:49:14.225] | : . New stack: [08:49:14.225] | : . List of 1 [08:49:14.225] | : . $ :function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [08:49:14.225] | : . session_info = list(r = list(platform = "x86_64-w64-mingw32", arch = "x86_64", [08:49:14.225] | : . os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", status = "RC", [08:49:14.225] | : . major = "4", minor = "5.0", year = "2025", month = "04", day = "04", [08:49:14.225] | : . `svn rev` = "88126", language = "R", version.string = "R version 4.5.0 RC (2025-04-04 r88126 ucrt)", [08:49:14.225] | : . nickname = "How About a Twenty-Six", os.type = "windows"), system = list( [08:49:14.225] | : . sysname = "Windows", release = "Server x64", version = "build 20348", [08:49:14.225] | : . nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [08:49:14.225] | : . effective_user = "CRAN", udomain = "CRANWIN3"), libs = c("D:/temp/2025_04_10_08_45_16_15127/RtmpUpSTwM/RLIBS_ba78790269fd", [08:49:14.225] | : . "D:/RCompile/recent/R/library"), pkgs = NULL, pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [08:49:14.225] | : . process = list(pid = 33812L))), list(con = 6L, host = "localhost", [08:49:14.225] | : . rank = 1L, session_info = list(r = list(platform = "x86_64-w64-mingw32", [08:49:14.225] | : . arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [08:49:14.225] | : . status = "RC", major = "4", minor = "5.0", year = "2025", month = "04", [08:49:14.225] | : . day = "04", `svn rev` = "88126", language = "R", version.string = "R version 4.5.0 RC (2025-04-04 r88126 ucrt)", [08:49:14.225] | : . nickname = "How About a Twenty-Six", os.type = "windows"), system = list( [08:49:14.225] | : . ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [08:49:14.225] | : . ..- attr(*, "init")= logi TRUE [08:49:14.225] | : . ..- attr(*, "factory")=function (workers = availableWorkers(), gc = TRUE, earlySignal = TRUE, [08:49:14.225] | : . interrupts = FALSE, persistent = FALSE, ...) [08:49:14.225] | : . .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:14.225] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:14.225] | : . ..- attr(*, "tweaks")=List of 1 [08:49:14.225] | : . .. ..$ workers:List of 2 [08:49:14.225] | : . .. .. ..$ :List of 4 [08:49:14.225] | : . .. .. .. ..$ con : 'sockconn' int 5 [08:49:14.225] | : . .. .. .. .. ..- attr(*, "conn_id")= [08:49:14.225] | : . .. .. .. ..$ host : chr "localhost" [08:49:14.225] | : . .. .. .. .. ..- attr(*, "localhost")= logi TRUE [08:49:14.225] | : . .. .. .. ..$ rank : int 0 [08:49:14.225] | : . .. .. .. ..$ session_info:List of 6 [08:49:14.225] | : . .. .. .. .. ..$ r :List of 16 [08:49:14.225] | : . .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [08:49:14.225] | : . .. .. .. .. .. ..$ arch : chr "x86_64" [08:49:14.225] | : . .. .. .. .. .. ..$ os : chr "mingw32" [08:49:14.225] | : . .. .. .. .. .. ..$ crt : chr "ucrt" [08:49:14.225] | : . .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [08:49:14.225] | : . .. .. .. .. .. ..$ status : chr "RC" [08:49:14.225] | : . .. .. .. .. .. ..$ major : chr "4" [08:49:14.225] | : . .. .. .. .. .. ..$ minor : chr "5.0" [08:49:14.225] | : . .. .. .. .. .. ..$ year : chr "2025" [08:49:14.225] | : . .. .. .. .. .. ..$ month : chr "04" [08:49:14.225] | : . .. .. .. .. .. ..$ day : chr "04" [08:49:14.225] | : . .. .. .. .. .. ..$ svn rev : chr "88126" [08:49:14.225] | : . .. .. .. .. .. ..$ language : chr "R" [08:49:14.225] | : . .. .. .. .. .. ..$ version.string: chr "R version 4.5.0 RC (2025-04-04 r88126 ucrt)" [08:49:14.225] | : . .. .. .. .. .. ..$ nickname : chr "How About a Twenty-Six" [08:49:14.225] | : . .. .. .. .. .. ..$ os.type : chr "windows" [08:49:14.225] | : . .. .. .. .. ..$ system :List of 9 [08:49:14.225] | : . .. .. .. .. .. ..$ sysname : chr "Windows" [08:49:14.225] | : . .. .. .. .. .. ..$ release : chr "Server x64" [08:49:14.225] | : . .. .. .. .. .. ..$ version : chr "build 20348" [08:49:14.225] | : . .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [08:49:14.225] | : . .. .. .. .. .. ..$ machine : chr "x86-64" [08:49:14.225] | : . .. .. .. .. .. ..$ login : chr "CRAN" [08:49:14.225] | : . .. .. .. .. .. ..$ user : chr "CRAN" [08:49:14.225] | : . .. .. .. .. .. ..$ effective_user: chr "CRAN" [08:49:14.225] | : . .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [08:49:14.225] | : . .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_04_10_08_45_16_15127/RtmpUpSTwM/RLIBS_ba78790269fd" "D:/RCompile/recent/R/library" [08:49:14.225] | : . .. .. .. .. ..$ pkgs : NULL [08:49:14.225] | : . .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [08:49:14.225] | : . .. .. .. .. ..$ process:List of 1 [08:49:14.225] | : . .. .. .. .. .. ..$ pid: int 33812 [08:49:14.225] | : . .. .. .. ..- attr(*, "options")=List of 35 [08:49:14.225] | : . .. .. .. .. ..$ worker : chr "localhost" [08:49:14.225] | : . .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [08:49:14.225] | : . .. .. .. .. ..$ master : chr "localhost" [08:49:14.225] | : . .. .. .. .. ..$ port : int 22527 [08:49:14.225] | : . .. .. .. .. ..$ connectTimeout : num 120 [08:49:14.225] | : . .. .. .. .. ..$ timeout : num 120 [08:49:14.225] | : . .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:49:14.225] | : . .. .. .. .. ..$ homogeneous : logi TRUE [08:49:14.225] | : . .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:18644:CRANWI"| __truncated__ [08:49:14.225] | : . .. .. .. .. ..$ rscript_envs : NULL [08:49:14.225] | : . .. .. .. .. ..$ rscript_libs : NULL [08:49:14.225] | : . .. .. .. .. ..$ rscript_startup : NULL [08:49:14.225] | : . .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [08:49:14.225] | : . .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:49:14.225] | : . .. .. .. .. ..$ methods : logi TRUE [08:49:14.225] | : . .. .. .. .. ..$ socketOptions : chr "no-delay" [08:49:14.225] | : . .. .. .. .. ..$ useXDR : logi FALSE [08:49:14.225] | : . .. .. .. .. ..$ outfile : chr "/dev/null" [08:49:14.225] | : . .. .. .. .. ..$ renice : int NA [08:49:14.225] | : . .. .. .. .. ..$ rshcmd : NULL [08:49:14.225] | : . .. .. .. .. ..$ user : chr(0) [08:49:14.225] | : . .. .. .. .. ..$ revtunnel : logi FALSE [08:49:14.225] | : . .. .. .. .. ..$ rshlogfile : NULL [08:49:14.225] | : . .. .. .. .. ..$ rshopts : chr(0) [08:49:14.225] | : . .. .. .. .. ..$ rank : int 0 [08:49:14.225] | : . .. .. .. .. ..$ manual : logi FALSE [08:49:14.225] | : . .. .. .. .. ..$ dryrun : logi FALSE [08:49:14.225] | : . .. .. .. .. ..$ quiet : logi FALSE [08:49:14.225] | : . .. .. .. .. ..$ setup_strategy : chr "parallel" [08:49:14.225] | : . .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:49:14.225] | : . .. .. .. .. ..$ rshcmd_label : NULL [08:49:14.225] | : . .. .. .. .. ..$ rsh_call : NULL [08:49:14.225] | : . .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:49:14.225] | : . .. .. .. .. ..$ localMachine : logi TRUE [08:49:14.225] | : . .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:49:14.225] | : . master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:49:14.225] | : . 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:49:14.225] | : . 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:49:14.225] | : . rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:49:14.225] | : . "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:49:14.225] | : . "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:49:14.225] | : . socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:49:14.225] | : . "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:49:14.225] | : . FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:49:14.225] | : . NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:49:14.225] | : . NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:49:14.225] | : . setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:49:14.225] | : . "parallel"), action = c("launch", "options"), verbose = FALSE) [08:49:14.225] | : . .. .. .. .. ..$ arguments :List of 28 [08:49:14.225] | : . .. .. .. .. .. ..$ worker : chr "localhost" [08:49:14.225] | : . .. .. .. .. .. ..$ master : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ port : int 22527 [08:49:14.225] | : . .. .. .. .. .. ..$ connectTimeout : num 120 [08:49:14.225] | : . .. .. .. .. .. ..$ timeout : num 120 [08:49:14.225] | : . .. .. .. .. .. ..$ rscript : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ homogeneous : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ rscript_args : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ rscript_envs : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ rscript_libs : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ rscript_startup : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ rscript_sh : chr "auto" [08:49:14.225] | : . .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:49:14.225] | : . .. .. .. .. .. ..$ methods : logi TRUE [08:49:14.225] | : . .. .. .. .. .. ..$ socketOptions : chr "no-delay" [08:49:14.225] | : . .. .. .. .. .. ..$ useXDR : logi FALSE [08:49:14.225] | : . .. .. .. .. .. ..$ outfile : chr "/dev/null" [08:49:14.225] | : . .. .. .. .. .. ..$ renice : int NA [08:49:14.225] | : . .. .. .. .. .. ..$ rshcmd : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ user : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ revtunnel : logi NA [08:49:14.225] | : . .. .. .. .. .. ..$ rshlogfile : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ rshopts : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ rank : int 1 [08:49:14.225] | : . .. .. .. .. .. ..$ manual : logi FALSE [08:49:14.225] | : . .. .. .. .. .. ..$ dryrun : logi FALSE [08:49:14.225] | : . .. .. .. .. .. ..$ quiet : logi FALSE [08:49:14.225] | : . .. .. .. .. .. ..$ setup_strategy : chr "parallel" [08:49:14.225] | : . .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:49:14.225] | : . .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [08:49:14.225] | : . .. .. ..$ :List of 4 [08:49:14.225] | : . .. .. .. ..$ con : 'sockconn' int 6 [08:49:14.225] | : . .. .. .. .. ..- attr(*, "conn_id")= [08:49:14.225] | : . .. .. .. ..$ host : chr "localhost" [08:49:14.225] | : . .. .. .. .. ..- attr(*, "localhost")= logi TRUE [08:49:14.225] | : . .. .. .. ..$ rank : int 1 [08:49:14.225] | : . .. .. .. ..$ session_info:List of 6 [08:49:14.225] | : . .. .. .. .. ..$ r :List of 16 [08:49:14.225] | : . .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [08:49:14.225] | : . .. .. .. .. .. ..$ arch : chr "x86_64" [08:49:14.225] | : . .. .. .. .. .. ..$ os : chr "mingw32" [08:49:14.225] | : . .. .. .. .. .. ..$ crt : chr "ucrt" [08:49:14.225] | : . .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [08:49:14.225] | : . .. .. .. .. .. ..$ status : chr "RC" [08:49:14.225] | : . .. .. .. .. .. ..$ major : chr "4" [08:49:14.225] | : . .. .. .. .. .. ..$ minor : chr "5.0" [08:49:14.225] | : . .. .. .. .. .. ..$ year : chr "2025" [08:49:14.225] | : . .. .. .. .. .. ..$ month : chr "04" [08:49:14.225] | : . .. .. .. .. .. ..$ day : chr "04" [08:49:14.225] | : . .. .. .. .. .. ..$ svn rev : chr "88126" [08:49:14.225] | : . .. .. .. .. .. ..$ language : chr "R" [08:49:14.225] | : . .. .. .. .. .. ..$ version.string: chr "R version 4.5.0 RC (2025-04-04 r88126 ucrt)" [08:49:14.225] | : . .. .. .. .. .. ..$ nickname : chr "How About a Twenty-Six" [08:49:14.225] | : . .. .. .. .. .. ..$ os.type : chr "windows" [08:49:14.225] | : . .. .. .. .. ..$ system :List of 9 [08:49:14.225] | : . .. .. .. .. .. ..$ sysname : chr "Windows" [08:49:14.225] | : . .. .. .. .. .. ..$ release : chr "Server x64" [08:49:14.225] | : . .. .. .. .. .. ..$ version : chr "build 20348" [08:49:14.225] | : . .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [08:49:14.225] | : . .. .. .. .. .. ..$ machine : chr "x86-64" [08:49:14.225] | : . .. .. .. .. .. ..$ login : chr "CRAN" [08:49:14.225] | : . .. .. .. .. .. ..$ user : chr "CRAN" [08:49:14.225] | : . .. .. .. .. .. ..$ effective_user: chr "CRAN" [08:49:14.225] | : . .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [08:49:14.225] | : . .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_04_10_08_45_16_15127/RtmpUpSTwM/RLIBS_ba78790269fd" "D:/RCompile/recent/R/library" [08:49:14.225] | : . .. .. .. .. ..$ pkgs : NULL [08:49:14.225] | : . .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [08:49:14.225] | : . .. .. .. .. ..$ process:List of 1 [08:49:14.225] | : . .. .. .. .. .. ..$ pid: int 27908 [08:49:14.225] | : . .. .. .. ..- attr(*, "options")=List of 35 [08:49:14.225] | : . .. .. .. .. ..$ worker : chr "localhost" [08:49:14.225] | : . .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [08:49:14.225] | : . .. .. .. .. ..$ master : chr "localhost" [08:49:14.225] | : . .. .. .. .. ..$ port : int 22527 [08:49:14.225] | : . .. .. .. .. ..$ connectTimeout : num 120 [08:49:14.225] | : . .. .. .. .. ..$ timeout : num 120 [08:49:14.225] | : . .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:49:14.225] | : . .. .. .. .. ..$ homogeneous : logi TRUE [08:49:14.225] | : . .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:18644:CRANWI"| __truncated__ [08:49:14.225] | : . .. .. .. .. ..$ rscript_envs : NULL [08:49:14.225] | : . .. .. .. .. ..$ rscript_libs : NULL [08:49:14.225] | : . .. .. .. .. ..$ rscript_startup : NULL [08:49:14.225] | : . .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [08:49:14.225] | : . .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:49:14.225] | : . .. .. .. .. ..$ methods : logi TRUE [08:49:14.225] | : . .. .. .. .. ..$ socketOptions : chr "no-delay" [08:49:14.225] | : . .. .. .. .. ..$ useXDR : logi FALSE [08:49:14.225] | : . .. .. .. .. ..$ outfile : chr "/dev/null" [08:49:14.225] | : . .. .. .. .. ..$ renice : int NA [08:49:14.225] | : . .. .. .. .. ..$ rshcmd : NULL [08:49:14.225] | : . .. .. .. .. ..$ user : chr(0) [08:49:14.225] | : . .. .. .. .. ..$ revtunnel : logi FALSE [08:49:14.225] | : . .. .. .. .. ..$ rshlogfile : NULL [08:49:14.225] | : . .. .. .. .. ..$ rshopts : chr(0) [08:49:14.225] | : . .. .. .. .. ..$ rank : int 1 [08:49:14.225] | : . .. .. .. .. ..$ manual : logi FALSE [08:49:14.225] | : . .. .. .. .. ..$ dryrun : logi FALSE [08:49:14.225] | : . .. .. .. .. ..$ quiet : logi FALSE [08:49:14.225] | : . .. .. .. .. ..$ setup_strategy : chr "parallel" [08:49:14.225] | : . .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:49:14.225] | : . .. .. .. .. ..$ rshcmd_label : NULL [08:49:14.225] | : . .. .. .. .. ..$ rsh_call : NULL [08:49:14.225] | : . .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:49:14.225] | : . .. .. .. .. ..$ localMachine : logi TRUE [08:49:14.225] | : . .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:49:14.225] | : . master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:49:14.225] | : . 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:49:14.225] | : . 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:49:14.225] | : . rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:49:14.225] | : . "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:49:14.225] | : . "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:49:14.225] | : . socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:49:14.225] | : . "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:49:14.225] | : . FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:49:14.225] | : . NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:49:14.225] | : . NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:49:14.225] | : . setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:49:14.225] | : . "parallel"), action = c("launch", "options"), verbose = FALSE) [08:49:14.225] | : . .. .. .. .. ..$ arguments :List of 28 [08:49:14.225] | : . .. .. .. .. .. ..$ worker : chr "localhost" [08:49:14.225] | : . .. .. .. .. .. ..$ master : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ port : int 22527 [08:49:14.225] | : . .. .. .. .. .. ..$ connectTimeout : num 120 [08:49:14.225] | : . .. .. .. .. .. ..$ timeout : num 120 [08:49:14.225] | : . .. .. .. .. .. ..$ rscript : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ homogeneous : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ rscript_args : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ rscript_envs : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ rscript_libs : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ rscript_startup : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ rscript_sh : chr "auto" [08:49:14.225] | : . .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:49:14.225] | : . .. .. .. .. .. ..$ methods : logi TRUE [08:49:14.225] | : . .. .. .. .. .. ..$ socketOptions : chr "no-delay" [08:49:14.225] | : . .. .. .. .. .. ..$ useXDR : logi FALSE [08:49:14.225] | : . .. .. .. .. .. ..$ outfile : chr "/dev/null" [08:49:14.225] | : . .. .. .. .. .. ..$ renice : int NA [08:49:14.225] | : . .. .. .. .. .. ..$ rshcmd : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ user : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ revtunnel : logi NA [08:49:14.225] | : . .. .. .. .. .. ..$ rshlogfile : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ rshopts : NULL [08:49:14.225] | : . .. .. .. .. .. ..$ rank : int 1 [08:49:14.225] | : . .. .. .. .. .. ..$ manual : logi FALSE [08:49:14.225] | : . .. .. .. .. .. ..$ dryrun : logi FALSE [08:49:14.225] | : . .. .. .. .. .. ..$ quiet : logi FALSE [08:49:14.225] | : . .. .. .. .. .. ..$ setup_strategy : chr "parallel" [08:49:14.225] | : . .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:49:14.225] | : . .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [08:49:14.225] | : . .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [08:49:14.225] | : . ..- attr(*, "call")= language plan(cluster, workers = workers) [08:49:14.225] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:49:14.306] | : . Old stack: [08:49:14.307] | : . List of 1 [08:49:14.307] | : . $ :function (..., workers = function () [08:49:14.307] | : . { [08:49:14.307] | : . w <- future::availableWorkers() [08:49:14.307] | : . if (length(w) > 1) [08:49:14.307] | : . w[-1] [08:49:14.307] | : . else w [08:49:14.307] | : . }, envir = parent.frame()) [08:49:14.307] | : . ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [08:49:14.307] | : . ..- attr(*, "init")= chr "done" [08:49:14.307] | : . ..- attr(*, "factory")=function (workers = availableWorkers(), gc = TRUE, earlySignal = TRUE, [08:49:14.307] | : . interrupts = FALSE, persistent = FALSE, ...) [08:49:14.307] | : . .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:14.307] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:14.307] | : . ..- attr(*, "tweaks")=List of 1 [08:49:14.307] | : . .. ..$ workers:function () [08:49:14.307] | : . ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [08:49:14.307] | : . ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [08:49:14.307] | : . .. ..- attr(*, "factory")=function (workers = availableWorkers(), gc = TRUE, earlySignal = TRUE, [08:49:14.307] | : . interrupts = FALSE, persistent = FALSE, ...) [08:49:14.307] | : . .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:14.307] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:49:14.314] | : . Not identical [08:49:14.314] | : . all.equal() for future ... [08:49:14.315] | : . | List of 2 [08:49:14.315] | : . | $ target :function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [08:49:14.315] | : . | session_info = list(r = list(platform = "x86_64-w64-mingw32", arch = "x86_64", [08:49:14.315] | : . | os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", status = "RC", [08:49:14.315] | : . | major = "4", minor = "5.0", year = "2025", month = "04", day = "04", [08:49:14.315] | : . | `svn rev` = "88126", language = "R", version.string = "R version 4.5.0 RC (2025-04-04 r88126 ucrt)", [08:49:14.315] | : . | nickname = "How About a Twenty-Six", os.type = "windows"), system = list( [08:49:14.315] | : . | sysname = "Windows", release = "Server x64", version = "build 20348", [08:49:14.315] | : . | nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [08:49:14.315] | : . | effective_user = "CRAN", udomain = "CRANWIN3"), libs = c("D:/temp/2025_04_10_08_45_16_15127/RtmpUpSTwM/RLIBS_ba78790269fd", [08:49:14.315] | : . | "D:/RCompile/recent/R/library"), pkgs = NULL, pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [08:49:14.315] | : . | process = list(pid = 33812L))), list(con = 6L, host = "localhost", [08:49:14.315] | : . | rank = 1L, session_info = list(r = list(platform = "x86_64-w64-mingw32", [08:49:14.315] | : . | arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [08:49:14.315] | : . | status = "RC", major = "4", minor = "5.0", year = "2025", month = "04", [08:49:14.315] | : . | day = "04", `svn rev` = "88126", language = "R", version.string = "R version 4.5.0 RC (2025-04-04 r88126 ucrt)", [08:49:14.315] | : . | nickname = "How About a Twenty-Six", os.type = "windows"), system = list( [08:49:14.315] | : . | ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [08:49:14.315] | : . | ..- attr(*, "init")= logi TRUE [08:49:14.315] | : . | ..- attr(*, "factory")=function (workers = availableWorkers(), gc = TRUE, earlySignal = TRUE, [08:49:14.315] | : . | interrupts = FALSE, persistent = FALSE, ...) [08:49:14.315] | : . | .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:14.315] | : . | ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:14.315] | : . | ..- attr(*, "tweaks")=List of 1 [08:49:14.315] | : . | .. ..$ workers:List of 2 [08:49:14.315] | : . | .. .. ..$ :List of 4 [08:49:14.315] | : . | .. .. .. ..$ con : 'sockconn' int 5 [08:49:14.315] | : . | .. .. .. .. ..- attr(*, "conn_id")= [08:49:14.315] | : . | .. .. .. ..$ host : chr "localhost" [08:49:14.315] | : . | .. .. .. .. ..- attr(*, "localhost")= logi TRUE [08:49:14.315] | : . | .. .. .. ..$ rank : int 0 [08:49:14.315] | : . | .. .. .. ..$ session_info:List of 6 [08:49:14.315] | : . | .. .. .. .. ..$ r :List of 16 [08:49:14.315] | : . | .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [08:49:14.315] | : . | .. .. .. .. .. ..$ arch : chr "x86_64" [08:49:14.315] | : . | .. .. .. .. .. ..$ os : chr "mingw32" [08:49:14.315] | : . | .. .. .. .. .. ..$ crt : chr "ucrt" [08:49:14.315] | : . | .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [08:49:14.315] | : . | .. .. .. .. .. ..$ status : chr "RC" [08:49:14.315] | : . | .. .. .. .. .. ..$ major : chr "4" [08:49:14.315] | : . | .. .. .. .. .. ..$ minor : chr "5.0" [08:49:14.315] | : . | .. .. .. .. .. ..$ year : chr "2025" [08:49:14.315] | : . | .. .. .. .. .. ..$ month : chr "04" [08:49:14.315] | : . | .. .. .. .. .. ..$ day : chr "04" [08:49:14.315] | : . | .. .. .. .. .. ..$ svn rev : chr "88126" [08:49:14.315] | : . | .. .. .. .. .. ..$ language : chr "R" [08:49:14.315] | : . | .. .. .. .. .. ..$ version.string: chr "R version 4.5.0 RC (2025-04-04 r88126 ucrt)" [08:49:14.315] | : . | .. .. .. .. .. ..$ nickname : chr "How About a Twenty-Six" [08:49:14.315] | : . | .. .. .. .. .. ..$ os.type : chr "windows" [08:49:14.315] | : . | .. .. .. .. ..$ system :List of 9 [08:49:14.315] | : . | .. .. .. .. .. ..$ sysname : chr "Windows" [08:49:14.315] | : . | .. .. .. .. .. ..$ release : chr "Server x64" [08:49:14.315] | : . | .. .. .. .. .. ..$ version : chr "build 20348" [08:49:14.315] | : . | .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [08:49:14.315] | : . | .. .. .. .. .. ..$ machine : chr "x86-64" [08:49:14.315] | : . | .. .. .. .. .. ..$ login : chr "CRAN" [08:49:14.315] | : . | .. .. .. .. .. ..$ user : chr "CRAN" [08:49:14.315] | : . | .. .. .. .. .. ..$ effective_user: chr "CRAN" [08:49:14.315] | : . | .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [08:49:14.315] | : . | .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_04_10_08_45_16_15127/RtmpUpSTwM/RLIBS_ba78790269fd" "D:/RCompile/recent/R/library" [08:49:14.315] | : . | .. .. .. .. ..$ pkgs : NULL [08:49:14.315] | : . | .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [08:49:14.315] | : . | .. .. .. .. ..$ process:List of 1 [08:49:14.315] | : . | .. .. .. .. .. ..$ pid: int 33812 [08:49:14.315] | : . | .. .. .. ..- attr(*, "options")=List of 35 [08:49:14.315] | : . | .. .. .. .. ..$ worker : chr "localhost" [08:49:14.315] | : . | .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [08:49:14.315] | : . | .. .. .. .. ..$ master : chr "localhost" [08:49:14.315] | : . | .. .. .. .. ..$ port : int 22527 [08:49:14.315] | : . | .. .. .. .. ..$ connectTimeout : num 120 [08:49:14.315] | : . | .. .. .. .. ..$ timeout : num 120 [08:49:14.315] | : . | .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:49:14.315] | : . | .. .. .. .. ..$ homogeneous : logi TRUE [08:49:14.315] | : . | .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:18644:CRANWI"| __truncated__ [08:49:14.315] | : . | .. .. .. .. ..$ rscript_envs : NULL [08:49:14.315] | : . | .. .. .. .. ..$ rscript_libs : NULL [08:49:14.315] | : . | .. .. .. .. ..$ rscript_startup : NULL [08:49:14.315] | : . | .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [08:49:14.315] | : . | .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:49:14.315] | : . | .. .. .. .. ..$ methods : logi TRUE [08:49:14.315] | : . | .. .. .. .. ..$ socketOptions : chr "no-delay" [08:49:14.315] | : . | .. .. .. .. ..$ useXDR : logi FALSE [08:49:14.315] | : . | .. .. .. .. ..$ outfile : chr "/dev/null" [08:49:14.315] | : . | .. .. .. .. ..$ renice : int NA [08:49:14.315] | : . | .. .. .. .. ..$ rshcmd : NULL [08:49:14.315] | : . | .. .. .. .. ..$ user : chr(0) [08:49:14.315] | : . | .. .. .. .. ..$ revtunnel : logi FALSE [08:49:14.315] | : . | .. .. .. .. ..$ rshlogfile : NULL [08:49:14.315] | : . | .. .. .. .. ..$ rshopts : chr(0) [08:49:14.315] | : . | .. .. .. .. ..$ rank : int 0 [08:49:14.315] | : . | .. .. .. .. ..$ manual : logi FALSE [08:49:14.315] | : . | .. .. .. .. ..$ dryrun : logi FALSE [08:49:14.315] | : . | .. .. .. .. ..$ quiet : logi FALSE [08:49:14.315] | : . | .. .. .. .. ..$ setup_strategy : chr "parallel" [08:49:14.315] | : . | .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:49:14.315] | : . | .. .. .. .. ..$ rshcmd_label : NULL [08:49:14.315] | : . | .. .. .. .. ..$ rsh_call : NULL [08:49:14.315] | : . | .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:49:14.315] | : . | .. .. .. .. ..$ localMachine : logi TRUE [08:49:14.315] | : . | .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:49:14.315] | : . | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:49:14.315] | : . | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:49:14.315] | : . | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:49:14.315] | : . | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:49:14.315] | : . | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:49:14.315] | : . | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:49:14.315] | : . | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:49:14.315] | : . | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:49:14.315] | : . | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:49:14.315] | : . | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:49:14.315] | : . | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:49:14.315] | : . | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:49:14.315] | : . | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:49:14.315] | : . | .. .. .. .. ..$ arguments :List of 28 [08:49:14.315] | : . | .. .. .. .. .. ..$ worker : chr "localhost" [08:49:14.315] | : . | .. .. .. .. .. ..$ master : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ port : int 22527 [08:49:14.315] | : . | .. .. .. .. .. ..$ connectTimeout : num 120 [08:49:14.315] | : . | .. .. .. .. .. ..$ timeout : num 120 [08:49:14.315] | : . | .. .. .. .. .. ..$ rscript : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ homogeneous : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ rscript_args : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ rscript_envs : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ rscript_libs : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ rscript_startup : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ rscript_sh : chr "auto" [08:49:14.315] | : . | .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:49:14.315] | : . | .. .. .. .. .. ..$ methods : logi TRUE [08:49:14.315] | : . | .. .. .. .. .. ..$ socketOptions : chr "no-delay" [08:49:14.315] | : . | .. .. .. .. .. ..$ useXDR : logi FALSE [08:49:14.315] | : . | .. .. .. .. .. ..$ outfile : chr "/dev/null" [08:49:14.315] | : . | .. .. .. .. .. ..$ renice : int NA [08:49:14.315] | : . | .. .. .. .. .. ..$ rshcmd : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ user : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ revtunnel : logi NA [08:49:14.315] | : . | .. .. .. .. .. ..$ rshlogfile : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ rshopts : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ rank : int 1 [08:49:14.315] | : . | .. .. .. .. .. ..$ manual : logi FALSE [08:49:14.315] | : . | .. .. .. .. .. ..$ dryrun : logi FALSE [08:49:14.315] | : . | .. .. .. .. .. ..$ quiet : logi FALSE [08:49:14.315] | : . | .. .. .. .. .. ..$ setup_strategy : chr "parallel" [08:49:14.315] | : . | .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:49:14.315] | : . | .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [08:49:14.315] | : . | .. .. ..$ :List of 4 [08:49:14.315] | : . | .. .. .. ..$ con : 'sockconn' int 6 [08:49:14.315] | : . | .. .. .. .. ..- attr(*, "conn_id")= [08:49:14.315] | : . | .. .. .. ..$ host : chr "localhost" [08:49:14.315] | : . | .. .. .. .. ..- attr(*, "localhost")= logi TRUE [08:49:14.315] | : . | .. .. .. ..$ rank : int 1 [08:49:14.315] | : . | .. .. .. ..$ session_info:List of 6 [08:49:14.315] | : . | .. .. .. .. ..$ r :List of 16 [08:49:14.315] | : . | .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [08:49:14.315] | : . | .. .. .. .. .. ..$ arch : chr "x86_64" [08:49:14.315] | : . | .. .. .. .. .. ..$ os : chr "mingw32" [08:49:14.315] | : . | .. .. .. .. .. ..$ crt : chr "ucrt" [08:49:14.315] | : . | .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [08:49:14.315] | : . | .. .. .. .. .. ..$ status : chr "RC" [08:49:14.315] | : . | .. .. .. .. .. ..$ major : chr "4" [08:49:14.315] | : . | .. .. .. .. .. ..$ minor : chr "5.0" [08:49:14.315] | : . | .. .. .. .. .. ..$ year : chr "2025" [08:49:14.315] | : . | .. .. .. .. .. ..$ month : chr "04" [08:49:14.315] | : . | .. .. .. .. .. ..$ day : chr "04" [08:49:14.315] | : . | .. .. .. .. .. ..$ svn rev : chr "88126" [08:49:14.315] | : . | .. .. .. .. .. ..$ language : chr "R" [08:49:14.315] | : . | .. .. .. .. .. ..$ version.string: chr "R version 4.5.0 RC (2025-04-04 r88126 ucrt)" [08:49:14.315] | : . | .. .. .. .. .. ..$ nickname : chr "How About a Twenty-Six" [08:49:14.315] | : . | .. .. .. .. .. ..$ os.type : chr "windows" [08:49:14.315] | : . | .. .. .. .. ..$ system :List of 9 [08:49:14.315] | : . | .. .. .. .. .. ..$ sysname : chr "Windows" [08:49:14.315] | : . | .. .. .. .. .. ..$ release : chr "Server x64" [08:49:14.315] | : . | .. .. .. .. .. ..$ version : chr "build 20348" [08:49:14.315] | : . | .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [08:49:14.315] | : . | .. .. .. .. .. ..$ machine : chr "x86-64" [08:49:14.315] | : . | .. .. .. .. .. ..$ login : chr "CRAN" [08:49:14.315] | : . | .. .. .. .. .. ..$ user : chr "CRAN" [08:49:14.315] | : . | .. .. .. .. .. ..$ effective_user: chr "CRAN" [08:49:14.315] | : . | .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [08:49:14.315] | : . | .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_04_10_08_45_16_15127/RtmpUpSTwM/RLIBS_ba78790269fd" "D:/RCompile/recent/R/library" [08:49:14.315] | : . | .. .. .. .. ..$ pkgs : NULL [08:49:14.315] | : . | .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [08:49:14.315] | : . | .. .. .. .. ..$ process:List of 1 [08:49:14.315] | : . | .. .. .. .. .. ..$ pid: int 27908 [08:49:14.315] | : . | .. .. .. ..- attr(*, "options")=List of 35 [08:49:14.315] | : . | .. .. .. .. ..$ worker : chr "localhost" [08:49:14.315] | : . | .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [08:49:14.315] | : . | .. .. .. .. ..$ master : chr "localhost" [08:49:14.315] | : . | .. .. .. .. ..$ port : int 22527 [08:49:14.315] | : . | .. .. .. .. ..$ connectTimeout : num 120 [08:49:14.315] | : . | .. .. .. .. ..$ timeout : num 120 [08:49:14.315] | : . | .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:49:14.315] | : . | .. .. .. .. ..$ homogeneous : logi TRUE [08:49:14.315] | : . | .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:18644:CRANWI"| __truncated__ [08:49:14.315] | : . | .. .. .. .. ..$ rscript_envs : NULL [08:49:14.315] | : . | .. .. .. .. ..$ rscript_libs : NULL [08:49:14.315] | : . | .. .. .. .. ..$ rscript_startup : NULL [08:49:14.315] | : . | .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [08:49:14.315] | : . | .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:49:14.315] | : . | .. .. .. .. ..$ methods : logi TRUE [08:49:14.315] | : . | .. .. .. .. ..$ socketOptions : chr "no-delay" [08:49:14.315] | : . | .. .. .. .. ..$ useXDR : logi FALSE [08:49:14.315] | : . | .. .. .. .. ..$ outfile : chr "/dev/null" [08:49:14.315] | : . | .. .. .. .. ..$ renice : int NA [08:49:14.315] | : . | .. .. .. .. ..$ rshcmd : NULL [08:49:14.315] | : . | .. .. .. .. ..$ user : chr(0) [08:49:14.315] | : . | .. .. .. .. ..$ revtunnel : logi FALSE [08:49:14.315] | : . | .. .. .. .. ..$ rshlogfile : NULL [08:49:14.315] | : . | .. .. .. .. ..$ rshopts : chr(0) [08:49:14.315] | : . | .. .. .. .. ..$ rank : int 1 [08:49:14.315] | : . | .. .. .. .. ..$ manual : logi FALSE [08:49:14.315] | : . | .. .. .. .. ..$ dryrun : logi FALSE [08:49:14.315] | : . | .. .. .. .. ..$ quiet : logi FALSE [08:49:14.315] | : . | .. .. .. .. ..$ setup_strategy : chr "parallel" [08:49:14.315] | : . | .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:49:14.315] | : . | .. .. .. .. ..$ rshcmd_label : NULL [08:49:14.315] | : . | .. .. .. .. ..$ rsh_call : NULL [08:49:14.315] | : . | .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:49:14.315] | : . | .. .. .. .. ..$ localMachine : logi TRUE [08:49:14.315] | : . | .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:49:14.315] | : . | master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:49:14.315] | : . | 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:49:14.315] | : . | 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:49:14.315] | : . | rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:49:14.315] | : . | "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:49:14.315] | : . | "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:49:14.315] | : . | socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:49:14.315] | : . | "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:49:14.315] | : . | FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:49:14.315] | : . | NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:49:14.315] | : . | NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:49:14.315] | : . | setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:49:14.315] | : . | "parallel"), action = c("launch", "options"), verbose = FALSE) [08:49:14.315] | : . | .. .. .. .. ..$ arguments :List of 28 [08:49:14.315] | : . | .. .. .. .. .. ..$ worker : chr "localhost" [08:49:14.315] | : . | .. .. .. .. .. ..$ master : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ port : int 22527 [08:49:14.315] | : . | .. .. .. .. .. ..$ connectTimeout : num 120 [08:49:14.315] | : . | .. .. .. .. .. ..$ timeout : num 120 [08:49:14.315] | : . | .. .. .. .. .. ..$ rscript : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ homogeneous : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ rscript_args : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ rscript_envs : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ rscript_libs : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ rscript_startup : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ rscript_sh : chr "auto" [08:49:14.315] | : . | .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:49:14.315] | : . | .. .. .. .. .. ..$ methods : logi TRUE [08:49:14.315] | : . | .. .. .. .. .. ..$ socketOptions : chr "no-delay" [08:49:14.315] | : . | .. .. .. .. .. ..$ useXDR : logi FALSE [08:49:14.315] | : . | .. .. .. .. .. ..$ outfile : chr "/dev/null" [08:49:14.315] | : . | .. .. .. .. .. ..$ renice : int NA [08:49:14.315] | : . | .. .. .. .. .. ..$ rshcmd : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ user : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ revtunnel : logi NA [08:49:14.315] | : . | .. .. .. .. .. ..$ rshlogfile : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ rshopts : NULL [08:49:14.315] | : . | .. .. .. .. .. ..$ rank : int 1 [08:49:14.315] | : . | .. .. .. .. .. ..$ manual : logi FALSE [08:49:14.315] | : . | .. .. .. .. .. ..$ dryrun : logi FALSE [08:49:14.315] | : . | .. .. .. .. .. ..$ quiet : logi FALSE [08:49:14.315] | : . | .. .. .. .. .. ..$ setup_strategy : chr "parallel" [08:49:14.315] | : . | .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:49:14.315] | : . | .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [08:49:14.315] | : . | .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [08:49:14.315] | : . | ..- attr(*, "call")= language plan(cluster, workers = workers) [08:49:14.315] | : . | $ current:function (..., workers = function () [08:49:14.315] | : . | { [08:49:14.315] | : . | w <- future::availableWorkers() [08:49:14.315] | : . | if (length(w) > 1) [08:49:14.315] | : . | w[-1] [08:49:14.315] | : . | else w [08:49:14.315] | : . | }, envir = parent.frame()) [08:49:14.315] | : . | ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [08:49:14.315] | : . | ..- attr(*, "init")= chr "done" [08:49:14.315] | : . | ..- attr(*, "factory")=function (workers = availableWorkers(), gc = TRUE, earlySignal = TRUE, [08:49:14.315] | : . | interrupts = FALSE, persistent = FALSE, ...) [08:49:14.315] | : . | .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:14.315] | : . | ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:14.315] | : . | ..- attr(*, "tweaks")=List of 1 [08:49:14.315] | : . | .. ..$ workers:function () [08:49:14.315] | : . | ..- attr(*, "call")= language plan(cluster, workers = allButOneWorker) [08:49:14.315] | : . | ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [08:49:14.315] | : . | .. ..- attr(*, "factory")=function (workers = availableWorkers(), gc = TRUE, earlySignal = TRUE, [08:49:14.315] | : . | interrupts = FALSE, persistent = FALSE, ...) [08:49:14.315] | : . | .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:14.414] | : . | Formals differ [08:49:14.415] | : . all.equal() for future ... done [08:49:14.415] | : . Future strategies differ at level 1 [08:49:14.415] | : all.equal() for FutureStrategyList ... done [08:49:14.416] | : plan(): Setting new future strategy stack: [08:49:14.416] | : List of future strategies: [08:49:14.416] | : 1. cluster: [08:49:14.416] | : - args: function (..., workers = "", envir = parent.frame()) [08:49:14.416] | : - tweaked: TRUE [08:49:14.416] | : - call: plan(cluster, workers = workers) [08:49:14.419] | : List of 1 [08:49:14.419] | : $ :function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [08:49:14.419] | : session_info = list(r = list(platform = "x86_64-w64-mingw32", arch = "x86_64", [08:49:14.419] | : os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", status = "RC", [08:49:14.419] | : major = "4", minor = "5.0", year = "2025", month = "04", day = "04", [08:49:14.419] | : `svn rev` = "88126", language = "R", version.string = "R version 4.5.0 RC (2025-04-04 r88126 ucrt)", [08:49:14.419] | : nickname = "How About a Twenty-Six", os.type = "windows"), system = list( [08:49:14.419] | : sysname = "Windows", release = "Server x64", version = "build 20348", [08:49:14.419] | : nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [08:49:14.419] | : effective_user = "CRAN", udomain = "CRANWIN3"), libs = c("D:/temp/2025_04_10_08_45_16_15127/RtmpUpSTwM/RLIBS_ba78790269fd", [08:49:14.419] | : "D:/RCompile/recent/R/library"), pkgs = NULL, pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [08:49:14.419] | : process = list(pid = 33812L))), list(con = 6L, host = "localhost", [08:49:14.419] | : rank = 1L, session_info = list(r = list(platform = "x86_64-w64-mingw32", [08:49:14.419] | : arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [08:49:14.419] | : status = "RC", major = "4", minor = "5.0", year = "2025", month = "04", [08:49:14.419] | : day = "04", `svn rev` = "88126", language = "R", version.string = "R version 4.5.0 RC (2025-04-04 r88126 ucrt)", [08:49:14.419] | : nickname = "How About a Twenty-Six", os.type = "windows"), system = list( [08:49:14.419] | : ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [08:49:14.419] | : ..- attr(*, "init")= logi TRUE [08:49:14.419] | : ..- attr(*, "factory")=function (workers = availableWorkers(), gc = TRUE, earlySignal = TRUE, [08:49:14.419] | : interrupts = FALSE, persistent = FALSE, ...) [08:49:14.419] | : .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:14.419] | : ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:14.419] | : ..- attr(*, "tweaks")=List of 1 [08:49:14.419] | : .. ..$ workers:List of 2 [08:49:14.419] | : .. .. ..$ :List of 4 [08:49:14.419] | : .. .. .. ..$ con : 'sockconn' int 5 [08:49:14.419] | : .. .. .. .. ..- attr(*, "conn_id")= [08:49:14.419] | : .. .. .. ..$ host : chr "localhost" [08:49:14.419] | : .. .. .. .. ..- attr(*, "localhost")= logi TRUE [08:49:14.419] | : .. .. .. ..$ rank : int 0 [08:49:14.419] | : .. .. .. ..$ session_info:List of 6 [08:49:14.419] | : .. .. .. .. ..$ r :List of 16 [08:49:14.419] | : .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [08:49:14.419] | : .. .. .. .. .. ..$ arch : chr "x86_64" [08:49:14.419] | : .. .. .. .. .. ..$ os : chr "mingw32" [08:49:14.419] | : .. .. .. .. .. ..$ crt : chr "ucrt" [08:49:14.419] | : .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [08:49:14.419] | : .. .. .. .. .. ..$ status : chr "RC" [08:49:14.419] | : .. .. .. .. .. ..$ major : chr "4" [08:49:14.419] | : .. .. .. .. .. ..$ minor : chr "5.0" [08:49:14.419] | : .. .. .. .. .. ..$ year : chr "2025" [08:49:14.419] | : .. .. .. .. .. ..$ month : chr "04" [08:49:14.419] | : .. .. .. .. .. ..$ day : chr "04" [08:49:14.419] | : .. .. .. .. .. ..$ svn rev : chr "88126" [08:49:14.419] | : .. .. .. .. .. ..$ language : chr "R" [08:49:14.419] | : .. .. .. .. .. ..$ version.string: chr "R version 4.5.0 RC (2025-04-04 r88126 ucrt)" [08:49:14.419] | : .. .. .. .. .. ..$ nickname : chr "How About a Twenty-Six" [08:49:14.419] | : .. .. .. .. .. ..$ os.type : chr "windows" [08:49:14.419] | : .. .. .. .. ..$ system :List of 9 [08:49:14.419] | : .. .. .. .. .. ..$ sysname : chr "Windows" [08:49:14.419] | : .. .. .. .. .. ..$ release : chr "Server x64" [08:49:14.419] | : .. .. .. .. .. ..$ version : chr "build 20348" [08:49:14.419] | : .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [08:49:14.419] | : .. .. .. .. .. ..$ machine : chr "x86-64" [08:49:14.419] | : .. .. .. .. .. ..$ login : chr "CRAN" [08:49:14.419] | : .. .. .. .. .. ..$ user : chr "CRAN" [08:49:14.419] | : .. .. .. .. .. ..$ effective_user: chr "CRAN" [08:49:14.419] | : .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [08:49:14.419] | : .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_04_10_08_45_16_15127/RtmpUpSTwM/RLIBS_ba78790269fd" "D:/RCompile/recent/R/library" [08:49:14.419] | : .. .. .. .. ..$ pkgs : NULL [08:49:14.419] | : .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [08:49:14.419] | : .. .. .. .. ..$ process:List of 1 [08:49:14.419] | : .. .. .. .. .. ..$ pid: int 33812 [08:49:14.419] | : .. .. .. ..- attr(*, "options")=List of 35 [08:49:14.419] | : .. .. .. .. ..$ worker : chr "localhost" [08:49:14.419] | : .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [08:49:14.419] | : .. .. .. .. ..$ master : chr "localhost" [08:49:14.419] | : .. .. .. .. ..$ port : int 22527 [08:49:14.419] | : .. .. .. .. ..$ connectTimeout : num 120 [08:49:14.419] | : .. .. .. .. ..$ timeout : num 120 [08:49:14.419] | : .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:49:14.419] | : .. .. .. .. ..$ homogeneous : logi TRUE [08:49:14.419] | : .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:18644:CRANWI"| __truncated__ [08:49:14.419] | : .. .. .. .. ..$ rscript_envs : NULL [08:49:14.419] | : .. .. .. .. ..$ rscript_libs : NULL [08:49:14.419] | : .. .. .. .. ..$ rscript_startup : NULL [08:49:14.419] | : .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [08:49:14.419] | : .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:49:14.419] | : .. .. .. .. ..$ methods : logi TRUE [08:49:14.419] | : .. .. .. .. ..$ socketOptions : chr "no-delay" [08:49:14.419] | : .. .. .. .. ..$ useXDR : logi FALSE [08:49:14.419] | : .. .. .. .. ..$ outfile : chr "/dev/null" [08:49:14.419] | : .. .. .. .. ..$ renice : int NA [08:49:14.419] | : .. .. .. .. ..$ rshcmd : NULL [08:49:14.419] | : .. .. .. .. ..$ user : chr(0) [08:49:14.419] | : .. .. .. .. ..$ revtunnel : logi FALSE [08:49:14.419] | : .. .. .. .. ..$ rshlogfile : NULL [08:49:14.419] | : .. .. .. .. ..$ rshopts : chr(0) [08:49:14.419] | : .. .. .. .. ..$ rank : int 0 [08:49:14.419] | : .. .. .. .. ..$ manual : logi FALSE [08:49:14.419] | : .. .. .. .. ..$ dryrun : logi FALSE [08:49:14.419] | : .. .. .. .. ..$ quiet : logi FALSE [08:49:14.419] | : .. .. .. .. ..$ setup_strategy : chr "parallel" [08:49:14.419] | : .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:49:14.419] | : .. .. .. .. ..$ rshcmd_label : NULL [08:49:14.419] | : .. .. .. .. ..$ rsh_call : NULL [08:49:14.419] | : .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:49:14.419] | : .. .. .. .. ..$ localMachine : logi TRUE [08:49:14.419] | : .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:49:14.419] | : master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:49:14.419] | : 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:49:14.419] | : 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:49:14.419] | : rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:49:14.419] | : "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:49:14.419] | : "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:49:14.419] | : socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:49:14.419] | : "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:49:14.419] | : FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:49:14.419] | : NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:49:14.419] | : NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:49:14.419] | : setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:49:14.419] | : "parallel"), action = c("launch", "options"), verbose = FALSE) [08:49:14.419] | : .. .. .. .. ..$ arguments :List of 28 [08:49:14.419] | : .. .. .. .. .. ..$ worker : chr "localhost" [08:49:14.419] | : .. .. .. .. .. ..$ master : NULL [08:49:14.419] | : .. .. .. .. .. ..$ port : int 22527 [08:49:14.419] | : .. .. .. .. .. ..$ connectTimeout : num 120 [08:49:14.419] | : .. .. .. .. .. ..$ timeout : num 120 [08:49:14.419] | : .. .. .. .. .. ..$ rscript : NULL [08:49:14.419] | : .. .. .. .. .. ..$ homogeneous : NULL [08:49:14.419] | : .. .. .. .. .. ..$ rscript_args : NULL [08:49:14.419] | : .. .. .. .. .. ..$ rscript_envs : NULL [08:49:14.419] | : .. .. .. .. .. ..$ rscript_libs : NULL [08:49:14.419] | : .. .. .. .. .. ..$ rscript_startup : NULL [08:49:14.419] | : .. .. .. .. .. ..$ rscript_sh : chr "auto" [08:49:14.419] | : .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:49:14.419] | : .. .. .. .. .. ..$ methods : logi TRUE [08:49:14.419] | : .. .. .. .. .. ..$ socketOptions : chr "no-delay" [08:49:14.419] | : .. .. .. .. .. ..$ useXDR : logi FALSE [08:49:14.419] | : .. .. .. .. .. ..$ outfile : chr "/dev/null" [08:49:14.419] | : .. .. .. .. .. ..$ renice : int NA [08:49:14.419] | : .. .. .. .. .. ..$ rshcmd : NULL [08:49:14.419] | : .. .. .. .. .. ..$ user : NULL [08:49:14.419] | : .. .. .. .. .. ..$ revtunnel : logi NA [08:49:14.419] | : .. .. .. .. .. ..$ rshlogfile : NULL [08:49:14.419] | : .. .. .. .. .. ..$ rshopts : NULL [08:49:14.419] | : .. .. .. .. .. ..$ rank : int 1 [08:49:14.419] | : .. .. .. .. .. ..$ manual : logi FALSE [08:49:14.419] | : .. .. .. .. .. ..$ dryrun : logi FALSE [08:49:14.419] | : .. .. .. .. .. ..$ quiet : logi FALSE [08:49:14.419] | : .. .. .. .. .. ..$ setup_strategy : chr "parallel" [08:49:14.419] | : .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:49:14.419] | : .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [08:49:14.419] | : .. .. ..$ :List of 4 [08:49:14.419] | : .. .. .. ..$ con : 'sockconn' int 6 [08:49:14.419] | : .. .. .. .. ..- attr(*, "conn_id")= [08:49:14.419] | : .. .. .. ..$ host : chr "localhost" [08:49:14.419] | : .. .. .. .. ..- attr(*, "localhost")= logi TRUE [08:49:14.419] | : .. .. .. ..$ rank : int 1 [08:49:14.419] | : .. .. .. ..$ session_info:List of 6 [08:49:14.419] | : .. .. .. .. ..$ r :List of 16 [08:49:14.419] | : .. .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [08:49:14.419] | : .. .. .. .. .. ..$ arch : chr "x86_64" [08:49:14.419] | : .. .. .. .. .. ..$ os : chr "mingw32" [08:49:14.419] | : .. .. .. .. .. ..$ crt : chr "ucrt" [08:49:14.419] | : .. .. .. .. .. ..$ system : chr "x86_64, mingw32" [08:49:14.419] | : .. .. .. .. .. ..$ status : chr "RC" [08:49:14.419] | : .. .. .. .. .. ..$ major : chr "4" [08:49:14.419] | : .. .. .. .. .. ..$ minor : chr "5.0" [08:49:14.419] | : .. .. .. .. .. ..$ year : chr "2025" [08:49:14.419] | : .. .. .. .. .. ..$ month : chr "04" [08:49:14.419] | : .. .. .. .. .. ..$ day : chr "04" [08:49:14.419] | : .. .. .. .. .. ..$ svn rev : chr "88126" [08:49:14.419] | : .. .. .. .. .. ..$ language : chr "R" [08:49:14.419] | : .. .. .. .. .. ..$ version.string: chr "R version 4.5.0 RC (2025-04-04 r88126 ucrt)" [08:49:14.419] | : .. .. .. .. .. ..$ nickname : chr "How About a Twenty-Six" [08:49:14.419] | : .. .. .. .. .. ..$ os.type : chr "windows" [08:49:14.419] | : .. .. .. .. ..$ system :List of 9 [08:49:14.419] | : .. .. .. .. .. ..$ sysname : chr "Windows" [08:49:14.419] | : .. .. .. .. .. ..$ release : chr "Server x64" [08:49:14.419] | : .. .. .. .. .. ..$ version : chr "build 20348" [08:49:14.419] | : .. .. .. .. .. ..$ nodename : chr "CRANWIN3" [08:49:14.419] | : .. .. .. .. .. ..$ machine : chr "x86-64" [08:49:14.419] | : .. .. .. .. .. ..$ login : chr "CRAN" [08:49:14.419] | : .. .. .. .. .. ..$ user : chr "CRAN" [08:49:14.419] | : .. .. .. .. .. ..$ effective_user: chr "CRAN" [08:49:14.419] | : .. .. .. .. .. ..$ udomain : chr "CRANWIN3" [08:49:14.419] | : .. .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_04_10_08_45_16_15127/RtmpUpSTwM/RLIBS_ba78790269fd" "D:/RCompile/recent/R/library" [08:49:14.419] | : .. .. .. .. ..$ pkgs : NULL [08:49:14.419] | : .. .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [08:49:14.419] | : .. .. .. .. ..$ process:List of 1 [08:49:14.419] | : .. .. .. .. .. ..$ pid: int 27908 [08:49:14.419] | : .. .. .. ..- attr(*, "options")=List of 35 [08:49:14.419] | : .. .. .. .. ..$ worker : chr "localhost" [08:49:14.419] | : .. .. .. .. .. ..- attr(*, "localhost")= logi TRUE [08:49:14.419] | : .. .. .. .. ..$ master : chr "localhost" [08:49:14.419] | : .. .. .. .. ..$ port : int 22527 [08:49:14.419] | : .. .. .. .. ..$ connectTimeout : num 120 [08:49:14.419] | : .. .. .. .. ..$ timeout : num 120 [08:49:14.419] | : .. .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:49:14.419] | : .. .. .. .. ..$ homogeneous : logi TRUE [08:49:14.419] | : .. .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:18644:CRANWI"| __truncated__ [08:49:14.419] | : .. .. .. .. ..$ rscript_envs : NULL [08:49:14.419] | : .. .. .. .. ..$ rscript_libs : NULL [08:49:14.419] | : .. .. .. .. ..$ rscript_startup : NULL [08:49:14.419] | : .. .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [08:49:14.419] | : .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:49:14.419] | : .. .. .. .. ..$ methods : logi TRUE [08:49:14.419] | : .. .. .. .. ..$ socketOptions : chr "no-delay" [08:49:14.419] | : .. .. .. .. ..$ useXDR : logi FALSE [08:49:14.419] | : .. .. .. .. ..$ outfile : chr "/dev/null" [08:49:14.419] | : .. .. .. .. ..$ renice : int NA [08:49:14.419] | : .. .. .. .. ..$ rshcmd : NULL [08:49:14.419] | : .. .. .. .. ..$ user : chr(0) [08:49:14.419] | : .. .. .. .. ..$ revtunnel : logi FALSE [08:49:14.419] | : .. .. .. .. ..$ rshlogfile : NULL [08:49:14.419] | : .. .. .. .. ..$ rshopts : chr(0) [08:49:14.419] | : .. .. .. .. ..$ rank : int 1 [08:49:14.419] | : .. .. .. .. ..$ manual : logi FALSE [08:49:14.419] | : .. .. .. .. ..$ dryrun : logi FALSE [08:49:14.419] | : .. .. .. .. ..$ quiet : logi FALSE [08:49:14.419] | : .. .. .. .. ..$ setup_strategy : chr "parallel" [08:49:14.419] | : .. .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:49:14.419] | : .. .. .. .. ..$ rshcmd_label : NULL [08:49:14.419] | : .. .. .. .. ..$ rsh_call : NULL [08:49:14.419] | : .. .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:49:14.419] | : .. .. .. .. ..$ localMachine : logi TRUE [08:49:14.419] | : .. .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:49:14.419] | : master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:49:14.419] | : 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:49:14.419] | : 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:49:14.419] | : rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:49:14.419] | : "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:49:14.419] | : "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:49:14.419] | : socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:49:14.419] | : "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:49:14.419] | : FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:49:14.419] | : NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:49:14.419] | : NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:49:14.419] | : setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:49:14.419] | : "parallel"), action = c("launch", "options"), verbose = FALSE) [08:49:14.419] | : .. .. .. .. ..$ arguments :List of 28 [08:49:14.419] | : .. .. .. .. .. ..$ worker : chr "localhost" [08:49:14.419] | : .. .. .. .. .. ..$ master : NULL [08:49:14.419] | : .. .. .. .. .. ..$ port : int 22527 [08:49:14.419] | : .. .. .. .. .. ..$ connectTimeout : num 120 [08:49:14.419] | : .. .. .. .. .. ..$ timeout : num 120 [08:49:14.419] | : .. .. .. .. .. ..$ rscript : NULL [08:49:14.419] | : .. .. .. .. .. ..$ homogeneous : NULL [08:49:14.419] | : .. .. .. .. .. ..$ rscript_args : NULL [08:49:14.419] | : .. .. .. .. .. ..$ rscript_envs : NULL [08:49:14.419] | : .. .. .. .. .. ..$ rscript_libs : NULL [08:49:14.419] | : .. .. .. .. .. ..$ rscript_startup : NULL [08:49:14.419] | : .. .. .. .. .. ..$ rscript_sh : chr "auto" [08:49:14.419] | : .. .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:49:14.419] | : .. .. .. .. .. ..$ methods : logi TRUE [08:49:14.419] | : .. .. .. .. .. ..$ socketOptions : chr "no-delay" [08:49:14.419] | : .. .. .. .. .. ..$ useXDR : logi FALSE [08:49:14.419] | : .. .. .. .. .. ..$ outfile : chr "/dev/null" [08:49:14.419] | : .. .. .. .. .. ..$ renice : int NA [08:49:14.419] | : .. .. .. .. .. ..$ rshcmd : NULL [08:49:14.419] | : .. .. .. .. .. ..$ user : NULL [08:49:14.419] | : .. .. .. .. .. ..$ revtunnel : logi NA [08:49:14.419] | : .. .. .. .. .. ..$ rshlogfile : NULL [08:49:14.419] | : .. .. .. .. .. ..$ rshopts : NULL [08:49:14.419] | : .. .. .. .. .. ..$ rank : int 1 [08:49:14.419] | : .. .. .. .. .. ..$ manual : logi FALSE [08:49:14.419] | : .. .. .. .. .. ..$ dryrun : logi FALSE [08:49:14.419] | : .. .. .. .. .. ..$ quiet : logi FALSE [08:49:14.419] | : .. .. .. .. .. ..$ setup_strategy : chr "parallel" [08:49:14.419] | : .. .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:49:14.419] | : .. .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [08:49:14.419] | : .. .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [08:49:14.419] | : ..- attr(*, "call")= language plan(cluster, workers = workers) [08:49:14.419] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:49:14.514] | : plan(): plan_cleanup('tweaked', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [08:49:14.514] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:14.515] | : . | Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [08:49:14.515] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:49:14.515] | : . stopWorkers() for ClusterFutureBackend ... [08:49:14.515] | : . | Interrupt active futures ... [08:49:14.516] | : . | : Number of futures: 0 [08:49:14.517] | : . | Interrupt active futures ... done [08:49:14.517] | : . | Clear future registry ... [08:49:14.518] | : . | Clear future registry ... done [08:49:14.518] | : . | Stop cluster workers ... [08:49:14.518] | : . | : Stopping existing cluster ... [08:49:14.519] | : . | : . Cluster to shut down: [08:49:14.519] | : . | : . Socket cluster with 1 nodes where 1 node is on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:49:14.526] | : . | : . Stopped cluster: 'NULL' [08:49:14.526] | : . | : Stopping existing cluster ... done [08:49:14.526] | : . | Stop cluster workers ... done [08:49:14.527] | : . stopWorkers() for ClusterFutureBackend ... done [08:49:14.527] | : . Legacy shutdown of cluster workers ... [08:49:14.527] | : . | Stopping existing cluster ... [08:49:14.527] | : . | : No pre-existing cluster. Skipping [08:49:14.528] | : . | Stopping existing cluster ... done [08:49:14.528] | : . Legacy shutdown of cluster workers ... done [08:49:14.528] | : plan(): plan_cleanup('tweaked', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [08:49:14.529] | : plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [08:49:14.529] | : . function (..., workers = list(list(con = 5L, host = "localhost", rank = 0L, [08:49:14.529] | : . session_info = list(r = list(platform = "x86_64-w64-mingw32", arch = "x86_64", [08:49:14.529] | : . os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", status = "RC", [08:49:14.529] | : . major = "4", minor = "5.0", year = "2025", month = "04", day = "04", [08:49:14.529] | : . `svn rev` = "88126", language = "R", version.string = "R version 4.5.0 RC (2025-04-04 r88126 ucrt)", [08:49:14.529] | : . nickname = "How About a Twenty-Six", os.type = "windows"), system = list( [08:49:14.529] | : . sysname = "Windows", release = "Server x64", version = "build 20348", [08:49:14.529] | : . nodename = "CRANWIN3", machine = "x86-64", login = "CRAN", user = "CRAN", [08:49:14.529] | : . effective_user = "CRAN", udomain = "CRANWIN3"), libs = c("D:/temp/2025_04_10_08_45_16_15127/RtmpUpSTwM/RLIBS_ba78790269fd", [08:49:14.529] | : . "D:/RCompile/recent/R/library"), pkgs = NULL, pwd = "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests", [08:49:14.529] | : . process = list(pid = 33812L))), list(con = 6L, host = "localhost", [08:49:14.529] | : . rank = 1L, session_info = list(r = list(platform = "x86_64-w64-mingw32", [08:49:14.529] | : . arch = "x86_64", os = "mingw32", crt = "ucrt", system = "x86_64, mingw32", [08:49:14.529] | : . status = "RC", major = "4", minor = "5.0", year = "2025", month = "04", [08:49:14.529] | : . day = "04", `svn rev` = "88126", language = "R", version.string = "R version 4.5.0 RC (2025-04-04 r88126 ucrt)", [08:49:14.529] | : . nickname = "How About a Twenty-Six", os.type = "windows"), system = list( [08:49:14.529] | : . - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [08:49:14.529] | : . - attr(*, "init")= logi TRUE [08:49:14.529] | : . - attr(*, "factory")=function (workers = availableWorkers(), gc = TRUE, earlySignal = TRUE, [08:49:14.529] | : . interrupts = FALSE, persistent = FALSE, ...) [08:49:14.529] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:14.529] | : . - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [08:49:14.529] | : . - attr(*, "tweaks")=List of 1 [08:49:14.529] | : . ..$ workers:List of 2 [08:49:14.529] | : . .. ..$ :List of 4 [08:49:14.529] | : . .. .. ..$ con : 'sockconn' int 5 [08:49:14.529] | : . .. .. .. ..- attr(*, "conn_id")= [08:49:14.529] | : . .. .. ..$ host : chr "localhost" [08:49:14.529] | : . .. .. .. ..- attr(*, "localhost")= logi TRUE [08:49:14.529] | : . .. .. ..$ rank : int 0 [08:49:14.529] | : . .. .. ..$ session_info:List of 6 [08:49:14.529] | : . .. .. .. ..$ r :List of 16 [08:49:14.529] | : . .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [08:49:14.529] | : . .. .. .. .. ..$ arch : chr "x86_64" [08:49:14.529] | : . .. .. .. .. ..$ os : chr "mingw32" [08:49:14.529] | : . .. .. .. .. ..$ crt : chr "ucrt" [08:49:14.529] | : . .. .. .. .. ..$ system : chr "x86_64, mingw32" [08:49:14.529] | : . .. .. .. .. ..$ status : chr "RC" [08:49:14.529] | : . .. .. .. .. ..$ major : chr "4" [08:49:14.529] | : . .. .. .. .. ..$ minor : chr "5.0" [08:49:14.529] | : . .. .. .. .. ..$ year : chr "2025" [08:49:14.529] | : . .. .. .. .. ..$ month : chr "04" [08:49:14.529] | : . .. .. .. .. ..$ day : chr "04" [08:49:14.529] | : . .. .. .. .. ..$ svn rev : chr "88126" [08:49:14.529] | : . .. .. .. .. ..$ language : chr "R" [08:49:14.529] | : . .. .. .. .. ..$ version.string: chr "R version 4.5.0 RC (2025-04-04 r88126 ucrt)" [08:49:14.529] | : . .. .. .. .. ..$ nickname : chr "How About a Twenty-Six" [08:49:14.529] | : . .. .. .. .. ..$ os.type : chr "windows" [08:49:14.529] | : . .. .. .. ..$ system :List of 9 [08:49:14.529] | : . .. .. .. .. ..$ sysname : chr "Windows" [08:49:14.529] | : . .. .. .. .. ..$ release : chr "Server x64" [08:49:14.529] | : . .. .. .. .. ..$ version : chr "build 20348" [08:49:14.529] | : . .. .. .. .. ..$ nodename : chr "CRANWIN3" [08:49:14.529] | : . .. .. .. .. ..$ machine : chr "x86-64" [08:49:14.529] | : . .. .. .. .. ..$ login : chr "CRAN" [08:49:14.529] | : . .. .. .. .. ..$ user : chr "CRAN" [08:49:14.529] | : . .. .. .. .. ..$ effective_user: chr "CRAN" [08:49:14.529] | : . .. .. .. .. ..$ udomain : chr "CRANWIN3" [08:49:14.529] | : . .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_04_10_08_45_16_15127/RtmpUpSTwM/RLIBS_ba78790269fd" "D:/RCompile/recent/R/library" [08:49:14.529] | : . .. .. .. ..$ pkgs : NULL [08:49:14.529] | : . .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [08:49:14.529] | : . .. .. .. ..$ process:List of 1 [08:49:14.529] | : . .. .. .. .. ..$ pid: int 33812 [08:49:14.529] | : . .. .. ..- attr(*, "options")=List of 35 [08:49:14.529] | : . .. .. .. ..$ worker : chr "localhost" [08:49:14.529] | : . .. .. .. .. ..- attr(*, "localhost")= logi TRUE [08:49:14.529] | : . .. .. .. ..$ master : chr "localhost" [08:49:14.529] | : . .. .. .. ..$ port : int 22527 [08:49:14.529] | : . .. .. .. ..$ connectTimeout : num 120 [08:49:14.529] | : . .. .. .. ..$ timeout : num 120 [08:49:14.529] | : . .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:49:14.529] | : . .. .. .. ..$ homogeneous : logi TRUE [08:49:14.529] | : . .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:18644:CRANWI"| __truncated__ [08:49:14.529] | : . .. .. .. ..$ rscript_envs : NULL [08:49:14.529] | : . .. .. .. ..$ rscript_libs : NULL [08:49:14.529] | : . .. .. .. ..$ rscript_startup : NULL [08:49:14.529] | : . .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [08:49:14.529] | : . .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:49:14.529] | : . .. .. .. ..$ methods : logi TRUE [08:49:14.529] | : . .. .. .. ..$ socketOptions : chr "no-delay" [08:49:14.529] | : . .. .. .. ..$ useXDR : logi FALSE [08:49:14.529] | : . .. .. .. ..$ outfile : chr "/dev/null" [08:49:14.529] | : . .. .. .. ..$ renice : int NA [08:49:14.529] | : . .. .. .. ..$ rshcmd : NULL [08:49:14.529] | : . .. .. .. ..$ user : chr(0) [08:49:14.529] | : . .. .. .. ..$ revtunnel : logi FALSE [08:49:14.529] | : . .. .. .. ..$ rshlogfile : NULL [08:49:14.529] | : . .. .. .. ..$ rshopts : chr(0) [08:49:14.529] | : . .. .. .. ..$ rank : int 0 [08:49:14.529] | : . .. .. .. ..$ manual : logi FALSE [08:49:14.529] | : . .. .. .. ..$ dryrun : logi FALSE [08:49:14.529] | : . .. .. .. ..$ quiet : logi FALSE [08:49:14.529] | : . .. .. .. ..$ setup_strategy : chr "parallel" [08:49:14.529] | : . .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:49:14.529] | : . .. .. .. ..$ rshcmd_label : NULL [08:49:14.529] | : . .. .. .. ..$ rsh_call : NULL [08:49:14.529] | : . .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:49:14.529] | : . .. .. .. ..$ localMachine : logi TRUE [08:49:14.529] | : . .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:49:14.529] | : . master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:49:14.529] | : . 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:49:14.529] | : . 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:49:14.529] | : . rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:49:14.529] | : . "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:49:14.529] | : . "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:49:14.529] | : . socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:49:14.529] | : . "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:49:14.529] | : . FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:49:14.529] | : . NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:49:14.529] | : . NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:49:14.529] | : . setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:49:14.529] | : . "parallel"), action = c("launch", "options"), verbose = FALSE) [08:49:14.529] | : . .. .. .. ..$ arguments :List of 28 [08:49:14.529] | : . .. .. .. .. ..$ worker : chr "localhost" [08:49:14.529] | : . .. .. .. .. ..$ master : NULL [08:49:14.529] | : . .. .. .. .. ..$ port : int 22527 [08:49:14.529] | : . .. .. .. .. ..$ connectTimeout : num 120 [08:49:14.529] | : . .. .. .. .. ..$ timeout : num 120 [08:49:14.529] | : . .. .. .. .. ..$ rscript : NULL [08:49:14.529] | : . .. .. .. .. ..$ homogeneous : NULL [08:49:14.529] | : . .. .. .. .. ..$ rscript_args : NULL [08:49:14.529] | : . .. .. .. .. ..$ rscript_envs : NULL [08:49:14.529] | : . .. .. .. .. ..$ rscript_libs : NULL [08:49:14.529] | : . .. .. .. .. ..$ rscript_startup : NULL [08:49:14.529] | : . .. .. .. .. ..$ rscript_sh : chr "auto" [08:49:14.529] | : . .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:49:14.529] | : . .. .. .. .. ..$ methods : logi TRUE [08:49:14.529] | : . .. .. .. .. ..$ socketOptions : chr "no-delay" [08:49:14.529] | : . .. .. .. .. ..$ useXDR : logi FALSE [08:49:14.529] | : . .. .. .. .. ..$ outfile : chr "/dev/null" [08:49:14.529] | : . .. .. .. .. ..$ renice : int NA [08:49:14.529] | : . .. .. .. .. ..$ rshcmd : NULL [08:49:14.529] | : . .. .. .. .. ..$ user : NULL [08:49:14.529] | : . .. .. .. .. ..$ revtunnel : logi NA [08:49:14.529] | : . .. .. .. .. ..$ rshlogfile : NULL [08:49:14.529] | : . .. .. .. .. ..$ rshopts : NULL [08:49:14.529] | : . .. .. .. .. ..$ rank : int 1 [08:49:14.529] | : . .. .. .. .. ..$ manual : logi FALSE [08:49:14.529] | : . .. .. .. .. ..$ dryrun : logi FALSE [08:49:14.529] | : . .. .. .. .. ..$ quiet : logi FALSE [08:49:14.529] | : . .. .. .. .. ..$ setup_strategy : chr "parallel" [08:49:14.529] | : . .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:49:14.529] | : . .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [08:49:14.529] | : . .. ..$ :List of 4 [08:49:14.529] | : . .. .. ..$ con : 'sockconn' int 6 [08:49:14.529] | : . .. .. .. ..- attr(*, "conn_id")= [08:49:14.529] | : . .. .. ..$ host : chr "localhost" [08:49:14.529] | : . .. .. .. ..- attr(*, "localhost")= logi TRUE [08:49:14.529] | : . .. .. ..$ rank : int 1 [08:49:14.529] | : . .. .. ..$ session_info:List of 6 [08:49:14.529] | : . .. .. .. ..$ r :List of 16 [08:49:14.529] | : . .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [08:49:14.529] | : . .. .. .. .. ..$ arch : chr "x86_64" [08:49:14.529] | : . .. .. .. .. ..$ os : chr "mingw32" [08:49:14.529] | : . .. .. .. .. ..$ crt : chr "ucrt" [08:49:14.529] | : . .. .. .. .. ..$ system : chr "x86_64, mingw32" [08:49:14.529] | : . .. .. .. .. ..$ status : chr "RC" [08:49:14.529] | : . .. .. .. .. ..$ major : chr "4" [08:49:14.529] | : . .. .. .. .. ..$ minor : chr "5.0" [08:49:14.529] | : . .. .. .. .. ..$ year : chr "2025" [08:49:14.529] | : . .. .. .. .. ..$ month : chr "04" [08:49:14.529] | : . .. .. .. .. ..$ day : chr "04" [08:49:14.529] | : . .. .. .. .. ..$ svn rev : chr "88126" [08:49:14.529] | : . .. .. .. .. ..$ language : chr "R" [08:49:14.529] | : . .. .. .. .. ..$ version.string: chr "R version 4.5.0 RC (2025-04-04 r88126 ucrt)" [08:49:14.529] | : . .. .. .. .. ..$ nickname : chr "How About a Twenty-Six" [08:49:14.529] | : . .. .. .. .. ..$ os.type : chr "windows" [08:49:14.529] | : . .. .. .. ..$ system :List of 9 [08:49:14.529] | : . .. .. .. .. ..$ sysname : chr "Windows" [08:49:14.529] | : . .. .. .. .. ..$ release : chr "Server x64" [08:49:14.529] | : . .. .. .. .. ..$ version : chr "build 20348" [08:49:14.529] | : . .. .. .. .. ..$ nodename : chr "CRANWIN3" [08:49:14.529] | : . .. .. .. .. ..$ machine : chr "x86-64" [08:49:14.529] | : . .. .. .. .. ..$ login : chr "CRAN" [08:49:14.529] | : . .. .. .. .. ..$ user : chr "CRAN" [08:49:14.529] | : . .. .. .. .. ..$ effective_user: chr "CRAN" [08:49:14.529] | : . .. .. .. .. ..$ udomain : chr "CRANWIN3" [08:49:14.529] | : . .. .. .. ..$ libs : chr [1:2] "D:/temp/2025_04_10_08_45_16_15127/RtmpUpSTwM/RLIBS_ba78790269fd" "D:/RCompile/recent/R/library" [08:49:14.529] | : . .. .. .. ..$ pkgs : NULL [08:49:14.529] | : . .. .. .. ..$ pwd : chr "d:/RCompile/CRANincoming/R-devel/future.Rcheck/tests" [08:49:14.529] | : . .. .. .. ..$ process:List of 1 [08:49:14.529] | : . .. .. .. .. ..$ pid: int 27908 [08:49:14.529] | : . .. .. ..- attr(*, "options")=List of 35 [08:49:14.529] | : . .. .. .. ..$ worker : chr "localhost" [08:49:14.529] | : . .. .. .. .. ..- attr(*, "localhost")= logi TRUE [08:49:14.529] | : . .. .. .. ..$ master : chr "localhost" [08:49:14.529] | : . .. .. .. ..$ port : int 22527 [08:49:14.529] | : . .. .. .. ..$ connectTimeout : num 120 [08:49:14.529] | : . .. .. .. ..$ timeout : num 120 [08:49:14.529] | : . .. .. .. ..$ rscript : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\"" [08:49:14.529] | : . .. .. .. ..$ homogeneous : logi TRUE [08:49:14.529] | : . .. .. .. ..$ rscript_args : chr "--default-packages=datasets,utils,grDevices,graphics,stats,methods -e \"#label=test-nbrOfWorkers.R:18644:CRANWI"| __truncated__ [08:49:14.529] | : . .. .. .. ..$ rscript_envs : NULL [08:49:14.529] | : . .. .. .. ..$ rscript_libs : NULL [08:49:14.529] | : . .. .. .. ..$ rscript_startup : NULL [08:49:14.529] | : . .. .. .. ..$ rscript_sh : chr [1:2] "cmd" "cmd" [08:49:14.529] | : . .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:49:14.529] | : . .. .. .. ..$ methods : logi TRUE [08:49:14.529] | : . .. .. .. ..$ socketOptions : chr "no-delay" [08:49:14.529] | : . .. .. .. ..$ useXDR : logi FALSE [08:49:14.529] | : . .. .. .. ..$ outfile : chr "/dev/null" [08:49:14.529] | : . .. .. .. ..$ renice : int NA [08:49:14.529] | : . .. .. .. ..$ rshcmd : NULL [08:49:14.529] | : . .. .. .. ..$ user : chr(0) [08:49:14.529] | : . .. .. .. ..$ revtunnel : logi FALSE [08:49:14.529] | : . .. .. .. ..$ rshlogfile : NULL [08:49:14.529] | : . .. .. .. ..$ rshopts : chr(0) [08:49:14.529] | : . .. .. .. ..$ rank : int 1 [08:49:14.529] | : . .. .. .. ..$ manual : logi FALSE [08:49:14.529] | : . .. .. .. ..$ dryrun : logi FALSE [08:49:14.529] | : . .. .. .. ..$ quiet : logi FALSE [08:49:14.529] | : . .. .. .. ..$ setup_strategy : chr "parallel" [08:49:14.529] | : . .. .. .. ..$ local_cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:49:14.529] | : . .. .. .. ..$ rshcmd_label : NULL [08:49:14.529] | : . .. .. .. ..$ rsh_call : NULL [08:49:14.529] | : . .. .. .. ..$ cmd : chr "\"D:/RCompile/recent/R/bin/x64/Rscript\" --default-packages=datasets,utils,grDevices,graphics,stats,methods -e "| __truncated__ [08:49:14.529] | : . .. .. .. ..$ localMachine : logi TRUE [08:49:14.529] | : . .. .. .. ..$ make_fcn :function (worker = getOption2("parallelly.localhost.hostname", "localhost"), [08:49:14.529] | : . master = NULL, port, connectTimeout = getOption2("parallelly.makeNodePSOCK.connectTimeout", [08:49:14.529] | : . 2 * 60), timeout = getOption2("parallelly.makeNodePSOCK.timeout", [08:49:14.529] | : . 30 * 24 * 60 * 60), rscript = NULL, homogeneous = NULL, rscript_args = NULL, [08:49:14.529] | : . rscript_envs = NULL, rscript_libs = NULL, rscript_startup = NULL, rscript_sh = c("auto", [08:49:14.529] | : . "cmd", "sh", "none"), default_packages = c("datasets", "utils", [08:49:14.529] | : . "grDevices", "graphics", "stats", if (methods) "methods"), methods = TRUE, [08:49:14.529] | : . socketOptions = getOption2("parallelly.makeNodePSOCK.socketOptions", [08:49:14.529] | : . "no-delay"), useXDR = getOption2("parallelly.makeNodePSOCK.useXDR", [08:49:14.529] | : . FALSE), outfile = "/dev/null", renice = NA_integer_, rshcmd = getOption2("parallelly.makeNodePSOCK.rshcmd", [08:49:14.529] | : . NULL), user = NULL, revtunnel = NA, rshlogfile = NULL, rshopts = getOption2("parallelly.makeNodePSOCK.rshopts", [08:49:14.529] | : . NULL), rank = 1L, manual = FALSE, dryrun = FALSE, quiet = FALSE, [08:49:14.529] | : . setup_strategy = getOption2("parallelly.makeNodePSOCK.setup_strategy", [08:49:14.529] | : . "parallel"), action = c("launch", "options"), verbose = FALSE) [08:49:14.529] | : . .. .. .. ..$ arguments :List of 28 [08:49:14.529] | : . .. .. .. .. ..$ worker : chr "localhost" [08:49:14.529] | : . .. .. .. .. ..$ master : NULL [08:49:14.529] | : . .. .. .. .. ..$ port : int 22527 [08:49:14.529] | : . .. .. .. .. ..$ connectTimeout : num 120 [08:49:14.529] | : . .. .. .. .. ..$ timeout : num 120 [08:49:14.529] | : . .. .. .. .. ..$ rscript : NULL [08:49:14.529] | : . .. .. .. .. ..$ homogeneous : NULL [08:49:14.529] | : . .. .. .. .. ..$ rscript_args : NULL [08:49:14.529] | : . .. .. .. .. ..$ rscript_envs : NULL [08:49:14.529] | : . .. .. .. .. ..$ rscript_libs : NULL [08:49:14.529] | : . .. .. .. .. ..$ rscript_startup : NULL [08:49:14.529] | : . .. .. .. .. ..$ rscript_sh : chr "auto" [08:49:14.529] | : . .. .. .. .. ..$ default_packages: chr [1:6] "datasets" "utils" "grDevices" "graphics" ... [08:49:14.529] | : . .. .. .. .. ..$ methods : logi TRUE [08:49:14.529] | : . .. .. .. .. ..$ socketOptions : chr "no-delay" [08:49:14.529] | : . .. .. .. .. ..$ useXDR : logi FALSE [08:49:14.529] | : . .. .. .. .. ..$ outfile : chr "/dev/null" [08:49:14.529] | : . .. .. .. .. ..$ renice : int NA [08:49:14.529] | : . .. .. .. .. ..$ rshcmd : NULL [08:49:14.529] | : . .. .. .. .. ..$ user : NULL [08:49:14.529] | : . .. .. .. .. ..$ revtunnel : logi NA [08:49:14.529] | : . .. .. .. .. ..$ rshlogfile : NULL [08:49:14.529] | : . .. .. .. .. ..$ rshopts : NULL [08:49:14.529] | : . .. .. .. .. ..$ rank : int 1 [08:49:14.529] | : . .. .. .. .. ..$ manual : logi FALSE [08:49:14.529] | : . .. .. .. .. ..$ dryrun : logi FALSE [08:49:14.529] | : . .. .. .. .. ..$ quiet : logi FALSE [08:49:14.529] | : . .. .. .. .. ..$ setup_strategy : chr "parallel" [08:49:14.529] | : . .. .. .. ..- attr(*, "class")= chr [1:2] "makeNodePSOCKOptions" "makeNodeOptions" [08:49:14.529] | : . .. .. ..- attr(*, "class")= chr [1:2] "RichSOCKnode" "SOCK0node" [08:49:14.529] | : . .. ..- attr(*, "class")= chr [1:3] "RichSOCKcluster" "SOCKcluster" "cluster" [08:49:14.529] | : . - attr(*, "call")= language plan(cluster, workers = workers) [08:49:14.641] | : . init: TRUE [08:49:14.641] | : . makeFutureBackend() ... [08:49:14.642] | : . | Backend function: <'NULL'> [08:49:14.642] | : . | ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... [08:49:14.642] | : . | : Stopping existing cluster ... [08:49:14.643] | : . | : . No pre-existing cluster. Skipping [08:49:14.643] | : . | : Stopping existing cluster ... done [08:49:14.643] | : . | : Number of workers: 2 [08:49:14.659] | : . | : Generated workers UUID [08:49:14.659] | : . | : Workers UUID: '20a2474bc65b92a5a761323f17aa23f4' [08:49:14.660] | : . | ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... done [08:49:14.660] | : . | Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [08:49:14.660] | : . makeFutureBackend() ... done [08:49:14.660] | : plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [08:49:14.661] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:14.661] | : . Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [08:49:14.664] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:49:14.664] | : plan(): nbrOfWorkers() = 2 [08:49:14.665] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:49:14.665] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > n <- nbrOfWorkers() [08:49:14.665] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:49:14.666] | Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [08:49:14.666] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > message(sprintf("nbrOfWorkers: %g", n)) nbrOfWorkers: 2 > stopifnot(n == length(workers)) > parallel::stopCluster(workers) > message("*** nbrOfWorkers() ... DONE") *** nbrOfWorkers() ... DONE Sourcing 6 epilogue scripts ... 01/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/001.undo-future.R' 02/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/002.undo-state.R' Failed to undo environment variables: - Expected environment variables: [n=213] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_SPECIAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_04_10_08_45_16_15127' Sourcing 6 epilogue scripts ... done Test time: user.self=1s, sys.self=0.07s, elapsed=3s, user.child=NAs, sys.child=NAs Test 'nbrOfWorkers' ... success > > proc.time() user system elapsed 1.54 0.14 3.64