R Under development (unstable) (2025-11-15 r89024 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-cluster-connection-clashes.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("cluster-connection-clashes") Test 'cluster-connection-clashes' ... 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-cluster-connection-clashes.R' > library(future) [23:12:34.148] Option 'future.startup.script': TRUE [23:12:34.150] Future startup scripts considered: '.future.R', '~/.future.R' [23:12:34.150] Future startup scripts found: > message("all.equal() for connection ...") all.equal() for connection ... > con1 <- rawConnection(raw()) > close(con1) > con2 <- rawConnection(raw()) > close(con2) > stopifnot(!isTRUE(all.equal(con1, con2))) > message("all.equal() for connection ... done") all.equal() for connection ... done > message("all.equal() for cluster backend ...") all.equal() for cluster backend ... > for (kk in 1:3) { + message("Iteration #", kk) + cl <- parallel::makeCluster(1) + plan(cluster, workers = cl) + fs <- lapply(1:2, FU .... [TRUNCATED] Iteration #1 [23:12:34.464] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:34.466] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:12:34.466] | : all.equal() for FutureStrategyList ... [23:12:34.467] | : . New stack: [23:12:34.467] | : . List of 1 [23:12:34.467] | : . $ :function (..., workers = list(list(con = 4L, host = "localhost", rank = 0))) [23:12:34.467] | : . ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:12:34.467] | : . ..- attr(*, "init")= logi TRUE [23:12:34.467] | : . ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:34.467] | : . earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:34.467] | : . .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:34.467] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:34.467] | : . ..- attr(*, "tweaks")=List of 1 [23:12:34.467] | : . .. ..$ workers:List of 1 [23:12:34.467] | : . .. .. ..$ :List of 3 [23:12:34.467] | : . .. .. .. ..$ con : 'sockconn' int 4 [23:12:34.467] | : . .. .. .. .. ..- attr(*, "conn_id")= [23:12:34.467] | : . .. .. .. ..$ host: chr "localhost" [23:12:34.467] | : . .. .. .. ..$ rank: num 0 [23:12:34.467] | : . .. .. .. ..- attr(*, "class")= chr "SOCKnode" [23:12:34.467] | : . .. .. ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:34.467] | : . ..- attr(*, "call")= language plan(cluster, workers = cl) [23:12:34.467] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:34.483] | : . Old stack: [23:12:34.483] | : . List of 1 [23:12:34.483] | : . $ :function (..., envir = parent.frame()) [23:12:34.483] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:34.483] | : . ..- attr(*, "init")= logi TRUE [23:12:34.483] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:34.483] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:34.483] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:34.483] | : . ..- attr(*, "call")= language plan(sequential) [23:12:34.483] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:34.488] | : . Not identical [23:12:34.489] | : . all.equal() for future ... [23:12:34.489] | : . ' List of 2 [23:12:34.489] | : . ' $ target :function (..., workers = list(list(con = 4L, host = "localhost", rank = 0))) [23:12:34.489] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:12:34.489] | : . ' ..- attr(*, "init")= logi TRUE [23:12:34.489] | : . ' ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:34.489] | : . ' earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:34.489] | : . ' .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:34.489] | : . ' ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:34.489] | : . ' ..- attr(*, "tweaks")=List of 1 [23:12:34.489] | : . ' .. ..$ workers:List of 1 [23:12:34.489] | : . ' .. .. ..$ :List of 3 [23:12:34.489] | : . ' .. .. .. ..$ con : 'sockconn' int 4 [23:12:34.489] | : . ' .. .. .. .. ..- attr(*, "conn_id")= [23:12:34.489] | : . ' .. .. .. ..$ host: chr "localhost" [23:12:34.489] | : . ' .. .. .. ..$ rank: num 0 [23:12:34.489] | : . ' .. .. .. ..- attr(*, "class")= chr "SOCKnode" [23:12:34.489] | : . ' .. .. ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:34.489] | : . ' ..- attr(*, "call")= language plan(cluster, workers = cl) [23:12:34.489] | : . ' $ current:function (..., envir = parent.frame()) [23:12:34.489] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:34.489] | : . ' ..- attr(*, "init")= logi TRUE [23:12:34.489] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:34.489] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:34.489] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:34.489] | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:34.502] | : . ' Formals differ [23:12:34.502] | : . all.equal() for future ... done [23:12:34.503] | : . Future strategies differ at level 1 [23:12:34.503] | : all.equal() for FutureStrategyList ... done [23:12:34.503] | : plan(): Setting new future backend stack: [23:12:34.503] | : List of future strategies: [23:12:34.503] | : 1. cluster: [23:12:34.503] | : - args: function (..., workers = "") [23:12:34.503] | : - tweaked: TRUE [23:12:34.503] | : - call: plan(cluster, workers = cl) [23:12:34.505] | : List of 1 [23:12:34.505] | : $ :function (..., workers = list(list(con = 4L, host = "localhost", rank = 0))) [23:12:34.505] | : ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:12:34.505] | : ..- attr(*, "init")= logi TRUE [23:12:34.505] | : ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:34.505] | : earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:34.505] | : .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:34.505] | : ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:34.505] | : ..- attr(*, "tweaks")=List of 1 [23:12:34.505] | : .. ..$ workers:List of 1 [23:12:34.505] | : .. .. ..$ :List of 3 [23:12:34.505] | : .. .. .. ..$ con : 'sockconn' int 4 [23:12:34.505] | : .. .. .. .. ..- attr(*, "conn_id")= [23:12:34.505] | : .. .. .. ..$ host: chr "localhost" [23:12:34.505] | : .. .. .. ..$ rank: num 0 [23:12:34.505] | : .. .. .. ..- attr(*, "class")= chr "SOCKnode" [23:12:34.505] | : .. .. ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:34.505] | : ..- attr(*, "call")= language plan(cluster, workers = cl) [23:12:34.505] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:34.516] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [23:12:34.516] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:34.516] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [23:12:34.517] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:34.517] | : . Legacy shutdown of cluster workers ... [23:12:34.517] | : . ' Stopping existing cluster ... [23:12:34.517] | : . ' , No pre-existing cluster. Skipping [23:12:34.518] | : . ' Stopping existing cluster ... done [23:12:34.518] | : . Legacy shutdown of cluster workers ... done [23:12:34.518] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [23:12:34.518] | : plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [23:12:34.519] | : . function (..., workers = list(list(con = 4L, host = "localhost", rank = 0))) [23:12:34.519] | : . - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:12:34.519] | : . - attr(*, "init")= logi TRUE [23:12:34.519] | : . - attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:34.519] | : . earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:34.519] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:34.519] | : . - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:34.519] | : . - attr(*, "tweaks")=List of 1 [23:12:34.519] | : . ..$ workers:List of 1 [23:12:34.519] | : . .. ..$ :List of 3 [23:12:34.519] | : . .. .. ..$ con : 'sockconn' int 4 [23:12:34.519] | : . .. .. .. ..- attr(*, "conn_id")= [23:12:34.519] | : . .. .. ..$ host: chr "localhost" [23:12:34.519] | : . .. .. ..$ rank: num 0 [23:12:34.519] | : . .. .. ..- attr(*, "class")= chr "SOCKnode" [23:12:34.519] | : . .. ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:34.519] | : . - attr(*, "call")= language plan(cluster, workers = cl) [23:12:34.527] | : . init: TRUE [23:12:34.528] | : . makeFutureBackend() ... [23:12:34.528] | : . ' Backend function: <'NULL'> [23:12:34.528] | : . ' Evaluator tweak arguments: [n=1] [23:12:34.529] | : . ' List of 1 [23:12:34.529] | : . ' $ workers:List of 1 [23:12:34.529] | : . ' ..$ :List of 3 [23:12:34.529] | : . ' .. ..$ con : 'sockconn' int 4 [23:12:34.529] | : . ' .. .. ..- attr(*, "conn_id")= [23:12:34.529] | : . ' .. ..$ host: chr "localhost" [23:12:34.529] | : . ' .. ..$ rank: num 0 [23:12:34.529] | : . ' .. ..- attr(*, "class")= chr "SOCKnode" [23:12:34.529] | : . ' ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:34.534] | : . ' Evaluator formal arguments: [n=1] [23:12:34.534] | : . ' Dotted pair list of 1 [23:12:34.534] | : . ' $ workers:List of 1 [23:12:34.534] | : . ' ..$ :List of 3 [23:12:34.534] | : . ' .. ..$ con : 'sockconn' int 4 [23:12:34.534] | : . ' .. .. ..- attr(*, "conn_id")= [23:12:34.534] | : . ' .. ..$ host: chr "localhost" [23:12:34.534] | : . ' .. ..$ rank: num 0 [23:12:34.534] | : . ' .. ..- attr(*, "class")= chr "SOCKnode" [23:12:34.534] | : . ' ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:34.538] | : . ' Arguments passed to the future-backend factory: [n=1] [23:12:34.538] | : . ' List of 1 [23:12:34.538] | : . ' $ workers:List of 1 [23:12:34.538] | : . ' ..$ :List of 3 [23:12:34.538] | : . ' .. ..$ con : 'sockconn' int 4 [23:12:34.538] | : . ' .. .. ..- attr(*, "conn_id")= [23:12:34.538] | : . ' .. ..$ host: chr "localhost" [23:12:34.538] | : . ' .. ..$ rank: num 0 [23:12:34.538] | : . ' .. ..- attr(*, "class")= chr "SOCKnode" [23:12:34.538] | : . ' ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:34.541] | : . ' ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... [23:12:34.542] | : . ' , Stopping existing cluster ... [23:12:34.542] | : . ' , ; No pre-existing cluster. Skipping [23:12:34.542] | : . ' , Stopping existing cluster ... done [23:12:34.542] | : . ' , Number of workers: 1 [23:12:34.542] | : . ' , Generated workers UUID [23:12:34.544] | : . ' , Workers UUID: '37e5752128e4483a3ce8b7fda2d6c13d' [23:12:34.545] | : . ' ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... done [23:12:34.545] | : . ' Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [23:12:34.545] | : . makeFutureBackend() ... done [23:12:34.545] | : plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [23:12:34.546] | : nbrOfWorkers(NULL) ... [23:12:34.546] | : . List of 4 [23:12:34.546] | : . $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [23:12:34.546] | : . $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [23:12:34.546] | : . $ : language nbrOfWorkers() [23:12:34.546] | : . $ : language nbrOfWorkers.NULL() [23:12:34.548] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:34.548] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:34.548] | : . Number of workers: 1 [23:12:34.549] | : nbrOfWorkers(NULL) ... done [23:12:34.549] | : plan(): nbrOfWorkers() = 1 [23:12:34.549] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [23:12:34.549] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:34.549] future(..., label = NULL) ... [23:12:34.550] | lazy: FALSE [23:12:34.550] | stdout: TRUE [23:12:34.550] | conditions: [n=1] 'condition' [23:12:34.550] | gc: FALSE [23:12:34.550] | earlySignal: FALSE [23:12:34.552] | getGlobalsAndPackages() ... [23:12:34.552] | : Searching for globals ... [23:12:34.566] | : . globals found: [3] '[[', 'X', 'i' [23:12:34.566] | : Searching for globals ... done [23:12:34.567] | : Resolving globals: FALSE [23:12:34.567] | : Search for packages associated with the globals ... [23:12:34.567] | : . Packages associated with globals: [1] 'base' [23:12:34.568] | : . Packages: [1] 'base' [23:12:34.568] | : Search for packages associated with the globals ... done [23:12:34.568] | : Packages after dropping 'base': [0] [23:12:34.569] | : globals: [2] 'X', 'i' [23:12:34.569] | : packages: [0] [23:12:34.569] | getGlobalsAndPackages() ... done [23:12:34.570] | run() for 'Future' () ... [23:12:34.570] | : state: 'created' [23:12:34.571] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:34.571] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:34.571] | : Using ClusterFutureBackend ... [23:12:34.572] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [23:12:34.575] | : . Launching futures ... [23:12:34.575] | : . ' launchFuture() for ClusterFutureBackend ... [23:12:34.575] | : . ' , Workers: [n=1] [23:12:34.576] | : . ' , socket cluster with 1 nodes on host 'localhost' [23:12:34.576] | : . ' , FutureRegistry: 'workers-37e5752128e4483a3ce8b7fda2d6c13d' [23:12:34.576] | : . ' , requestWorker() ... [23:12:34.576] | : . ' , ; requestNode() ... [23:12:34.576] | : . ' , ; ` Number of workers: 1 [23:12:34.577] | : . ' , ; ` Polling for a free worker ... [23:12:34.577] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... [23:12:34.577] | : . ' , ; ` | : Created empty registry 'workers-37e5752128e4483a3ce8b7fda2d6c13d' [23:12:34.577] | : . ' , ; ` | : Listing all futures [23:12:34.577] | : . ' , ; ` | : Number of registered futures: 0 [23:12:34.577] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... done [23:12:34.578] | : . ' , ; ` | Total time: 0 [23:12:34.578] | : . ' , ; ` Polling for a free worker ... done [23:12:34.578] | : . ' , ; ` FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... [23:12:34.578] | : . ' , ; ` | Listing all futures [23:12:34.578] | : . ' , ; ` | Number of registered futures: 0 [23:12:34.579] | : . ' , ; ` FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... done [23:12:34.579] | : . ' , ; ` avail: [n=1] '1' [23:12:34.579] | : . ' , ; ` Index of first available worker: 1 [23:12:34.579] | : . ' , ; ` Validate that the worker is functional ... [23:12:34.580] | : . ' , ; ` | Worker is functional [23:12:34.580] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... [23:12:34.580] | : . ' , ; ` | : Listing all futures [23:12:34.580] | : . ' , ; ` | : Number of registered futures: 0 [23:12:34.580] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... done [23:12:34.581] | : . ' , ; ` Validate that the worker is functional ... done [23:12:34.581] | : . ' , ; requestNode() ... done [23:12:34.581] | : . ' , ; cluster node index: 1 [23:12:34.581] | : . ' , requestWorker() ... done [23:12:34.582] | : . ' , eraseGlobalEnvironment() ... [23:12:34.725] | : . ' , eraseGlobalEnvironment() ... done [23:12:34.725] | : . ' , launchFuture() ... [23:12:34.726] | : . ' , ; cluster node index: 1 [23:12:34.726] | : . ' , ; getFutureData() ... [23:12:34.726] | : . ' , ; ` getFutureCore() ... [23:12:34.727] | : . ' , ; ` | Packages needed by the future expression (n = 0): [23:12:34.727] | : . ' , ; ` getFutureCore() ... done [23:12:34.727] | : . ' , ; ` getFutureCapture() ... [23:12:34.728] | : . ' , ; ` getFutureCapture() ... done [23:12:34.728] | : . ' , ; ` getFutureContext() ... [23:12:34.729] | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:34.729] | : . ' , ; ` | : Getting stack without first backend: [n=0] [23:12:34.729] | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:34.729] | : . ' , ; ` | Packages needed by future backend (n = 0): [23:12:34.730] | : . ' , ; ` getFutureContext() ... done [23:12:34.730] | : . ' , ; getFutureData() ... done [23:12:34.731] | : . ' , ; FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'add', earlySignal = 0) ... [23:12:34.732] | : . ' , ; ` Appended future to position #1 [23:12:34.732] | : . ' , ; ` Number of registered futures: 1 [23:12:34.732] | : . ' , ; FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'add', earlySignal = 0) ... done [23:12:34.733] | : . ' , launchFuture() ... done [23:12:34.733] | : . ' , ClusterFuture started [23:12:34.733] | : . ' launchFuture() for ClusterFutureBackend ... done [23:12:34.734] | : . Launching futures ... done [23:12:34.734] | : . Future launched: 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:12:34.734] | : Using ClusterFutureBackend ... done [23:12:34.734] | run() for 'Future' () ... done [23:12:34.735] future(..., label = NULL) ... done [23:12:34.735] future(..., label = NULL) ... [23:12:34.735] | lazy: FALSE [23:12:34.735] | stdout: TRUE [23:12:34.736] | conditions: [n=1] 'condition' [23:12:34.736] | gc: FALSE [23:12:34.736] | earlySignal: FALSE [23:12:34.736] | getGlobalsAndPackages() ... [23:12:34.737] | : Searching for globals ... [23:12:34.745] | : . globals found: [3] '[[', 'X', 'i' [23:12:34.745] | : Searching for globals ... done [23:12:34.745] | : Resolving globals: FALSE [23:12:34.746] | : Search for packages associated with the globals ... [23:12:34.746] | : . Packages associated with globals: [1] 'base' [23:12:34.747] | : . Packages: [1] 'base' [23:12:34.784] | : Search for packages associated with the globals ... done [23:12:34.785] | : Packages after dropping 'base': [0] [23:12:34.785] | : globals: [2] 'X', 'i' [23:12:34.786] | : packages: [0] [23:12:34.786] | getGlobalsAndPackages() ... done [23:12:34.786] | run() for 'Future' () ... [23:12:34.787] | : state: 'created' [23:12:34.787] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:34.787] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:34.788] | : Using ClusterFutureBackend ... [23:12:34.788] | : . Number of futures since start: 1 (1 created, 1 launched, 0 finished) [23:12:34.788] | : . Launching futures ... [23:12:34.789] | : . ' launchFuture() for ClusterFutureBackend ... [23:12:34.789] | : . ' , Workers: [n=1] [23:12:34.789] | : . ' , socket cluster with 1 nodes on host 'localhost' [23:12:34.790] | : . ' , FutureRegistry: 'workers-37e5752128e4483a3ce8b7fda2d6c13d' [23:12:34.790] | : . ' , requestWorker() ... [23:12:34.791] | : . ' , ; requestNode() ... [23:12:34.791] | : . ' , ; ` Number of workers: 1 [23:12:34.791] | : . ' , ; ` Polling for a free worker ... [23:12:34.792] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... [23:12:34.792] | : . ' , ; ` | : Listing all futures [23:12:34.792] | : . ' , ; ` | : Number of registered futures: 1 [23:12:34.792] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... done [23:12:34.793] | : . ' , ; ` | Poll #1 (0): usedNodes() = 1, workers = 1 [23:12:34.816] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'collect-first', earlySignal = 1) ... [23:12:34.816] | : . ' , ; ` | : collectValues('workers-37e5752128e4483a3ce8b7fda2d6c13d', firstOnly = TRUE) ... [23:12:34.816] | : . ' , ; ` | : . resolved() ... [23:12:34.817] | : . ' , ; ` | : . ' resolved() for ClusterFuture () ... [23:12:34.818] | : . ' , ; ` | : . ' , Cluster node socket connection: index=4, id=139 [23:12:34.818] | : . ' , ; ` | : . ' , assertValidConnection() ... [23:12:34.818] | : . ' , ; ` | : . ' , ; cluster node index: 1 [23:12:34.819] | : . ' , ; ` | : . ' , assertValidConnection() ... done [23:12:34.856] | : . ' , ; ` | : . ' , receiveMessageFromWorker() for ClusterFuture ... [23:12:34.857] | : . ' , ; ` | : . ' , ; cluster node index: 1 [23:12:34.857] | : . ' , ; ` | : . ' , ; [1] TRUE [23:12:34.857] | : . ' , ; ` | : . ' , ; Received data: [23:12:34.857] | : . ' , ; ` | : . ' , ; List of 5 [23:12:34.857] | : . ' , ; ` | : . ' , ; $ type : chr "VALUE" [23:12:34.857] | : . ' , ; ` | : . ' , ; $ value :List of 16 [23:12:34.857] | : . ' , ; ` | : . ' , ; ..$ value : int 1 [23:12:34.857] | : . ' , ; ` | : . ' , ; ..$ visible : logi TRUE [23:12:34.857] | : . ' , ; ` | : . ' , ; ..$ stdout : chr "" [23:12:34.857] | : . ' , ; ` | : . ' , ; ..$ conditions : list() [23:12:34.857] | : . ' , ; ` | : . ' , ; ..$ rng : logi FALSE [23:12:34.857] | : . ' , ; ` | : . ' , ; ..$ seed : NULL [23:12:34.857] | : . ' , ; ` | : . ' , ; ..$ misuseGlobalEnv : NULL [23:12:34.857] | : . ' , ; ` | : . ' , ; ..$ misuseConnections :List of 3 [23:12:34.857] | : . ' , ; ` | : . ' , ; .. ..$ added : NULL [23:12:34.857] | : . ' , ; ` | : . ' , ; .. ..$ removed : NULL [23:12:34.857] | : . ' , ; ` | : . ' , ; .. ..$ replaced: NULL [23:12:34.857] | : . ' , ; ` | : . ' , ; ..$ misuseDevices : NULL [23:12:34.857] | : . ' , ; ` | : . ' , ; ..$ misuseDefaultDevice: list() [23:12:34.857] | : . ' , ; ` | : . ' , ; ..$ started : POSIXct[1:1], format: "2025-11-16 23:12:34" [23:12:34.857] | : . ' , ; ` | : . ' , ; ..$ finished : POSIXct[1:1], format: "2025-11-16 23:12:34" [23:12:34.857] | : . ' , ; ` | : . ' , ; ..$ uuid : chr [1:2] "929d848c7948bac61ab58cc584cd63e8" "1" [23:12:34.857] | : . ' , ; ` | : . ' , ; ..$ session_uuid : chr "7dd67f5c22ef10909f9dfe6ca297c189" [23:12:34.857] | : . ' , ; ` | : . ' , ; .. ..- attr(*, "source")=List of 5 [23:12:34.857] | : . ' , ; ` | : . ' , ; .. .. ..$ host : Named chr "CRANWIN3" [23:12:34.857] | : . ' , ; ` | : . ' , ; .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:12:34.857] | : . ' , ; ` | : . ' , ; .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:12:34.857] | : . ' , ; ` | : . ' , ; .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:12:34.857] | : . ' , ; ` | : . ' , ; .. .. ..$ pid : int 58488 [23:12:34.857] | : . ' , ; ` | : . ' , ; .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:12:34" [23:12:34.857] | : . ' , ; ` | : . ' , ; .. .. ..$ random: int 2147483647 [23:12:34.857] | : . ' , ; ` | : . ' , ; ..$ r_info :List of 4 [23:12:34.857] | : . ' , ; ` | : . ' , ; .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:12:34.857] | : . ' , ; ` | : . ' , ; .. .. ..$ : int [1:3] 4 6 0 [23:12:34.857] | : . ' , ; ` | : . ' , ; .. ..$ os : chr "windows" [23:12:34.857] | : . ' , ; ` | : . ' , ; .. ..$ os_name : chr "Windows" [23:12:34.857] | : . ' , ; ` | : . ' , ; .. ..$ captures_utf8: logi TRUE [23:12:34.857] | : . ' , ; ` | : . ' , ; ..$ version : chr "1.8" [23:12:34.857] | : . ' , ; ` | : . ' , ; ..- attr(*, "class")= chr "FutureResult" [23:12:34.857] | : . ' , ; ` | : . ' , ; $ success: logi TRUE [23:12:34.857] | : . ' , ; ` | : . ' , ; $ time : 'proc_time' Named num [1:5] 0.06 0.01 0.13 NA NA [23:12:34.857] | : . ' , ; ` | : . ' , ; ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:12:34.857] | : . ' , ; ` | : . ' , ; $ tag : NULL [23:12:34.914] | : . ' , ; ` | : . ' , ; Received FutureResult [23:12:34.914] | : . ' , ; ` | : . ' , ; FutureResult: [23:12:34.914] | : . ' , ; ` | : . ' , ; value: 'integer' [23:12:34.914] | : . ' , ; ` | : . ' , ; visible: TRUE [23:12:34.914] | : . ' , ; ` | : . ' , ; stdout: character [23:12:34.914] | : . ' , ; ` | : . ' , ; conditions: [n = 0] [23:12:34.914] | : . ' , ; ` | : . ' , ; RNG used: FALSE [23:12:34.914] | : . ' , ; ` | : . ' , ; duration: 0.07343388 secs (started 2025-11-16 23:12:34.733999) [23:12:34.914] | : . ' , ; ` | : . ' , ; version: 1.8 [23:12:34.916] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'remove', earlySignal = 0) ... [23:12:34.919] | : . ' , ; ` | : . ' , ; ` Removed future from position #1 [23:12:34.919] | : . ' , ; ` | : . ' , ; ` Number of registered futures: 0 [23:12:34.920] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'remove', earlySignal = 0) ... done [23:12:34.920] | : . ' , ; ` | : . ' , ; Erased future from future backend [23:12:34.921] | : . ' , ; ` | : . ' , ; result() for ClusterFuture ... [23:12:34.921] | : . ' , ; ` | : . ' , ; ` result already collected: FutureResult [23:12:34.921] | : . ' , ; ` | : . ' , ; result() for ClusterFuture ... done [23:12:34.922] | : . ' , ; ` | : . ' , ; signalConditions() ... [23:12:34.922] | : . ' , ; ` | : . ' , ; ` include = 'immediateCondition' [23:12:34.922] | : . ' , ; ` | : . ' , ; ` exclude = [23:12:34.922] | : . ' , ; ` | : . ' , ; ` resignal = FALSE [23:12:34.922] | : . ' , ; ` | : . ' , ; ` Number of conditions: 0 [23:12:34.922] | : . ' , ; ` | : . ' , ; ` int 0 [23:12:34.923] | : . ' , ; ` | : . ' , ; signalConditions() ... done [23:12:34.923] | : . ' , ; ` | : . ' , receiveMessageFromWorker() for ClusterFuture ... done [23:12:34.923] | : . ' , ; ` | : . ' , receiveMessageFromWorker() returned object of class FutureResult; resolved [23:12:34.924] | : . ' , ; ` | : . ' resolved() for ClusterFuture () ... done [23:12:34.924] | : . ' , ; ` | : . ' assertFutureResult() ... [23:12:34.924] | : . ' , ; ` | : . ' , Future uuid: 929d848c7948bac61ab58cc584cd63e8-1 [23:12:34.924] | : . ' , ; ` | : . ' , identical; success [23:12:34.924] | : . ' , ; ` | : . ' assertFutureResult() ... done [23:12:34.925] | : . ' , ; ` | : . resolved() ... done [23:12:34.925] | : . ' , ; ` | : . Future at position #1 is resolved ... [23:12:34.926] | : . ' , ; ` | : . ' value() for ClusterFuture () ... [23:12:34.926] | : . ' , ; ` | : . ' , result() for ClusterFuture ... [23:12:34.926] | : . ' , ; ` | : . ' , ; result already collected: FutureResult [23:12:34.927] | : . ' , ; ` | : . ' , result() for ClusterFuture ... done [23:12:34.927] | : . ' , ; ` | : . ' , result() for ClusterFuture ... [23:12:34.927] | : . ' , ; ` | : . ' , ; result already collected: FutureResult [23:12:34.928] | : . ' , ; ` | : . ' , result() for ClusterFuture ... done [23:12:34.928] | : . ' , ; ` | : . ' , signalConditions() ... [23:12:34.928] | : . ' , ; ` | : . ' , ; include = 'immediateCondition' [23:12:34.928] | : . ' , ; ` | : . ' , ; exclude = [23:12:34.928] | : . ' , ; ` | : . ' , ; resignal = FALSE [23:12:34.928] | : . ' , ; ` | : . ' , ; Number of conditions: 0 [23:12:34.929] | : . ' , ; ` | : . ' , ; int 0 [23:12:34.929] | : . ' , ; ` | : . ' , signalConditions() ... done [23:12:34.929] | : . ' , ; ` | : . ' , check for misuse ... [23:12:34.930] | : . ' , ; ` | : . ' , check for misuse ... done [23:12:34.930] | : . ' , ; ` | : . ' value() for ClusterFuture () ... done [23:12:34.930] | : . ' , ; ` | : . Future at position #1 is resolved ... done [23:12:34.930] | : . ' , ; ` | : collectValues('workers-37e5752128e4483a3ce8b7fda2d6c13d', firstOnly = TRUE) ... done [23:12:34.931] | : . ' , ; ` | : Remove collected futures ... [23:12:34.931] | : . ' , ; ` | : . Indices of futures to drop: [n=1] '1' [23:12:34.931] | : . ' , ; ` | : Remove collected futures ... done [23:12:34.931] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'collect-first', earlySignal = 1) ... done [23:12:34.932] | : . ' , ; ` | Early signaling of 1 future candidates ... [23:12:34.932] | : . ' , ; ` | Number of futures with early signaling requested: 0 [23:12:34.932] | : . ' , ; ` | Early signaling of 1 future candidates ... done [23:12:34.932] | : . ' , ; ` | Number of registered futures: 1 [23:12:34.933] | : . ' , ; ` Polling for a free worker ... done [23:12:34.933] | : . ' , ; ` FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... [23:12:34.933] | : . ' , ; ` | Listing all futures [23:12:34.933] | : . ' , ; ` | Number of registered futures: 0 [23:12:34.933] | : . ' , ; ` FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... done [23:12:34.933] | : . ' , ; ` Total time: 0.141206026077271 [23:12:34.934] | : . ' , ; requestNode() ... done [23:12:34.934] | : . ' , ; FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... [23:12:34.934] | : . ' , ; ` Listing all futures [23:12:34.934] | : . ' , ; ` Number of registered futures: 0 [23:12:34.934] | : . ' , ; FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... done [23:12:34.935] | : . ' , ; avail: [n=1] '1' [23:12:34.935] | : . ' , ; Index of first available worker: 1 [23:12:34.935] | : . ' , ; Validate that the worker is functional ... [23:12:34.936] | : . ' , ; ` Worker is functional [23:12:34.937] | : . ' , ; ` FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... [23:12:34.937] | : . ' , ; ` | Listing all futures [23:12:34.937] | : . ' , ; ` | Number of registered futures: 0 [23:12:34.937] | : . ' , ; ` FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... done [23:12:34.938] | : . ' , ; Validate that the worker is functional ... done [23:12:34.938] | : . ' , requestWorker() ... done [23:12:34.938] | : . ' , cluster node index: 1 [23:12:34.939] | : . ' launchFuture() for ClusterFutureBackend ... done [23:12:34.939] | : . ' eraseGlobalEnvironment() ... [23:12:34.940] | : . ' eraseGlobalEnvironment() ... done [23:12:34.940] | : . ' launchFuture() ... [23:12:34.941] | : . ' , cluster node index: 1 [23:12:34.941] | : . ' , getFutureData() ... [23:12:34.941] | : . ' , ; getFutureCore() ... [23:12:34.942] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:12:34.942] | : . ' , ; getFutureCore() ... done [23:12:34.942] | : . ' , ; getFutureCapture() ... [23:12:34.943] | : . ' , ; getFutureCapture() ... done [23:12:34.943] | : . ' , ; getFutureContext() ... [23:12:34.943] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:34.944] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:12:34.944] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:34.944] | : . ' , ; ` Packages needed by future backend (n = 0): [23:12:34.944] | : . ' , ; getFutureContext() ... done [23:12:34.945] | : . ' , getFutureData() ... done [23:12:34.946] | : . ' , FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'add', earlySignal = 0) ... [23:12:34.946] | : . ' , ; Appended future to position #1 [23:12:34.946] | : . ' , ; Number of registered futures: 1 [23:12:34.946] | : . ' , FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'add', earlySignal = 0) ... done [23:12:34.947] | : . ' launchFuture() ... done [23:12:34.947] | : . ' ClusterFuture started [23:12:34.947] | : . Launching futures ... done [23:12:34.948] | : Using ClusterFutureBackend ... done [23:12:34.948] | : Future launched: 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:12:34.948] | run() for 'Future' () ... done [23:12:34.948] future(..., label = NULL) ... done [23:12:34.950] value() for list ... [23:12:34.950] | recursive: 0 [23:12:34.951] | reduce: FALSE [23:12:34.952] | length: 2 [23:12:34.952] | Number of remaining objects: 2 [23:12:34.952] | checking value #1: [23:12:34.953] | 'obj' is ClusterFuture [23:12:34.953] | resolved() ... [23:12:34.953] | resolved() ... done [23:12:34.954] | ClusterFuture #1 [23:12:34.954] | signalConditionsASAP(ClusterFuture, pos=1) ... [23:12:34.954] | : nx: 2 [23:12:34.955] | : relay: TRUE [23:12:34.955] | : stdout: TRUE [23:12:34.955] | : signal: TRUE [23:12:34.955] | : resignal: FALSE [23:12:34.956] | : force: TRUE [23:12:34.956] | : relayed: [n=2] FALSE, FALSE [23:12:34.956] | : queued futures: [n=2] FALSE, FALSE [23:12:34.956] | : until=1 [23:12:34.957] | : relaying element #1 [23:12:34.957] | : value() for ClusterFuture () ... [23:12:34.957] | : . result() for ClusterFuture ... [23:12:34.958] | : . ' result already collected: FutureResult [23:12:34.958] | : . result() for ClusterFuture ... done [23:12:34.958] | : . result() for ClusterFuture ... [23:12:34.958] | : . ' result already collected: FutureResult [23:12:34.959] | : . result() for ClusterFuture ... done [23:12:34.959] | : . signalConditions() ... [23:12:34.959] | : . ' include = 'immediateCondition' [23:12:34.959] | : . ' exclude = [23:12:34.960] | : . ' resignal = FALSE [23:12:34.960] | : . ' Number of conditions: 0 [23:12:34.960] | : . ' int 0 [23:12:34.961] | : . signalConditions() ... done [23:12:34.961] | : . relay stdout ... [23:12:34.962] | : . relay stdout ... done [23:12:34.962] | : . check for misuse ... [23:12:34.962] | : . check for misuse ... done [23:12:34.962] | : value() for ClusterFuture () ... done [23:12:34.963] | : result() for ClusterFuture ... [23:12:34.963] | : . result already collected: FutureResult [23:12:34.963] | : result() for ClusterFuture ... done [23:12:34.964] | : signalConditions() ... [23:12:34.964] | : . include = 'immediateCondition' [23:12:34.964] | : . exclude = [23:12:34.964] | : . resignal = FALSE [23:12:34.965] | : . Number of conditions: 0 [23:12:34.965] | : . int 0 [23:12:34.966] | : signalConditions() ... done [23:12:34.966] | : result() for ClusterFuture ... [23:12:34.966] | : . result already collected: FutureResult [23:12:34.966] | : result() for ClusterFuture ... done [23:12:34.967] | : signalConditions() ... [23:12:34.967] | : . include = 'condition' [23:12:34.967] | : . exclude = 'error', 'immediateCondition' [23:12:34.967] | : . resignal = TRUE [23:12:34.968] | : . Number of conditions: 0 [23:12:34.968] | : . int 0 [23:12:34.969] | : signalConditions() ... done [23:12:34.969] | : relayed: [n=2] TRUE, FALSE [23:12:34.969] | : queued futures: [n=2] TRUE, FALSE [23:12:34.969] | signalConditionsASAP(ClusterFuture, pos=1) ... done [23:12:34.970] | value(, ...) ... [23:12:34.970] | value(, ...) ... done [23:12:34.970] | value() for ClusterFuture () ... [23:12:34.971] | : result() for ClusterFuture ... [23:12:34.971] | : . result already collected: FutureResult [23:12:34.971] | : result() for ClusterFuture ... done [23:12:34.971] | : result() for ClusterFuture ... [23:12:34.972] | : . result already collected: FutureResult [23:12:34.972] | : result() for ClusterFuture ... done [23:12:34.972] | : signalConditions() ... [23:12:34.972] | : . include = 'immediateCondition' [23:12:34.973] | : . exclude = [23:12:34.973] | : . resignal = FALSE [23:12:34.973] | : . Number of conditions: 0 [23:12:34.973] | : . int 0 [23:12:34.974] | : signalConditions() ... done [23:12:34.974] | : check for misuse ... [23:12:34.975] | : check for misuse ... done [23:12:34.975] | value() for ClusterFuture () ... done [23:12:34.975] | value: [23:12:34.976] | signalConditionsASAP(ClusterFuture, pos=1) ... [23:12:34.976] | : nx: 2 [23:12:34.976] | : relay: TRUE [23:12:34.976] | : stdout: TRUE [23:12:34.976] | : signal: TRUE [23:12:34.977] | : resignal: FALSE [23:12:34.977] | : force: TRUE [23:12:34.977] | : relayed: [n=2] TRUE, FALSE [23:12:34.977] | : queued futures: [n=2] TRUE, FALSE [23:12:34.978] | : until=2 [23:12:34.978] | : relaying element #2 [23:12:34.978] | : relayed: [n=2] TRUE, FALSE [23:12:34.978] | : queued futures: [n=2] TRUE, FALSE [23:12:34.979] | signalConditionsASAP(ClusterFuture, pos=1) ... done [23:12:34.979] | resolve() for ClusterFuture ... [23:12:34.980] | resolve() for ClusterFuture ... done [23:12:34.980] | length: 1 (resolved future 1) [23:12:34.980] value() for list ... done [23:12:34.980] checking value #2: [23:12:34.981] 'obj' is ClusterFuture [23:12:34.981] resolved() ... [23:12:34.981] | resolved() for ClusterFuture () ... [23:12:34.982] | : Cluster node socket connection: index=4, id=139 [23:12:34.982] | : assertValidConnection() ... [23:12:34.982] | : . cluster node index: 1 [23:12:34.983] | : assertValidConnection() ... done [23:12:34.983] | : receiveMessageFromWorker() for ClusterFuture ... [23:12:34.984] | : . cluster node index: 1 [23:12:34.984] | : . [1] TRUE [23:12:34.985] | : . Received data: [23:12:34.985] | : . List of 5 [23:12:34.985] | : . $ type : chr "VALUE" [23:12:34.985] | : . $ value :List of 16 [23:12:34.985] | : . ..$ value : int 2 [23:12:34.985] | : . ..$ visible : logi TRUE [23:12:34.985] | : . ..$ stdout : chr "" [23:12:34.985] | : . ..$ conditions : list() [23:12:34.985] | : . ..$ rng : logi FALSE [23:12:34.985] | : . ..$ seed : NULL [23:12:34.985] | : . ..$ misuseGlobalEnv : NULL [23:12:34.985] | : . ..$ misuseConnections :List of 3 [23:12:34.985] | : . .. ..$ added : NULL [23:12:34.985] | : . .. ..$ removed : NULL [23:12:34.985] | : . .. ..$ replaced: NULL [23:12:34.985] | : . ..$ misuseDevices : NULL [23:12:34.985] | : . ..$ misuseDefaultDevice: list() [23:12:34.985] | : . ..$ started : POSIXct[1:1], format: "2025-11-16 23:12:34" [23:12:34.985] | : . ..$ finished : POSIXct[1:1], format: "2025-11-16 23:12:34" [23:12:34.985] | : . ..$ uuid : chr [1:2] "929d848c7948bac61ab58cc584cd63e8" "2" [23:12:34.985] | : . ..$ session_uuid : chr "7dd67f5c22ef10909f9dfe6ca297c189" [23:12:34.985] | : . .. ..- attr(*, "source")=List of 5 [23:12:34.985] | : . .. .. ..$ host : Named chr "CRANWIN3" [23:12:34.985] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:12:34.985] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:12:34.985] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:12:34.985] | : . .. .. ..$ pid : int 58488 [23:12:34.985] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:12:34" [23:12:34.985] | : . .. .. ..$ random: int 2147483647 [23:12:34.985] | : . ..$ r_info :List of 4 [23:12:34.985] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:12:34.985] | : . .. .. ..$ : int [1:3] 4 6 0 [23:12:34.985] | : . .. ..$ os : chr "windows" [23:12:34.985] | : . .. ..$ os_name : chr "Windows" [23:12:34.985] | : . .. ..$ captures_utf8: logi TRUE [23:12:34.985] | : . ..$ version : chr "1.8" [23:12:34.985] | : . ..- attr(*, "class")= chr "FutureResult" [23:12:34.985] | : . $ success: logi TRUE [23:12:34.985] | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:12:34.985] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:12:34.985] | : . $ tag : NULL [23:12:35.005] | : . Received FutureResult [23:12:35.005] | : . FutureResult: [23:12:35.005] | : . value: 'integer' [23:12:35.005] | : . visible: TRUE [23:12:35.005] | : . stdout: character [23:12:35.005] | : . conditions: [n = 0] [23:12:35.005] | : . RNG used: FALSE [23:12:35.005] | : . duration: 0.006247044 secs (started 2025-11-16 23:12:34.94681) [23:12:35.005] | : . version: 1.8 [23:12:35.006] | : . FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'remove', earlySignal = 0) ... [23:12:35.006] | : . ' Removed future from position #1 [23:12:35.007] | : . ' Number of registered futures: 0 [23:12:35.007] | : . FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'remove', earlySignal = 0) ... done [23:12:35.007] | : . Erased future from future backend [23:12:35.007] | : . result() for ClusterFuture ... [23:12:35.008] | : . ' result already collected: FutureResult [23:12:35.008] | : . result() for ClusterFuture ... done [23:12:35.008] | : . signalConditions() ... [23:12:35.008] | : . ' include = 'immediateCondition' [23:12:35.008] | : . ' exclude = [23:12:35.009] | : . ' resignal = FALSE [23:12:35.009] | : . ' Number of conditions: 0 [23:12:35.009] | : . ' int 0 [23:12:35.010] | : . signalConditions() ... done [23:12:35.010] | : receiveMessageFromWorker() for ClusterFuture ... done [23:12:35.010] | : receiveMessageFromWorker() returned object of class FutureResult; resolved [23:12:35.010] | resolved() for ClusterFuture () ... done [23:12:35.010] | assertFutureResult() ... [23:12:35.011] | : Future uuid: 929d848c7948bac61ab58cc584cd63e8-2 [23:12:35.011] | : identical; success [23:12:35.011] | assertFutureResult() ... done [23:12:35.011] resolved() ... done [23:12:35.011] ClusterFuture #2 [23:12:35.012] signalConditionsASAP(ClusterFuture, pos=2) ... [23:12:35.012] | nx: 2 [23:12:35.012] | relay: TRUE [23:12:35.012] | stdout: TRUE [23:12:35.012] | signal: TRUE [23:12:35.012] | resignal: FALSE [23:12:35.013] | force: TRUE [23:12:35.013] | relayed: [n=2] TRUE, FALSE [23:12:35.013] | queued futures: [n=2] TRUE, FALSE [23:12:35.013] | until=2 [23:12:35.013] | relaying element #2 [23:12:35.014] | value() for ClusterFuture () ... [23:12:35.014] | : result() for ClusterFuture ... [23:12:35.014] | : . result already collected: FutureResult [23:12:35.014] | : result() for ClusterFuture ... done [23:12:35.014] | : result() for ClusterFuture ... [23:12:35.015] | : . result already collected: FutureResult [23:12:35.015] | : result() for ClusterFuture ... done [23:12:35.015] | : signalConditions() ... [23:12:35.015] | : . include = 'immediateCondition' [23:12:35.015] | : . exclude = [23:12:35.016] | : . resignal = FALSE [23:12:35.016] | : . Number of conditions: 0 [23:12:35.016] | : . int 0 [23:12:35.017] | : signalConditions() ... done [23:12:35.017] | : relay stdout ... [23:12:35.017] | : relay stdout ... done [23:12:35.017] | : check for misuse ... [23:12:35.017] | : check for misuse ... done [23:12:35.018] | value() for ClusterFuture () ... done [23:12:35.018] | result() for ClusterFuture ... [23:12:35.018] | : result already collected: FutureResult [23:12:35.018] | result() for ClusterFuture ... done [23:12:35.018] | signalConditions() ... [23:12:35.019] | : include = 'immediateCondition' [23:12:35.019] | : exclude = [23:12:35.019] | : resignal = FALSE [23:12:35.020] | : Number of conditions: 0 [23:12:35.020] | : int 0 [23:12:35.021] | signalConditions() ... done [23:12:35.021] | result() for ClusterFuture ... [23:12:35.022] | : result already collected: FutureResult [23:12:35.022] | result() for ClusterFuture ... done [23:12:35.022] | signalConditions() ... [23:12:35.023] | : include = 'condition' [23:12:35.023] | : exclude = 'error', 'immediateCondition' [23:12:35.023] | : resignal = TRUE [23:12:35.024] | : Number of conditions: 0 [23:12:35.024] | : int 0 [23:12:35.025] | signalConditions() ... done [23:12:35.025] | relayed: [n=2] TRUE, TRUE [23:12:35.026] | queued futures: [n=2] TRUE, TRUE [23:12:35.026] signalConditionsASAP(ClusterFuture, pos=2) ... done [23:12:35.026] value(, ...) ... [23:12:35.027] value(, ...) ... done [23:12:35.027] value() for ClusterFuture () ... [23:12:35.027] | result() for ClusterFuture ... [23:12:35.028] | : result already collected: FutureResult [23:12:35.028] | result() for ClusterFuture ... done [23:12:35.028] | result() for ClusterFuture ... [23:12:35.029] | : result already collected: FutureResult [23:12:35.029] | result() for ClusterFuture ... done [23:12:35.029] | signalConditions() ... [23:12:35.030] | : include = 'immediateCondition' [23:12:35.030] | : exclude = [23:12:35.030] | : resignal = FALSE [23:12:35.030] | : Number of conditions: 0 [23:12:35.031] | : int 0 [23:12:35.032] | signalConditions() ... done [23:12:35.032] | check for misuse ... [23:12:35.032] | check for misuse ... done [23:12:35.032] value() for ClusterFuture () ... done [23:12:35.033] value: [23:12:35.033] signalConditionsASAP(ClusterFuture, pos=2) ... [23:12:35.033] | nx: 2 [23:12:35.033] | relay: TRUE [23:12:35.034] | stdout: TRUE [23:12:35.034] | signal: TRUE [23:12:35.034] | resignal: FALSE [23:12:35.034] | force: TRUE [23:12:35.035] | relayed: [n=2] TRUE, TRUE [23:12:35.035] | queued futures: [n=2] TRUE, TRUE [23:12:35.035] | until=2 [23:12:35.036] | relayed: [n=2] TRUE, TRUE [23:12:35.036] | queued futures: [n=2] TRUE, TRUE [23:12:35.036] signalConditionsASAP(ClusterFuture, pos=2) ... done [23:12:35.036] resolve() for ClusterFuture ... [23:12:35.037] resolve() for ClusterFuture ... done [23:12:35.037] length: 0 (resolved future 2) [23:12:35.038] Relaying remaining futures ... [23:12:35.038] | signalConditionsASAP(NULL, pos=0) ... [23:12:35.038] | : nx: 2 [23:12:35.038] | : relay: TRUE [23:12:35.039] | : stdout: TRUE [23:12:35.039] | : signal: TRUE [23:12:35.039] | : resignal: FALSE [23:12:35.039] | : force: TRUE [23:12:35.040] | : relayed: [n=2] TRUE, TRUE [23:12:35.040] | : queued futures: [n=2] TRUE, TRUE - flush all [23:12:35.040] | : relayed: [n=2] TRUE, TRUE [23:12:35.041] | : queued futures: [n=2] TRUE, TRUE [23:12:35.041] | signalConditionsASAP(NULL, pos=0) ... done [23:12:35.041] Relaying remaining futures ... done Iteration #2 [23:12:35.304] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:35.305] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:12:35.305] | : all.equal() for FutureStrategyList ... [23:12:35.305] | : . New stack: [23:12:35.306] | : . List of 1 [23:12:35.306] | : . $ :function (..., workers = list(list(con = 4L, host = "localhost", rank = 0))) [23:12:35.306] | : . ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:12:35.306] | : . ..- attr(*, "init")= logi TRUE [23:12:35.306] | : . ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:35.306] | : . earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:35.306] | : . .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:35.306] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:35.306] | : . ..- attr(*, "tweaks")=List of 1 [23:12:35.306] | : . .. ..$ workers:List of 1 [23:12:35.306] | : . .. .. ..$ :List of 3 [23:12:35.306] | : . .. .. .. ..$ con : 'sockconn' int 4 [23:12:35.306] | : . .. .. .. .. ..- attr(*, "conn_id")= [23:12:35.306] | : . .. .. .. ..$ host: chr "localhost" [23:12:35.306] | : . .. .. .. ..$ rank: num 0 [23:12:35.306] | : . .. .. .. ..- attr(*, "class")= chr "SOCKnode" [23:12:35.306] | : . .. .. ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:35.306] | : . ..- attr(*, "call")= language plan(cluster, workers = cl) [23:12:35.306] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:35.314] | : . Old stack: [23:12:35.314] | : . List of 1 [23:12:35.314] | : . $ :function (..., workers = list(list(con = 4L, host = "localhost", rank = 0))) [23:12:35.314] | : . ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:12:35.314] | : . ..- attr(*, "init")= chr "done" [23:12:35.314] | : . ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:35.314] | : . earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:35.314] | : . .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:35.314] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:35.314] | : . ..- attr(*, "tweaks")=List of 1 [23:12:35.314] | : . .. ..$ workers:List of 1 [23:12:35.314] | : . .. .. ..$ :List of 3 [23:12:35.314] | : . .. .. .. ..$ con : 'sockconn' int 4 [23:12:35.314] | : . .. .. .. .. ..- attr(*, "conn_id")= [23:12:35.314] | : . .. .. .. ..$ host: chr "localhost" [23:12:35.314] | : . .. .. .. ..$ rank: num 0 [23:12:35.314] | : . .. .. .. ..- attr(*, "class")= chr "SOCKnode" [23:12:35.314] | : . .. .. ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:35.314] | : . ..- attr(*, "call")= language plan(cluster, workers = cl) [23:12:35.314] | : . ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [23:12:35.314] | : . .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:35.314] | : . earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:35.314] | : . .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:35.314] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:35.326] | : . Not identical [23:12:35.326] | : . all.equal() for future ... [23:12:35.327] | : . ' List of 2 [23:12:35.327] | : . ' $ target :function (..., workers = list(list(con = 4L, host = "localhost", rank = 0))) [23:12:35.327] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:12:35.327] | : . ' ..- attr(*, "init")= logi TRUE [23:12:35.327] | : . ' ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:35.327] | : . ' earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:35.327] | : . ' .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:35.327] | : . ' ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:35.327] | : . ' ..- attr(*, "tweaks")=List of 1 [23:12:35.327] | : . ' .. ..$ workers:List of 1 [23:12:35.327] | : . ' .. .. ..$ :List of 3 [23:12:35.327] | : . ' .. .. .. ..$ con : 'sockconn' int 4 [23:12:35.327] | : . ' .. .. .. .. ..- attr(*, "conn_id")= [23:12:35.327] | : . ' .. .. .. ..$ host: chr "localhost" [23:12:35.327] | : . ' .. .. .. ..$ rank: num 0 [23:12:35.327] | : . ' .. .. .. ..- attr(*, "class")= chr "SOCKnode" [23:12:35.327] | : . ' .. .. ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:35.327] | : . ' ..- attr(*, "call")= language plan(cluster, workers = cl) [23:12:35.327] | : . ' $ current:function (..., workers = list(list(con = 4L, host = "localhost", rank = 0))) [23:12:35.327] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:12:35.327] | : . ' ..- attr(*, "init")= chr "done" [23:12:35.327] | : . ' ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:35.327] | : . ' earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:35.327] | : . ' .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:35.327] | : . ' ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:35.327] | : . ' ..- attr(*, "tweaks")=List of 1 [23:12:35.327] | : . ' .. ..$ workers:List of 1 [23:12:35.327] | : . ' .. .. ..$ :List of 3 [23:12:35.327] | : . ' .. .. .. ..$ con : 'sockconn' int 4 [23:12:35.327] | : . ' .. .. .. .. ..- attr(*, "conn_id")= [23:12:35.327] | : . ' .. .. .. ..$ host: chr "localhost" [23:12:35.327] | : . ' .. .. .. ..$ rank: num 0 [23:12:35.327] | : . ' .. .. .. ..- attr(*, "class")= chr "SOCKnode" [23:12:35.327] | : . ' .. .. ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:35.327] | : . ' ..- attr(*, "call")= language plan(cluster, workers = cl) [23:12:35.327] | : . ' ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [23:12:35.327] | : . ' .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:35.327] | : . ' earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:35.327] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:35.348] | : . ' Formals differ [23:12:35.348] | : . all.equal() for future ... done [23:12:35.348] | : . Future strategies differ at level 1 [23:12:35.349] | : all.equal() for FutureStrategyList ... done [23:12:35.349] | : plan(): Setting new future backend stack: [23:12:35.349] | : List of future strategies: [23:12:35.349] | : 1. cluster: [23:12:35.349] | : - args: function (..., workers = "") [23:12:35.349] | : - tweaked: TRUE [23:12:35.349] | : - call: plan(cluster, workers = cl) [23:12:35.350] | : List of 1 [23:12:35.350] | : $ :function (..., workers = list(list(con = 4L, host = "localhost", rank = 0))) [23:12:35.350] | : ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:12:35.350] | : ..- attr(*, "init")= logi TRUE [23:12:35.350] | : ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:35.350] | : earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:35.350] | : .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:35.350] | : ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:35.350] | : ..- attr(*, "tweaks")=List of 1 [23:12:35.350] | : .. ..$ workers:List of 1 [23:12:35.350] | : .. .. ..$ :List of 3 [23:12:35.350] | : .. .. .. ..$ con : 'sockconn' int 4 [23:12:35.350] | : .. .. .. .. ..- attr(*, "conn_id")= [23:12:35.350] | : .. .. .. ..$ host: chr "localhost" [23:12:35.350] | : .. .. .. ..$ rank: num 0 [23:12:35.350] | : .. .. .. ..- attr(*, "class")= chr "SOCKnode" [23:12:35.350] | : .. .. ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:35.350] | : ..- attr(*, "call")= language plan(cluster, workers = cl) [23:12:35.350] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:35.361] | : plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [23:12:35.361] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:35.362] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [23:12:35.362] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:35.363] | : . stopWorkers() for ClusterFutureBackend ... [23:12:35.363] | : . ' Interrupt active futures ... [23:12:35.364] | : . ' , Number of futures: 0 [23:12:35.365] | : . ' Interrupt active futures ... done [23:12:35.365] | : . ' Clear future registry ... [23:12:35.366] | : . ' Clear future registry ... done [23:12:35.366] | : . ' Stop cluster workers ... [23:12:35.366] | : . ' , Stopping existing cluster ... [23:12:35.367] | : . ' , ; No pre-existing cluster. Skipping [23:12:35.367] | : . ' , Stopping existing cluster ... done [23:12:35.367] | : . ' Stop cluster workers ... done [23:12:35.367] | : . stopWorkers() for ClusterFutureBackend ... done [23:12:35.367] | : . Legacy shutdown of cluster workers ... [23:12:35.368] | : . ' Stopping existing cluster ... [23:12:35.368] | : . ' , No pre-existing cluster. Skipping [23:12:35.368] | : . ' Stopping existing cluster ... done [23:12:35.368] | : . Legacy shutdown of cluster workers ... done [23:12:35.368] | : plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [23:12:35.368] | : plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [23:12:35.369] | : . function (..., workers = list(list(con = 4L, host = "localhost", rank = 0))) [23:12:35.369] | : . - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:12:35.369] | : . - attr(*, "init")= logi TRUE [23:12:35.369] | : . - attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:35.369] | : . earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:35.369] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:35.369] | : . - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:35.369] | : . - attr(*, "tweaks")=List of 1 [23:12:35.369] | : . ..$ workers:List of 1 [23:12:35.369] | : . .. ..$ :List of 3 [23:12:35.369] | : . .. .. ..$ con : 'sockconn' int 4 [23:12:35.369] | : . .. .. .. ..- attr(*, "conn_id")= [23:12:35.369] | : . .. .. ..$ host: chr "localhost" [23:12:35.369] | : . .. .. ..$ rank: num 0 [23:12:35.369] | : . .. .. ..- attr(*, "class")= chr "SOCKnode" [23:12:35.369] | : . .. ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:35.369] | : . - attr(*, "call")= language plan(cluster, workers = cl) [23:12:35.374] | : . init: TRUE [23:12:35.375] | : . makeFutureBackend() ... [23:12:35.375] | : . ' Backend function: <'NULL'> [23:12:35.375] | : . ' Evaluator tweak arguments: [n=1] [23:12:35.375] | : . ' List of 1 [23:12:35.375] | : . ' $ workers:List of 1 [23:12:35.375] | : . ' ..$ :List of 3 [23:12:35.375] | : . ' .. ..$ con : 'sockconn' int 4 [23:12:35.375] | : . ' .. .. ..- attr(*, "conn_id")= [23:12:35.375] | : . ' .. ..$ host: chr "localhost" [23:12:35.375] | : . ' .. ..$ rank: num 0 [23:12:35.375] | : . ' .. ..- attr(*, "class")= chr "SOCKnode" [23:12:35.375] | : . ' ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:35.378] | : . ' Evaluator formal arguments: [n=1] [23:12:35.378] | : . ' Dotted pair list of 1 [23:12:35.378] | : . ' $ workers:List of 1 [23:12:35.378] | : . ' ..$ :List of 3 [23:12:35.378] | : . ' .. ..$ con : 'sockconn' int 4 [23:12:35.378] | : . ' .. .. ..- attr(*, "conn_id")= [23:12:35.378] | : . ' .. ..$ host: chr "localhost" [23:12:35.378] | : . ' .. ..$ rank: num 0 [23:12:35.378] | : . ' .. ..- attr(*, "class")= chr "SOCKnode" [23:12:35.378] | : . ' ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:35.381] | : . ' Arguments passed to the future-backend factory: [n=1] [23:12:35.381] | : . ' List of 1 [23:12:35.381] | : . ' $ workers:List of 1 [23:12:35.381] | : . ' ..$ :List of 3 [23:12:35.381] | : . ' .. ..$ con : 'sockconn' int 4 [23:12:35.381] | : . ' .. .. ..- attr(*, "conn_id")= [23:12:35.381] | : . ' .. ..$ host: chr "localhost" [23:12:35.381] | : . ' .. ..$ rank: num 0 [23:12:35.381] | : . ' .. ..- attr(*, "class")= chr "SOCKnode" [23:12:35.381] | : . ' ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:35.427] | : . ' ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... [23:12:35.428] | : . ' , Stopping existing cluster ... [23:12:35.428] | : . ' , ; No pre-existing cluster. Skipping [23:12:35.428] | : . ' , Stopping existing cluster ... done [23:12:35.428] | : . ' , Number of workers: 1 [23:12:35.429] | : . ' , Generated workers UUID [23:12:35.429] | : . ' , Workers UUID: '37e5752128e4483a3ce8b7fda2d6c13d' [23:12:35.429] | : . ' ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... done [23:12:35.430] | : . ' Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [23:12:35.430] | : . makeFutureBackend() ... done [23:12:35.430] | : plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [23:12:35.430] | : nbrOfWorkers(NULL) ... [23:12:35.430] | : . List of 4 [23:12:35.430] | : . $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [23:12:35.430] | : . $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [23:12:35.430] | : . $ : language nbrOfWorkers() [23:12:35.430] | : . $ : language nbrOfWorkers.NULL() [23:12:35.433] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:35.433] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:35.433] | : . Number of workers: 1 [23:12:35.433] | : nbrOfWorkers(NULL) ... done [23:12:35.433] | : plan(): nbrOfWorkers() = 1 [23:12:35.434] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [23:12:35.434] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:35.434] future(..., label = NULL) ... [23:12:35.434] | lazy: FALSE [23:12:35.434] | stdout: TRUE [23:12:35.435] | conditions: [n=1] 'condition' [23:12:35.435] | gc: FALSE [23:12:35.435] | earlySignal: FALSE [23:12:35.435] | getGlobalsAndPackages() ... [23:12:35.435] | : Searching for globals ... [23:12:35.441] | : . globals found: [3] '[[', 'X', 'i' [23:12:35.441] | : Searching for globals ... done [23:12:35.441] | : Resolving globals: FALSE [23:12:35.442] | : Search for packages associated with the globals ... [23:12:35.442] | : . Packages associated with globals: [1] 'base' [23:12:35.444] | : . Packages: [1] 'base' [23:12:35.445] | : Search for packages associated with the globals ... done [23:12:35.445] | : Packages after dropping 'base': [0] [23:12:35.445] | : globals: [2] 'X', 'i' [23:12:35.445] | : packages: [0] [23:12:35.445] | getGlobalsAndPackages() ... done [23:12:35.446] | run() for 'Future' () ... [23:12:35.446] | : state: 'created' [23:12:35.446] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:35.446] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:35.447] | : Using ClusterFutureBackend ... [23:12:35.447] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [23:12:35.447] | : . Launching futures ... [23:12:35.447] | : . ' launchFuture() for ClusterFutureBackend ... [23:12:35.447] | : . ' , Workers: [n=1] [23:12:35.448] | : . ' , socket cluster with 1 nodes on host 'localhost' [23:12:35.448] | : . ' , FutureRegistry: 'workers-37e5752128e4483a3ce8b7fda2d6c13d' [23:12:35.448] | : . ' , requestWorker() ... [23:12:35.448] | : . ' , ; requestNode() ... [23:12:35.449] | : . ' , ; ` Number of workers: 1 [23:12:35.449] | : . ' , ; ` Polling for a free worker ... [23:12:35.449] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... [23:12:35.449] | : . ' , ; ` | : Listing all futures [23:12:35.449] | : . ' , ; ` | : Number of registered futures: 0 [23:12:35.450] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... done [23:12:35.450] | : . ' , ; ` | Total time: 0 [23:12:35.450] | : . ' , ; ` Polling for a free worker ... done [23:12:35.450] | : . ' , ; ` FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... [23:12:35.451] | : . ' , ; ` | Listing all futures [23:12:35.451] | : . ' , ; ` | Number of registered futures: 0 [23:12:35.451] | : . ' , ; ` FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... done [23:12:35.451] | : . ' , ; ` avail: [n=1] '1' [23:12:35.452] | : . ' , ; ` Index of first available worker: 1 [23:12:35.452] | : . ' , ; ` Validate that the worker is functional ... [23:12:35.453] | : . ' , ; ` | Worker is functional [23:12:35.453] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... [23:12:35.454] | : . ' , ; ` | : Listing all futures [23:12:35.454] | : . ' , ; ` | : Number of registered futures: 0 [23:12:35.454] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... done [23:12:35.454] | : . ' , ; ` Validate that the worker is functional ... done [23:12:35.455] | : . ' , ; requestNode() ... done [23:12:35.455] | : . ' , ; cluster node index: 1 [23:12:35.455] | : . ' , requestWorker() ... done [23:12:35.455] | : . ' , eraseGlobalEnvironment() ... [23:12:35.595] | : . ' , eraseGlobalEnvironment() ... done [23:12:35.595] | : . ' , launchFuture() ... [23:12:35.596] | : . ' , ; cluster node index: 1 [23:12:35.596] | : . ' , ; getFutureData() ... [23:12:35.596] | : . ' , ; ` getFutureCore() ... [23:12:35.596] | : . ' , ; ` | Packages needed by the future expression (n = 0): [23:12:35.597] | : . ' , ; ` getFutureCore() ... done [23:12:35.597] | : . ' , ; ` getFutureCapture() ... [23:12:35.597] | : . ' , ; ` getFutureCapture() ... done [23:12:35.598] | : . ' , ; ` getFutureContext() ... [23:12:35.598] | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:35.598] | : . ' , ; ` | : Getting stack without first backend: [n=0] [23:12:35.599] | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:35.599] | : . ' , ; ` | Packages needed by future backend (n = 0): [23:12:35.599] | : . ' , ; ` getFutureContext() ... done [23:12:35.599] | : . ' , ; getFutureData() ... done [23:12:35.601] | : . ' , ; FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'add', earlySignal = 0) ... [23:12:35.601] | : . ' , ; ` Appended future to position #1 [23:12:35.601] | : . ' , ; ` Number of registered futures: 1 [23:12:35.601] | : . ' , ; FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'add', earlySignal = 0) ... done [23:12:35.602] | : . ' , launchFuture() ... done [23:12:35.602] | : . ' , ClusterFuture started [23:12:35.602] | : . ' launchFuture() for ClusterFutureBackend ... done [23:12:35.603] | : . Launching futures ... done [23:12:35.603] | : . Future launched: 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:12:35.603] | : Using ClusterFutureBackend ... done [23:12:35.603] | run() for 'Future' () ... done [23:12:35.604] future(..., label = NULL) ... done [23:12:35.604] future(..., label = NULL) ... [23:12:35.604] | lazy: FALSE [23:12:35.605] | stdout: TRUE [23:12:35.605] | conditions: [n=1] 'condition' [23:12:35.605] | gc: FALSE [23:12:35.605] | earlySignal: FALSE [23:12:35.606] | getGlobalsAndPackages() ... [23:12:35.606] | : Searching for globals ... [23:12:35.614] | : . globals found: [3] '[[', 'X', 'i' [23:12:35.614] | : Searching for globals ... done [23:12:35.614] | : Resolving globals: FALSE [23:12:35.615] | : Search for packages associated with the globals ... [23:12:35.615] | : . Packages associated with globals: [1] 'base' [23:12:35.616] | : . Packages: [1] 'base' [23:12:35.616] | : Search for packages associated with the globals ... done [23:12:35.616] | : Packages after dropping 'base': [0] [23:12:35.617] | : globals: [2] 'X', 'i' [23:12:35.617] | : packages: [0] [23:12:35.617] | getGlobalsAndPackages() ... done [23:12:35.618] | run() for 'Future' () ... [23:12:35.618] | : state: 'created' [23:12:35.618] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:35.619] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:35.619] | : Using ClusterFutureBackend ... [23:12:35.619] | : . Number of futures since start: 1 (1 created, 1 launched, 0 finished) [23:12:35.620] | : . Launching futures ... [23:12:35.620] | : . ' launchFuture() for ClusterFutureBackend ... [23:12:35.620] | : . ' , Workers: [n=1] [23:12:35.621] | : . ' , socket cluster with 1 nodes on host 'localhost' [23:12:35.621] | : . ' , FutureRegistry: 'workers-37e5752128e4483a3ce8b7fda2d6c13d' [23:12:35.622] | : . ' , requestWorker() ... [23:12:35.622] | : . ' , ; requestNode() ... [23:12:35.622] | : . ' , ; ` Number of workers: 1 [23:12:35.623] | : . ' , ; ` Polling for a free worker ... [23:12:35.623] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... [23:12:35.623] | : . ' , ; ` | : Listing all futures [23:12:35.623] | : . ' , ; ` | : Number of registered futures: 1 [23:12:35.623] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... done [23:12:35.624] | : . ' , ; ` | Poll #1 (0): usedNodes() = 1, workers = 1 [23:12:35.644] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'collect-first', earlySignal = 1) ... [23:12:35.697] | : . ' , ; ` | : collectValues('workers-37e5752128e4483a3ce8b7fda2d6c13d', firstOnly = TRUE) ... [23:12:35.697] | : . ' , ; ` | : . resolved() ... [23:12:35.698] | : . ' , ; ` | : . ' resolved() for ClusterFuture () ... [23:12:35.698] | : . ' , ; ` | : . ' , Cluster node socket connection: index=4, id=180 [23:12:35.699] | : . ' , ; ` | : . ' , assertValidConnection() ... [23:12:35.699] | : . ' , ; ` | : . ' , ; cluster node index: 1 [23:12:35.699] | : . ' , ; ` | : . ' , assertValidConnection() ... done [23:12:35.700] | : . ' , ; ` | : . ' , receiveMessageFromWorker() for ClusterFuture ... [23:12:35.700] | : . ' , ; ` | : . ' , ; cluster node index: 1 [23:12:35.701] | : . ' , ; ` | : . ' , ; [1] TRUE [23:12:35.701] | : . ' , ; ` | : . ' , ; Received data: [23:12:35.701] | : . ' , ; ` | : . ' , ; List of 5 [23:12:35.701] | : . ' , ; ` | : . ' , ; $ type : chr "VALUE" [23:12:35.701] | : . ' , ; ` | : . ' , ; $ value :List of 16 [23:12:35.701] | : . ' , ; ` | : . ' , ; ..$ value : int 1 [23:12:35.701] | : . ' , ; ` | : . ' , ; ..$ visible : logi TRUE [23:12:35.701] | : . ' , ; ` | : . ' , ; ..$ stdout : chr "" [23:12:35.701] | : . ' , ; ` | : . ' , ; ..$ conditions : list() [23:12:35.701] | : . ' , ; ` | : . ' , ; ..$ rng : logi FALSE [23:12:35.701] | : . ' , ; ` | : . ' , ; ..$ seed : NULL [23:12:35.701] | : . ' , ; ` | : . ' , ; ..$ misuseGlobalEnv : NULL [23:12:35.701] | : . ' , ; ` | : . ' , ; ..$ misuseConnections :List of 3 [23:12:35.701] | : . ' , ; ` | : . ' , ; .. ..$ added : NULL [23:12:35.701] | : . ' , ; ` | : . ' , ; .. ..$ removed : NULL [23:12:35.701] | : . ' , ; ` | : . ' , ; .. ..$ replaced: NULL [23:12:35.701] | : . ' , ; ` | : . ' , ; ..$ misuseDevices : NULL [23:12:35.701] | : . ' , ; ` | : . ' , ; ..$ misuseDefaultDevice: list() [23:12:35.701] | : . ' , ; ` | : . ' , ; ..$ started : POSIXct[1:1], format: "2025-11-16 23:12:35" [23:12:35.701] | : . ' , ; ` | : . ' , ; ..$ finished : POSIXct[1:1], format: "2025-11-16 23:12:35" [23:12:35.701] | : . ' , ; ` | : . ' , ; ..$ uuid : chr [1:2] "929d848c7948bac61ab58cc584cd63e8" "3" [23:12:35.701] | : . ' , ; ` | : . ' , ; ..$ session_uuid : chr "4e3318a550af72c9a2d456580d9c0cb7" [23:12:35.701] | : . ' , ; ` | : . ' , ; .. ..- attr(*, "source")=List of 5 [23:12:35.701] | : . ' , ; ` | : . ' , ; .. .. ..$ host : Named chr "CRANWIN3" [23:12:35.701] | : . ' , ; ` | : . ' , ; .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:12:35.701] | : . ' , ; ` | : . ' , ; .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:12:35.701] | : . ' , ; ` | : . ' , ; .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:12:35.701] | : . ' , ; ` | : . ' , ; .. .. ..$ pid : int 66172 [23:12:35.701] | : . ' , ; ` | : . ' , ; .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:12:35" [23:12:35.701] | : . ' , ; ` | : . ' , ; .. .. ..$ random: int 2147483647 [23:12:35.701] | : . ' , ; ` | : . ' , ; ..$ r_info :List of 4 [23:12:35.701] | : . ' , ; ` | : . ' , ; .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:12:35.701] | : . ' , ; ` | : . ' , ; .. .. ..$ : int [1:3] 4 6 0 [23:12:35.701] | : . ' , ; ` | : . ' , ; .. ..$ os : chr "windows" [23:12:35.701] | : . ' , ; ` | : . ' , ; .. ..$ os_name : chr "Windows" [23:12:35.701] | : . ' , ; ` | : . ' , ; .. ..$ captures_utf8: logi TRUE [23:12:35.701] | : . ' , ; ` | : . ' , ; ..$ version : chr "1.8" [23:12:35.701] | : . ' , ; ` | : . ' , ; ..- attr(*, "class")= chr "FutureResult" [23:12:35.701] | : . ' , ; ` | : . ' , ; $ success: logi TRUE [23:12:35.701] | : . ' , ; ` | : . ' , ; $ time : 'proc_time' Named num [1:5] 0.05 0.01 0.06 NA NA [23:12:35.701] | : . ' , ; ` | : . ' , ; ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:12:35.701] | : . ' , ; ` | : . ' , ; $ tag : NULL [23:12:35.723] | : . ' , ; ` | : . ' , ; Received FutureResult [23:12:35.724] | : . ' , ; ` | : . ' , ; FutureResult: [23:12:35.724] | : . ' , ; ` | : . ' , ; value: 'integer' [23:12:35.724] | : . ' , ; ` | : . ' , ; visible: TRUE [23:12:35.724] | : . ' , ; ` | : . ' , ; stdout: character [23:12:35.724] | : . ' , ; ` | : . ' , ; conditions: [n = 0] [23:12:35.724] | : . ' , ; ` | : . ' , ; RNG used: FALSE [23:12:35.724] | : . ' , ; ` | : . ' , ; duration: 0.06311393 secs (started 2025-11-16 23:12:35.602941) [23:12:35.724] | : . ' , ; ` | : . ' , ; version: 1.8 [23:12:35.725] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'remove', earlySignal = 0) ... [23:12:35.725] | : . ' , ; ` | : . ' , ; ` Removed future from position #1 [23:12:35.725] | : . ' , ; ` | : . ' , ; ` Number of registered futures: 0 [23:12:35.726] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'remove', earlySignal = 0) ... done [23:12:35.726] | : . ' , ; ` | : . ' , ; Erased future from future backend [23:12:35.726] | : . ' , ; ` | : . ' , ; result() for ClusterFuture ... [23:12:35.726] | : . ' , ; ` | : . ' , ; ` result already collected: FutureResult [23:12:35.727] | : . ' , ; ` | : . ' , ; result() for ClusterFuture ... done [23:12:35.727] | : . ' , ; ` | : . ' , ; signalConditions() ... [23:12:35.727] | : . ' , ; ` | : . ' , ; ` include = 'immediateCondition' [23:12:35.728] | : . ' , ; ` | : . ' , ; ` exclude = [23:12:35.728] | : . ' , ; ` | : . ' , ; ` resignal = FALSE [23:12:35.728] | : . ' , ; ` | : . ' , ; ` Number of conditions: 0 [23:12:35.728] | : . ' , ; ` | : . ' , ; ` int 0 [23:12:35.729] | : . ' , ; ` | : . ' , ; signalConditions() ... done [23:12:35.729] | : . ' , ; ` | : . ' , receiveMessageFromWorker() for ClusterFuture ... done [23:12:35.730] | : . ' , ; ` | : . ' , receiveMessageFromWorker() returned object of class FutureResult; resolved [23:12:35.730] | : . ' , ; ` | : . ' resolved() for ClusterFuture () ... done [23:12:35.730] | : . ' , ; ` | : . ' assertFutureResult() ... [23:12:35.731] | : . ' , ; ` | : . ' , Future uuid: 929d848c7948bac61ab58cc584cd63e8-3 [23:12:35.731] | : . ' , ; ` | : . ' , identical; success [23:12:35.731] | : . ' , ; ` | : . ' assertFutureResult() ... done [23:12:35.731] | : . ' , ; ` | : . resolved() ... done [23:12:35.732] | : . ' , ; ` | : . Future at position #1 is resolved ... [23:12:35.732] | : . ' , ; ` | : . ' value() for ClusterFuture () ... [23:12:35.732] | : . ' , ; ` | : . ' , result() for ClusterFuture ... [23:12:35.732] | : . ' , ; ` | : . ' , ; result already collected: FutureResult [23:12:35.733] | : . ' , ; ` | : . ' , result() for ClusterFuture ... done [23:12:35.733] | : . ' , ; ` | : . ' , result() for ClusterFuture ... [23:12:35.733] | : . ' , ; ` | : . ' , ; result already collected: FutureResult [23:12:35.734] | : . ' , ; ` | : . ' , result() for ClusterFuture ... done [23:12:35.734] | : . ' , ; ` | : . ' , signalConditions() ... [23:12:35.734] | : . ' , ; ` | : . ' , ; include = 'immediateCondition' [23:12:35.734] | : . ' , ; ` | : . ' , ; exclude = [23:12:35.735] | : . ' , ; ` | : . ' , ; resignal = FALSE [23:12:35.735] | : . ' , ; ` | : . ' , ; Number of conditions: 0 [23:12:35.735] | : . ' , ; ` | : . ' , ; int 0 [23:12:35.736] | : . ' , ; ` | : . ' , signalConditions() ... done [23:12:35.736] | : . ' , ; ` | : . ' , check for misuse ... [23:12:35.737] | : . ' , ; ` | : . ' , check for misuse ... done [23:12:35.737] | : . ' , ; ` | : . ' value() for ClusterFuture () ... done [23:12:35.737] | : . ' , ; ` | : . Future at position #1 is resolved ... done [23:12:35.738] | : . ' , ; ` | : collectValues('workers-37e5752128e4483a3ce8b7fda2d6c13d', firstOnly = TRUE) ... done [23:12:35.738] | : . ' , ; ` | : Remove collected futures ... [23:12:35.738] | : . ' , ; ` | : . Indices of futures to drop: [n=1] '1' [23:12:35.739] | : . ' , ; ` | : Remove collected futures ... done [23:12:35.739] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'collect-first', earlySignal = 1) ... done [23:12:35.739] | : . ' , ; ` | Early signaling of 1 future candidates ... [23:12:35.739] | : . ' , ; ` | Number of futures with early signaling requested: 0 [23:12:35.740] | : . ' , ; ` | Early signaling of 1 future candidates ... done [23:12:35.740] | : . ' , ; ` | Number of registered futures: 1 [23:12:35.740] | : . ' , ; ` Polling for a free worker ... done [23:12:35.741] | : . ' , ; ` FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... [23:12:35.741] | : . ' , ; ` | Listing all futures [23:12:35.741] | : . ' , ; ` | Number of registered futures: 0 [23:12:35.741] | : . ' , ; ` FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... done [23:12:35.742] | : . ' , ; ` Total time: 0.117702007293701 [23:12:35.742] | : . ' , ; requestNode() ... done [23:12:35.742] | : . ' , ; FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... [23:12:35.742] | : . ' , ; ` Listing all futures [23:12:35.743] | : . ' , ; ` Number of registered futures: 0 [23:12:35.743] | : . ' , ; FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... done [23:12:35.743] | : . ' , ; avail: [n=1] '1' [23:12:35.743] | : . ' , ; Index of first available worker: 1 [23:12:35.744] | : . ' , ; Validate that the worker is functional ... [23:12:35.745] | : . ' , ; ` Worker is functional [23:12:35.745] | : . ' , ; ` FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... [23:12:35.746] | : . ' , ; ` | Listing all futures [23:12:35.746] | : . ' , ; ` | Number of registered futures: 0 [23:12:35.746] | : . ' , ; ` FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... done [23:12:35.746] | : . ' , ; Validate that the worker is functional ... done [23:12:35.747] | : . ' , requestWorker() ... done [23:12:35.747] | : . ' , cluster node index: 1 [23:12:35.747] | : . ' launchFuture() for ClusterFutureBackend ... done [23:12:35.747] | : . ' eraseGlobalEnvironment() ... [23:12:35.748] | : . ' eraseGlobalEnvironment() ... done [23:12:35.749] | : . ' launchFuture() ... [23:12:35.749] | : . ' , cluster node index: 1 [23:12:35.749] | : . ' , getFutureData() ... [23:12:35.749] | : . ' , ; getFutureCore() ... [23:12:35.750] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:12:35.750] | : . ' , ; getFutureCore() ... done [23:12:35.750] | : . ' , ; getFutureCapture() ... [23:12:35.750] | : . ' , ; getFutureCapture() ... done [23:12:35.751] | : . ' , ; getFutureContext() ... [23:12:35.751] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:35.751] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:12:35.751] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:35.752] | : . ' , ; ` Packages needed by future backend (n = 0): [23:12:35.752] | : . ' , ; getFutureContext() ... done [23:12:35.752] | : . ' , getFutureData() ... done [23:12:35.758] | : . ' , FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'add', earlySignal = 0) ... [23:12:35.759] | : . ' , ; Appended future to position #1 [23:12:35.759] | : . ' , ; Number of registered futures: 1 [23:12:35.759] | : . ' , FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'add', earlySignal = 0) ... done [23:12:35.759] | : . ' launchFuture() ... done [23:12:35.760] | : . ' ClusterFuture started [23:12:35.760] | : . Launching futures ... done [23:12:35.760] | : Using ClusterFutureBackend ... done [23:12:35.760] | : Future launched: 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:12:35.760] | run() for 'Future' () ... done [23:12:35.761] future(..., label = NULL) ... done [23:12:35.761] value() for list ... [23:12:35.761] | recursive: 0 [23:12:35.762] | reduce: FALSE [23:12:35.762] | length: 2 [23:12:35.762] | Number of remaining objects: 2 [23:12:35.763] | checking value #1: [23:12:35.763] | 'obj' is ClusterFuture [23:12:35.763] | resolved() ... [23:12:35.763] | resolved() ... done [23:12:35.764] | ClusterFuture #1 [23:12:35.764] | signalConditionsASAP(ClusterFuture, pos=1) ... [23:12:35.764] | : nx: 2 [23:12:35.764] | : relay: TRUE [23:12:35.764] | : stdout: TRUE [23:12:35.765] | : signal: TRUE [23:12:35.765] | : resignal: FALSE [23:12:35.765] | : force: TRUE [23:12:35.765] | : relayed: [n=2] FALSE, FALSE [23:12:35.765] | : queued futures: [n=2] FALSE, FALSE [23:12:35.766] | : until=1 [23:12:35.766] | : relaying element #1 [23:12:35.766] | : value() for ClusterFuture () ... [23:12:35.766] | : . result() for ClusterFuture ... [23:12:35.767] | : . ' result already collected: FutureResult [23:12:35.767] | : . result() for ClusterFuture ... done [23:12:35.767] | : . result() for ClusterFuture ... [23:12:35.767] | : . ' result already collected: FutureResult [23:12:35.768] | : . result() for ClusterFuture ... done [23:12:35.768] | : . signalConditions() ... [23:12:35.768] | : . ' include = 'immediateCondition' [23:12:35.768] | : . ' exclude = [23:12:35.769] | : . ' resignal = FALSE [23:12:35.769] | : . ' Number of conditions: 0 [23:12:35.769] | : . ' int 0 [23:12:35.770] | : . signalConditions() ... done [23:12:35.771] | : . relay stdout ... [23:12:35.771] | : . relay stdout ... done [23:12:35.771] | : . check for misuse ... [23:12:35.771] | : . check for misuse ... done [23:12:35.772] | : value() for ClusterFuture () ... done [23:12:35.772] | : result() for ClusterFuture ... [23:12:35.772] | : . result already collected: FutureResult [23:12:35.772] | : result() for ClusterFuture ... done [23:12:35.773] | : signalConditions() ... [23:12:35.773] | : . include = 'immediateCondition' [23:12:35.773] | : . exclude = [23:12:35.773] | : . resignal = FALSE [23:12:35.773] | : . Number of conditions: 0 [23:12:35.774] | : . int 0 [23:12:35.775] | : signalConditions() ... done [23:12:35.775] | : result() for ClusterFuture ... [23:12:35.775] | : . result already collected: FutureResult [23:12:35.775] | : result() for ClusterFuture ... done [23:12:35.775] | : signalConditions() ... [23:12:35.776] | : . include = 'condition' [23:12:35.776] | : . exclude = 'error', 'immediateCondition' [23:12:35.776] | : . resignal = TRUE [23:12:35.776] | : . Number of conditions: 0 [23:12:35.777] | : . int 0 [23:12:35.777] | : signalConditions() ... done [23:12:35.778] | : relayed: [n=2] TRUE, FALSE [23:12:35.778] | : queued futures: [n=2] TRUE, FALSE [23:12:35.778] | signalConditionsASAP(ClusterFuture, pos=1) ... done [23:12:35.778] | value(, ...) ... [23:12:35.779] | value(, ...) ... done [23:12:35.779] | value() for ClusterFuture () ... [23:12:35.779] | : result() for ClusterFuture ... [23:12:35.779] | : . result already collected: FutureResult [23:12:35.779] | : result() for ClusterFuture ... done [23:12:35.780] | : result() for ClusterFuture ... [23:12:35.780] | : . result already collected: FutureResult [23:12:35.780] | : result() for ClusterFuture ... done [23:12:35.780] | : signalConditions() ... [23:12:35.781] | : . include = 'immediateCondition' [23:12:35.781] | : . exclude = [23:12:35.781] | : . resignal = FALSE [23:12:35.781] | : . Number of conditions: 0 [23:12:35.782] | : . int 0 [23:12:35.782] | : signalConditions() ... done [23:12:35.783] | : check for misuse ... [23:12:35.783] | : check for misuse ... done [23:12:35.783] | value() for ClusterFuture () ... done [23:12:35.783] | value: [23:12:35.784] | signalConditionsASAP(ClusterFuture, pos=1) ... [23:12:35.784] | : nx: 2 [23:12:35.784] | : relay: TRUE [23:12:35.784] | : stdout: TRUE [23:12:35.785] | : signal: TRUE [23:12:35.785] | : resignal: FALSE [23:12:35.785] | : force: TRUE [23:12:35.785] | : relayed: [n=2] TRUE, FALSE [23:12:35.785] | : queued futures: [n=2] TRUE, FALSE [23:12:35.786] | : until=2 [23:12:35.786] | : relaying element #2 [23:12:35.786] | : relayed: [n=2] TRUE, FALSE [23:12:35.786] | : queued futures: [n=2] TRUE, FALSE [23:12:35.787] | signalConditionsASAP(ClusterFuture, pos=1) ... done [23:12:35.787] | resolve() for ClusterFuture ... [23:12:35.787] | resolve() for ClusterFuture ... done [23:12:35.787] | length: 1 (resolved future 1) [23:12:35.788] value() for list ... done [23:12:35.788] checking value #2: [23:12:35.788] 'obj' is ClusterFuture [23:12:35.788] resolved() ... [23:12:35.789] | resolved() for ClusterFuture () ... [23:12:35.789] | : Cluster node socket connection: index=4, id=180 [23:12:35.790] | : assertValidConnection() ... [23:12:35.790] | : . cluster node index: 1 [23:12:35.790] | : assertValidConnection() ... done [23:12:35.791] | : receiveMessageFromWorker() for ClusterFuture ... [23:12:35.791] | : . cluster node index: 1 [23:12:35.791] | : . [1] TRUE [23:12:35.792] | : . Received data: [23:12:35.792] | : . List of 5 [23:12:35.792] | : . $ type : chr "VALUE" [23:12:35.792] | : . $ value :List of 16 [23:12:35.792] | : . ..$ value : int 2 [23:12:35.792] | : . ..$ visible : logi TRUE [23:12:35.792] | : . ..$ stdout : chr "" [23:12:35.792] | : . ..$ conditions : list() [23:12:35.792] | : . ..$ rng : logi FALSE [23:12:35.792] | : . ..$ seed : NULL [23:12:35.792] | : . ..$ misuseGlobalEnv : NULL [23:12:35.792] | : . ..$ misuseConnections :List of 3 [23:12:35.792] | : . .. ..$ added : NULL [23:12:35.792] | : . .. ..$ removed : NULL [23:12:35.792] | : . .. ..$ replaced: NULL [23:12:35.792] | : . ..$ misuseDevices : NULL [23:12:35.792] | : . ..$ misuseDefaultDevice: list() [23:12:35.792] | : . ..$ started : POSIXct[1:1], format: "2025-11-16 23:12:35" [23:12:35.792] | : . ..$ finished : POSIXct[1:1], format: "2025-11-16 23:12:35" [23:12:35.792] | : . ..$ uuid : chr [1:2] "929d848c7948bac61ab58cc584cd63e8" "4" [23:12:35.792] | : . ..$ session_uuid : chr "4e3318a550af72c9a2d456580d9c0cb7" [23:12:35.792] | : . .. ..- attr(*, "source")=List of 5 [23:12:35.792] | : . .. .. ..$ host : Named chr "CRANWIN3" [23:12:35.792] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:12:35.792] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:12:35.792] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:12:35.792] | : . .. .. ..$ pid : int 66172 [23:12:35.792] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:12:35" [23:12:35.792] | : . .. .. ..$ random: int 2147483647 [23:12:35.792] | : . ..$ r_info :List of 4 [23:12:35.792] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:12:35.792] | : . .. .. ..$ : int [1:3] 4 6 0 [23:12:35.792] | : . .. ..$ os : chr "windows" [23:12:35.792] | : . .. ..$ os_name : chr "Windows" [23:12:35.792] | : . .. ..$ captures_utf8: logi TRUE [23:12:35.792] | : . ..$ version : chr "1.8" [23:12:35.792] | : . ..- attr(*, "class")= chr "FutureResult" [23:12:35.792] | : . $ success: logi TRUE [23:12:35.792] | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:12:35.792] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:12:35.792] | : . $ tag : NULL [23:12:35.810] | : . Received FutureResult [23:12:35.811] | : . FutureResult: [23:12:35.811] | : . value: 'integer' [23:12:35.811] | : . visible: TRUE [23:12:35.811] | : . stdout: character [23:12:35.811] | : . conditions: [n = 0] [23:12:35.811] | : . RNG used: FALSE [23:12:35.811] | : . duration: 0.004802942 secs (started 2025-11-16 23:12:35.758848) [23:12:35.811] | : . version: 1.8 [23:12:35.812] | : . FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'remove', earlySignal = 0) ... [23:12:35.812] | : . ' Removed future from position #1 [23:12:35.812] | : . ' Number of registered futures: 0 [23:12:35.812] | : . FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'remove', earlySignal = 0) ... done [23:12:35.813] | : . Erased future from future backend [23:12:35.813] | : . result() for ClusterFuture ... [23:12:35.813] | : . ' result already collected: FutureResult [23:12:35.813] | : . result() for ClusterFuture ... done [23:12:35.814] | : . signalConditions() ... [23:12:35.814] | : . ' include = 'immediateCondition' [23:12:35.814] | : . ' exclude = [23:12:35.814] | : . ' resignal = FALSE [23:12:35.815] | : . ' Number of conditions: 0 [23:12:35.815] | : . ' int 0 [23:12:35.815] | : . signalConditions() ... done [23:12:35.816] | : receiveMessageFromWorker() for ClusterFuture ... done [23:12:35.816] | : receiveMessageFromWorker() returned object of class FutureResult; resolved [23:12:35.816] | resolved() for ClusterFuture () ... done [23:12:35.816] | assertFutureResult() ... [23:12:35.817] | : Future uuid: 929d848c7948bac61ab58cc584cd63e8-4 [23:12:35.817] | : identical; success [23:12:35.817] | assertFutureResult() ... done [23:12:35.817] resolved() ... done [23:12:35.817] ClusterFuture #2 [23:12:35.818] signalConditionsASAP(ClusterFuture, pos=2) ... [23:12:35.818] | nx: 2 [23:12:35.818] | relay: TRUE [23:12:35.818] | stdout: TRUE [23:12:35.818] | signal: TRUE [23:12:35.819] | resignal: FALSE [23:12:35.819] | force: TRUE [23:12:35.819] | relayed: [n=2] TRUE, FALSE [23:12:35.819] | queued futures: [n=2] TRUE, FALSE [23:12:35.820] | until=2 [23:12:35.820] | relaying element #2 [23:12:35.820] | value() for ClusterFuture () ... [23:12:35.820] | : result() for ClusterFuture ... [23:12:35.820] | : . result already collected: FutureResult [23:12:35.821] | : result() for ClusterFuture ... done [23:12:35.821] | : result() for ClusterFuture ... [23:12:35.821] | : . result already collected: FutureResult [23:12:35.821] | : result() for ClusterFuture ... done [23:12:35.822] | : signalConditions() ... [23:12:35.822] | : . include = 'immediateCondition' [23:12:35.822] | : . exclude = [23:12:35.822] | : . resignal = FALSE [23:12:35.822] | : . Number of conditions: 0 [23:12:35.823] | : . int 0 [23:12:35.823] | : signalConditions() ... done [23:12:35.824] | : relay stdout ... [23:12:35.824] | : relay stdout ... done [23:12:35.824] | : check for misuse ... [23:12:35.824] | : check for misuse ... done [23:12:35.825] | value() for ClusterFuture () ... done [23:12:35.825] | result() for ClusterFuture ... [23:12:35.825] | : result already collected: FutureResult [23:12:35.825] | result() for ClusterFuture ... done [23:12:35.826] | signalConditions() ... [23:12:35.826] | : include = 'immediateCondition' [23:12:35.826] | : exclude = [23:12:35.826] | : resignal = FALSE [23:12:35.826] | : Number of conditions: 0 [23:12:35.827] | : int 0 [23:12:35.827] | signalConditions() ... done [23:12:35.828] | result() for ClusterFuture ... [23:12:35.828] | : result already collected: FutureResult [23:12:35.828] | result() for ClusterFuture ... done [23:12:35.828] | signalConditions() ... [23:12:35.828] | : include = 'condition' [23:12:35.829] | : exclude = 'error', 'immediateCondition' [23:12:35.829] | : resignal = TRUE [23:12:35.829] | : Number of conditions: 0 [23:12:35.829] | : int 0 [23:12:35.830] | signalConditions() ... done [23:12:35.830] | relayed: [n=2] TRUE, TRUE [23:12:35.830] | queued futures: [n=2] TRUE, TRUE [23:12:35.831] signalConditionsASAP(ClusterFuture, pos=2) ... done [23:12:35.831] value(, ...) ... [23:12:35.831] value(, ...) ... done [23:12:35.832] value() for ClusterFuture () ... [23:12:35.832] | result() for ClusterFuture ... [23:12:35.832] | : result already collected: FutureResult [23:12:35.833] | result() for ClusterFuture ... done [23:12:35.833] | result() for ClusterFuture ... [23:12:35.833] | : result already collected: FutureResult [23:12:35.834] | result() for ClusterFuture ... done [23:12:35.834] | signalConditions() ... [23:12:35.834] | : include = 'immediateCondition' [23:12:35.835] | : exclude = [23:12:35.835] | : resignal = FALSE [23:12:35.835] | : Number of conditions: 0 [23:12:35.836] | : int 0 [23:12:35.837] | signalConditions() ... done [23:12:35.837] | check for misuse ... [23:12:35.837] | check for misuse ... done [23:12:35.838] value() for ClusterFuture () ... done [23:12:35.838] value: [23:12:35.838] signalConditionsASAP(ClusterFuture, pos=2) ... [23:12:35.839] | nx: 2 [23:12:35.839] | relay: TRUE [23:12:35.839] | stdout: TRUE [23:12:35.839] | signal: TRUE [23:12:35.840] | resignal: FALSE [23:12:35.840] | force: TRUE [23:12:35.840] | relayed: [n=2] TRUE, TRUE [23:12:35.840] | queued futures: [n=2] TRUE, TRUE [23:12:35.841] | until=2 [23:12:35.841] | relayed: [n=2] TRUE, TRUE [23:12:35.841] | queued futures: [n=2] TRUE, TRUE [23:12:35.842] signalConditionsASAP(ClusterFuture, pos=2) ... done [23:12:35.842] resolve() for ClusterFuture ... [23:12:35.842] resolve() for ClusterFuture ... done [23:12:35.843] length: 0 (resolved future 2) [23:12:35.843] Relaying remaining futures ... [23:12:35.843] | signalConditionsASAP(NULL, pos=0) ... [23:12:35.844] | : nx: 2 [23:12:35.844] | : relay: TRUE [23:12:35.844] | : stdout: TRUE [23:12:35.845] | : signal: TRUE [23:12:35.845] | : resignal: FALSE [23:12:35.845] | : force: TRUE [23:12:35.845] | : relayed: [n=2] TRUE, TRUE [23:12:35.846] | : queued futures: [n=2] TRUE, TRUE - flush all [23:12:35.846] | : relayed: [n=2] TRUE, TRUE [23:12:35.846] | : queued futures: [n=2] TRUE, TRUE [23:12:35.847] | signalConditionsASAP(NULL, pos=0) ... done [23:12:35.847] Relaying remaining futures ... done Iteration #3 [23:12:36.119] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:36.120] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:12:36.120] | : all.equal() for FutureStrategyList ... [23:12:36.120] | : . New stack: [23:12:36.120] | : . List of 1 [23:12:36.120] | : . $ :function (..., workers = list(list(con = 4L, host = "localhost", rank = 0))) [23:12:36.120] | : . ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:12:36.120] | : . ..- attr(*, "init")= logi TRUE [23:12:36.120] | : . ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:36.120] | : . earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:36.120] | : . .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:36.120] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:36.120] | : . ..- attr(*, "tweaks")=List of 1 [23:12:36.120] | : . .. ..$ workers:List of 1 [23:12:36.120] | : . .. .. ..$ :List of 3 [23:12:36.120] | : . .. .. .. ..$ con : 'sockconn' int 4 [23:12:36.120] | : . .. .. .. .. ..- attr(*, "conn_id")= [23:12:36.120] | : . .. .. .. ..$ host: chr "localhost" [23:12:36.120] | : . .. .. .. ..$ rank: num 0 [23:12:36.120] | : . .. .. .. ..- attr(*, "class")= chr "SOCKnode" [23:12:36.120] | : . .. .. ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:36.120] | : . ..- attr(*, "call")= language plan(cluster, workers = cl) [23:12:36.120] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:36.131] | : . Old stack: [23:12:36.131] | : . List of 1 [23:12:36.131] | : . $ :function (..., workers = list(list(con = 4L, host = "localhost", rank = 0))) [23:12:36.131] | : . ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:12:36.131] | : . ..- attr(*, "init")= chr "done" [23:12:36.131] | : . ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:36.131] | : . earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:36.131] | : . .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:36.131] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:36.131] | : . ..- attr(*, "tweaks")=List of 1 [23:12:36.131] | : . .. ..$ workers:List of 1 [23:12:36.131] | : . .. .. ..$ :List of 3 [23:12:36.131] | : . .. .. .. ..$ con : 'sockconn' int 4 [23:12:36.131] | : . .. .. .. .. ..- attr(*, "conn_id")= [23:12:36.131] | : . .. .. .. ..$ host: chr "localhost" [23:12:36.131] | : . .. .. .. ..$ rank: num 0 [23:12:36.131] | : . .. .. .. ..- attr(*, "class")= chr "SOCKnode" [23:12:36.131] | : . .. .. ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:36.131] | : . ..- attr(*, "call")= language plan(cluster, workers = cl) [23:12:36.131] | : . ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [23:12:36.131] | : . .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:36.131] | : . earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:36.131] | : . .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:36.131] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:36.138] | : . Not identical [23:12:36.139] | : . all.equal() for future ... [23:12:36.139] | : . ' List of 2 [23:12:36.139] | : . ' $ target :function (..., workers = list(list(con = 4L, host = "localhost", rank = 0))) [23:12:36.139] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:12:36.139] | : . ' ..- attr(*, "init")= logi TRUE [23:12:36.139] | : . ' ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:36.139] | : . ' earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:36.139] | : . ' .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:36.139] | : . ' ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:36.139] | : . ' ..- attr(*, "tweaks")=List of 1 [23:12:36.139] | : . ' .. ..$ workers:List of 1 [23:12:36.139] | : . ' .. .. ..$ :List of 3 [23:12:36.139] | : . ' .. .. .. ..$ con : 'sockconn' int 4 [23:12:36.139] | : . ' .. .. .. .. ..- attr(*, "conn_id")= [23:12:36.139] | : . ' .. .. .. ..$ host: chr "localhost" [23:12:36.139] | : . ' .. .. .. ..$ rank: num 0 [23:12:36.139] | : . ' .. .. .. ..- attr(*, "class")= chr "SOCKnode" [23:12:36.139] | : . ' .. .. ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:36.139] | : . ' ..- attr(*, "call")= language plan(cluster, workers = cl) [23:12:36.139] | : . ' $ current:function (..., workers = list(list(con = 4L, host = "localhost", rank = 0))) [23:12:36.139] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:12:36.139] | : . ' ..- attr(*, "init")= chr "done" [23:12:36.139] | : . ' ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:36.139] | : . ' earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:36.139] | : . ' .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:36.139] | : . ' ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:36.139] | : . ' ..- attr(*, "tweaks")=List of 1 [23:12:36.139] | : . ' .. ..$ workers:List of 1 [23:12:36.139] | : . ' .. .. ..$ :List of 3 [23:12:36.139] | : . ' .. .. .. ..$ con : 'sockconn' int 4 [23:12:36.139] | : . ' .. .. .. .. ..- attr(*, "conn_id")= [23:12:36.139] | : . ' .. .. .. ..$ host: chr "localhost" [23:12:36.139] | : . ' .. .. .. ..$ rank: num 0 [23:12:36.139] | : . ' .. .. .. ..- attr(*, "class")= chr "SOCKnode" [23:12:36.139] | : . ' .. .. ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:36.139] | : . ' ..- attr(*, "call")= language plan(cluster, workers = cl) [23:12:36.139] | : . ' ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [23:12:36.139] | : . ' .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:36.139] | : . ' earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:36.139] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:36.152] | : . ' Formals differ [23:12:36.152] | : . all.equal() for future ... done [23:12:36.152] | : . Future strategies differ at level 1 [23:12:36.152] | : all.equal() for FutureStrategyList ... done [23:12:36.152] | : plan(): Setting new future backend stack: [23:12:36.152] | : List of future strategies: [23:12:36.152] | : 1. cluster: [23:12:36.152] | : - args: function (..., workers = "") [23:12:36.152] | : - tweaked: TRUE [23:12:36.152] | : - call: plan(cluster, workers = cl) [23:12:36.153] | : List of 1 [23:12:36.153] | : $ :function (..., workers = list(list(con = 4L, host = "localhost", rank = 0))) [23:12:36.153] | : ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:12:36.153] | : ..- attr(*, "init")= logi TRUE [23:12:36.153] | : ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:36.153] | : earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:36.153] | : .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:36.153] | : ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:36.153] | : ..- attr(*, "tweaks")=List of 1 [23:12:36.153] | : .. ..$ workers:List of 1 [23:12:36.153] | : .. .. ..$ :List of 3 [23:12:36.153] | : .. .. .. ..$ con : 'sockconn' int 4 [23:12:36.153] | : .. .. .. .. ..- attr(*, "conn_id")= [23:12:36.153] | : .. .. .. ..$ host: chr "localhost" [23:12:36.153] | : .. .. .. ..$ rank: num 0 [23:12:36.153] | : .. .. .. ..- attr(*, "class")= chr "SOCKnode" [23:12:36.153] | : .. .. ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:36.153] | : ..- attr(*, "call")= language plan(cluster, workers = cl) [23:12:36.153] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:36.163] | : plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [23:12:36.163] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:36.163] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [23:12:36.163] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:36.164] | : . stopWorkers() for ClusterFutureBackend ... [23:12:36.164] | : . ' Interrupt active futures ... [23:12:36.165] | : . ' , Number of futures: 0 [23:12:36.165] | : . ' Interrupt active futures ... done [23:12:36.166] | : . ' Clear future registry ... [23:12:36.167] | : . ' Clear future registry ... done [23:12:36.167] | : . ' Stop cluster workers ... [23:12:36.167] | : . ' , Stopping existing cluster ... [23:12:36.167] | : . ' , ; No pre-existing cluster. Skipping [23:12:36.168] | : . ' , Stopping existing cluster ... done [23:12:36.168] | : . ' Stop cluster workers ... done [23:12:36.168] | : . stopWorkers() for ClusterFutureBackend ... done [23:12:36.168] | : . Legacy shutdown of cluster workers ... [23:12:36.169] | : . ' Stopping existing cluster ... [23:12:36.169] | : . ' , No pre-existing cluster. Skipping [23:12:36.169] | : . ' Stopping existing cluster ... done [23:12:36.170] | : . Legacy shutdown of cluster workers ... done [23:12:36.170] | : plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [23:12:36.170] | : plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... [23:12:36.170] | : . function (..., workers = list(list(con = 4L, host = "localhost", rank = 0))) [23:12:36.170] | : . - attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:12:36.170] | : . - attr(*, "init")= logi TRUE [23:12:36.170] | : . - attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:36.170] | : . earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:36.170] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:36.170] | : . - attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:36.170] | : . - attr(*, "tweaks")=List of 1 [23:12:36.170] | : . ..$ workers:List of 1 [23:12:36.170] | : . .. ..$ :List of 3 [23:12:36.170] | : . .. .. ..$ con : 'sockconn' int 4 [23:12:36.170] | : . .. .. .. ..- attr(*, "conn_id")= [23:12:36.170] | : . .. .. ..$ host: chr "localhost" [23:12:36.170] | : . .. .. ..$ rank: num 0 [23:12:36.170] | : . .. .. ..- attr(*, "class")= chr "SOCKnode" [23:12:36.170] | : . .. ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:36.170] | : . - attr(*, "call")= language plan(cluster, workers = cl) [23:12:36.180] | : . init: TRUE [23:12:36.180] | : . makeFutureBackend() ... [23:12:36.180] | : . ' Backend function: <'NULL'> [23:12:36.181] | : . ' Evaluator tweak arguments: [n=1] [23:12:36.181] | : . ' List of 1 [23:12:36.181] | : . ' $ workers:List of 1 [23:12:36.181] | : . ' ..$ :List of 3 [23:12:36.181] | : . ' .. ..$ con : 'sockconn' int 4 [23:12:36.181] | : . ' .. .. ..- attr(*, "conn_id")= [23:12:36.181] | : . ' .. ..$ host: chr "localhost" [23:12:36.181] | : . ' .. ..$ rank: num 0 [23:12:36.181] | : . ' .. ..- attr(*, "class")= chr "SOCKnode" [23:12:36.181] | : . ' ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:36.186] | : . ' Evaluator formal arguments: [n=1] [23:12:36.186] | : . ' Dotted pair list of 1 [23:12:36.186] | : . ' $ workers:List of 1 [23:12:36.186] | : . ' ..$ :List of 3 [23:12:36.186] | : . ' .. ..$ con : 'sockconn' int 4 [23:12:36.186] | : . ' .. .. ..- attr(*, "conn_id")= [23:12:36.186] | : . ' .. ..$ host: chr "localhost" [23:12:36.186] | : . ' .. ..$ rank: num 0 [23:12:36.186] | : . ' .. ..- attr(*, "class")= chr "SOCKnode" [23:12:36.186] | : . ' ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:36.192] | : . ' Arguments passed to the future-backend factory: [n=1] [23:12:36.192] | : . ' List of 1 [23:12:36.192] | : . ' $ workers:List of 1 [23:12:36.192] | : . ' ..$ :List of 3 [23:12:36.192] | : . ' .. ..$ con : 'sockconn' int 4 [23:12:36.192] | : . ' .. .. ..- attr(*, "conn_id")= [23:12:36.192] | : . ' .. ..$ host: chr "localhost" [23:12:36.192] | : . ' .. ..$ rank: num 0 [23:12:36.192] | : . ' .. ..- attr(*, "class")= chr "SOCKnode" [23:12:36.192] | : . ' ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:36.197] | : . ' ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... [23:12:36.197] | : . ' , Stopping existing cluster ... [23:12:36.197] | : . ' , ; No pre-existing cluster. Skipping [23:12:36.198] | : . ' , Stopping existing cluster ... done [23:12:36.198] | : . ' , Number of workers: 1 [23:12:36.198] | : . ' , Generated workers UUID [23:12:36.199] | : . ' , Workers UUID: '37e5752128e4483a3ce8b7fda2d6c13d' [23:12:36.199] | : . ' ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... done [23:12:36.199] | : . ' Backend: <'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [23:12:36.200] | : . makeFutureBackend() ... done [23:12:36.200] | : plan(): plan_init() of 'tweaked', 'cluster', 'multiprocess', 'future', 'function' ... done [23:12:36.200] | : nbrOfWorkers(NULL) ... [23:12:36.201] | : . List of 4 [23:12:36.201] | : . $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [23:12:36.201] | : . $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [23:12:36.201] | : . $ : language nbrOfWorkers() [23:12:36.201] | : . $ : language nbrOfWorkers.NULL() [23:12:36.204] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:36.204] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:36.204] | : . Number of workers: 1 [23:12:36.204] | : nbrOfWorkers(NULL) ... done [23:12:36.205] | : plan(): nbrOfWorkers() = 1 [23:12:36.205] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [23:12:36.205] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:36.206] future(..., label = NULL) ... [23:12:36.206] | lazy: FALSE [23:12:36.206] | stdout: TRUE [23:12:36.206] | conditions: [n=1] 'condition' [23:12:36.207] | gc: FALSE [23:12:36.207] | earlySignal: FALSE [23:12:36.207] | getGlobalsAndPackages() ... [23:12:36.208] | : Searching for globals ... [23:12:36.216] | : . globals found: [3] '[[', 'X', 'i' [23:12:36.217] | : Searching for globals ... done [23:12:36.217] | : Resolving globals: FALSE [23:12:36.217] | : Search for packages associated with the globals ... [23:12:36.218] | : . Packages associated with globals: [1] 'base' [23:12:36.218] | : . Packages: [1] 'base' [23:12:36.218] | : Search for packages associated with the globals ... done [23:12:36.219] | : Packages after dropping 'base': [0] [23:12:36.219] | : globals: [2] 'X', 'i' [23:12:36.220] | : packages: [0] [23:12:36.220] | getGlobalsAndPackages() ... done [23:12:36.220] | run() for 'Future' () ... [23:12:36.221] | : state: 'created' [23:12:36.221] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:36.221] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:36.222] | : Using ClusterFutureBackend ... [23:12:36.222] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [23:12:36.222] | : . Launching futures ... [23:12:36.223] | : . ' launchFuture() for ClusterFutureBackend ... [23:12:36.223] | : . ' , Workers: [n=1] [23:12:36.223] | : . ' , socket cluster with 1 nodes on host 'localhost' [23:12:36.224] | : . ' , FutureRegistry: 'workers-37e5752128e4483a3ce8b7fda2d6c13d' [23:12:36.224] | : . ' , requestWorker() ... [23:12:36.224] | : . ' , ; requestNode() ... [23:12:36.225] | : . ' , ; ` Number of workers: 1 [23:12:36.225] | : . ' , ; ` Polling for a free worker ... [23:12:36.225] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... [23:12:36.226] | : . ' , ; ` | : Listing all futures [23:12:36.226] | : . ' , ; ` | : Number of registered futures: 0 [23:12:36.226] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... done [23:12:36.226] | : . ' , ; ` | Total time: 0 [23:12:36.227] | : . ' , ; ` Polling for a free worker ... done [23:12:36.227] | : . ' , ; ` FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... [23:12:36.227] | : . ' , ; ` | Listing all futures [23:12:36.228] | : . ' , ; ` | Number of registered futures: 0 [23:12:36.228] | : . ' , ; ` FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... done [23:12:36.228] | : . ' , ; ` avail: [n=1] '1' [23:12:36.229] | : . ' , ; ` Index of first available worker: 1 [23:12:36.229] | : . ' , ; ` Validate that the worker is functional ... [23:12:36.230] | : . ' , ; ` | Worker is functional [23:12:36.230] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... [23:12:36.230] | : . ' , ; ` | : Listing all futures [23:12:36.231] | : . ' , ; ` | : Number of registered futures: 0 [23:12:36.231] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... done [23:12:36.231] | : . ' , ; ` Validate that the worker is functional ... done [23:12:36.231] | : . ' , ; requestNode() ... done [23:12:36.232] | : . ' , ; cluster node index: 1 [23:12:36.232] | : . ' , requestWorker() ... done [23:12:36.232] | : . ' , eraseGlobalEnvironment() ... [23:12:36.387] | : . ' , eraseGlobalEnvironment() ... done [23:12:36.387] | : . ' , launchFuture() ... [23:12:36.387] | : . ' , ; cluster node index: 1 [23:12:36.388] | : . ' , ; getFutureData() ... [23:12:36.388] | : . ' , ; ` getFutureCore() ... [23:12:36.388] | : . ' , ; ` | Packages needed by the future expression (n = 0): [23:12:36.389] | : . ' , ; ` getFutureCore() ... done [23:12:36.389] | : . ' , ; ` getFutureCapture() ... [23:12:36.389] | : . ' , ; ` getFutureCapture() ... done [23:12:36.390] | : . ' , ; ` getFutureContext() ... [23:12:36.390] | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:36.390] | : . ' , ; ` | : Getting stack without first backend: [n=0] [23:12:36.391] | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:36.391] | : . ' , ; ` | Packages needed by future backend (n = 0): [23:12:36.391] | : . ' , ; ` getFutureContext() ... done [23:12:36.391] | : . ' , ; getFutureData() ... done [23:12:36.392] | : . ' , ; FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'add', earlySignal = 0) ... [23:12:36.393] | : . ' , ; ` Appended future to position #1 [23:12:36.393] | : . ' , ; ` Number of registered futures: 1 [23:12:36.393] | : . ' , ; FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'add', earlySignal = 0) ... done [23:12:36.394] | : . ' , launchFuture() ... done [23:12:36.394] | : . ' , ClusterFuture started [23:12:36.394] | : . ' launchFuture() for ClusterFutureBackend ... done [23:12:36.394] | : . Launching futures ... done [23:12:36.395] | : . Future launched: 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:12:36.395] | : Using ClusterFutureBackend ... done [23:12:36.396] | run() for 'Future' () ... done [23:12:36.396] future(..., label = NULL) ... done [23:12:36.396] future(..., label = NULL) ... [23:12:36.397] | lazy: FALSE [23:12:36.397] | stdout: TRUE [23:12:36.397] | conditions: [n=1] 'condition' [23:12:36.397] | gc: FALSE [23:12:36.398] | earlySignal: FALSE [23:12:36.398] | getGlobalsAndPackages() ... [23:12:36.398] | : Searching for globals ... [23:12:36.406] | : . globals found: [3] '[[', 'X', 'i' [23:12:36.406] | : Searching for globals ... done [23:12:36.407] | : Resolving globals: FALSE [23:12:36.407] | : Search for packages associated with the globals ... [23:12:36.407] | : . Packages associated with globals: [1] 'base' [23:12:36.408] | : . Packages: [1] 'base' [23:12:36.408] | : Search for packages associated with the globals ... done [23:12:36.409] | : Packages after dropping 'base': [0] [23:12:36.409] | : globals: [2] 'X', 'i' [23:12:36.409] | : packages: [0] [23:12:36.409] | getGlobalsAndPackages() ... done [23:12:36.410] | run() for 'Future' () ... [23:12:36.410] | : state: 'created' [23:12:36.411] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:36.411] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:36.411] | : Using ClusterFutureBackend ... [23:12:36.411] | : . Number of futures since start: 1 (1 created, 1 launched, 0 finished) [23:12:36.412] | : . Launching futures ... [23:12:36.412] | : . ' launchFuture() for ClusterFutureBackend ... [23:12:36.412] | : . ' , Workers: [n=1] [23:12:36.412] | : . ' , socket cluster with 1 nodes on host 'localhost' [23:12:36.413] | : . ' , FutureRegistry: 'workers-37e5752128e4483a3ce8b7fda2d6c13d' [23:12:36.413] | : . ' , requestWorker() ... [23:12:36.413] | : . ' , ; requestNode() ... [23:12:36.413] | : . ' , ; ` Number of workers: 1 [23:12:36.413] | : . ' , ; ` Polling for a free worker ... [23:12:36.414] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... [23:12:36.414] | : . ' , ; ` | : Listing all futures [23:12:36.414] | : . ' , ; ` | : Number of registered futures: 1 [23:12:36.414] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... done [23:12:36.414] | : . ' , ; ` | Poll #1 (0): usedNodes() = 1, workers = 1 [23:12:36.425] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'collect-first', earlySignal = 1) ... [23:12:36.425] | : . ' , ; ` | : collectValues('workers-37e5752128e4483a3ce8b7fda2d6c13d', firstOnly = TRUE) ... [23:12:36.426] | : . ' , ; ` | : . resolved() ... [23:12:36.426] | : . ' , ; ` | : . ' resolved() for ClusterFuture () ... [23:12:36.427] | : . ' , ; ` | : . ' , Cluster node socket connection: index=4, id=221 [23:12:36.427] | : . ' , ; ` | : . ' , assertValidConnection() ... [23:12:36.427] | : . ' , ; ` | : . ' , ; cluster node index: 1 [23:12:36.428] | : . ' , ; ` | : . ' , assertValidConnection() ... done [23:12:36.496] | : . ' , ; ` | : . ' , receiveMessageFromWorker() for ClusterFuture ... [23:12:36.496] | : . ' , ; ` | : . ' , ; cluster node index: 1 [23:12:36.497] | : . ' , ; ` | : . ' , ; [1] TRUE [23:12:36.497] | : . ' , ; ` | : . ' , ; Received data: [23:12:36.497] | : . ' , ; ` | : . ' , ; List of 5 [23:12:36.497] | : . ' , ; ` | : . ' , ; $ type : chr "VALUE" [23:12:36.497] | : . ' , ; ` | : . ' , ; $ value :List of 16 [23:12:36.497] | : . ' , ; ` | : . ' , ; ..$ value : int 1 [23:12:36.497] | : . ' , ; ` | : . ' , ; ..$ visible : logi TRUE [23:12:36.497] | : . ' , ; ` | : . ' , ; ..$ stdout : chr "" [23:12:36.497] | : . ' , ; ` | : . ' , ; ..$ conditions : list() [23:12:36.497] | : . ' , ; ` | : . ' , ; ..$ rng : logi FALSE [23:12:36.497] | : . ' , ; ` | : . ' , ; ..$ seed : NULL [23:12:36.497] | : . ' , ; ` | : . ' , ; ..$ misuseGlobalEnv : NULL [23:12:36.497] | : . ' , ; ` | : . ' , ; ..$ misuseConnections :List of 3 [23:12:36.497] | : . ' , ; ` | : . ' , ; .. ..$ added : NULL [23:12:36.497] | : . ' , ; ` | : . ' , ; .. ..$ removed : NULL [23:12:36.497] | : . ' , ; ` | : . ' , ; .. ..$ replaced: NULL [23:12:36.497] | : . ' , ; ` | : . ' , ; ..$ misuseDevices : NULL [23:12:36.497] | : . ' , ; ` | : . ' , ; ..$ misuseDefaultDevice: list() [23:12:36.497] | : . ' , ; ` | : . ' , ; ..$ started : POSIXct[1:1], format: "2025-11-16 23:12:36" [23:12:36.497] | : . ' , ; ` | : . ' , ; ..$ finished : POSIXct[1:1], format: "2025-11-16 23:12:36" [23:12:36.497] | : . ' , ; ` | : . ' , ; ..$ uuid : chr [1:2] "929d848c7948bac61ab58cc584cd63e8" "5" [23:12:36.497] | : . ' , ; ` | : . ' , ; ..$ session_uuid : chr "105aacae00c960ed0c58ed1999a13e28" [23:12:36.497] | : . ' , ; ` | : . ' , ; .. ..- attr(*, "source")=List of 5 [23:12:36.497] | : . ' , ; ` | : . ' , ; .. .. ..$ host : Named chr "CRANWIN3" [23:12:36.497] | : . ' , ; ` | : . ' , ; .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:12:36.497] | : . ' , ; ` | : . ' , ; .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:12:36.497] | : . ' , ; ` | : . ' , ; .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:12:36.497] | : . ' , ; ` | : . ' , ; .. .. ..$ pid : int 72480 [23:12:36.497] | : . ' , ; ` | : . ' , ; .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:12:36" [23:12:36.497] | : . ' , ; ` | : . ' , ; .. .. ..$ random: int 2147483647 [23:12:36.497] | : . ' , ; ` | : . ' , ; ..$ r_info :List of 4 [23:12:36.497] | : . ' , ; ` | : . ' , ; .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:12:36.497] | : . ' , ; ` | : . ' , ; .. .. ..$ : int [1:3] 4 6 0 [23:12:36.497] | : . ' , ; ` | : . ' , ; .. ..$ os : chr "windows" [23:12:36.497] | : . ' , ; ` | : . ' , ; .. ..$ os_name : chr "Windows" [23:12:36.497] | : . ' , ; ` | : . ' , ; .. ..$ captures_utf8: logi TRUE [23:12:36.497] | : . ' , ; ` | : . ' , ; ..$ version : chr "1.8" [23:12:36.497] | : . ' , ; ` | : . ' , ; ..- attr(*, "class")= chr "FutureResult" [23:12:36.497] | : . ' , ; ` | : . ' , ; $ success: logi TRUE [23:12:36.497] | : . ' , ; ` | : . ' , ; $ time : 'proc_time' Named num [1:5] 0.11 0 0.11 NA NA [23:12:36.497] | : . ' , ; ` | : . ' , ; ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:12:36.497] | : . ' , ; ` | : . ' , ; $ tag : NULL [23:12:36.515] | : . ' , ; ` | : . ' , ; Received FutureResult [23:12:36.516] | : . ' , ; ` | : . ' , ; FutureResult: [23:12:36.516] | : . ' , ; ` | : . ' , ; value: 'integer' [23:12:36.516] | : . ' , ; ` | : . ' , ; visible: TRUE [23:12:36.516] | : . ' , ; ` | : . ' , ; stdout: character [23:12:36.516] | : . ' , ; ` | : . ' , ; conditions: [n = 0] [23:12:36.516] | : . ' , ; ` | : . ' , ; RNG used: FALSE [23:12:36.516] | : . ' , ; ` | : . ' , ; duration: 0.09926701 secs (started 2025-11-16 23:12:36.395605) [23:12:36.516] | : . ' , ; ` | : . ' , ; version: 1.8 [23:12:36.517] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'remove', earlySignal = 0) ... [23:12:36.517] | : . ' , ; ` | : . ' , ; ` Removed future from position #1 [23:12:36.517] | : . ' , ; ` | : . ' , ; ` Number of registered futures: 0 [23:12:36.517] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'remove', earlySignal = 0) ... done [23:12:36.518] | : . ' , ; ` | : . ' , ; Erased future from future backend [23:12:36.518] | : . ' , ; ` | : . ' , ; result() for ClusterFuture ... [23:12:36.518] | : . ' , ; ` | : . ' , ; ` result already collected: FutureResult [23:12:36.519] | : . ' , ; ` | : . ' , ; result() for ClusterFuture ... done [23:12:36.519] | : . ' , ; ` | : . ' , ; signalConditions() ... [23:12:36.519] | : . ' , ; ` | : . ' , ; ` include = 'immediateCondition' [23:12:36.520] | : . ' , ; ` | : . ' , ; ` exclude = [23:12:36.520] | : . ' , ; ` | : . ' , ; ` resignal = FALSE [23:12:36.520] | : . ' , ; ` | : . ' , ; ` Number of conditions: 0 [23:12:36.520] | : . ' , ; ` | : . ' , ; ` int 0 [23:12:36.521] | : . ' , ; ` | : . ' , ; signalConditions() ... done [23:12:36.521] | : . ' , ; ` | : . ' , receiveMessageFromWorker() for ClusterFuture ... done [23:12:36.522] | : . ' , ; ` | : . ' , receiveMessageFromWorker() returned object of class FutureResult; resolved [23:12:36.522] | : . ' , ; ` | : . ' resolved() for ClusterFuture () ... done [23:12:36.522] | : . ' , ; ` | : . ' assertFutureResult() ... [23:12:36.523] | : . ' , ; ` | : . ' , Future uuid: 929d848c7948bac61ab58cc584cd63e8-5 [23:12:36.523] | : . ' , ; ` | : . ' , identical; success [23:12:36.523] | : . ' , ; ` | : . ' assertFutureResult() ... done [23:12:36.523] | : . ' , ; ` | : . resolved() ... done [23:12:36.524] | : . ' , ; ` | : . Future at position #1 is resolved ... [23:12:36.524] | : . ' , ; ` | : . ' value() for ClusterFuture () ... [23:12:36.524] | : . ' , ; ` | : . ' , result() for ClusterFuture ... [23:12:36.524] | : . ' , ; ` | : . ' , ; result already collected: FutureResult [23:12:36.525] | : . ' , ; ` | : . ' , result() for ClusterFuture ... done [23:12:36.525] | : . ' , ; ` | : . ' , result() for ClusterFuture ... [23:12:36.525] | : . ' , ; ` | : . ' , ; result already collected: FutureResult [23:12:36.526] | : . ' , ; ` | : . ' , result() for ClusterFuture ... done [23:12:36.526] | : . ' , ; ` | : . ' , signalConditions() ... [23:12:36.526] | : . ' , ; ` | : . ' , ; include = 'immediateCondition' [23:12:36.526] | : . ' , ; ` | : . ' , ; exclude = [23:12:36.527] | : . ' , ; ` | : . ' , ; resignal = FALSE [23:12:36.527] | : . ' , ; ` | : . ' , ; Number of conditions: 0 [23:12:36.527] | : . ' , ; ` | : . ' , ; int 0 [23:12:36.528] | : . ' , ; ` | : . ' , signalConditions() ... done [23:12:36.528] | : . ' , ; ` | : . ' , check for misuse ... [23:12:36.529] | : . ' , ; ` | : . ' , check for misuse ... done [23:12:36.529] | : . ' , ; ` | : . ' value() for ClusterFuture () ... done [23:12:36.529] | : . ' , ; ` | : . Future at position #1 is resolved ... done [23:12:36.530] | : . ' , ; ` | : collectValues('workers-37e5752128e4483a3ce8b7fda2d6c13d', firstOnly = TRUE) ... done [23:12:36.530] | : . ' , ; ` | : Remove collected futures ... [23:12:36.530] | : . ' , ; ` | : . Indices of futures to drop: [n=1] '1' [23:12:36.530] | : . ' , ; ` | : Remove collected futures ... done [23:12:36.530] | : . ' , ; ` | FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'collect-first', earlySignal = 1) ... done [23:12:36.530] | : . ' , ; ` | Early signaling of 1 future candidates ... [23:12:36.531] | : . ' , ; ` | Number of futures with early signaling requested: 0 [23:12:36.531] | : . ' , ; ` | Early signaling of 1 future candidates ... done [23:12:36.531] | : . ' , ; ` | Number of registered futures: 1 [23:12:36.531] | : . ' , ; ` Polling for a free worker ... done [23:12:36.531] | : . ' , ; ` FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... [23:12:36.531] | : . ' , ; ` | Listing all futures [23:12:36.532] | : . ' , ; ` | Number of registered futures: 0 [23:12:36.532] | : . ' , ; ` FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... done [23:12:36.532] | : . ' , ; ` Total time: 0.117604970932007 [23:12:36.532] | : . ' , ; requestNode() ... done [23:12:36.532] | : . ' , ; FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... [23:12:36.532] | : . ' , ; ` Listing all futures [23:12:36.533] | : . ' , ; ` Number of registered futures: 0 [23:12:36.533] | : . ' , ; FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... done [23:12:36.533] | : . ' , ; avail: [n=1] '1' [23:12:36.533] | : . ' , ; Index of first available worker: 1 [23:12:36.533] | : . ' , ; Validate that the worker is functional ... [23:12:36.534] | : . ' , ; ` Worker is functional [23:12:36.534] | : . ' , ; ` FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... [23:12:36.535] | : . ' , ; ` | Listing all futures [23:12:36.535] | : . ' , ; ` | Number of registered futures: 0 [23:12:36.535] | : . ' , ; ` FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'list', earlySignal = 0) ... done [23:12:36.535] | : . ' , ; Validate that the worker is functional ... done [23:12:36.536] | : . ' , requestWorker() ... done [23:12:36.536] | : . ' , cluster node index: 1 [23:12:36.536] | : . ' launchFuture() for ClusterFutureBackend ... done [23:12:36.536] | : . ' eraseGlobalEnvironment() ... [23:12:36.537] | : . ' eraseGlobalEnvironment() ... done [23:12:36.537] | : . ' launchFuture() ... [23:12:36.538] | : . ' , cluster node index: 1 [23:12:36.538] | : . ' , getFutureData() ... [23:12:36.538] | : . ' , ; getFutureCore() ... [23:12:36.538] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:12:36.539] | : . ' , ; getFutureCore() ... done [23:12:36.539] | : . ' , ; getFutureCapture() ... [23:12:36.539] | : . ' , ; getFutureCapture() ... done [23:12:36.539] | : . ' , ; getFutureContext() ... [23:12:36.540] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:36.540] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:12:36.540] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:36.541] | : . ' , ; ` Packages needed by future backend (n = 0): [23:12:36.541] | : . ' , ; getFutureContext() ... done [23:12:36.541] | : . ' , getFutureData() ... done [23:12:36.542] | : . ' , FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'add', earlySignal = 0) ... [23:12:36.542] | : . ' , ; Appended future to position #1 [23:12:36.542] | : . ' , ; Number of registered futures: 1 [23:12:36.543] | : . ' , FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'add', earlySignal = 0) ... done [23:12:36.543] | : . ' launchFuture() ... done [23:12:36.543] | : . ' ClusterFuture started [23:12:36.543] | : . Launching futures ... done [23:12:36.544] | : Using ClusterFutureBackend ... done [23:12:36.544] | : Future launched: 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:12:36.544] | run() for 'Future' () ... done [23:12:36.544] future(..., label = NULL) ... done [23:12:36.545] value() for list ... [23:12:36.545] | recursive: 0 [23:12:36.546] | reduce: FALSE [23:12:36.546] | length: 2 [23:12:36.546] | Number of remaining objects: 2 [23:12:36.547] | checking value #1: [23:12:36.547] | 'obj' is ClusterFuture [23:12:36.547] | resolved() ... [23:12:36.547] | resolved() ... done [23:12:36.550] | ClusterFuture #1 [23:12:36.551] | signalConditionsASAP(ClusterFuture, pos=1) ... [23:12:36.551] | : nx: 2 [23:12:36.551] | : relay: TRUE [23:12:36.551] | : stdout: TRUE [23:12:36.552] | : signal: TRUE [23:12:36.552] | : resignal: FALSE [23:12:36.552] | : force: TRUE [23:12:36.552] | : relayed: [n=2] FALSE, FALSE [23:12:36.553] | : queued futures: [n=2] FALSE, FALSE [23:12:36.553] | : until=1 [23:12:36.553] | : relaying element #1 [23:12:36.553] | : value() for ClusterFuture () ... [23:12:36.553] | : . result() for ClusterFuture ... [23:12:36.554] | : . ' result already collected: FutureResult [23:12:36.554] | : . result() for ClusterFuture ... done [23:12:36.554] | : . result() for ClusterFuture ... [23:12:36.554] | : . ' result already collected: FutureResult [23:12:36.555] | : . result() for ClusterFuture ... done [23:12:36.555] | : . signalConditions() ... [23:12:36.555] | : . ' include = 'immediateCondition' [23:12:36.555] | : . ' exclude = [23:12:36.555] | : . ' resignal = FALSE [23:12:36.556] | : . ' Number of conditions: 0 [23:12:36.556] | : . ' int 0 [23:12:36.557] | : . signalConditions() ... done [23:12:36.557] | : . relay stdout ... [23:12:36.557] | : . relay stdout ... done [23:12:36.558] | : . check for misuse ... [23:12:36.558] | : . check for misuse ... done [23:12:36.558] | : value() for ClusterFuture () ... done [23:12:36.558] | : result() for ClusterFuture ... [23:12:36.559] | : . result already collected: FutureResult [23:12:36.559] | : result() for ClusterFuture ... done [23:12:36.559] | : signalConditions() ... [23:12:36.559] | : . include = 'immediateCondition' [23:12:36.560] | : . exclude = [23:12:36.560] | : . resignal = FALSE [23:12:36.560] | : . Number of conditions: 0 [23:12:36.560] | : . int 0 [23:12:36.561] | : signalConditions() ... done [23:12:36.561] | : result() for ClusterFuture ... [23:12:36.562] | : . result already collected: FutureResult [23:12:36.562] | : result() for ClusterFuture ... done [23:12:36.562] | : signalConditions() ... [23:12:36.562] | : . include = 'condition' [23:12:36.563] | : . exclude = 'error', 'immediateCondition' [23:12:36.563] | : . resignal = TRUE [23:12:36.563] | : . Number of conditions: 0 [23:12:36.563] | : . int 0 [23:12:36.564] | : signalConditions() ... done [23:12:36.564] | : relayed: [n=2] TRUE, FALSE [23:12:36.565] | : queued futures: [n=2] TRUE, FALSE [23:12:36.565] | signalConditionsASAP(ClusterFuture, pos=1) ... done [23:12:36.565] | value(, ...) ... [23:12:36.565] | value(, ...) ... done [23:12:36.566] | value() for ClusterFuture () ... [23:12:36.566] | : result() for ClusterFuture ... [23:12:36.566] | : . result already collected: FutureResult [23:12:36.566] | : result() for ClusterFuture ... done [23:12:36.567] | : result() for ClusterFuture ... [23:12:36.567] | : . result already collected: FutureResult [23:12:36.567] | : result() for ClusterFuture ... done [23:12:36.568] | : signalConditions() ... [23:12:36.568] | : . include = 'immediateCondition' [23:12:36.568] | : . exclude = [23:12:36.568] | : . resignal = FALSE [23:12:36.568] | : . Number of conditions: 0 [23:12:36.569] | : . int 0 [23:12:36.569] | : signalConditions() ... done [23:12:36.569] | : check for misuse ... [23:12:36.570] | : check for misuse ... done [23:12:36.570] | value() for ClusterFuture () ... done [23:12:36.570] | value: [23:12:36.570] | signalConditionsASAP(ClusterFuture, pos=1) ... [23:12:36.570] | : nx: 2 [23:12:36.570] | : relay: TRUE [23:12:36.571] | : stdout: TRUE [23:12:36.571] | : signal: TRUE [23:12:36.571] | : resignal: FALSE [23:12:36.571] | : force: TRUE [23:12:36.571] | : relayed: [n=2] TRUE, FALSE [23:12:36.571] | : queued futures: [n=2] TRUE, FALSE [23:12:36.572] | : until=2 [23:12:36.572] | : relaying element #2 [23:12:36.572] | : relayed: [n=2] TRUE, FALSE [23:12:36.572] | : queued futures: [n=2] TRUE, FALSE [23:12:36.572] | signalConditionsASAP(ClusterFuture, pos=1) ... done [23:12:36.572] | resolve() for ClusterFuture ... [23:12:36.573] | resolve() for ClusterFuture ... done [23:12:36.573] | length: 1 (resolved future 1) [23:12:36.573] value() for list ... done [23:12:36.573] checking value #2: [23:12:36.573] 'obj' is ClusterFuture [23:12:36.573] resolved() ... [23:12:36.574] | resolved() for ClusterFuture () ... [23:12:36.574] | : Cluster node socket connection: index=4, id=221 [23:12:36.574] | : assertValidConnection() ... [23:12:36.574] | : . cluster node index: 1 [23:12:36.575] | : assertValidConnection() ... done [23:12:36.575] | : receiveMessageFromWorker() for ClusterFuture ... [23:12:36.575] | : . cluster node index: 1 [23:12:36.576] | : . [1] TRUE [23:12:36.576] | : . Received data: [23:12:36.576] | : . List of 5 [23:12:36.576] | : . $ type : chr "VALUE" [23:12:36.576] | : . $ value :List of 16 [23:12:36.576] | : . ..$ value : int 2 [23:12:36.576] | : . ..$ visible : logi TRUE [23:12:36.576] | : . ..$ stdout : chr "" [23:12:36.576] | : . ..$ conditions : list() [23:12:36.576] | : . ..$ rng : logi FALSE [23:12:36.576] | : . ..$ seed : NULL [23:12:36.576] | : . ..$ misuseGlobalEnv : NULL [23:12:36.576] | : . ..$ misuseConnections :List of 3 [23:12:36.576] | : . .. ..$ added : NULL [23:12:36.576] | : . .. ..$ removed : NULL [23:12:36.576] | : . .. ..$ replaced: NULL [23:12:36.576] | : . ..$ misuseDevices : NULL [23:12:36.576] | : . ..$ misuseDefaultDevice: list() [23:12:36.576] | : . ..$ started : POSIXct[1:1], format: "2025-11-16 23:12:36" [23:12:36.576] | : . ..$ finished : POSIXct[1:1], format: "2025-11-16 23:12:36" [23:12:36.576] | : . ..$ uuid : chr [1:2] "929d848c7948bac61ab58cc584cd63e8" "6" [23:12:36.576] | : . ..$ session_uuid : chr "105aacae00c960ed0c58ed1999a13e28" [23:12:36.576] | : . .. ..- attr(*, "source")=List of 5 [23:12:36.576] | : . .. .. ..$ host : Named chr "CRANWIN3" [23:12:36.576] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:12:36.576] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:12:36.576] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:12:36.576] | : . .. .. ..$ pid : int 72480 [23:12:36.576] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:12:36" [23:12:36.576] | : . .. .. ..$ random: int 2147483647 [23:12:36.576] | : . ..$ r_info :List of 4 [23:12:36.576] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:12:36.576] | : . .. .. ..$ : int [1:3] 4 6 0 [23:12:36.576] | : . .. ..$ os : chr "windows" [23:12:36.576] | : . .. ..$ os_name : chr "Windows" [23:12:36.576] | : . .. ..$ captures_utf8: logi TRUE [23:12:36.576] | : . ..$ version : chr "1.8" [23:12:36.576] | : . ..- attr(*, "class")= chr "FutureResult" [23:12:36.576] | : . $ success: logi TRUE [23:12:36.576] | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:12:36.576] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:12:36.576] | : . $ tag : NULL [23:12:36.590] | : . Received FutureResult [23:12:36.591] | : . FutureResult: [23:12:36.591] | : . value: 'integer' [23:12:36.591] | : . visible: TRUE [23:12:36.591] | : . stdout: character [23:12:36.591] | : . conditions: [n = 0] [23:12:36.591] | : . RNG used: FALSE [23:12:36.591] | : . duration: 0.005635977 secs (started 2025-11-16 23:12:36.542837) [23:12:36.591] | : . version: 1.8 [23:12:36.591] | : . FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'remove', earlySignal = 0) ... [23:12:36.591] | : . ' Removed future from position #1 [23:12:36.592] | : . ' Number of registered futures: 0 [23:12:36.592] | : . FutureRegistry('workers-37e5752128e4483a3ce8b7fda2d6c13d', action = 'remove', earlySignal = 0) ... done [23:12:36.592] | : . Erased future from future backend [23:12:36.592] | : . result() for ClusterFuture ... [23:12:36.592] | : . ' result already collected: FutureResult [23:12:36.593] | : . result() for ClusterFuture ... done [23:12:36.593] | : . signalConditions() ... [23:12:36.593] | : . ' include = 'immediateCondition' [23:12:36.593] | : . ' exclude = [23:12:36.593] | : . ' resignal = FALSE [23:12:36.594] | : . ' Number of conditions: 0 [23:12:36.594] | : . ' int 0 [23:12:36.594] | : . signalConditions() ... done [23:12:36.595] | : receiveMessageFromWorker() for ClusterFuture ... done [23:12:36.595] | : receiveMessageFromWorker() returned object of class FutureResult; resolved [23:12:36.595] | resolved() for ClusterFuture () ... done [23:12:36.595] | assertFutureResult() ... [23:12:36.595] | : Future uuid: 929d848c7948bac61ab58cc584cd63e8-6 [23:12:36.595] | : identical; success [23:12:36.596] | assertFutureResult() ... done [23:12:36.596] resolved() ... done [23:12:36.596] ClusterFuture #2 [23:12:36.596] signalConditionsASAP(ClusterFuture, pos=2) ... [23:12:36.596] | nx: 2 [23:12:36.596] | relay: TRUE [23:12:36.596] | stdout: TRUE [23:12:36.597] | signal: TRUE [23:12:36.597] | resignal: FALSE [23:12:36.597] | force: TRUE [23:12:36.597] | relayed: [n=2] TRUE, FALSE [23:12:36.597] | queued futures: [n=2] TRUE, FALSE [23:12:36.598] | until=2 [23:12:36.598] | relaying element #2 [23:12:36.598] | value() for ClusterFuture () ... [23:12:36.598] | : result() for ClusterFuture ... [23:12:36.598] | : . result already collected: FutureResult [23:12:36.598] | : result() for ClusterFuture ... done [23:12:36.599] | : result() for ClusterFuture ... [23:12:36.599] | : . result already collected: FutureResult [23:12:36.599] | : result() for ClusterFuture ... done [23:12:36.599] | : signalConditions() ... [23:12:36.599] | : . include = 'immediateCondition' [23:12:36.599] | : . exclude = [23:12:36.600] | : . resignal = FALSE [23:12:36.600] | : . Number of conditions: 0 [23:12:36.600] | : . int 0 [23:12:36.601] | : signalConditions() ... done [23:12:36.601] | : relay stdout ... [23:12:36.601] | : relay stdout ... done [23:12:36.601] | : check for misuse ... [23:12:36.602] | : check for misuse ... done [23:12:36.602] | value() for ClusterFuture () ... done [23:12:36.602] | result() for ClusterFuture ... [23:12:36.602] | : result already collected: FutureResult [23:12:36.602] | result() for ClusterFuture ... done [23:12:36.602] | signalConditions() ... [23:12:36.603] | : include = 'immediateCondition' [23:12:36.603] | : exclude = [23:12:36.603] | : resignal = FALSE [23:12:36.603] | : Number of conditions: 0 [23:12:36.603] | : int 0 [23:12:36.604] | signalConditions() ... done [23:12:36.604] | result() for ClusterFuture ... [23:12:36.604] | : result already collected: FutureResult [23:12:36.604] | result() for ClusterFuture ... done [23:12:36.605] | signalConditions() ... [23:12:36.605] | : include = 'condition' [23:12:36.605] | : exclude = 'error', 'immediateCondition' [23:12:36.605] | : resignal = TRUE [23:12:36.605] | : Number of conditions: 0 [23:12:36.605] | : int 0 [23:12:36.606] | signalConditions() ... done [23:12:36.606] | relayed: [n=2] TRUE, TRUE [23:12:36.606] | queued futures: [n=2] TRUE, TRUE [23:12:36.606] signalConditionsASAP(ClusterFuture, pos=2) ... done [23:12:36.607] value(, ...) ... [23:12:36.607] value(, ...) ... done [23:12:36.607] value() for ClusterFuture () ... [23:12:36.607] | result() for ClusterFuture ... [23:12:36.607] | : result already collected: FutureResult [23:12:36.607] | result() for ClusterFuture ... done [23:12:36.608] | result() for ClusterFuture ... [23:12:36.608] | : result already collected: FutureResult [23:12:36.608] | result() for ClusterFuture ... done [23:12:36.608] | signalConditions() ... [23:12:36.608] | : include = 'immediateCondition' [23:12:36.608] | : exclude = [23:12:36.609] | : resignal = FALSE [23:12:36.609] | : Number of conditions: 0 [23:12:36.609] | : int 0 [23:12:36.609] | signalConditions() ... done [23:12:36.610] | check for misuse ... [23:12:36.610] | check for misuse ... done [23:12:36.610] value() for ClusterFuture () ... done [23:12:36.610] value: [23:12:36.610] signalConditionsASAP(ClusterFuture, pos=2) ... [23:12:36.610] | nx: 2 [23:12:36.611] | relay: TRUE [23:12:36.611] | stdout: TRUE [23:12:36.611] | signal: TRUE [23:12:36.611] | resignal: FALSE [23:12:36.611] | force: TRUE [23:12:36.611] | relayed: [n=2] TRUE, TRUE [23:12:36.612] | queued futures: [n=2] TRUE, TRUE [23:12:36.612] | until=2 [23:12:36.612] | relayed: [n=2] TRUE, TRUE [23:12:36.612] | queued futures: [n=2] TRUE, TRUE [23:12:36.612] signalConditionsASAP(ClusterFuture, pos=2) ... done [23:12:36.612] resolve() for ClusterFuture ... [23:12:36.613] resolve() for ClusterFuture ... done [23:12:36.613] length: 0 (resolved future 2) [23:12:36.613] Relaying remaining futures ... [23:12:36.613] | signalConditionsASAP(NULL, pos=0) ... [23:12:36.613] | : nx: 2 [23:12:36.614] | : relay: TRUE [23:12:36.614] | : stdout: TRUE [23:12:36.614] | : signal: TRUE [23:12:36.614] | : resignal: FALSE [23:12:36.614] | : force: TRUE [23:12:36.614] | : relayed: [n=2] TRUE, TRUE [23:12:36.615] | : queued futures: [n=2] TRUE, TRUE - flush all [23:12:36.615] | : relayed: [n=2] TRUE, TRUE [23:12:36.615] | : queued futures: [n=2] TRUE, TRUE [23:12:36.615] | signalConditionsASAP(NULL, pos=0) ... done [23:12:36.615] Relaying remaining futures ... done > plan(sequential) [23:12:36.622] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:36.623] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:12:36.623] | : all.equal() for FutureStrategyList ... [23:12:36.623] | : . New stack: [23:12:36.624] | : . List of 1 [23:12:36.624] | : . $ :function (..., envir = parent.frame()) [23:12:36.624] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:36.624] | : . ..- attr(*, "init")= logi TRUE [23:12:36.624] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:36.624] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:36.624] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:36.624] | : . ..- attr(*, "call")= language plan(sequential) [23:12:36.624] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:36.629] | : . Old stack: [23:12:36.629] | : . List of 1 [23:12:36.629] | : . $ :function (..., workers = list(list(con = 4L, host = "localhost", rank = 0))) [23:12:36.629] | : . ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:12:36.629] | : . ..- attr(*, "init")= chr "done" [23:12:36.629] | : . ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:36.629] | : . earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:36.629] | : . .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:36.629] | : . ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:36.629] | : . ..- attr(*, "tweaks")=List of 1 [23:12:36.629] | : . .. ..$ workers:List of 1 [23:12:36.629] | : . .. .. ..$ :List of 3 [23:12:36.629] | : . .. .. .. ..$ con : 'sockconn' int 4 [23:12:36.629] | : . .. .. .. .. ..- attr(*, "conn_id")= [23:12:36.629] | : . .. .. .. ..$ host: chr "localhost" [23:12:36.629] | : . .. .. .. ..$ rank: num 0 [23:12:36.629] | : . .. .. .. ..- attr(*, "class")= chr "SOCKnode" [23:12:36.629] | : . .. .. ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:36.629] | : . ..- attr(*, "call")= language plan(cluster, workers = cl) [23:12:36.629] | : . ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [23:12:36.629] | : . .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:36.629] | : . earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:36.629] | : . .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:36.629] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:36.641] | : . Not identical [23:12:36.641] | : . all.equal() for future ... [23:12:36.641] | : . ' List of 2 [23:12:36.641] | : . ' $ target :function (..., envir = parent.frame()) [23:12:36.641] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:36.641] | : . ' ..- attr(*, "init")= logi TRUE [23:12:36.641] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:36.641] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:36.641] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:36.641] | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:36.641] | : . ' $ current:function (..., workers = list(list(con = 4L, host = "localhost", rank = 0))) [23:12:36.641] | : . ' ..- attr(*, "class")= chr [1:5] "tweaked" "cluster" "multiprocess" "future" ... [23:12:36.641] | : . ' ..- attr(*, "init")= chr "done" [23:12:36.641] | : . ' ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:36.641] | : . ' earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:36.641] | : . ' .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:36.641] | : . ' ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:36.641] | : . ' ..- attr(*, "tweaks")=List of 1 [23:12:36.641] | : . ' .. ..$ workers:List of 1 [23:12:36.641] | : . ' .. .. ..$ :List of 3 [23:12:36.641] | : . ' .. .. .. ..$ con : 'sockconn' int 4 [23:12:36.641] | : . ' .. .. .. .. ..- attr(*, "conn_id")= [23:12:36.641] | : . ' .. .. .. ..$ host: chr "localhost" [23:12:36.641] | : . ' .. .. .. ..$ rank: num 0 [23:12:36.641] | : . ' .. .. .. ..- attr(*, "class")= chr "SOCKnode" [23:12:36.641] | : . ' .. .. ..- attr(*, "class")= chr [1:2] "SOCKcluster" "cluster" [23:12:36.641] | : . ' ..- attr(*, "call")= language plan(cluster, workers = cl) [23:12:36.641] | : . ' ..- attr(*, "backend")=Classes 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [23:12:36.641] | : . ' .. ..- attr(*, "factory")=function (workers = availableWorkers(constraints = "connections"), gc = TRUE, [23:12:36.641] | : . ' earlySignal = TRUE, interrupts = FALSE, persistent = FALSE, ...) [23:12:36.641] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:9] "gc" "earlySignal" "interrupts" "persistent" ... [23:12:36.652] | : . ' Formals differ [23:12:36.652] | : . all.equal() for future ... done [23:12:36.652] | : . Future strategies differ at level 1 [23:12:36.653] | : all.equal() for FutureStrategyList ... done [23:12:36.653] | : plan(): Setting new future backend stack: [23:12:36.653] | : List of future strategies: [23:12:36.653] | : 1. sequential: [23:12:36.653] | : - args: function (..., envir = parent.frame(), workers = "") [23:12:36.653] | : - tweaked: FALSE [23:12:36.653] | : - call: plan(sequential) [23:12:36.654] | : List of 1 [23:12:36.654] | : $ :function (..., envir = parent.frame()) [23:12:36.654] | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:36.654] | : ..- attr(*, "init")= logi TRUE [23:12:36.654] | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:36.654] | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:36.654] | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:36.654] | : ..- attr(*, "call")= language plan(sequential) [23:12:36.654] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:36.657] | : plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [23:12:36.658] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:36.658] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'cluster', 'multiprocess', 'future', 'function' [23:12:36.658] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:36.659] | : . stopWorkers() for ClusterFutureBackend ... [23:12:36.659] | : . ' Interrupt active futures ... [23:12:36.660] | : . ' , Number of futures: 0 [23:12:36.660] | : . ' Interrupt active futures ... done [23:12:36.661] | : . ' Clear future registry ... [23:12:36.661] | : . ' Clear future registry ... done [23:12:36.662] | : . ' Stop cluster workers ... [23:12:36.662] | : . ' , Stopping existing cluster ... [23:12:36.662] | : . ' , ; No pre-existing cluster. Skipping [23:12:36.663] | : . ' , Stopping existing cluster ... done [23:12:36.663] | : . ' Stop cluster workers ... done [23:12:36.663] | : . stopWorkers() for ClusterFutureBackend ... done [23:12:36.663] | : . Legacy shutdown of cluster workers ... [23:12:36.664] | : . ' Stopping existing cluster ... [23:12:36.664] | : . ' , No pre-existing cluster. Skipping [23:12:36.664] | : . ' Stopping existing cluster ... done [23:12:36.664] | : . Legacy shutdown of cluster workers ... done [23:12:36.665] | : plan(): plan_cleanup(<'tweaked', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [23:12:36.665] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [23:12:36.665] | : . function (..., envir = parent.frame()) [23:12:36.665] | : . - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:36.665] | : . - attr(*, "init")= logi TRUE [23:12:36.665] | : . - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:36.665] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:36.665] | : . - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:36.665] | : . - attr(*, "call")= language plan(sequential) [23:12:36.669] | : . init: TRUE [23:12:36.669] | : . makeFutureBackend() ... [23:12:36.669] | : . ' Backend function: <'NULL'> [23:12:36.669] | : . ' Evaluator tweak arguments: [n=0] [23:12:36.669] | : . ' list() [23:12:36.670] | : . ' Evaluator formal arguments: [n=0] [23:12:36.670] | : . ' NULL [23:12:36.670] | : . ' Arguments passed to the future-backend factory: [n=0] [23:12:36.671] | : . ' list() [23:12:36.671] | : . ' Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [23:12:36.671] | : . makeFutureBackend() ... done [23:12:36.671] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [23:12:36.672] | : nbrOfWorkers(NULL) ... [23:12:36.672] | : . List of 4 [23:12:36.672] | : . $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [23:12:36.672] | : . $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [23:12:36.672] | : . $ : language nbrOfWorkers() [23:12:36.672] | : . $ : language nbrOfWorkers.NULL() [23:12:36.674] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:36.674] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:36.674] | : . Number of workers: 1 [23:12:36.675] | : nbrOfWorkers(NULL) ... done [23:12:36.675] | : plan(): nbrOfWorkers() = 1 [23:12:36.675] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [23:12:36.675] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > message("all.equal() for cluster backend ... done") all.equal() for cluster backend ... 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=214] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CV_Instance001', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_11_16_23_10_16_9296' Sourcing 6 epilogue scripts ... done Test time: user.self=1s, sys.self=0.09s, elapsed=3s, user.child=NAs, sys.child=NAs Test 'cluster-connection-clashes' ... success > > proc.time() user system elapsed 1.48 0.18 3.06