R Under development (unstable) (2025-06-04 r88278 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script inst/testme/test-makeClusterFuture.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("makeClusterFuture") Test 'makeClusterFuture' ... 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-makeClusterFuture.R' > if (getRversion() >= "4.4.0") { + library(future) + library(parallel) + a <- 42 + FUN <- function(x) { + message("Process ID ..." ... [TRUNCATED] [05:59:30.882] Option 'future.startup.script': TRUE [05:59:30.884] Future startup scripts considered: '.future.R', '~/.future.R' [05:59:30.884] Future startup scripts found: makeCluster(): [05:59:30.890] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:30.891] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [05:59:30.891] | : all.equal() for FutureStrategyList ... [05:59:30.891] | : . New stack: [05:59:30.891] | : . List of 1 [05:59:30.891] | : . $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:59:30.891] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:30.891] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:59:30.891] | : . ..- attr(*, "init")= logi TRUE [05:59:30.891] | : . ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:30.891] | : . gc = FALSE, earlySignal = FALSE, ...) [05:59:30.891] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:30.891] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:30.891] | : . ..- attr(*, "untweakable")= chr "persistent" [05:59:30.891] | : . ..- attr(*, "call")= language plan(multisession) [05:59:30.891] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:30.901] | : . Old stack: [05:59:30.901] | : . List of 1 [05:59:30.901] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:30.901] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:59:30.901] | : . ..- attr(*, "init")= logi TRUE [05:59:30.901] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:59:30.901] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:30.901] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:30.901] | : . ..- attr(*, "call")= language plan(sequential) [05:59:30.901] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:30.906] | : . Not identical [05:59:30.906] | : . all.equal() for future ... [05:59:30.906] | : . ' List of 2 [05:59:30.906] | : . ' $ target :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:59:30.906] | : . ' gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:30.906] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:59:30.906] | : . ' ..- attr(*, "init")= logi TRUE [05:59:30.906] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:30.906] | : . ' gc = FALSE, earlySignal = FALSE, ...) [05:59:30.906] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:30.906] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:30.906] | : . ' ..- attr(*, "untweakable")= chr "persistent" [05:59:30.906] | : . ' ..- attr(*, "call")= language plan(multisession) [05:59:30.906] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:30.906] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:59:30.906] | : . ' ..- attr(*, "init")= logi TRUE [05:59:30.906] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:59:30.906] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:30.906] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:30.906] | : . ' ..- attr(*, "call")= language plan(sequential) [05:59:30.917] | : . ' Formals differ [05:59:30.918] | : . all.equal() for future ... done [05:59:30.918] | : . Future strategies differ at level 1 [05:59:30.918] | : all.equal() for FutureStrategyList ... done [05:59:30.918] | : plan(): Setting new future backend stack: [05:59:30.919] | : List of future strategies: [05:59:30.919] | : 1. multisession: [05:59:30.919] | : - args: function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:30.919] | : - tweaked: FALSE [05:59:30.919] | : - call: plan(multisession) [05:59:30.919] | : List of 1 [05:59:30.919] | : $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:59:30.919] | : gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:30.919] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:59:30.919] | : ..- attr(*, "init")= logi TRUE [05:59:30.919] | : ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:30.919] | : gc = FALSE, earlySignal = FALSE, ...) [05:59:30.919] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:30.919] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:30.919] | : ..- attr(*, "untweakable")= chr "persistent" [05:59:30.919] | : ..- attr(*, "call")= language plan(multisession) [05:59:30.919] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:30.924] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [05:59:30.924] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:30.925] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [05:59:30.925] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:30.925] | : . Legacy shutdown of cluster workers ... [05:59:30.926] | : . ' Stopping existing cluster ... [05:59:30.926] | : . ' , No pre-existing cluster. Skipping [05:59:30.926] | : . ' Stopping existing cluster ... done [05:59:30.926] | : . Legacy shutdown of cluster workers ... done [05:59:30.927] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [05:59:30.927] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [05:59:30.927] | : . function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:59:30.927] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:30.927] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:59:30.927] | : . - attr(*, "init")= logi TRUE [05:59:30.927] | : . - attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:30.927] | : . gc = FALSE, earlySignal = FALSE, ...) [05:59:30.927] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:30.927] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:30.927] | : . - attr(*, "untweakable")= chr "persistent" [05:59:30.927] | : . - attr(*, "call")= language plan(multisession) [05:59:30.931] | : . init: TRUE [05:59:30.931] | : . makeFutureBackend() ... [05:59:30.932] | : . ' Backend function: <'NULL'> [05:59:30.932] | : . ' Evaluator tweak arguments: [n=0] [05:59:30.932] | : . ' list() [05:59:30.933] | : . ' Evaluator formal arguments: [n=4] [05:59:30.933] | : . ' list() [05:59:30.933] | : . ' Backend factory arguments: [n=4] [05:59:30.934] | : . ' Dotted pair list of 4 [05:59:30.934] | : . ' $ workers : language availableCores() [05:59:30.934] | : . ' $ rscript_libs: language .libPaths() [05:59:30.934] | : . ' $ gc : logi FALSE [05:59:30.934] | : . ' $ earlySignal : logi FALSE [05:59:30.936] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [05:59:30.936] | : . ' , Arguments: [05:59:30.936] | : . ' , List of 5 [05:59:30.936] | : . ' , $ workers : Named int 2 [05:59:30.936] | : . ' , ..- attr(*, "names")= chr "mc.cores" [05:59:30.936] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:30.936] | : . ' , $ interrupts : logi TRUE [05:59:30.936] | : . ' , $ gc : logi FALSE [05:59:30.936] | : . ' , $ earlySignal : logi FALSE [05:59:30.941] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [05:59:30.941] | : . ' , ; workers: 2 [05:59:30.941] | : . ' , ; getCluster() ... [05:59:30.941] | : . ' , ; getCluster() ... done [05:59:30.941] | : . ' , ; Stopping existing cluster ... [05:59:30.942] | : . ' , ; ` No pre-existing cluster. Skipping [05:59:30.942] | : . ' , ; Stopping existing cluster ... done [05:59:30.942] | : . ' , ; Starting new cluster ... [05:59:30.942] | : . ' , ; ` makeCluster(workers, ...) ... [05:59:30.942] | : . ' , ; ` | Arguments: [05:59:30.942] | : . ' , ; ` | List of 2 [05:59:30.942] | : . ' , ; ` | $ : int 2 [05:59:30.942] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:30.944] | : . ' , ; ` | .makeCluster() ... [05:59:30.944] | : . ' , ; ` | : workers: '2' [05:59:30.944] | : . ' , ; ` | : R_FUTURE_PLAN: NA [05:59:30.944] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [05:59:30.945] | : . ' , ; ` | : List of 2 [05:59:30.945] | : . ' , ; ` | : $ : int 2 [05:59:30.945] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:31.873] | : . ' , ; ` | : Generated cluster UUID [05:59:31.873] | : . ' , ; ` | : Cluster UUID: 'c8dad37d99cdc17093f0b40aca0633c1' [05:59:31.874] | : . ' , ; ` | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:31.878] | : . ' , ; ` | .makeCluster() ... done [05:59:31.879] | : . ' , ; ` | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:31.882] | : . ' , ; ` makeCluster(workers, ...) ... done [05:59:31.882] | : . ' , ; ` Number of workers: 2 [05:59:31.882] | : . ' , ; ` Workers UUID: 'c8dad37d99cdc17093f0b40aca0633c1' [05:59:31.883] | : . ' , ; Starting new cluster ... done [05:59:31.883] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [05:59:31.883] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [05:59:31.884] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [05:59:31.884] | : . makeFutureBackend() ... done [05:59:31.884] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:31.885] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:31.885] | : . plan(): nbrOfWorkers() = 2 [05:59:31.885] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [05:59:31.885] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done List of 3 $ :List of 3 ..$ :List of 2 .. ..$ a : num 42 .. ..$ mean: num -0.643 ..$ :List of 2 .. ..$ a : num 42 .. ..$ mean: num -0.131 ..$ :List of 2 .. ..$ a : num 42 .. ..$ mean: num -0.487 $ :List of 3 ..$ :List of 2 .. ..$ a : num 42 .. ..$ mean: num -0.105 ..$ :List of 2 .. ..$ a : num 42 .. ..$ mean: num -0.106 ..$ :List of 2 .. ..$ a : num 42 .. ..$ mean: num -0.37 $ :List of 3 ..$ :List of 2 .. ..$ a : num 42 .. ..$ mean: num -0.288 ..$ :List of 2 .. ..$ a : num 42 .. ..$ mean: num -0.596 ..$ :List of 2 .. ..$ a : num 42 .. ..$ mean: num -0.361 makeClusterFuture(): [05:59:32.239] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:32.241] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [05:59:32.242] | : . all.equal() for FutureStrategyList ... [05:59:32.242] | : . ' New stack: [05:59:32.242] | : . ' List of 1 [05:59:32.242] | : . ' $ :function (..., workers = 2, envir = parent.frame()) [05:59:32.242] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [05:59:32.242] | : . ' ..- attr(*, "init")= logi TRUE [05:59:32.242] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:32.242] | : . ' gc = FALSE, earlySignal = FALSE, ...) [05:59:32.242] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:32.242] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:32.242] | : . ' ..- attr(*, "untweakable")= chr "persistent" [05:59:32.242] | : . ' ..- attr(*, "tweaks")=List of 1 [05:59:32.242] | : . ' .. ..$ workers: num 2 [05:59:32.242] | : . ' ..- attr(*, "call")= language plan(multisession, workers = 2) [05:59:32.242] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:32.251] | : . ' Old stack: [05:59:32.251] | : . ' List of 1 [05:59:32.251] | : . ' $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:59:32.251] | : . ' gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:32.251] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:59:32.251] | : . ' ..- attr(*, "init")= chr "done" [05:59:32.251] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:32.251] | : . ' gc = FALSE, earlySignal = FALSE, ...) [05:59:32.251] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:32.251] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:32.251] | : . ' ..- attr(*, "untweakable")= chr "persistent" [05:59:32.251] | : . ' ..- attr(*, "call")= language plan(multisession) [05:59:32.251] | : . ' ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [05:59:32.251] | : . ' .. ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:32.251] | : . ' gc = FALSE, earlySignal = FALSE, ...) [05:59:32.251] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:32.251] | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:32.260] | : . ' Not identical [05:59:32.261] | : . ' all.equal() for future ... [05:59:32.261] | : . ' , List of 2 [05:59:32.261] | : . ' , $ target :function (..., workers = 2, envir = parent.frame()) [05:59:32.261] | : . ' , ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [05:59:32.261] | : . ' , ..- attr(*, "init")= logi TRUE [05:59:32.261] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:32.261] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [05:59:32.261] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:32.261] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:32.261] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [05:59:32.261] | : . ' , ..- attr(*, "tweaks")=List of 1 [05:59:32.261] | : . ' , .. ..$ workers: num 2 [05:59:32.261] | : . ' , ..- attr(*, "call")= language plan(multisession, workers = 2) [05:59:32.261] | : . ' , $ current:function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:59:32.261] | : . ' , gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:32.261] | : . ' , ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:59:32.261] | : . ' , ..- attr(*, "init")= chr "done" [05:59:32.261] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:32.261] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [05:59:32.261] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:32.261] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:32.261] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [05:59:32.261] | : . ' , ..- attr(*, "call")= language plan(multisession) [05:59:32.261] | : . ' , ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [05:59:32.261] | : . ' , .. ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:32.261] | : . ' , gc = FALSE, earlySignal = FALSE, ...) [05:59:32.261] | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:32.277] | : . ' , Formals differ [05:59:32.277] | : . ' all.equal() for future ... done [05:59:32.278] | : . ' Future strategies differ at level 1 [05:59:32.278] | : . all.equal() for FutureStrategyList ... done [05:59:32.278] | : . plan(): Setting new future backend stack: [05:59:32.279] | : . List of future strategies: [05:59:32.279] | : . 1. multisession: [05:59:32.279] | : . - args: function (..., workers = 2, envir = parent.frame()) [05:59:32.279] | : . - tweaked: TRUE [05:59:32.279] | : . - call: plan(multisession, workers = 2) [05:59:32.280] | : . List of 1 [05:59:32.280] | : . $ :function (..., workers = 2, envir = parent.frame()) [05:59:32.280] | : . ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [05:59:32.280] | : . ..- attr(*, "init")= logi TRUE [05:59:32.280] | : . ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:32.280] | : . gc = FALSE, earlySignal = FALSE, ...) [05:59:32.280] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:32.280] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:32.280] | : . ..- attr(*, "untweakable")= chr "persistent" [05:59:32.280] | : . ..- attr(*, "tweaks")=List of 1 [05:59:32.280] | : . .. ..$ workers: num 2 [05:59:32.280] | : . ..- attr(*, "call")= language plan(multisession, workers = 2) [05:59:32.280] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:32.288] | : . plan(): plan_cleanup('multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [05:59:32.289] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:32.289] | : . ' , Getting current ("next") strategy: 'FutureStrategy', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [05:59:32.289] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:32.290] | : . ' stopWorkers() for MultisessionFutureBackend ... [05:59:32.290] | : . ' , Interrupt active futures ... [05:59:32.292] | : . ' , ; Number of futures: 0 [05:59:32.292] | : . ' , Interrupt active futures ... done [05:59:32.293] | : . ' , Clear future registry ... [05:59:32.294] | : . ' , Clear future registry ... done [05:59:32.294] | : . ' , Stop cluster workers ... [05:59:32.294] | : . ' , ; Stopping existing cluster ... [05:59:32.294] | : . ' , ; ` Cluster to shut down: [05:59:32.295] | : . ' , ; ` Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:32.306] | : . ' , ; ` Stopped cluster: 'c(TRUE, TRUE)' [05:59:32.351] | : . ' , ; Stopping existing cluster ... done [05:59:32.351] | : . ' , Stop cluster workers ... done [05:59:32.351] | : . ' stopWorkers() for MultisessionFutureBackend ... done [05:59:32.352] | : . ' Legacy shutdown of cluster workers ... [05:59:32.352] | : . ' , Stopping existing cluster ... [05:59:32.352] | : . ' , ; No pre-existing cluster. Skipping [05:59:32.352] | : . ' , Stopping existing cluster ... done [05:59:32.352] | : . ' Legacy shutdown of cluster workers ... done [05:59:32.353] | : . plan(): plan_cleanup('multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [05:59:32.353] | : . plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [05:59:32.353] | : . ' function (..., workers = 2, envir = parent.frame()) [05:59:32.353] | : . ' - attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [05:59:32.353] | : . ' - attr(*, "init")= logi TRUE [05:59:32.353] | : . ' - attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:32.353] | : . ' gc = FALSE, earlySignal = FALSE, ...) [05:59:32.353] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:32.353] | : . ' - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:32.353] | : . ' - attr(*, "untweakable")= chr "persistent" [05:59:32.353] | : . ' - attr(*, "tweaks")=List of 1 [05:59:32.353] | : . ' ..$ workers: num 2 [05:59:32.353] | : . ' - attr(*, "call")= language plan(multisession, workers = 2) [05:59:32.357] | : . ' init: TRUE [05:59:32.357] | : . ' makeFutureBackend() ... [05:59:32.357] | : . ' , Backend function: <'NULL'> [05:59:32.357] | : . ' , Evaluator tweak arguments: [n=1] [05:59:32.357] | : . ' , List of 1 [05:59:32.357] | : . ' , $ workers: num 2 [05:59:32.358] | : . ' , Evaluator formal arguments: [n=1] [05:59:32.358] | : . ' , List of 1 [05:59:32.358] | : . ' , $ workers: num 2 [05:59:32.359] | : . ' , Backend factory arguments: [n=1] [05:59:32.359] | : . ' , Dotted pair list of 1 [05:59:32.359] | : . ' , $ workers: num 2 [05:59:32.373] | : . ' , MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [05:59:32.373] | : . ' , ; Arguments: [05:59:32.374] | : . ' , ; List of 5 [05:59:32.374] | : . ' , ; $ workers : num 2 [05:59:32.374] | : . ' , ; $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:32.374] | : . ' , ; $ interrupts : logi TRUE [05:59:32.374] | : . ' , ; $ gc : logi FALSE [05:59:32.374] | : . ' , ; $ earlySignal : logi FALSE [05:59:32.377] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [05:59:32.377] | : . ' , ; ` workers: 2 [05:59:32.378] | : . ' , ; ` getCluster() ... [05:59:32.378] | : . ' , ; ` getCluster() ... done [05:59:32.378] | : . ' , ; ` Stopping existing cluster ... [05:59:32.378] | : . ' , ; ` | No pre-existing cluster. Skipping [05:59:32.379] | : . ' , ; ` Stopping existing cluster ... done [05:59:32.379] | : . ' , ; ` Starting new cluster ... [05:59:32.379] | : . ' , ; ` | makeCluster(workers, ...) ... [05:59:32.379] | : . ' , ; ` | : Arguments: [05:59:32.380] | : . ' , ; ` | : List of 2 [05:59:32.380] | : . ' , ; ` | : $ : int 2 [05:59:32.380] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:32.382] | : . ' , ; ` | : .makeCluster() ... [05:59:32.382] | : . ' , ; ` | : . workers: '2' [05:59:32.382] | : . ' , ; ` | : . R_FUTURE_PLAN: NA [05:59:32.383] | : . ' , ; ` | : . parallelly::makeClusterPSOCK() arguments: [05:59:32.383] | : . ' , ; ` | : . List of 2 [05:59:32.383] | : . ' , ; ` | : . $ : int 2 [05:59:32.383] | : . ' , ; ` | : . $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:59:32.737] | : . ' , ; ` | : . Generated cluster UUID [05:59:32.738] | : . ' , ; ` | : . Cluster UUID: '96a0cbe978759959c890bc2462107ab7' [05:59:32.738] | : . ' , ; ` | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:32.743] | : . ' , ; ` | : .makeCluster() ... done [05:59:32.743] | : . ' , ; ` | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:32.747] | : . ' , ; ` | makeCluster(workers, ...) ... done [05:59:32.747] | : . ' , ; ` | Number of workers: 2 [05:59:32.748] | : . ' , ; ` | Workers UUID: '96a0cbe978759959c890bc2462107ab7' [05:59:32.748] | : . ' , ; ` Starting new cluster ... done [05:59:32.749] | : . ' , ; ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [05:59:32.749] | : . ' , ; Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [05:59:32.749] | : . ' , MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [05:59:32.750] | : . ' makeFutureBackend() ... done [05:59:32.750] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:32.750] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:32.751] | : . ' plan(): nbrOfWorkers() = 2 [05:59:32.751] | : . plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [05:59:32.752] | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [05:59:32.752] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:32.752] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:32.753] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:32.753] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:32.754] | : sendData() for FutureNode #1 ... [05:59:32.755] | : . | type: 'EXEC' [05:59:32.755] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:32.755] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:32.756] | : . Detected: clusterSetRNGStream() [05:59:32.756] | : . Seed recorded: (10407, 320834453, 1978554194, -509798741, -1147349520, 157581617, 557576510) [05:59:32.759] | : sendData() for FutureNode #1 ... done [05:59:32.759] | : sendData() for FutureNode #2 ... [05:59:32.760] | : . | type: 'EXEC' [05:59:32.760] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:32.760] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:32.761] | : . Detected: clusterSetRNGStream() [05:59:32.761] | : . Seed recorded: (10407, 467092750, 1460031331, 1962124947, 1256541621, 1178467354, -1209459183) [05:59:32.762] | : sendData() for FutureNode #2 ... done [05:59:32.762] | : recvData() for FutureNode ... [05:59:32.763] | : . FutureResult: [05:59:32.763] | : . value: 'list' [05:59:32.763] | : . visible: TRUE [05:59:32.763] | : . stdout: NULL [05:59:32.763] | : . conditions: [n = 0] [05:59:32.763] | : . RNG used: FALSE [05:59:32.763] | : . duration: 0 secs (started 2025-06-05 05:59:32.75788) [05:59:32.763] | : . version: 1.8 [05:59:32.765] | : . Updating the node's RNG state [05:59:32.766] | : . value() for ConstantFuture () ... [05:59:32.766] | : . ' relay stdout ... [05:59:32.766] | : . ' relay stdout ... done [05:59:32.767] | : . ' check for misuse ... [05:59:32.767] | : . ' check for misuse ... done [05:59:32.767] | : . value() for ConstantFuture () ... done [05:59:32.768] | : recvData() for FutureNode ... done [05:59:32.768] | : recvData() for FutureNode ... [05:59:32.768] | : . FutureResult: [05:59:32.768] | : . value: 'list' [05:59:32.768] | : . visible: TRUE [05:59:32.768] | : . stdout: NULL [05:59:32.768] | : . conditions: [n = 0] [05:59:32.768] | : . RNG used: FALSE [05:59:32.768] | : . duration: 0 secs (started 2025-06-05 05:59:32.762105) [05:59:32.768] | : . version: 1.8 [05:59:32.770] | : . Updating the node's RNG state [05:59:32.770] | : . value() for ConstantFuture () ... [05:59:32.770] | : . ' relay stdout ... [05:59:32.771] | : . ' relay stdout ... done [05:59:32.771] | : . ' check for misuse ... [05:59:32.771] | : . ' check for misuse ... done [05:59:32.772] | : . value() for ConstantFuture () ... done [05:59:32.772] | : recvData() for FutureNode ... done [05:59:32.772] | : sendData() for FutureNode #1 ... [05:59:32.773] | : . | type: 'EXEC' [05:59:32.773] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:32.773] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:32.774] | : . Detected: clusterExport() [05:59:32.774] | : . Exports: [n=2] [05:59:32.775] | : sendData() for FutureNode #1 ... done [05:59:32.775] | : sendData() for FutureNode #2 ... [05:59:32.776] | : . | type: 'EXEC' [05:59:32.776] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:32.776] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:32.777] | : . Detected: clusterExport() [05:59:32.777] | : sendData() for FutureNode #2 ... done [05:59:32.778] | : recvData() for FutureNode ... [05:59:32.778] | : . FutureResult: [05:59:32.778] | : . value: 'list' [05:59:32.778] | : . visible: TRUE [05:59:32.778] | : . stdout: NULL [05:59:32.778] | : . conditions: [n = 0] [05:59:32.778] | : . RNG used: FALSE [05:59:32.778] | : . duration: 0 secs (started 2025-06-05 05:59:32.775209) [05:59:32.778] | : . version: 1.8 [05:59:32.779] | : . value() for ConstantFuture () ... [05:59:32.780] | : . ' relay stdout ... [05:59:32.780] | : . ' relay stdout ... done [05:59:32.781] | : . ' check for misuse ... [05:59:32.781] | : . ' check for misuse ... done [05:59:32.781] | : . value() for ConstantFuture () ... done [05:59:32.782] | : recvData() for FutureNode ... done [05:59:32.782] | : recvData() for FutureNode ... [05:59:32.782] | : . FutureResult: [05:59:32.782] | : . value: 'list' [05:59:32.782] | : . visible: TRUE [05:59:32.782] | : . stdout: NULL [05:59:32.782] | : . conditions: [n = 0] [05:59:32.782] | : . RNG used: FALSE [05:59:32.782] | : . duration: 0 secs (started 2025-06-05 05:59:32.77762) [05:59:32.782] | : . version: 1.8 [05:59:32.783] | : . value() for ConstantFuture () ... [05:59:32.784] | : . ' relay stdout ... [05:59:32.784] | : . ' relay stdout ... done [05:59:32.784] | : . ' check for misuse ... [05:59:32.785] | : . ' check for misuse ... done [05:59:32.785] | : . value() for ConstantFuture () ... done [05:59:32.785] | : recvData() for FutureNode ... done [05:59:32.789] | : sendData() for FutureNode #1 ... [05:59:32.790] | : . | type: 'EXEC' [05:59:32.790] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:32.790] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:32.791] | : . Create future ... [05:59:32.791] | : . ' List of 1 [05:59:32.791] | : . ' $ data:List of 4 [05:59:32.791] | : . ' ..$ fun :function (X, FUN, ...) [05:59:32.791] | : . ' ..$ args :List of 2 [05:59:32.791] | : . ' .. ..$ : int 11 [05:59:32.791] | : . ' .. ..$ FUN:function (x) [05:59:32.791] | : . ' ..$ return: logi TRUE [05:59:32.791] | : . ' ..$ tag : NULL [05:59:32.795] | : . ' List of 1 [05:59:32.795] | : . ' $ options:List of 2 [05:59:32.795] | : . ' ..$ globals: logi TRUE [05:59:32.795] | : . ' .. ..- attr(*, "add")=List of 1 [05:59:32.795] | : . ' .. .. ..$ a: num 42 [05:59:32.795] | : . ' ..$ seed : int [1:7] 10407 320834453 1978554194 -509798741 -1147349520 157581617 557576510 [05:59:32.799] | : . ' List of 1 [05:59:32.799] | : . ' $ future_args:List of 4 [05:59:32.799] | : . ' ..$ expr : symbol expr [05:59:32.799] | : . ' ..$ substitute: logi FALSE [05:59:32.799] | : . ' ..$ globals : logi TRUE [05:59:32.799] | : . ' .. ..- attr(*, "add")=List of 1 [05:59:32.799] | : . ' .. .. ..$ a: num 42 [05:59:32.799] | : . ' ..$ seed : int [1:7] 10407 320834453 1978554194 -509798741 -1147349520 157581617 557576510 [05:59:32.804] | : . ' future(..., label = NULL) ... [05:59:32.804] | : . ' , lazy: FALSE [05:59:32.804] | : . ' , stdout: TRUE [05:59:32.805] | : . ' , conditions: [n=1] 'condition' [05:59:32.805] | : . ' , gc: FALSE [05:59:32.805] | : . ' , earlySignal: FALSE [05:59:32.806] | : . ' , getGlobalsAndPackages() ... [05:59:32.806] | : . ' , ; 'add' globals passed as-list: [1] 'a' [05:59:32.807] | : . ' , getGlobalsAndPackages() ... done [05:59:32.807] | : . ' , Searching for globals ... [05:59:32.868] | : . ' , ; globals found: [14] 'do.call', 'fun', 'args', '{', '<-', 'match.fun', 'if', '||', '!', 'is.vector', 'is.object', 'as.list', '.Internal', 'lapply' [05:59:32.869] | : . ' , Searching for globals ... done [05:59:32.869] | : . ' , Resolving globals: FALSE [05:59:32.869] | : . ' , Search for packages associated with the globals ... [05:59:32.870] | : . ' , ; Packages associated with globals: [1] 'base' [05:59:32.871] | : . ' , ; Packages: [1] 'base' [05:59:32.872] | : . ' , Search for packages associated with the globals ... done [05:59:32.872] | : . ' , Packages after dropping 'base': [0] [05:59:32.872] | : . ' , globals: [3] 'fun', 'args', 'a' [05:59:32.873] | : . ' , packages: [0] [05:59:32.873] | : . ' future(..., label = NULL) ... done [05:59:32.874] | : . ' run() for 'Future' () ... [05:59:32.874] | : . ' , state: 'created' [05:59:32.875] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:32.875] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:32.875] | : . ' , Using MultisessionFutureBackend ... [05:59:32.876] | : . ' , ; Number of futures since start: 0 (0 created, 0 launched, 0 finished) [05:59:32.876] | : . ' , ; Launching futures ... [05:59:32.877] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... [05:59:32.877] | : . ' , ; ` | Workers: [n=2] [05:59:32.877] | : . ' , ; ` | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:32.880] | : . ' , ; ` | FutureRegistry: 'workers-96a0cbe978759959c890bc2462107ab7' [05:59:32.881] | : . ' , ; ` | requestWorker() ... [05:59:32.881] | : . ' , ; ` | : requestNode() ... [05:59:32.881] | : . ' , ; ` | : . Number of workers: 2 [05:59:32.881] | : . ' , ; ` | : . Polling for a free worker ... [05:59:32.882] | : . ' , ; ` | : . ' FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... [05:59:32.882] | : . ' , ; ` | : . ' , Created empty registry 'workers-96a0cbe978759959c890bc2462107ab7' [05:59:32.882] | : . ' , ; ` | : . ' , Listing all futures [05:59:32.883] | : . ' , ; ` | : . ' , Number of registered futures: 0 [05:59:32.883] | : . ' , ; ` | : . ' FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... done [05:59:32.883] | : . ' , ; ` | : . ' Total time: 0 [05:59:32.883] | : . ' , ; ` | : . Polling for a free worker ... done [05:59:32.883] | : . ' , ; ` | : . FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... [05:59:32.884] | : . ' , ; ` | : . ' Listing all futures [05:59:32.884] | : . ' , ; ` | : . ' Number of registered futures: 0 [05:59:32.884] | : . ' , ; ` | : . FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... done [05:59:32.884] | : . ' , ; ` | : . avail: [n=2] '1', '2' [05:59:32.885] | : . ' , ; ` | : . Index of first available worker: 1 [05:59:32.885] | : . ' , ; ` | : . Validate that the worker is functional ... [05:59:33.080] | : . ' , ; ` | : . ' Worker is functional [05:59:33.081] | : . ' , ; ` | : . ' FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... [05:59:33.081] | : . ' , ; ` | : . ' , Listing all futures [05:59:33.081] | : . ' , ; ` | : . ' , Number of registered futures: 0 [05:59:33.081] | : . ' , ; ` | : . ' FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... done [05:59:33.082] | : . ' , ; ` | : . Validate that the worker is functional ... done [05:59:33.082] | : . ' , ; ` | : requestNode() ... done [05:59:33.082] | : . ' , ; ` | : cluster node index: 1 [05:59:33.082] | : . ' , ; ` | requestWorker() ... done [05:59:33.083] | : . ' , ; ` | eraseGlobalEnvironment() ... [05:59:33.084] | : . ' , ; ` | eraseGlobalEnvironment() ... done [05:59:33.084] | : . ' , ; ` | launchFuture() ... [05:59:33.084] | : . ' , ; ` | : cluster node index: 1 [05:59:33.084] | : . ' , ; ` | : getFutureData() ... [05:59:33.085] | : . ' , ; ` | : . getFutureCore() ... [05:59:33.085] | : . ' , ; ` | : . ' Packages needed by the future expression (n = 0): [05:59:33.085] | : . ' , ; ` | : . getFutureCore() ... done [05:59:33.085] | : . ' , ; ` | : . getFutureCapture() ... [05:59:33.086] | : . ' , ; ` | : . getFutureCapture() ... done [05:59:33.086] | : . ' , ; ` | : . getFutureContext() ... [05:59:33.086] | : . ' , ; ` | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:33.086] | : . ' , ; ` | : . ' , Getting stack without first backend: [n=0] [05:59:33.087] | : . ' , ; ` | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:33.087] | : . ' , ; ` | : . ' Packages needed by future backend (n = 0): [05:59:33.087] | : . ' , ; ` | : . getFutureContext() ... done [05:59:33.087] | : . ' , ; ` | : getFutureData() ... done [05:59:33.107] | : . ' , ; ` | : FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'add', earlySignal = 0) ... [05:59:33.108] | : . ' , ; ` | : . Appended future to position #1 [05:59:33.108] | : . ' , ; ` | : . Number of registered futures: 1 [05:59:33.108] | : . ' , ; ` | : FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'add', earlySignal = 0) ... done [05:59:33.108] | : . ' , ; ` | launchFuture() ... done [05:59:33.109] | : . ' , ; ` | MultisessionFuture started [05:59:33.109] | : . ' , ; ` launchFuture() for ClusterFutureBackend ... done [05:59:33.109] | : . ' , ; Launching futures ... done [05:59:33.109] | : . ' , ; Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:59:33.109] | : . ' , Using MultisessionFutureBackend ... done [05:59:33.109] | : . ' run() for 'Future' () ... done [05:59:33.110] | : . Create future ... done [05:59:33.110] | : sendData() for FutureNode #1 ... done [05:59:33.110] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:33.110] | sendData() for FutureNode #2 ... [05:59:33.110] | : | type: 'EXEC' [05:59:33.111] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:33.111] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:33.111] | : Create future ... [05:59:33.111] | : . List of 1 [05:59:33.111] | : . $ data:List of 4 [05:59:33.111] | : . ..$ fun :function (X, FUN, ...) [05:59:33.111] | : . ..$ args :List of 2 [05:59:33.111] | : . .. ..$ : int [1:2] 12 13 [05:59:33.111] | : . .. ..$ FUN:function (x) [05:59:33.111] | : . ..$ return: logi TRUE [05:59:33.111] | : . ..$ tag : NULL [05:59:33.115] | : . List of 1 [05:59:33.115] | : . $ options:List of 2 [05:59:33.115] | : . ..$ globals: logi TRUE [05:59:33.115] | : . .. ..- attr(*, "add")=List of 1 [05:59:33.115] | : . .. .. ..$ a: num 42 [05:59:33.115] | : . ..$ seed : int [1:7] 10407 467092750 1460031331 1962124947 1256541621 1178467354 -1209459183 [05:59:33.117] | : . List of 1 [05:59:33.117] | : . $ future_args:List of 4 [05:59:33.117] | : . ..$ expr : symbol expr [05:59:33.117] | : . ..$ substitute: logi FALSE [05:59:33.117] | : . ..$ globals : logi TRUE [05:59:33.117] | : . .. ..- attr(*, "add")=List of 1 [05:59:33.117] | : . .. .. ..$ a: num 42 [05:59:33.117] | : . ..$ seed : int [1:7] 10407 467092750 1460031331 1962124947 1256541621 1178467354 -1209459183 [05:59:33.120] | : . future(..., label = NULL) ... [05:59:33.121] | : . ' lazy: FALSE [05:59:33.121] | : . ' stdout: TRUE [05:59:33.121] | : . ' conditions: [n=1] 'condition' [05:59:33.121] | : . ' gc: FALSE [05:59:33.121] | : . ' earlySignal: FALSE [05:59:33.122] | : . ' getGlobalsAndPackages() ... [05:59:33.122] | : . ' , 'add' globals passed as-list: [1] 'a' [05:59:33.122] | : . ' getGlobalsAndPackages() ... done [05:59:33.122] | : . ' Searching for globals ... [05:59:33.158] | : . ' , globals found: [14] 'do.call', 'fun', 'args', '{', '<-', 'match.fun', 'if', '||', '!', 'is.vector', 'is.object', 'as.list', '.Internal', 'lapply' [05:59:33.158] | : . ' Searching for globals ... done [05:59:33.158] | : . ' Resolving globals: FALSE [05:59:33.159] | : . ' Search for packages associated with the globals ... [05:59:33.159] | : . ' , Packages associated with globals: [1] 'base' [05:59:33.160] | : . ' , Packages: [1] 'base' [05:59:33.161] | : . ' Search for packages associated with the globals ... done [05:59:33.161] | : . ' Packages after dropping 'base': [0] [05:59:33.161] | : . ' globals: [3] 'fun', 'args', 'a' [05:59:33.161] | : . ' packages: [0] [05:59:33.162] | : . future(..., label = NULL) ... done [05:59:33.162] | : . run() for 'Future' () ... [05:59:33.163] | : . ' state: 'created' [05:59:33.163] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:33.163] | : . ' plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:33.163] | : . ' Using MultisessionFutureBackend ... [05:59:33.164] | : . ' , Number of futures since start: 1 (1 created, 1 launched, 0 finished) [05:59:33.164] | : . ' , Launching futures ... [05:59:33.164] | : . ' , ; launchFuture() for ClusterFutureBackend ... [05:59:33.165] | : . ' , ; ` Workers: [n=2] [05:59:33.165] | : . ' , ; ` Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:33.168] | : . ' , ; ` FutureRegistry: 'workers-96a0cbe978759959c890bc2462107ab7' [05:59:33.168] | : . ' , ; ` requestWorker() ... [05:59:33.168] | : . ' , ; ` | requestNode() ... [05:59:33.168] | : . ' , ; ` | : Number of workers: 2 [05:59:33.168] | : . ' , ; ` | : Polling for a free worker ... [05:59:33.169] | : . ' , ; ` | : . FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... [05:59:33.169] | : . ' , ; ` | : . ' Listing all futures [05:59:33.169] | : . ' , ; ` | : . ' Number of registered futures: 1 [05:59:33.169] | : . ' , ; ` | : . FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... done [05:59:33.169] | : . ' , ; ` | : . Total time: 0 [05:59:33.169] | : . ' , ; ` | : Polling for a free worker ... done [05:59:33.170] | : . ' , ; ` | : FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... [05:59:33.170] | : . ' , ; ` | : . Listing all futures [05:59:33.170] | : . ' , ; ` | : . Number of registered futures: 1 [05:59:33.170] | : . ' , ; ` | : FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... done [05:59:33.170] | : . ' , ; ` | : avail: [n=2] '2' [05:59:33.170] | : . ' , ; ` | : Index of first available worker: 2 [05:59:33.171] | : . ' , ; ` | : Validate that the worker is functional ... [05:59:33.393] | : . ' , ; ` | : . Worker is functional [05:59:33.393] | : . ' , ; ` | : . FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... [05:59:33.393] | : . ' , ; ` | : . ' Listing all futures [05:59:33.393] | : . ' , ; ` | : . ' Number of registered futures: 1 [05:59:33.393] | : . ' , ; ` | : . FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... done [05:59:33.394] | : . ' , ; ` | : Validate that the worker is functional ... done [05:59:33.394] | : . ' , ; ` | requestNode() ... done [05:59:33.394] | : . ' , ; ` | cluster node index: 2 [05:59:33.395] | : . ' , ; ` requestWorker() ... done [05:59:33.395] | : . ' , ; ` eraseGlobalEnvironment() ... [05:59:33.396] | : . ' , ; ` eraseGlobalEnvironment() ... done [05:59:33.396] | : . ' , ; ` launchFuture() ... [05:59:33.396] | : . ' , ; ` | cluster node index: 2 [05:59:33.396] | : . ' , ; ` | getFutureData() ... [05:59:33.397] | : . ' , ; ` | : getFutureCore() ... [05:59:33.397] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [05:59:33.397] | : . ' , ; ` | : getFutureCore() ... done [05:59:33.397] | : . ' , ; ` | : getFutureCapture() ... [05:59:33.397] | : . ' , ; ` | : getFutureCapture() ... done [05:59:33.398] | : . ' , ; ` | : getFutureContext() ... [05:59:33.398] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:33.398] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [05:59:33.398] | : . ' , ; ` | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:33.398] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [05:59:33.399] | : . ' , ; ` | : getFutureContext() ... done [05:59:33.399] | : . ' , ; ` | getFutureData() ... done [05:59:33.422] | : . ' , ; ` | FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'add', earlySignal = 0) ... [05:59:33.425] | : . ' , ; ` | : Appended future to position #2 [05:59:33.425] | : . ' , ; ` | : Number of registered futures: 2 [05:59:33.425] | : . ' , ; ` | FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'add', earlySignal = 0) ... done [05:59:33.426] | : . ' , ; ` launchFuture() ... done [05:59:33.426] | : . ' , ; ` MultisessionFuture started [05:59:33.426] | : . ' , ; launchFuture() for ClusterFutureBackend ... done [05:59:33.426] | : . ' , Launching futures ... done [05:59:33.427] | : . ' , Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:59:33.427] | : . ' Using MultisessionFutureBackend ... done [05:59:33.427] | : . run() for 'Future' () ... done [05:59:33.428] | : Create future ... done [05:59:33.428] | sendData() for FutureNode #2 ... done [05:59:33.428] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:33.428] recvData() for FutureNode ... [05:59:33.429] | result() for ClusterFuture ... [05:59:33.430] | : assertValidConnection() ... [05:59:33.430] | : . cluster node index: 1 [05:59:33.430] | : assertValidConnection() ... done [05:59:33.431] | : receiveMessageFromWorker() for ClusterFuture ... [05:59:33.431] | : . cluster node index: 1 [05:59:33.431] | : . [1] TRUE [05:59:33.432] | : . received data: [05:59:33.432] | : . List of 5 [05:59:33.432] | : . $ type : chr "VALUE" [05:59:33.432] | : . $ value :List of 16 [05:59:33.432] | : . ..$ value :List of 1 [05:59:33.432] | : . .. ..$ :List of 2 [05:59:33.432] | : . .. .. ..$ a : num 42 [05:59:33.432] | : . .. .. ..$ mean: num -0.643 [05:59:33.432] | : . ..$ visible : logi TRUE [05:59:33.432] | : . ..$ stdout : chr "" [05:59:33.432] | : . ..$ conditions :List of 1 [05:59:33.432] | : . .. ..$ :List of 2 [05:59:33.432] | : . .. .. ..$ condition:List of 2 [05:59:33.432] | : . .. .. .. ..$ message: chr "Process ID: 39464\n" [05:59:33.432] | : . .. .. .. ..$ call : language message("Process ID: ", Sys.getpid()) [05:59:33.432] | : . .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [05:59:33.432] | : . .. .. ..$ signaled : int 0 [05:59:33.432] | : . ..$ rng : logi TRUE [05:59:33.432] | : . ..$ seed : int [1:7] 10407 -1552329671 1433540056 -1756524251 -727989906 293257125 327498492 [05:59:33.432] | : . ..$ misuseGlobalEnv : NULL [05:59:33.432] | : . ..$ misuseConnections :List of 3 [05:59:33.432] | : . .. ..$ added : NULL [05:59:33.432] | : . .. ..$ removed : NULL [05:59:33.432] | : . .. ..$ replaced: NULL [05:59:33.432] | : . ..$ misuseDevices : NULL [05:59:33.432] | : . ..$ misuseDefaultDevice: list() [05:59:33.432] | : . ..$ started : POSIXct[1:1], format: "2025-06-05 05:59:33" [05:59:33.432] | : . ..$ finished : POSIXct[1:1], format: "2025-06-05 05:59:33" [05:59:33.432] | : . ..$ uuid : chr [1:2] "4a42efacde9c0ad5822daa02f785e825" "5" [05:59:33.432] | : . ..$ session_uuid : chr "68c72a8e8f175d082e41f8641eaf9d4d" [05:59:33.432] | : . .. ..- attr(*, "source")=List of 5 [05:59:33.432] | : . .. .. ..$ host : Named chr "CRANWIN3" [05:59:33.432] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:59:33.432] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:59:33.432] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:59:33.432] | : . .. .. ..$ pid : int 39464 [05:59:33.432] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:59:33" [05:59:33.432] | : . .. .. ..$ random: int 2147483647 [05:59:33.432] | : . ..$ r_info :List of 4 [05:59:33.432] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:59:33.432] | : . .. .. ..$ : int [1:3] 4 6 0 [05:59:33.432] | : . .. ..$ os : chr "windows" [05:59:33.432] | : . .. ..$ os_name : chr "Windows" [05:59:33.432] | : . .. ..$ captures_utf8: logi TRUE [05:59:33.432] | : . ..$ version : chr "1.8" [05:59:33.432] | : . ..- attr(*, "class")= chr "FutureResult" [05:59:33.432] | : . $ success: logi TRUE [05:59:33.432] | : . $ time : 'proc_time' Named num [1:5] 0.12 0 0.12 NA NA [05:59:33.432] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:59:33.432] | : . $ tag : NULL [05:59:33.452] | : . Received FutureResult [05:59:33.452] | : . FutureResult: [05:59:33.452] | : . value: 'list' [05:59:33.452] | : . visible: TRUE [05:59:33.452] | : . stdout: character [05:59:33.452] | : . conditions: [n = 1] simpleMessage [05:59:33.452] | : . RNG used: TRUE [05:59:33.452] | : . duration: 0.1263428 secs (started 2025-06-05 05:59:33.109316) [05:59:33.452] | : . version: 1.8 [05:59:33.453] | : . FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'remove', earlySignal = 0) ... [05:59:33.453] | : . ' Removed future from position #1 [05:59:33.453] | : . ' Number of registered futures: 1 [05:59:33.453] | : . FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'remove', earlySignal = 0) ... done [05:59:33.454] | : . Erased future from future backend [05:59:33.454] | : . result() for ClusterFuture ... [05:59:33.454] | : . ' result already collected: FutureResult [05:59:33.455] | : . result() for ClusterFuture ... done [05:59:33.455] | : . signalConditions() ... [05:59:33.455] | : . ' include = 'immediateCondition' [05:59:33.455] | : . ' exclude = [05:59:33.455] | : . ' resignal = FALSE [05:59:33.455] | : . ' Number of conditions: 1 [05:59:33.456] | : . ' int 1 [05:59:33.456] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:59:33.456] | : . signalConditions() ... done [05:59:33.457] | : receiveMessageFromWorker() for ClusterFuture ... done [05:59:33.457] | result() for ClusterFuture ... done [05:59:33.457] | FutureResult: [05:59:33.457] | value: 'list' [05:59:33.457] | visible: TRUE [05:59:33.457] | stdout: character [05:59:33.457] | conditions: [n = 1] simpleMessage [05:59:33.457] | RNG used: TRUE [05:59:33.457] | duration: 0.1263428 secs (started 2025-06-05 05:59:33.109316) [05:59:33.457] | version: 1.8 [05:59:33.460] | Updating the node's RNG state [05:59:33.461] | value() for MultisessionFuture () ... [05:59:33.461] | : result() for ClusterFuture ... [05:59:33.461] | : . result already collected: FutureResult [05:59:33.462] | : result() for ClusterFuture ... done [05:59:33.462] | : result() for ClusterFuture ... [05:59:33.462] | : . result already collected: FutureResult [05:59:33.462] | : result() for ClusterFuture ... done [05:59:33.463] | : signalConditions() ... [05:59:33.463] | : . include = 'immediateCondition' [05:59:33.463] | : . exclude = [05:59:33.463] | : . resignal = FALSE [05:59:33.463] | : . Number of conditions: 1 [05:59:33.464] | : . int 1 [05:59:33.464] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:59:33.464] | : signalConditions() ... done [05:59:33.465] | : relay stdout ... [05:59:33.465] | : relay stdout ... done [05:59:33.465] | : check for misuse ... [05:59:33.465] | : check for misuse ... done [05:59:33.466] | : relay conditions ... [05:59:33.466] | : . Future state: 'finished' [05:59:33.466] | : . result() for ClusterFuture ... [05:59:33.466] | : . ' result already collected: FutureResult [05:59:33.466] | : . result() for ClusterFuture ... done [05:59:33.466] | : . signalConditions() ... [05:59:33.467] | : . ' include = 'condition' [05:59:33.467] | : . ' exclude = 'immediateCondition' [05:59:33.467] | : . ' resignal = TRUE [05:59:33.467] | : . ' Number of conditions: 1 [05:59:33.467] | : . ' int 1 [05:59:33.468] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:59:33.468] | : . ' Condition #1: 'simpleMessage', 'message', 'condition' Process ID: 39464 [05:59:33.468] | : . signalConditions() ... done [05:59:33.469] | : relay conditions ... done [05:59:33.469] | value() for MultisessionFuture () ... done [05:59:33.469] recvData() for FutureNode ... done [05:59:33.469] recvData() for FutureNode ... [05:59:33.469] | result() for ClusterFuture ... [05:59:33.470] | : assertValidConnection() ... [05:59:33.470] | : . cluster node index: 2 [05:59:33.470] | : assertValidConnection() ... done [05:59:33.470] | : receiveMessageFromWorker() for ClusterFuture ... [05:59:33.471] | : . cluster node index: 2 [05:59:33.578] | : . [1] TRUE [05:59:33.579] | : . received data: [05:59:33.579] | : . List of 5 [05:59:33.579] | : . $ type : chr "VALUE" [05:59:33.579] | : . $ value :List of 16 [05:59:33.579] | : . ..$ value :List of 2 [05:59:33.579] | : . .. ..$ :List of 2 [05:59:33.579] | : . .. .. ..$ a : num 42 [05:59:33.579] | : . .. .. ..$ mean: num -0.131 [05:59:33.579] | : . .. ..$ :List of 2 [05:59:33.579] | : . .. .. ..$ a : num 42 [05:59:33.579] | : . .. .. ..$ mean: num -0.487 [05:59:33.579] | : . ..$ visible : logi TRUE [05:59:33.579] | : . ..$ stdout : chr "" [05:59:33.579] | : . ..$ conditions :List of 2 [05:59:33.579] | : . .. ..$ :List of 2 [05:59:33.579] | : . .. .. ..$ condition:List of 2 [05:59:33.579] | : . .. .. .. ..$ message: chr "Process ID: 113240\n" [05:59:33.579] | : . .. .. .. ..$ call : language message("Process ID: ", Sys.getpid()) [05:59:33.579] | : . .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [05:59:33.579] | : . .. .. ..$ signaled : int 0 [05:59:33.579] | : . .. ..$ :List of 2 [05:59:33.579] | : . .. .. ..$ condition:List of 2 [05:59:33.579] | : . .. .. .. ..$ message: chr "Process ID: 113240\n" [05:59:33.579] | : . .. .. .. ..$ call : language message("Process ID: ", Sys.getpid()) [05:59:33.579] | : . .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [05:59:33.579] | : . .. .. ..$ signaled : int 0 [05:59:33.579] | : . ..$ rng : logi TRUE [05:59:33.579] | : . ..$ seed : int [1:7] 10407 -1102688716 -1227999868 471065626 -995779124 -341811064 -1092252132 [05:59:33.579] | : . ..$ misuseGlobalEnv : NULL [05:59:33.579] | : . ..$ misuseConnections :List of 3 [05:59:33.579] | : . .. ..$ added : NULL [05:59:33.579] | : . .. ..$ removed : NULL [05:59:33.579] | : . .. ..$ replaced: NULL [05:59:33.579] | : . ..$ misuseDevices : NULL [05:59:33.579] | : . ..$ misuseDefaultDevice: list() [05:59:33.579] | : . ..$ started : POSIXct[1:1], format: "2025-06-05 05:59:33" [05:59:33.579] | : . ..$ finished : POSIXct[1:1], format: "2025-06-05 05:59:33" [05:59:33.579] | : . ..$ uuid : chr [1:2] "4a42efacde9c0ad5822daa02f785e825" "6" [05:59:33.579] | : . ..$ session_uuid : chr "2ce8225c2a0d9cbdc1b909ca01251422" [05:59:33.579] | : . .. ..- attr(*, "source")=List of 5 [05:59:33.579] | : . .. .. ..$ host : Named chr "CRANWIN3" [05:59:33.579] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:59:33.579] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:59:33.579] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:59:33.579] | : . .. .. ..$ pid : int 113240 [05:59:33.579] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:59:33" [05:59:33.579] | : . .. .. ..$ random: int 2147483647 [05:59:33.579] | : . ..$ r_info :List of 4 [05:59:33.579] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:59:33.579] | : . .. .. ..$ : int [1:3] 4 6 0 [05:59:33.579] | : . .. ..$ os : chr "windows" [05:59:33.579] | : . .. ..$ os_name : chr "Windows" [05:59:33.579] | : . .. ..$ captures_utf8: logi TRUE [05:59:33.579] | : . ..$ version : chr "1.8" [05:59:33.579] | : . ..- attr(*, "class")= chr "FutureResult" [05:59:33.579] | : . $ success: logi TRUE [05:59:33.579] | : . $ time : 'proc_time' Named num [1:5] 0.15 0 0.15 NA NA [05:59:33.579] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:59:33.579] | : . $ tag : NULL [05:59:33.611] | : . Received FutureResult [05:59:33.612] | : . FutureResult: [05:59:33.612] | : . value: 'list' [05:59:33.612] | : . visible: TRUE [05:59:33.612] | : . stdout: character [05:59:33.612] | : . conditions: [n = 2] simpleMessage, simpleMessage [05:59:33.612] | : . RNG used: TRUE [05:59:33.612] | : . duration: 0.151263 secs (started 2025-06-05 05:59:33.425088) [05:59:33.612] | : . version: 1.8 [05:59:33.613] | : . FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'remove', earlySignal = 0) ... [05:59:33.613] | : . ' Removed future from position #1 [05:59:33.613] | : . ' Number of registered futures: 0 [05:59:33.614] | : . FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'remove', earlySignal = 0) ... done [05:59:33.614] | : . Erased future from future backend [05:59:33.614] | : . result() for ClusterFuture ... [05:59:33.615] | : . ' result already collected: FutureResult [05:59:33.615] | : . result() for ClusterFuture ... done [05:59:33.615] | : . signalConditions() ... [05:59:33.615] | : . ' include = 'immediateCondition' [05:59:33.616] | : . ' exclude = [05:59:33.616] | : . ' resignal = FALSE [05:59:33.616] | : . ' Number of conditions: 2 [05:59:33.616] | : . ' int 2 [05:59:33.617] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:59:33.618] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:59:33.618] | : . signalConditions() ... done [05:59:33.618] | : receiveMessageFromWorker() for ClusterFuture ... done [05:59:33.618] | result() for ClusterFuture ... done [05:59:33.619] | FutureResult: [05:59:33.619] | value: 'list' [05:59:33.619] | visible: TRUE [05:59:33.619] | stdout: character [05:59:33.619] | conditions: [n = 2] simpleMessage, simpleMessage [05:59:33.619] | RNG used: TRUE [05:59:33.619] | duration: 0.151263 secs (started 2025-06-05 05:59:33.425088) [05:59:33.619] | version: 1.8 [05:59:33.620] | Updating the node's RNG state [05:59:33.620] | value() for MultisessionFuture () ... [05:59:33.620] | : result() for ClusterFuture ... [05:59:33.621] | : . result already collected: FutureResult [05:59:33.621] | : result() for ClusterFuture ... done [05:59:33.621] | : result() for ClusterFuture ... [05:59:33.621] | : . result already collected: FutureResult [05:59:33.622] | : result() for ClusterFuture ... done [05:59:33.622] | : signalConditions() ... [05:59:33.622] | : . include = 'immediateCondition' [05:59:33.622] | : . exclude = [05:59:33.623] | : . resignal = FALSE [05:59:33.623] | : . Number of conditions: 2 [05:59:33.623] | : . int 2 [05:59:33.624] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:59:33.624] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:59:33.625] | : signalConditions() ... done [05:59:33.625] | : relay stdout ... [05:59:33.625] | : relay stdout ... done [05:59:33.625] | : check for misuse ... [05:59:33.626] | : check for misuse ... done [05:59:33.626] | : relay conditions ... [05:59:33.626] | : . Future state: 'finished' [05:59:33.627] | : . result() for ClusterFuture ... [05:59:33.627] | : . ' result already collected: FutureResult [05:59:33.627] | : . result() for ClusterFuture ... done [05:59:33.627] | : . signalConditions() ... [05:59:33.628] | : . ' include = 'condition' [05:59:33.628] | : . ' exclude = 'immediateCondition' [05:59:33.628] | : . ' resignal = TRUE [05:59:33.628] | : . ' Number of conditions: 2 [05:59:33.629] | : . ' int 2 [05:59:33.630] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:59:33.630] | : . ' Condition #1: 'simpleMessage', 'message', 'condition' Process ID: 113240 [05:59:33.630] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:59:33.631] | : . ' Condition #2: 'simpleMessage', 'message', 'condition' Process ID: 113240 [05:59:33.631] | : . signalConditions() ... done [05:59:33.631] | : relay conditions ... done [05:59:33.632] | value() for MultisessionFuture () ... done [05:59:33.632] recvData() for FutureNode ... done [05:59:33.633] sendData() for FutureNode #1 ... [05:59:33.633] | | type: 'EXEC' [05:59:33.633] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:33.633] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:33.634] | Create future ... [05:59:33.634] | : List of 1 [05:59:33.634] | : $ data:List of 4 [05:59:33.634] | : ..$ fun :function (X, FUN, ...) [05:59:33.634] | : ..$ args :List of 2 [05:59:33.634] | : .. ..$ : int 11 [05:59:33.634] | : .. ..$ FUN:function (x) [05:59:33.634] | : ..$ return: logi TRUE [05:59:33.634] | : ..$ tag : NULL [05:59:33.639] | : List of 1 [05:59:33.639] | : $ options:List of 2 [05:59:33.639] | : ..$ globals: logi TRUE [05:59:33.639] | : .. ..- attr(*, "add")=List of 1 [05:59:33.639] | : .. .. ..$ a: num 42 [05:59:33.639] | : ..$ seed : int [1:7] 10407 -1552329671 1433540056 -1756524251 -727989906 293257125 327498492 [05:59:33.642] | : List of 1 [05:59:33.642] | : $ future_args:List of 4 [05:59:33.642] | : ..$ expr : symbol expr [05:59:33.642] | : ..$ substitute: logi FALSE [05:59:33.642] | : ..$ globals : logi TRUE [05:59:33.642] | : .. ..- attr(*, "add")=List of 1 [05:59:33.642] | : .. .. ..$ a: num 42 [05:59:33.642] | : ..$ seed : int [1:7] 10407 -1552329671 1433540056 -1756524251 -727989906 293257125 327498492 [05:59:33.647] | : future(..., label = NULL) ... [05:59:33.647] | : . lazy: FALSE [05:59:33.647] | : . stdout: TRUE [05:59:33.648] | : . conditions: [n=1] 'condition' [05:59:33.648] | : . gc: FALSE [05:59:33.648] | : . earlySignal: FALSE [05:59:33.648] | : . getGlobalsAndPackages() ... [05:59:33.649] | : . ' 'add' globals passed as-list: [1] 'a' [05:59:33.649] | : . getGlobalsAndPackages() ... done [05:59:33.649] | : . Searching for globals ... [05:59:33.688] | : . ' globals found: [14] 'do.call', 'fun', 'args', '{', '<-', 'match.fun', 'if', '||', '!', 'is.vector', 'is.object', 'as.list', '.Internal', 'lapply' [05:59:33.689] | : . Searching for globals ... done [05:59:33.689] | : . Resolving globals: FALSE [05:59:33.689] | : . Search for packages associated with the globals ... [05:59:33.690] | : . ' Packages associated with globals: [1] 'base' [05:59:33.691] | : . ' Packages: [1] 'base' [05:59:33.691] | : . Search for packages associated with the globals ... done [05:59:33.691] | : . Packages after dropping 'base': [0] [05:59:33.692] | : . globals: [3] 'fun', 'args', 'a' [05:59:33.692] | : . packages: [0] [05:59:33.692] | : future(..., label = NULL) ... done [05:59:33.693] | : run() for 'Future' () ... [05:59:33.693] | : . state: 'created' [05:59:33.693] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:33.694] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:33.694] | : . Using MultisessionFutureBackend ... [05:59:33.694] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [05:59:33.695] | : . ' Launching futures ... [05:59:33.695] | : . ' , launchFuture() for ClusterFutureBackend ... [05:59:33.695] | : . ' , ; Workers: [n=2] [05:59:33.695] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:33.699] | : . ' , ; FutureRegistry: 'workers-96a0cbe978759959c890bc2462107ab7' [05:59:33.699] | : . ' , ; requestWorker() ... [05:59:33.699] | : . ' , ; ` requestNode() ... [05:59:33.699] | : . ' , ; ` | Number of workers: 2 [05:59:33.700] | : . ' , ; ` | Polling for a free worker ... [05:59:33.700] | : . ' , ; ` | : FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... [05:59:33.700] | : . ' , ; ` | : . Listing all futures [05:59:33.701] | : . ' , ; ` | : . Number of registered futures: 0 [05:59:33.701] | : . ' , ; ` | : FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... done [05:59:33.701] | : . ' , ; ` | : Total time: 0 [05:59:33.701] | : . ' , ; ` | Polling for a free worker ... done [05:59:33.702] | : . ' , ; ` | FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... [05:59:33.702] | : . ' , ; ` | : Listing all futures [05:59:33.702] | : . ' , ; ` | : Number of registered futures: 0 [05:59:33.702] | : . ' , ; ` | FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... done [05:59:33.703] | : . ' , ; ` | avail: [n=2] '1', '2' [05:59:33.703] | : . ' , ; ` | Index of first available worker: 1 [05:59:33.703] | : . ' , ; ` | Validate that the worker is functional ... [05:59:33.786] | : . ' , ; ` | : Worker is functional [05:59:33.787] | : . ' , ; ` | : FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... [05:59:33.787] | : . ' , ; ` | : . Listing all futures [05:59:33.787] | : . ' , ; ` | : . Number of registered futures: 0 [05:59:33.788] | : . ' , ; ` | : FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... done [05:59:33.788] | : . ' , ; ` | Validate that the worker is functional ... done [05:59:33.788] | : . ' , ; ` requestNode() ... done [05:59:33.788] | : . ' , ; ` cluster node index: 1 [05:59:33.789] | : . ' , ; requestWorker() ... done [05:59:33.789] | : . ' , ; eraseGlobalEnvironment() ... [05:59:33.790] | : . ' , ; eraseGlobalEnvironment() ... done [05:59:33.790] | : . ' , ; launchFuture() ... [05:59:33.790] | : . ' , ; ` cluster node index: 1 [05:59:33.791] | : . ' , ; ` getFutureData() ... [05:59:33.791] | : . ' , ; ` | getFutureCore() ... [05:59:33.791] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:59:33.792] | : . ' , ; ` | getFutureCore() ... done [05:59:33.792] | : . ' , ; ` | getFutureCapture() ... [05:59:33.792] | : . ' , ; ` | getFutureCapture() ... done [05:59:33.792] | : . ' , ; ` | getFutureContext() ... [05:59:33.793] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:33.793] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:59:33.793] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:33.794] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:59:33.794] | : . ' , ; ` | getFutureContext() ... done [05:59:33.794] | : . ' , ; ` getFutureData() ... done [05:59:33.821] | : . ' , ; ` FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'add', earlySignal = 0) ... [05:59:33.821] | : . ' , ; ` | Appended future to position #1 [05:59:33.821] | : . ' , ; ` | Number of registered futures: 1 [05:59:33.822] | : . ' , ; ` FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'add', earlySignal = 0) ... done [05:59:33.822] | : . ' , ; launchFuture() ... done [05:59:33.822] | : . ' , ; MultisessionFuture started [05:59:33.823] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:59:33.823] | : . ' Launching futures ... done [05:59:33.823] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:59:33.823] | : . Using MultisessionFutureBackend ... done [05:59:33.824] | : run() for 'Future' () ... done [05:59:33.824] | Create future ... done [05:59:33.824] sendData() for FutureNode #1 ... done [05:59:33.825] sendData() for FutureNode #2 ... [05:59:33.825] | | type: 'EXEC' [05:59:33.825] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:33.826] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:33.826] | Create future ... [05:59:33.827] | : List of 1 [05:59:33.827] | : $ data:List of 4 [05:59:33.827] | : ..$ fun :function (X, FUN, ...) [05:59:33.827] | : ..$ args :List of 2 [05:59:33.827] | : .. ..$ : int [1:2] 12 13 [05:59:33.827] | : .. ..$ FUN:function (x) [05:59:33.827] | : ..$ return: logi TRUE [05:59:33.827] | : ..$ tag : NULL [05:59:33.831] | : List of 1 [05:59:33.831] | : $ options:List of 2 [05:59:33.831] | : ..$ globals: logi TRUE [05:59:33.831] | : .. ..- attr(*, "add")=List of 1 [05:59:33.831] | : .. .. ..$ a: num 42 [05:59:33.831] | : ..$ seed : int [1:7] 10407 -1102688716 -1227999868 471065626 -995779124 -341811064 -1092252132 [05:59:33.835] | : List of 1 [05:59:33.835] | : $ future_args:List of 4 [05:59:33.835] | : ..$ expr : symbol expr [05:59:33.835] | : ..$ substitute: logi FALSE [05:59:33.835] | : ..$ globals : logi TRUE [05:59:33.835] | : .. ..- attr(*, "add")=List of 1 [05:59:33.835] | : .. .. ..$ a: num 42 [05:59:33.835] | : ..$ seed : int [1:7] 10407 -1102688716 -1227999868 471065626 -995779124 -341811064 -1092252132 [05:59:33.840] | : future(..., label = NULL) ... [05:59:33.840] | : . lazy: FALSE [05:59:33.840] | : . stdout: TRUE [05:59:33.841] | : . conditions: [n=1] 'condition' [05:59:33.841] | : . gc: FALSE [05:59:33.841] | : . earlySignal: FALSE [05:59:33.841] | : . getGlobalsAndPackages() ... [05:59:33.842] | : . ' 'add' globals passed as-list: [1] 'a' [05:59:33.842] | : . getGlobalsAndPackages() ... done [05:59:33.842] | : . Searching for globals ... [05:59:33.881] | : . ' globals found: [14] 'do.call', 'fun', 'args', '{', '<-', 'match.fun', 'if', '||', '!', 'is.vector', 'is.object', 'as.list', '.Internal', 'lapply' [05:59:33.882] | : . Searching for globals ... done [05:59:33.882] | : . Resolving globals: FALSE [05:59:33.882] | : . Search for packages associated with the globals ... [05:59:33.883] | : . ' Packages associated with globals: [1] 'base' [05:59:33.884] | : . ' Packages: [1] 'base' [05:59:33.884] | : . Search for packages associated with the globals ... done [05:59:33.885] | : . Packages after dropping 'base': [0] [05:59:33.885] | : . globals: [3] 'fun', 'args', 'a' [05:59:33.885] | : . packages: [0] [05:59:33.885] | : future(..., label = NULL) ... done [05:59:33.886] | : run() for 'Future' () ... [05:59:33.886] | : . state: 'created' [05:59:33.886] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:33.887] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:33.887] | : . Using MultisessionFutureBackend ... [05:59:33.887] | : . ' Number of futures since start: 3 (3 created, 3 launched, 2 finished) [05:59:33.888] | : . ' Launching futures ... [05:59:33.888] | : . ' , launchFuture() for ClusterFutureBackend ... [05:59:33.888] | : . ' , ; Workers: [n=2] [05:59:33.888] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:33.891] | : . ' , ; FutureRegistry: 'workers-96a0cbe978759959c890bc2462107ab7' [05:59:33.892] | : . ' , ; requestWorker() ... [05:59:33.892] | : . ' , ; ` requestNode() ... [05:59:33.892] | : . ' , ; ` | Number of workers: 2 [05:59:33.893] | : . ' , ; ` | Polling for a free worker ... [05:59:33.893] | : . ' , ; ` | : FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... [05:59:33.893] | : . ' , ; ` | : . Listing all futures [05:59:33.893] | : . ' , ; ` | : . Number of registered futures: 1 [05:59:33.894] | : . ' , ; ` | : FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... done [05:59:33.894] | : . ' , ; ` | : Total time: 0 [05:59:33.894] | : . ' , ; ` | Polling for a free worker ... done [05:59:33.894] | : . ' , ; ` | FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... [05:59:33.895] | : . ' , ; ` | : Listing all futures [05:59:33.895] | : . ' , ; ` | : Number of registered futures: 1 [05:59:33.895] | : . ' , ; ` | FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... done [05:59:33.895] | : . ' , ; ` | avail: [n=2] '2' [05:59:33.896] | : . ' , ; ` | Index of first available worker: 2 [05:59:33.896] | : . ' , ; ` | Validate that the worker is functional ... [05:59:33.977] | : . ' , ; ` | : Worker is functional [05:59:33.978] | : . ' , ; ` | : FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... [05:59:33.978] | : . ' , ; ` | : . Listing all futures [05:59:33.978] | : . ' , ; ` | : . Number of registered futures: 1 [05:59:33.979] | : . ' , ; ` | : FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... done [05:59:33.979] | : . ' , ; ` | Validate that the worker is functional ... done [05:59:33.979] | : . ' , ; ` requestNode() ... done [05:59:33.980] | : . ' , ; ` cluster node index: 2 [05:59:33.980] | : . ' , ; requestWorker() ... done [05:59:33.980] | : . ' , ; eraseGlobalEnvironment() ... [05:59:33.981] | : . ' , ; eraseGlobalEnvironment() ... done [05:59:33.981] | : . ' , ; launchFuture() ... [05:59:33.981] | : . ' , ; ` cluster node index: 2 [05:59:33.982] | : . ' , ; ` getFutureData() ... [05:59:33.982] | : . ' , ; ` | getFutureCore() ... [05:59:33.982] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:59:33.982] | : . ' , ; ` | getFutureCore() ... done [05:59:33.983] | : . ' , ; ` | getFutureCapture() ... [05:59:33.983] | : . ' , ; ` | getFutureCapture() ... done [05:59:33.983] | : . ' , ; ` | getFutureContext() ... [05:59:33.983] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:33.984] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:59:33.984] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:33.984] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:59:33.984] | : . ' , ; ` | getFutureContext() ... done [05:59:33.985] | : . ' , ; ` getFutureData() ... done [05:59:34.011] | : . ' , ; ` FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'add', earlySignal = 0) ... [05:59:34.011] | : . ' , ; ` | Appended future to position #2 [05:59:34.012] | : . ' , ; ` | Number of registered futures: 2 [05:59:34.012] | : . ' , ; ` FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'add', earlySignal = 0) ... done [05:59:34.012] | : . ' , ; launchFuture() ... done [05:59:34.012] | : . ' , ; MultisessionFuture started [05:59:34.013] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:59:34.013] | : . ' Launching futures ... done [05:59:34.013] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:59:34.013] | : . Using MultisessionFutureBackend ... done [05:59:34.014] | : run() for 'Future' () ... done [05:59:34.014] | Create future ... done [05:59:34.014] sendData() for FutureNode #2 ... done [05:59:34.015] recvData() for FutureNode ... [05:59:34.015] | result() for ClusterFuture ... [05:59:34.015] | : assertValidConnection() ... [05:59:34.016] | : . cluster node index: 1 [05:59:34.016] | : assertValidConnection() ... done [05:59:34.016] | : receiveMessageFromWorker() for ClusterFuture ... [05:59:34.017] | : . cluster node index: 1 [05:59:34.017] | : . [1] TRUE [05:59:34.018] | : . received data: [05:59:34.018] | : . List of 5 [05:59:34.018] | : . $ type : chr "VALUE" [05:59:34.018] | : . $ value :List of 16 [05:59:34.018] | : . ..$ value :List of 1 [05:59:34.018] | : . .. ..$ :List of 2 [05:59:34.018] | : . .. .. ..$ a : num 42 [05:59:34.018] | : . .. .. ..$ mean: num -0.105 [05:59:34.018] | : . ..$ visible : logi TRUE [05:59:34.018] | : . ..$ stdout : chr "" [05:59:34.018] | : . ..$ conditions :List of 1 [05:59:34.018] | : . .. ..$ :List of 2 [05:59:34.018] | : . .. .. ..$ condition:List of 2 [05:59:34.018] | : . .. .. .. ..$ message: chr "Process ID: 39464\n" [05:59:34.018] | : . .. .. .. ..$ call : language message("Process ID: ", Sys.getpid()) [05:59:34.018] | : . .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [05:59:34.018] | : . .. .. ..$ signaled : int 0 [05:59:34.018] | : . ..$ rng : logi TRUE [05:59:34.018] | : . ..$ seed : int [1:7] 10407 -2141406188 1683955353 148640435 1458338916 -1565512852 2141329560 [05:59:34.018] | : . ..$ misuseGlobalEnv : NULL [05:59:34.018] | : . ..$ misuseConnections :List of 3 [05:59:34.018] | : . .. ..$ added : NULL [05:59:34.018] | : . .. ..$ removed : NULL [05:59:34.018] | : . .. ..$ replaced: NULL [05:59:34.018] | : . ..$ misuseDevices : NULL [05:59:34.018] | : . ..$ misuseDefaultDevice: list() [05:59:34.018] | : . ..$ started : POSIXct[1:1], format: "2025-06-05 05:59:33" [05:59:34.018] | : . ..$ finished : POSIXct[1:1], format: "2025-06-05 05:59:33" [05:59:34.018] | : . ..$ uuid : chr [1:2] "4a42efacde9c0ad5822daa02f785e825" "7" [05:59:34.018] | : . ..$ session_uuid : chr "68c72a8e8f175d082e41f8641eaf9d4d" [05:59:34.018] | : . .. ..- attr(*, "source")=List of 5 [05:59:34.018] | : . .. .. ..$ host : Named chr "CRANWIN3" [05:59:34.018] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:59:34.018] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:59:34.018] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:59:34.018] | : . .. .. ..$ pid : int 39464 [05:59:34.018] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:59:33" [05:59:34.018] | : . .. .. ..$ random: int 2147483647 [05:59:34.018] | : . ..$ r_info :List of 4 [05:59:34.018] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:59:34.018] | : . .. .. ..$ : int [1:3] 4 6 0 [05:59:34.018] | : . .. ..$ os : chr "windows" [05:59:34.018] | : . .. ..$ os_name : chr "Windows" [05:59:34.018] | : . .. ..$ captures_utf8: logi TRUE [05:59:34.018] | : . ..$ version : chr "1.8" [05:59:34.018] | : . ..- attr(*, "class")= chr "FutureResult" [05:59:34.018] | : . $ success: logi TRUE [05:59:34.018] | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [05:59:34.018] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:59:34.018] | : . $ tag : NULL [05:59:34.043] | : . Received FutureResult [05:59:34.044] | : . FutureResult: [05:59:34.044] | : . value: 'list' [05:59:34.044] | : . visible: TRUE [05:59:34.044] | : . stdout: character [05:59:34.044] | : . conditions: [n = 1] simpleMessage [05:59:34.044] | : . RNG used: TRUE [05:59:34.044] | : . duration: 0.0116179 secs (started 2025-06-05 05:59:33.821454) [05:59:34.044] | : . version: 1.8 [05:59:34.045] | : . FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'remove', earlySignal = 0) ... [05:59:34.045] | : . ' Removed future from position #1 [05:59:34.045] | : . ' Number of registered futures: 1 [05:59:34.046] | : . FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'remove', earlySignal = 0) ... done [05:59:34.046] | : . Erased future from future backend [05:59:34.046] | : . result() for ClusterFuture ... [05:59:34.046] | : . ' result already collected: FutureResult [05:59:34.047] | : . result() for ClusterFuture ... done [05:59:34.047] | : . signalConditions() ... [05:59:34.047] | : . ' include = 'immediateCondition' [05:59:34.047] | : . ' exclude = [05:59:34.048] | : . ' resignal = FALSE [05:59:34.048] | : . ' Number of conditions: 1 [05:59:34.048] | : . ' int 1 [05:59:34.049] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:59:34.049] | : . signalConditions() ... done [05:59:34.049] | : receiveMessageFromWorker() for ClusterFuture ... done [05:59:34.050] | result() for ClusterFuture ... done [05:59:34.050] | FutureResult: [05:59:34.050] | value: 'list' [05:59:34.050] | visible: TRUE [05:59:34.050] | stdout: character [05:59:34.050] | conditions: [n = 1] simpleMessage [05:59:34.050] | RNG used: TRUE [05:59:34.050] | duration: 0.0116179 secs (started 2025-06-05 05:59:33.821454) [05:59:34.050] | version: 1.8 [05:59:34.051] | Updating the node's RNG state [05:59:34.051] | value() for MultisessionFuture () ... [05:59:34.052] | : result() for ClusterFuture ... [05:59:34.052] | : . result already collected: FutureResult [05:59:34.052] | : result() for ClusterFuture ... done [05:59:34.052] | : result() for ClusterFuture ... [05:59:34.052] | : . result already collected: FutureResult [05:59:34.052] | : result() for ClusterFuture ... done [05:59:34.053] | : signalConditions() ... [05:59:34.053] | : . include = 'immediateCondition' [05:59:34.053] | : . exclude = [05:59:34.053] | : . resignal = FALSE [05:59:34.053] | : . Number of conditions: 1 [05:59:34.054] | : . int 1 [05:59:34.055] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:59:34.055] | : signalConditions() ... done [05:59:34.055] | : relay stdout ... [05:59:34.055] | : relay stdout ... done [05:59:34.056] | : check for misuse ... [05:59:34.056] | : check for misuse ... done [05:59:34.056] | : relay conditions ... [05:59:34.057] | : . Future state: 'finished' [05:59:34.057] | : . result() for ClusterFuture ... [05:59:34.057] | : . ' result already collected: FutureResult [05:59:34.058] | : . result() for ClusterFuture ... done [05:59:34.058] | : . signalConditions() ... [05:59:34.058] | : . ' include = 'condition' [05:59:34.058] | : . ' exclude = 'immediateCondition' [05:59:34.059] | : . ' resignal = TRUE [05:59:34.059] | : . ' Number of conditions: 1 [05:59:34.059] | : . ' int 1 [05:59:34.060] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:59:34.060] | : . ' Condition #1: 'simpleMessage', 'message', 'condition' Process ID: 39464 [05:59:34.060] | : . signalConditions() ... done [05:59:34.060] | : relay conditions ... done [05:59:34.061] | value() for MultisessionFuture () ... done [05:59:34.061] recvData() for FutureNode ... done [05:59:34.061] recvData() for FutureNode ... [05:59:34.062] | result() for ClusterFuture ... [05:59:34.062] | : assertValidConnection() ... [05:59:34.062] | : . cluster node index: 2 [05:59:34.063] | : assertValidConnection() ... done [05:59:34.063] | : receiveMessageFromWorker() for ClusterFuture ... [05:59:34.063] | : . cluster node index: 2 [05:59:34.063] | : . [1] TRUE [05:59:34.064] | : . received data: [05:59:34.064] | : . List of 5 [05:59:34.064] | : . $ type : chr "VALUE" [05:59:34.064] | : . $ value :List of 16 [05:59:34.064] | : . ..$ value :List of 2 [05:59:34.064] | : . .. ..$ :List of 2 [05:59:34.064] | : . .. .. ..$ a : num 42 [05:59:34.064] | : . .. .. ..$ mean: num -0.106 [05:59:34.064] | : . .. ..$ :List of 2 [05:59:34.064] | : . .. .. ..$ a : num 42 [05:59:34.064] | : . .. .. ..$ mean: num -0.37 [05:59:34.064] | : . ..$ visible : logi TRUE [05:59:34.064] | : . ..$ stdout : chr "" [05:59:34.064] | : . ..$ conditions :List of 2 [05:59:34.064] | : . .. ..$ :List of 2 [05:59:34.064] | : . .. .. ..$ condition:List of 2 [05:59:34.064] | : . .. .. .. ..$ message: chr "Process ID: 113240\n" [05:59:34.064] | : . .. .. .. ..$ call : language message("Process ID: ", Sys.getpid()) [05:59:34.064] | : . .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [05:59:34.064] | : . .. .. ..$ signaled : int 0 [05:59:34.064] | : . .. ..$ :List of 2 [05:59:34.064] | : . .. .. ..$ condition:List of 2 [05:59:34.064] | : . .. .. .. ..$ message: chr "Process ID: 113240\n" [05:59:34.064] | : . .. .. .. ..$ call : language message("Process ID: ", Sys.getpid()) [05:59:34.064] | : . .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [05:59:34.064] | : . .. .. ..$ signaled : int 0 [05:59:34.064] | : . ..$ rng : logi TRUE [05:59:34.064] | : . ..$ seed : int [1:7] 10407 -1291560982 1940094640 1011213802 -1245370784 -53824285 -133594965 [05:59:34.064] | : . ..$ misuseGlobalEnv : NULL [05:59:34.064] | : . ..$ misuseConnections :List of 3 [05:59:34.064] | : . .. ..$ added : NULL [05:59:34.064] | : . .. ..$ removed : NULL [05:59:34.064] | : . .. ..$ replaced: NULL [05:59:34.064] | : . ..$ misuseDevices : NULL [05:59:34.064] | : . ..$ misuseDefaultDevice: list() [05:59:34.064] | : . ..$ started : POSIXct[1:1], format: "2025-06-05 05:59:34" [05:59:34.064] | : . ..$ finished : POSIXct[1:1], format: "2025-06-05 05:59:34" [05:59:34.064] | : . ..$ uuid : chr [1:2] "4a42efacde9c0ad5822daa02f785e825" "8" [05:59:34.064] | : . ..$ session_uuid : chr "2ce8225c2a0d9cbdc1b909ca01251422" [05:59:34.064] | : . .. ..- attr(*, "source")=List of 5 [05:59:34.064] | : . .. .. ..$ host : Named chr "CRANWIN3" [05:59:34.064] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:59:34.064] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:59:34.064] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:59:34.064] | : . .. .. ..$ pid : int 113240 [05:59:34.064] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:59:33" [05:59:34.064] | : . .. .. ..$ random: int 2147483647 [05:59:34.064] | : . ..$ r_info :List of 4 [05:59:34.064] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:59:34.064] | : . .. .. ..$ : int [1:3] 4 6 0 [05:59:34.064] | : . .. ..$ os : chr "windows" [05:59:34.064] | : . .. ..$ os_name : chr "Windows" [05:59:34.064] | : . .. ..$ captures_utf8: logi TRUE [05:59:34.064] | : . ..$ version : chr "1.8" [05:59:34.064] | : . ..- attr(*, "class")= chr "FutureResult" [05:59:34.064] | : . $ success: logi TRUE [05:59:34.064] | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [05:59:34.064] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:59:34.064] | : . $ tag : NULL [05:59:34.099] | : . Received FutureResult [05:59:34.099] | : . FutureResult: [05:59:34.099] | : . value: 'list' [05:59:34.099] | : . visible: TRUE [05:59:34.099] | : . stdout: character [05:59:34.099] | : . conditions: [n = 2] simpleMessage, simpleMessage [05:59:34.099] | : . RNG used: TRUE [05:59:34.099] | : . duration: 0.005709887 secs (started 2025-06-05 05:59:34.012789) [05:59:34.099] | : . version: 1.8 [05:59:34.100] | : . FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'remove', earlySignal = 0) ... [05:59:34.101] | : . ' Removed future from position #1 [05:59:34.101] | : . ' Number of registered futures: 0 [05:59:34.102] | : . FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'remove', earlySignal = 0) ... done [05:59:34.102] | : . Erased future from future backend [05:59:34.102] | : . result() for ClusterFuture ... [05:59:34.102] | : . ' result already collected: FutureResult [05:59:34.103] | : . result() for ClusterFuture ... done [05:59:34.103] | : . signalConditions() ... [05:59:34.103] | : . ' include = 'immediateCondition' [05:59:34.103] | : . ' exclude = [05:59:34.104] | : . ' resignal = FALSE [05:59:34.104] | : . ' Number of conditions: 2 [05:59:34.104] | : . ' int 2 [05:59:34.104] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:59:34.105] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:59:34.105] | : . signalConditions() ... done [05:59:34.105] | : receiveMessageFromWorker() for ClusterFuture ... done [05:59:34.105] | result() for ClusterFuture ... done [05:59:34.105] | FutureResult: [05:59:34.105] | value: 'list' [05:59:34.105] | visible: TRUE [05:59:34.105] | stdout: character [05:59:34.105] | conditions: [n = 2] simpleMessage, simpleMessage [05:59:34.105] | RNG used: TRUE [05:59:34.105] | duration: 0.005709887 secs (started 2025-06-05 05:59:34.012789) [05:59:34.105] | version: 1.8 [05:59:34.106] | Updating the node's RNG state [05:59:34.106] | value() for MultisessionFuture () ... [05:59:34.106] | : result() for ClusterFuture ... [05:59:34.107] | : . result already collected: FutureResult [05:59:34.107] | : result() for ClusterFuture ... done [05:59:34.107] | : result() for ClusterFuture ... [05:59:34.107] | : . result already collected: FutureResult [05:59:34.107] | : result() for ClusterFuture ... done [05:59:34.107] | : signalConditions() ... [05:59:34.108] | : . include = 'immediateCondition' [05:59:34.108] | : . exclude = [05:59:34.108] | : . resignal = FALSE [05:59:34.108] | : . Number of conditions: 2 [05:59:34.108] | : . int 2 [05:59:34.109] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:59:34.109] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:59:34.109] | : signalConditions() ... done [05:59:34.109] | : relay stdout ... [05:59:34.109] | : relay stdout ... done [05:59:34.110] | : check for misuse ... [05:59:34.110] | : check for misuse ... done [05:59:34.110] | : relay conditions ... [05:59:34.110] | : . Future state: 'finished' [05:59:34.110] | : . result() for ClusterFuture ... [05:59:34.111] | : . ' result already collected: FutureResult [05:59:34.111] | : . result() for ClusterFuture ... done [05:59:34.111] | : . signalConditions() ... [05:59:34.111] | : . ' include = 'condition' [05:59:34.111] | : . ' exclude = 'immediateCondition' [05:59:34.111] | : . ' resignal = TRUE [05:59:34.111] | : . ' Number of conditions: 2 [05:59:34.112] | : . ' int 2 [05:59:34.112] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:59:34.112] | : . ' Condition #1: 'simpleMessage', 'message', 'condition' Process ID: 113240 [05:59:34.113] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:59:34.113] | : . ' Condition #2: 'simpleMessage', 'message', 'condition' Process ID: 113240 [05:59:34.113] | : . signalConditions() ... done [05:59:34.113] | : relay conditions ... done [05:59:34.113] | value() for MultisessionFuture () ... done [05:59:34.114] recvData() for FutureNode ... done [05:59:34.114] sendData() for FutureNode #1 ... [05:59:34.114] | | type: 'EXEC' [05:59:34.114] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:34.115] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:34.115] | Create future ... [05:59:34.115] | : List of 1 [05:59:34.115] | : $ data:List of 4 [05:59:34.115] | : ..$ fun :function (X, FUN, ...) [05:59:34.115] | : ..$ args :List of 2 [05:59:34.115] | : .. ..$ : int 11 [05:59:34.115] | : .. ..$ FUN:function (x) [05:59:34.115] | : ..$ return: logi TRUE [05:59:34.115] | : ..$ tag : NULL [05:59:34.118] | : List of 1 [05:59:34.118] | : $ options:List of 2 [05:59:34.118] | : ..$ globals: logi TRUE [05:59:34.118] | : .. ..- attr(*, "add")=List of 1 [05:59:34.118] | : .. .. ..$ a: num 42 [05:59:34.118] | : ..$ seed : int [1:7] 10407 -2141406188 1683955353 148640435 1458338916 -1565512852 2141329560 [05:59:34.120] | : List of 1 [05:59:34.120] | : $ future_args:List of 4 [05:59:34.120] | : ..$ expr : symbol expr [05:59:34.120] | : ..$ substitute: logi FALSE [05:59:34.120] | : ..$ globals : logi TRUE [05:59:34.120] | : .. ..- attr(*, "add")=List of 1 [05:59:34.120] | : .. .. ..$ a: num 42 [05:59:34.120] | : ..$ seed : int [1:7] 10407 -2141406188 1683955353 148640435 1458338916 -1565512852 2141329560 [05:59:34.123] | : future(..., label = NULL) ... [05:59:34.123] | : . lazy: FALSE [05:59:34.124] | : . stdout: TRUE [05:59:34.124] | : . conditions: [n=1] 'condition' [05:59:34.124] | : . gc: FALSE [05:59:34.124] | : . earlySignal: FALSE [05:59:34.124] | : . getGlobalsAndPackages() ... [05:59:34.124] | : . ' 'add' globals passed as-list: [1] 'a' [05:59:34.125] | : . getGlobalsAndPackages() ... done [05:59:34.125] | : . Searching for globals ... [05:59:34.157] | : . ' globals found: [14] 'do.call', 'fun', 'args', '{', '<-', 'match.fun', 'if', '||', '!', 'is.vector', 'is.object', 'as.list', '.Internal', 'lapply' [05:59:34.157] | : . Searching for globals ... done [05:59:34.157] | : . Resolving globals: FALSE [05:59:34.158] | : . Search for packages associated with the globals ... [05:59:34.158] | : . ' Packages associated with globals: [1] 'base' [05:59:34.159] | : . ' Packages: [1] 'base' [05:59:34.160] | : . Search for packages associated with the globals ... done [05:59:34.160] | : . Packages after dropping 'base': [0] [05:59:34.160] | : . globals: [3] 'fun', 'args', 'a' [05:59:34.161] | : . packages: [0] [05:59:34.161] | : future(..., label = NULL) ... done [05:59:34.161] | : run() for 'Future' () ... [05:59:34.162] | : . state: 'created' [05:59:34.162] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:34.162] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:34.162] | : . Using MultisessionFutureBackend ... [05:59:34.163] | : . ' Number of futures since start: 4 (4 created, 4 launched, 4 finished) [05:59:34.163] | : . ' Launching futures ... [05:59:34.163] | : . ' , launchFuture() for ClusterFutureBackend ... [05:59:34.164] | : . ' , ; Workers: [n=2] [05:59:34.164] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:34.166] | : . ' , ; FutureRegistry: 'workers-96a0cbe978759959c890bc2462107ab7' [05:59:34.166] | : . ' , ; requestWorker() ... [05:59:34.166] | : . ' , ; ` requestNode() ... [05:59:34.167] | : . ' , ; ` | Number of workers: 2 [05:59:34.167] | : . ' , ; ` | Polling for a free worker ... [05:59:34.167] | : . ' , ; ` | : FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... [05:59:34.167] | : . ' , ; ` | : . Listing all futures [05:59:34.168] | : . ' , ; ` | : . Number of registered futures: 0 [05:59:34.168] | : . ' , ; ` | : FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... done [05:59:34.168] | : . ' , ; ` | : Total time: 0 [05:59:34.168] | : . ' , ; ` | Polling for a free worker ... done [05:59:34.168] | : . ' , ; ` | FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... [05:59:34.168] | : . ' , ; ` | : Listing all futures [05:59:34.169] | : . ' , ; ` | : Number of registered futures: 0 [05:59:34.169] | : . ' , ; ` | FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... done [05:59:34.169] | : . ' , ; ` | avail: [n=2] '1', '2' [05:59:34.169] | : . ' , ; ` | Index of first available worker: 1 [05:59:34.169] | : . ' , ; ` | Validate that the worker is functional ... [05:59:34.249] | : . ' , ; ` | : Worker is functional [05:59:34.250] | : . ' , ; ` | : FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... [05:59:34.250] | : . ' , ; ` | : . Listing all futures [05:59:34.250] | : . ' , ; ` | : . Number of registered futures: 0 [05:59:34.250] | : . ' , ; ` | : FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... done [05:59:34.251] | : . ' , ; ` | Validate that the worker is functional ... done [05:59:34.251] | : . ' , ; ` requestNode() ... done [05:59:34.251] | : . ' , ; ` cluster node index: 1 [05:59:34.252] | : . ' , ; requestWorker() ... done [05:59:34.252] | : . ' , ; eraseGlobalEnvironment() ... [05:59:34.253] | : . ' , ; eraseGlobalEnvironment() ... done [05:59:34.253] | : . ' , ; launchFuture() ... [05:59:34.253] | : . ' , ; ` cluster node index: 1 [05:59:34.253] | : . ' , ; ` getFutureData() ... [05:59:34.254] | : . ' , ; ` | getFutureCore() ... [05:59:34.254] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:59:34.254] | : . ' , ; ` | getFutureCore() ... done [05:59:34.255] | : . ' , ; ` | getFutureCapture() ... [05:59:34.255] | : . ' , ; ` | getFutureCapture() ... done [05:59:34.255] | : . ' , ; ` | getFutureContext() ... [05:59:34.255] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:34.256] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:59:34.256] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:34.256] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:59:34.257] | : . ' , ; ` | getFutureContext() ... done [05:59:34.257] | : . ' , ; ` getFutureData() ... done [05:59:34.282] | : . ' , ; ` FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'add', earlySignal = 0) ... [05:59:34.283] | : . ' , ; ` | Appended future to position #1 [05:59:34.283] | : . ' , ; ` | Number of registered futures: 1 [05:59:34.284] | : . ' , ; ` FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'add', earlySignal = 0) ... done [05:59:34.284] | : . ' , ; launchFuture() ... done [05:59:34.284] | : . ' , ; MultisessionFuture started [05:59:34.285] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:59:34.285] | : . ' Launching futures ... done [05:59:34.285] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:59:34.286] | : . Using MultisessionFutureBackend ... done [05:59:34.286] | : run() for 'Future' () ... done [05:59:34.286] | Create future ... done [05:59:34.287] sendData() for FutureNode #1 ... done [05:59:34.287] sendData() for FutureNode #2 ... [05:59:34.288] | | type: 'EXEC' [05:59:34.288] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:34.288] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:34.289] | Create future ... [05:59:34.289] | : List of 1 [05:59:34.289] | : $ data:List of 4 [05:59:34.289] | : ..$ fun :function (X, FUN, ...) [05:59:34.289] | : ..$ args :List of 2 [05:59:34.289] | : .. ..$ : int [1:2] 12 13 [05:59:34.289] | : .. ..$ FUN:function (x) [05:59:34.289] | : ..$ return: logi TRUE [05:59:34.289] | : ..$ tag : NULL [05:59:34.295] | : List of 1 [05:59:34.295] | : $ options:List of 2 [05:59:34.295] | : ..$ globals: logi TRUE [05:59:34.295] | : .. ..- attr(*, "add")=List of 1 [05:59:34.295] | : .. .. ..$ a: num 42 [05:59:34.295] | : ..$ seed : int [1:7] 10407 -1291560982 1940094640 1011213802 -1245370784 -53824285 -133594965 [05:59:34.299] | : List of 1 [05:59:34.299] | : $ future_args:List of 4 [05:59:34.299] | : ..$ expr : symbol expr [05:59:34.299] | : ..$ substitute: logi FALSE [05:59:34.299] | : ..$ globals : logi TRUE [05:59:34.299] | : .. ..- attr(*, "add")=List of 1 [05:59:34.299] | : .. .. ..$ a: num 42 [05:59:34.299] | : ..$ seed : int [1:7] 10407 -1291560982 1940094640 1011213802 -1245370784 -53824285 -133594965 [05:59:34.305] | : future(..., label = NULL) ... [05:59:34.305] | : . lazy: FALSE [05:59:34.305] | : . stdout: TRUE [05:59:34.306] | : . conditions: [n=1] 'condition' [05:59:34.306] | : . gc: FALSE [05:59:34.306] | : . earlySignal: FALSE [05:59:34.307] | : . getGlobalsAndPackages() ... [05:59:34.307] | : . ' 'add' globals passed as-list: [1] 'a' [05:59:34.307] | : . getGlobalsAndPackages() ... done [05:59:34.308] | : . Searching for globals ... [05:59:34.349] | : . ' globals found: [14] 'do.call', 'fun', 'args', '{', '<-', 'match.fun', 'if', '||', '!', 'is.vector', 'is.object', 'as.list', '.Internal', 'lapply' [05:59:34.349] | : . Searching for globals ... done [05:59:34.350] | : . Resolving globals: FALSE [05:59:34.350] | : . Search for packages associated with the globals ... [05:59:34.351] | : . ' Packages associated with globals: [1] 'base' [05:59:34.352] | : . ' Packages: [1] 'base' [05:59:34.352] | : . Search for packages associated with the globals ... done [05:59:34.352] | : . Packages after dropping 'base': [0] [05:59:34.353] | : . globals: [3] 'fun', 'args', 'a' [05:59:34.353] | : . packages: [0] [05:59:34.353] | : future(..., label = NULL) ... done [05:59:34.354] | : run() for 'Future' () ... [05:59:34.354] | : . state: 'created' [05:59:34.354] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:34.355] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:34.355] | : . Using MultisessionFutureBackend ... [05:59:34.355] | : . ' Number of futures since start: 5 (5 created, 5 launched, 4 finished) [05:59:34.355] | : . ' Launching futures ... [05:59:34.356] | : . ' , launchFuture() for ClusterFutureBackend ... [05:59:34.356] | : . ' , ; Workers: [n=2] [05:59:34.356] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:34.359] | : . ' , ; FutureRegistry: 'workers-96a0cbe978759959c890bc2462107ab7' [05:59:34.360] | : . ' , ; requestWorker() ... [05:59:34.360] | : . ' , ; ` requestNode() ... [05:59:34.360] | : . ' , ; ` | Number of workers: 2 [05:59:34.361] | : . ' , ; ` | Polling for a free worker ... [05:59:34.361] | : . ' , ; ` | : FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... [05:59:34.361] | : . ' , ; ` | : . Listing all futures [05:59:34.361] | : . ' , ; ` | : . Number of registered futures: 1 [05:59:34.362] | : . ' , ; ` | : FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... done [05:59:34.362] | : . ' , ; ` | : Total time: 0 [05:59:34.362] | : . ' , ; ` | Polling for a free worker ... done [05:59:34.362] | : . ' , ; ` | FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... [05:59:34.363] | : . ' , ; ` | : Listing all futures [05:59:34.363] | : . ' , ; ` | : Number of registered futures: 1 [05:59:34.363] | : . ' , ; ` | FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... done [05:59:34.364] | : . ' , ; ` | avail: [n=2] '2' [05:59:34.364] | : . ' , ; ` | Index of first available worker: 2 [05:59:34.364] | : . ' , ; ` | Validate that the worker is functional ... [05:59:34.451] | : . ' , ; ` | : Worker is functional [05:59:34.452] | : . ' , ; ` | : FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... [05:59:34.452] | : . ' , ; ` | : . Listing all futures [05:59:34.452] | : . ' , ; ` | : . Number of registered futures: 1 [05:59:34.452] | : . ' , ; ` | : FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'list', earlySignal = 0) ... done [05:59:34.453] | : . ' , ; ` | Validate that the worker is functional ... done [05:59:34.453] | : . ' , ; ` requestNode() ... done [05:59:34.453] | : . ' , ; ` cluster node index: 2 [05:59:34.454] | : . ' , ; requestWorker() ... done [05:59:34.454] | : . ' , ; eraseGlobalEnvironment() ... [05:59:34.455] | : . ' , ; eraseGlobalEnvironment() ... done [05:59:34.455] | : . ' , ; launchFuture() ... [05:59:34.455] | : . ' , ; ` cluster node index: 2 [05:59:34.456] | : . ' , ; ` getFutureData() ... [05:59:34.456] | : . ' , ; ` | getFutureCore() ... [05:59:34.456] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:59:34.456] | : . ' , ; ` | getFutureCore() ... done [05:59:34.457] | : . ' , ; ` | getFutureCapture() ... [05:59:34.457] | : . ' , ; ` | getFutureCapture() ... done [05:59:34.457] | : . ' , ; ` | getFutureContext() ... [05:59:34.457] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:34.458] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:59:34.458] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:34.458] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:59:34.459] | : . ' , ; ` | getFutureContext() ... done [05:59:34.459] | : . ' , ; ` getFutureData() ... done [05:59:34.484] | : . ' , ; ` FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'add', earlySignal = 0) ... [05:59:34.484] | : . ' , ; ` | Appended future to position #2 [05:59:34.485] | : . ' , ; ` | Number of registered futures: 2 [05:59:34.485] | : . ' , ; ` FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'add', earlySignal = 0) ... done [05:59:34.485] | : . ' , ; launchFuture() ... done [05:59:34.486] | : . ' , ; MultisessionFuture started [05:59:34.486] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:59:34.486] | : . ' Launching futures ... done [05:59:34.486] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:59:34.487] | : . Using MultisessionFutureBackend ... done [05:59:34.487] | : run() for 'Future' () ... done [05:59:34.487] | Create future ... done [05:59:34.487] sendData() for FutureNode #2 ... done [05:59:34.488] recvData() for FutureNode ... [05:59:34.488] | result() for ClusterFuture ... [05:59:34.489] | : assertValidConnection() ... [05:59:34.489] | : . cluster node index: 1 [05:59:34.490] | : assertValidConnection() ... done [05:59:34.490] | : receiveMessageFromWorker() for ClusterFuture ... [05:59:34.490] | : . cluster node index: 1 [05:59:34.490] | : . [1] TRUE [05:59:34.491] | : . received data: [05:59:34.491] | : . List of 5 [05:59:34.491] | : . $ type : chr "VALUE" [05:59:34.491] | : . $ value :List of 16 [05:59:34.491] | : . ..$ value :List of 1 [05:59:34.491] | : . .. ..$ :List of 2 [05:59:34.491] | : . .. .. ..$ a : num 42 [05:59:34.491] | : . .. .. ..$ mean: num -0.288 [05:59:34.491] | : . ..$ visible : logi TRUE [05:59:34.491] | : . ..$ stdout : chr "" [05:59:34.491] | : . ..$ conditions :List of 1 [05:59:34.491] | : . .. ..$ :List of 2 [05:59:34.491] | : . .. .. ..$ condition:List of 2 [05:59:34.491] | : . .. .. .. ..$ message: chr "Process ID: 39464\n" [05:59:34.491] | : . .. .. .. ..$ call : language message("Process ID: ", Sys.getpid()) [05:59:34.491] | : . .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [05:59:34.491] | : . .. .. ..$ signaled : int 0 [05:59:34.491] | : . ..$ rng : logi TRUE [05:59:34.491] | : . ..$ seed : int [1:7] 10407 -534518062 -1677734263 1639659385 -1745847263 -1936104530 -51174567 [05:59:34.491] | : . ..$ misuseGlobalEnv : NULL [05:59:34.491] | : . ..$ misuseConnections :List of 3 [05:59:34.491] | : . .. ..$ added : NULL [05:59:34.491] | : . .. ..$ removed : NULL [05:59:34.491] | : . .. ..$ replaced: NULL [05:59:34.491] | : . ..$ misuseDevices : NULL [05:59:34.491] | : . ..$ misuseDefaultDevice: list() [05:59:34.491] | : . ..$ started : POSIXct[1:1], format: "2025-06-05 05:59:34" [05:59:34.491] | : . ..$ finished : POSIXct[1:1], format: "2025-06-05 05:59:34" [05:59:34.491] | : . ..$ uuid : chr [1:2] "4a42efacde9c0ad5822daa02f785e825" "9" [05:59:34.491] | : . ..$ session_uuid : chr "68c72a8e8f175d082e41f8641eaf9d4d" [05:59:34.491] | : . .. ..- attr(*, "source")=List of 5 [05:59:34.491] | : . .. .. ..$ host : Named chr "CRANWIN3" [05:59:34.491] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:59:34.491] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:59:34.491] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:59:34.491] | : . .. .. ..$ pid : int 39464 [05:59:34.491] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:59:33" [05:59:34.491] | : . .. .. ..$ random: int 2147483647 [05:59:34.491] | : . ..$ r_info :List of 4 [05:59:34.491] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:59:34.491] | : . .. .. ..$ : int [1:3] 4 6 0 [05:59:34.491] | : . .. ..$ os : chr "windows" [05:59:34.491] | : . .. ..$ os_name : chr "Windows" [05:59:34.491] | : . .. ..$ captures_utf8: logi TRUE [05:59:34.491] | : . ..$ version : chr "1.8" [05:59:34.491] | : . ..- attr(*, "class")= chr "FutureResult" [05:59:34.491] | : . $ success: logi TRUE [05:59:34.491] | : . $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [05:59:34.491] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:59:34.491] | : . $ tag : NULL [05:59:34.518] | : . Received FutureResult [05:59:34.518] | : . FutureResult: [05:59:34.518] | : . value: 'list' [05:59:34.518] | : . visible: TRUE [05:59:34.518] | : . stdout: character [05:59:34.518] | : . conditions: [n = 1] simpleMessage [05:59:34.518] | : . RNG used: TRUE [05:59:34.518] | : . duration: 0.006739855 secs (started 2025-06-05 05:59:34.283065) [05:59:34.518] | : . version: 1.8 [05:59:34.519] | : . FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'remove', earlySignal = 0) ... [05:59:34.519] | : . ' Removed future from position #1 [05:59:34.520] | : . ' Number of registered futures: 1 [05:59:34.520] | : . FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'remove', earlySignal = 0) ... done [05:59:34.520] | : . Erased future from future backend [05:59:34.520] | : . result() for ClusterFuture ... [05:59:34.521] | : . ' result already collected: FutureResult [05:59:34.521] | : . result() for ClusterFuture ... done [05:59:34.521] | : . signalConditions() ... [05:59:34.521] | : . ' include = 'immediateCondition' [05:59:34.522] | : . ' exclude = [05:59:34.522] | : . ' resignal = FALSE [05:59:34.522] | : . ' Number of conditions: 1 [05:59:34.522] | : . ' int 1 [05:59:34.523] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:59:34.523] | : . signalConditions() ... done [05:59:34.524] | : receiveMessageFromWorker() for ClusterFuture ... done [05:59:34.524] | result() for ClusterFuture ... done [05:59:34.524] | FutureResult: [05:59:34.524] | value: 'list' [05:59:34.524] | visible: TRUE [05:59:34.524] | stdout: character [05:59:34.524] | conditions: [n = 1] simpleMessage [05:59:34.524] | RNG used: TRUE [05:59:34.524] | duration: 0.006739855 secs (started 2025-06-05 05:59:34.283065) [05:59:34.524] | version: 1.8 [05:59:34.525] | Updating the node's RNG state [05:59:34.525] | value() for MultisessionFuture () ... [05:59:34.525] | : result() for ClusterFuture ... [05:59:34.525] | : . result already collected: FutureResult [05:59:34.525] | : result() for ClusterFuture ... done [05:59:34.526] | : result() for ClusterFuture ... [05:59:34.526] | : . result already collected: FutureResult [05:59:34.526] | : result() for ClusterFuture ... done [05:59:34.526] | : signalConditions() ... [05:59:34.526] | : . include = 'immediateCondition' [05:59:34.526] | : . exclude = [05:59:34.527] | : . resignal = FALSE [05:59:34.527] | : . Number of conditions: 1 [05:59:34.527] | : . int 1 [05:59:34.527] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:59:34.528] | : signalConditions() ... done [05:59:34.528] | : relay stdout ... [05:59:34.528] | : relay stdout ... done [05:59:34.528] | : check for misuse ... [05:59:34.528] | : check for misuse ... done [05:59:34.528] | : relay conditions ... [05:59:34.529] | : . Future state: 'finished' [05:59:34.529] | : . result() for ClusterFuture ... [05:59:34.529] | : . ' result already collected: FutureResult [05:59:34.530] | : . result() for ClusterFuture ... done [05:59:34.530] | : . signalConditions() ... [05:59:34.530] | : . ' include = 'condition' [05:59:34.531] | : . ' exclude = 'immediateCondition' [05:59:34.531] | : . ' resignal = TRUE [05:59:34.531] | : . ' Number of conditions: 1 [05:59:34.531] | : . ' int 1 [05:59:34.532] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:59:34.532] | : . ' Condition #1: 'simpleMessage', 'message', 'condition' Process ID: 39464 [05:59:34.533] | : . signalConditions() ... done [05:59:34.533] | : relay conditions ... done [05:59:34.533] | value() for MultisessionFuture () ... done [05:59:34.534] recvData() for FutureNode ... done [05:59:34.534] recvData() for FutureNode ... [05:59:34.534] | result() for ClusterFuture ... [05:59:34.535] | : assertValidConnection() ... [05:59:34.535] | : . cluster node index: 2 [05:59:34.536] | : assertValidConnection() ... done [05:59:34.536] | : receiveMessageFromWorker() for ClusterFuture ... [05:59:34.536] | : . cluster node index: 2 [05:59:34.537] | : . [1] TRUE [05:59:34.537] | : . received data: [05:59:34.538] | : . List of 5 [05:59:34.538] | : . $ type : chr "VALUE" [05:59:34.538] | : . $ value :List of 16 [05:59:34.538] | : . ..$ value :List of 2 [05:59:34.538] | : . .. ..$ :List of 2 [05:59:34.538] | : . .. .. ..$ a : num 42 [05:59:34.538] | : . .. .. ..$ mean: num -0.596 [05:59:34.538] | : . .. ..$ :List of 2 [05:59:34.538] | : . .. .. ..$ a : num 42 [05:59:34.538] | : . .. .. ..$ mean: num -0.361 [05:59:34.538] | : . ..$ visible : logi TRUE [05:59:34.538] | : . ..$ stdout : chr "" [05:59:34.538] | : . ..$ conditions :List of 2 [05:59:34.538] | : . .. ..$ :List of 2 [05:59:34.538] | : . .. .. ..$ condition:List of 2 [05:59:34.538] | : . .. .. .. ..$ message: chr "Process ID: 113240\n" [05:59:34.538] | : . .. .. .. ..$ call : language message("Process ID: ", Sys.getpid()) [05:59:34.538] | : . .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [05:59:34.538] | : . .. .. ..$ signaled : int 0 [05:59:34.538] | : . .. ..$ :List of 2 [05:59:34.538] | : . .. .. ..$ condition:List of 2 [05:59:34.538] | : . .. .. .. ..$ message: chr "Process ID: 113240\n" [05:59:34.538] | : . .. .. .. ..$ call : language message("Process ID: ", Sys.getpid()) [05:59:34.538] | : . .. .. .. ..- attr(*, "class")= chr [1:3] "simpleMessage" "message" "condition" [05:59:34.538] | : . .. .. ..$ signaled : int 0 [05:59:34.538] | : . ..$ rng : logi TRUE [05:59:34.538] | : . ..$ seed : int [1:7] 10407 1839436377 -612745743 -1224677461 2086354707 2132309856 -1476388883 [05:59:34.538] | : . ..$ misuseGlobalEnv : NULL [05:59:34.538] | : . ..$ misuseConnections :List of 3 [05:59:34.538] | : . .. ..$ added : NULL [05:59:34.538] | : . .. ..$ removed : NULL [05:59:34.538] | : . .. ..$ replaced: NULL [05:59:34.538] | : . ..$ misuseDevices : NULL [05:59:34.538] | : . ..$ misuseDefaultDevice: list() [05:59:34.538] | : . ..$ started : POSIXct[1:1], format: "2025-06-05 05:59:34" [05:59:34.538] | : . ..$ finished : POSIXct[1:1], format: "2025-06-05 05:59:34" [05:59:34.538] | : . ..$ uuid : chr [1:2] "4a42efacde9c0ad5822daa02f785e825" "10" [05:59:34.538] | : . ..$ session_uuid : chr "2ce8225c2a0d9cbdc1b909ca01251422" [05:59:34.538] | : . .. ..- attr(*, "source")=List of 5 [05:59:34.538] | : . .. .. ..$ host : Named chr "CRANWIN3" [05:59:34.538] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:59:34.538] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:59:34.538] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:59:34.538] | : . .. .. ..$ pid : int 113240 [05:59:34.538] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:59:33" [05:59:34.538] | : . .. .. ..$ random: int 2147483647 [05:59:34.538] | : . ..$ r_info :List of 4 [05:59:34.538] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:59:34.538] | : . .. .. ..$ : int [1:3] 4 6 0 [05:59:34.538] | : . .. ..$ os : chr "windows" [05:59:34.538] | : . .. ..$ os_name : chr "Windows" [05:59:34.538] | : . .. ..$ captures_utf8: logi TRUE [05:59:34.538] | : . ..$ version : chr "1.8" [05:59:34.538] | : . ..- attr(*, "class")= chr "FutureResult" [05:59:34.538] | : . $ success: logi TRUE [05:59:34.538] | : . $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [05:59:34.538] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:59:34.538] | : . $ tag : NULL [05:59:34.565] | : . Received FutureResult [05:59:34.566] | : . FutureResult: [05:59:34.566] | : . value: 'list' [05:59:34.566] | : . visible: TRUE [05:59:34.566] | : . stdout: character [05:59:34.566] | : . conditions: [n = 2] simpleMessage, simpleMessage [05:59:34.566] | : . RNG used: TRUE [05:59:34.566] | : . duration: 0.01018 secs (started 2025-06-05 05:59:34.484712) [05:59:34.566] | : . version: 1.8 [05:59:34.566] | : . FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'remove', earlySignal = 0) ... [05:59:34.566] | : . ' Removed future from position #1 [05:59:34.567] | : . ' Number of registered futures: 0 [05:59:34.567] | : . FutureRegistry('workers-96a0cbe978759959c890bc2462107ab7', action = 'remove', earlySignal = 0) ... done [05:59:34.567] | : . Erased future from future backend [05:59:34.567] | : . result() for ClusterFuture ... [05:59:34.568] | : . ' result already collected: FutureResult [05:59:34.568] | : . result() for ClusterFuture ... done [05:59:34.568] | : . signalConditions() ... [05:59:34.568] | : . ' include = 'immediateCondition' [05:59:34.568] | : . ' exclude = [05:59:34.568] | : . ' resignal = FALSE [05:59:34.568] | : . ' Number of conditions: 2 [05:59:34.569] | : . ' int 2 [05:59:34.569] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:59:34.569] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:59:34.570] | : . signalConditions() ... done [05:59:34.570] | : receiveMessageFromWorker() for ClusterFuture ... done [05:59:34.570] | result() for ClusterFuture ... done [05:59:34.570] | FutureResult: [05:59:34.570] | value: 'list' [05:59:34.570] | visible: TRUE [05:59:34.570] | stdout: character [05:59:34.570] | conditions: [n = 2] simpleMessage, simpleMessage [05:59:34.570] | RNG used: TRUE [05:59:34.570] | duration: 0.01018 secs (started 2025-06-05 05:59:34.484712) [05:59:34.570] | version: 1.8 [05:59:34.571] | Updating the node's RNG state [05:59:34.572] | value() for MultisessionFuture () ... [05:59:34.572] | : result() for ClusterFuture ... [05:59:34.572] | : . result already collected: FutureResult [05:59:34.572] | : result() for ClusterFuture ... done [05:59:34.573] | : result() for ClusterFuture ... [05:59:34.573] | : . result already collected: FutureResult [05:59:34.573] | : result() for ClusterFuture ... done [05:59:34.574] | : signalConditions() ... [05:59:34.577] | : . include = 'immediateCondition' [05:59:34.577] | : . exclude = [05:59:34.578] | : . resignal = FALSE [05:59:34.578] | : . Number of conditions: 2 [05:59:34.578] | : . int 2 [05:59:34.579] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:59:34.579] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:59:34.579] | : signalConditions() ... done [05:59:34.580] | : relay stdout ... [05:59:34.580] | : relay stdout ... done [05:59:34.580] | : check for misuse ... [05:59:34.581] | : check for misuse ... done [05:59:34.581] | : relay conditions ... [05:59:34.581] | : . Future state: 'finished' [05:59:34.581] | : . result() for ClusterFuture ... [05:59:34.582] | : . ' result already collected: FutureResult [05:59:34.582] | : . result() for ClusterFuture ... done [05:59:34.582] | : . signalConditions() ... [05:59:34.582] | : . ' include = 'condition' [05:59:34.582] | : . ' exclude = 'immediateCondition' [05:59:34.583] | : . ' resignal = TRUE [05:59:34.583] | : . ' Number of conditions: 2 [05:59:34.583] | : . ' int 2 [05:59:34.584] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:59:34.584] | : . ' Condition #1: 'simpleMessage', 'message', 'condition' Process ID: 113240 [05:59:34.584] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:59:34.585] | : . ' Condition #2: 'simpleMessage', 'message', 'condition' Process ID: 113240 [05:59:34.585] | : . signalConditions() ... done [05:59:34.585] | : relay conditions ... done [05:59:34.585] | value() for MultisessionFuture () ... done [05:59:34.586] recvData() for FutureNode ... done List of 3 $ :List of 3 ..$ :List of 2 .. ..$ a : num 42 .. ..$ mean: num -0.643 ..$ :List of 2 .. ..$ a : num 42 .. ..$ mean: num -0.131 ..$ :List of 2 .. ..$ a : num 42 .. ..$ mean: num -0.487 $ :List of 3 ..$ :List of 2 .. ..$ a : num 42 .. ..$ mean: num -0.105 ..$ :List of 2 .. ..$ a : num 42 .. ..$ mean: num -0.106 ..$ :List of 2 .. ..$ a : num 42 .. ..$ mean: num -0.37 $ :List of 3 ..$ :List of 2 .. ..$ a : num 42 .. ..$ mean: num -0.288 ..$ :List of 2 .. ..$ a : num 42 .. ..$ mean: num -0.596 ..$ :List of 2 .. ..$ a : num 42 .. ..$ mean: num -0.361 [05:59:34.604] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:34.604] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [05:59:34.605] | : all.equal() for FutureStrategyList ... [05:59:34.605] | : . New stack: [05:59:34.605] | : . List of 1 [05:59:34.605] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:34.605] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:59:34.605] | : . ..- attr(*, "init")= logi TRUE [05:59:34.605] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:59:34.605] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:34.605] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:34.605] | : . ..- attr(*, "call")= language plan(sequential) [05:59:34.605] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:34.610] | : . Old stack: [05:59:34.610] | : . List of 1 [05:59:34.610] | : . $ :function (..., workers = 2, envir = parent.frame()) [05:59:34.610] | : . ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [05:59:34.610] | : . ..- attr(*, "init")= chr "done" [05:59:34.610] | : . ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:34.610] | : . gc = FALSE, earlySignal = FALSE, ...) [05:59:34.610] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:34.610] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:34.610] | : . ..- attr(*, "untweakable")= chr "persistent" [05:59:34.610] | : . ..- attr(*, "tweaks")=List of 1 [05:59:34.610] | : . .. ..$ workers: num 2 [05:59:34.610] | : . ..- attr(*, "call")= language plan(multisession, workers = 2) [05:59:34.610] | : . ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [05:59:34.610] | : . .. ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:34.610] | : . gc = FALSE, earlySignal = FALSE, ...) [05:59:34.610] | : . .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:34.610] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:34.618] | : . Not identical [05:59:34.618] | : . all.equal() for future ... [05:59:34.619] | : . ' List of 2 [05:59:34.619] | : . ' $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:34.619] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:59:34.619] | : . ' ..- attr(*, "init")= logi TRUE [05:59:34.619] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:59:34.619] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:34.619] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:34.619] | : . ' ..- attr(*, "call")= language plan(sequential) [05:59:34.619] | : . ' $ current:function (..., workers = 2, envir = parent.frame()) [05:59:34.619] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [05:59:34.619] | : . ' ..- attr(*, "init")= chr "done" [05:59:34.619] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:34.619] | : . ' gc = FALSE, earlySignal = FALSE, ...) [05:59:34.619] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:34.619] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:34.619] | : . ' ..- attr(*, "untweakable")= chr "persistent" [05:59:34.619] | : . ' ..- attr(*, "tweaks")=List of 1 [05:59:34.619] | : . ' .. ..$ workers: num 2 [05:59:34.619] | : . ' ..- attr(*, "call")= language plan(multisession, workers = 2) [05:59:34.619] | : . ' ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [05:59:34.619] | : . ' .. ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:59:34.619] | : . ' gc = FALSE, earlySignal = FALSE, ...) [05:59:34.619] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:59:34.630] | : . ' Formals differ [05:59:34.631] | : . all.equal() for future ... done [05:59:34.631] | : . Future strategies differ at level 1 [05:59:34.631] | : all.equal() for FutureStrategyList ... done [05:59:34.631] | : plan(): Setting new future backend stack: [05:59:34.632] | : List of future strategies: [05:59:34.632] | : 1. sequential: [05:59:34.632] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:59:34.632] | : - tweaked: FALSE [05:59:34.632] | : - call: plan(sequential) [05:59:34.633] | : List of 1 [05:59:34.633] | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:34.633] | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:59:34.633] | : ..- attr(*, "init")= logi TRUE [05:59:34.633] | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:59:34.633] | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:34.633] | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:34.633] | : ..- attr(*, "call")= language plan(sequential) [05:59:34.633] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:59:34.637] | : plan(): plan_cleanup('tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [05:59:34.638] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:34.638] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [05:59:34.638] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:34.639] | : . stopWorkers() for MultisessionFutureBackend ... [05:59:34.639] | : . ' Interrupt active futures ... [05:59:34.640] | : . ' , Number of futures: 0 [05:59:34.640] | : . ' Interrupt active futures ... done [05:59:34.640] | : . ' Clear future registry ... [05:59:34.641] | : . ' Clear future registry ... done [05:59:34.641] | : . ' Stop cluster workers ... [05:59:34.641] | : . ' , Stopping existing cluster ... [05:59:34.642] | : . ' , ; Cluster to shut down: [05:59:34.642] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:59:34.652] | : . ' , ; Stopped cluster: 'c(TRUE, TRUE)' [05:59:34.693] | : . ' , Stopping existing cluster ... done [05:59:34.693] | : . ' Stop cluster workers ... done [05:59:34.694] | : . stopWorkers() for MultisessionFutureBackend ... done [05:59:34.694] | : . Legacy shutdown of cluster workers ... [05:59:34.694] | : . ' Stopping existing cluster ... [05:59:34.694] | : . ' , No pre-existing cluster. Skipping [05:59:34.694] | : . ' Stopping existing cluster ... done [05:59:34.694] | : . Legacy shutdown of cluster workers ... done [05:59:34.695] | : plan(): plan_cleanup('tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [05:59:34.695] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [05:59:34.695] | : . function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:59:34.695] | : . - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:59:34.695] | : . - attr(*, "init")= logi TRUE [05:59:34.695] | : . - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:59:34.695] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:34.695] | : . - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:59:34.695] | : . - attr(*, "call")= language plan(sequential) [05:59:34.697] | : . init: TRUE [05:59:34.698] | : . makeFutureBackend() ... [05:59:34.698] | : . ' Backend function: <'NULL'> [05:59:34.698] | : . ' Evaluator tweak arguments: [n=0] [05:59:34.698] | : . ' list() [05:59:34.698] | : . ' Evaluator formal arguments: [n=2] [05:59:34.699] | : . ' list() [05:59:34.699] | : . ' Backend factory arguments: [n=2] [05:59:34.699] | : . ' Dotted pair list of 2 [05:59:34.699] | : . ' $ gc : logi FALSE [05:59:34.699] | : . ' $ earlySignal: logi FALSE [05:59:34.700] | : . ' Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [05:59:34.701] | : . makeFutureBackend() ... done [05:59:34.701] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [05:59:34.701] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:59:34.701] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:59:34.701] | : plan(): nbrOfWorkers() = 1 [05:59:34.701] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [05:59:34.702] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done Sourcing 6 epilogue scripts ... 01/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/001.undo-future.R' 02/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/002.undo-state.R' Failed to undo environment variables: - Expected environment variables: [n=213] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_SPECIAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_06_05_05_55_16_20588' Sourcing 6 epilogue scripts ... done Test time: user.self=2s, sys.self=0.2s, elapsed=4s, user.child=NAs, sys.child=NAs Test 'makeClusterFuture' ... success > > proc.time() user system elapsed 2.23 0.25 4.32