R Under development (unstable) (2025-07-28 r88462 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script inst/testme/test-capture_journals.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("capture_journals") Test 'capture_journals' ... 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-capture_journals.R' > library(future) [12:32:17.218] Option 'future.startup.script': TRUE [12:32:17.220] Future startup scripts considered: '.future.R', '~/.future.R' [12:32:17.220] Future startup scripts found: > capture_journals <- future:::capture_journals > message("*** capture_journals() ...") *** capture_journals() ... > slow_fcn <- function(x) { + Sys.sleep(0.01 * (1 + 1/x)) + } > plan(multisession, workers = 2) [12:32:17.223] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:17.225] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:32:17.225] | : all.equal() for FutureStrategyList ... [12:32:17.225] | : . New stack: [12:32:17.226] | : . List of 1 [12:32:17.226] | : . $ :function (..., workers = 2) [12:32:17.226] | : . ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:32:17.226] | : . ..- attr(*, "init")= logi TRUE [12:32:17.226] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:17.226] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:17.226] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:17.226] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:17.226] | : . ..- attr(*, "untweakable")= chr "persistent" [12:32:17.226] | : . ..- attr(*, "tweaks")=List of 1 [12:32:17.226] | : . .. ..$ workers: num 2 [12:32:17.226] | : . ..- attr(*, "call")= language plan(multisession, workers = 2) [12:32:17.226] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:17.236] | : . Old stack: [12:32:17.236] | : . List of 1 [12:32:17.236] | : . $ :function (..., envir = parent.frame()) [12:32:17.236] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:17.236] | : . ..- attr(*, "init")= logi TRUE [12:32:17.236] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:17.236] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:17.236] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:17.236] | : . ..- attr(*, "call")= language plan(sequential) [12:32:17.236] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:17.241] | : . Not identical [12:32:17.242] | : . all.equal() for future ... [12:32:17.242] | : . ' List of 2 [12:32:17.242] | : . ' $ target :function (..., workers = 2) [12:32:17.242] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:32:17.242] | : . ' ..- attr(*, "init")= logi TRUE [12:32:17.242] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:17.242] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:17.242] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:17.242] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:17.242] | : . ' ..- attr(*, "untweakable")= chr "persistent" [12:32:17.242] | : . ' ..- attr(*, "tweaks")=List of 1 [12:32:17.242] | : . ' .. ..$ workers: num 2 [12:32:17.242] | : . ' ..- attr(*, "call")= language plan(multisession, workers = 2) [12:32:17.242] | : . ' $ current:function (..., envir = parent.frame()) [12:32:17.242] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:17.242] | : . ' ..- attr(*, "init")= logi TRUE [12:32:17.242] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:17.242] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:17.242] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:17.242] | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:17.253] | : . ' Formals differ [12:32:17.253] | : . all.equal() for future ... done [12:32:17.253] | : . Future strategies differ at level 1 [12:32:17.254] | : all.equal() for FutureStrategyList ... done [12:32:17.254] | : plan(): Setting new future backend stack: [12:32:17.254] | : List of future strategies: [12:32:17.254] | : 1. multisession: [12:32:17.254] | : - args: function (..., workers = 2) [12:32:17.254] | : - tweaked: TRUE [12:32:17.254] | : - call: plan(multisession, workers = 2) [12:32:17.255] | : List of 1 [12:32:17.255] | : $ :function (..., workers = 2) [12:32:17.255] | : ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:32:17.255] | : ..- attr(*, "init")= logi TRUE [12:32:17.255] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:17.255] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:17.255] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:17.255] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:17.255] | : ..- attr(*, "untweakable")= chr "persistent" [12:32:17.255] | : ..- attr(*, "tweaks")=List of 1 [12:32:17.255] | : .. ..$ workers: num 2 [12:32:17.255] | : ..- attr(*, "call")= language plan(multisession, workers = 2) [12:32:17.255] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:17.259] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [12:32:17.260] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:17.260] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [12:32:17.260] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:17.261] | : . Legacy shutdown of cluster workers ... [12:32:17.261] | : . ' Stopping existing cluster ... [12:32:17.262] | : . ' , No pre-existing cluster. Skipping [12:32:17.262] | : . ' Stopping existing cluster ... done [12:32:17.262] | : . Legacy shutdown of cluster workers ... done [12:32:17.262] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [12:32:17.263] | : plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [12:32:17.263] | : . function (..., workers = 2) [12:32:17.263] | : . - attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:32:17.263] | : . - attr(*, "init")= logi TRUE [12:32:17.263] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:17.263] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:17.263] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:17.263] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:17.263] | : . - attr(*, "untweakable")= chr "persistent" [12:32:17.263] | : . - attr(*, "tweaks")=List of 1 [12:32:17.263] | : . ..$ workers: num 2 [12:32:17.263] | : . - attr(*, "call")= language plan(multisession, workers = 2) [12:32:17.269] | : . init: TRUE [12:32:17.270] | : . makeFutureBackend() ... [12:32:17.270] | : . ' Backend function: <'NULL'> [12:32:17.270] | : . ' Evaluator tweak arguments: [n=1] [12:32:17.270] | : . ' List of 1 [12:32:17.270] | : . ' $ workers: num 2 [12:32:17.272] | : . ' Evaluator formal arguments: [n=1] [12:32:17.272] | : . ' List of 1 [12:32:17.272] | : . ' $ workers: num 2 [12:32:17.273] | : . ' Backend factory arguments: [n=1] [12:32:17.274] | : . ' Dotted pair list of 1 [12:32:17.274] | : . ' $ workers: num 2 [12:32:17.275] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:32:17.275] | : . ' , Arguments: [12:32:17.275] | : . ' , List of 5 [12:32:17.275] | : . ' , $ workers : num 2 [12:32:17.275] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:32:17.275] | : . ' , $ interrupts : logi TRUE [12:32:17.275] | : . ' , $ gc : logi FALSE [12:32:17.275] | : . ' , $ earlySignal : logi FALSE [12:32:17.279] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [12:32:17.280] | : . ' , ; workers: 2 [12:32:17.280] | : . ' , ; getCluster() ... [12:32:17.280] | : . ' , ; getCluster() ... done [12:32:17.280] | : . ' , ; Stopping existing cluster ... [12:32:17.281] | : . ' , ; ` No pre-existing cluster. Skipping [12:32:17.281] | : . ' , ; Stopping existing cluster ... done [12:32:17.281] | : . ' , ; Starting new cluster ... [12:32:17.281] | : . ' , ; ` makeCluster(workers, ...) ... [12:32:17.282] | : . ' , ; ` | Arguments: [12:32:17.282] | : . ' , ; ` | List of 2 [12:32:17.282] | : . ' , ; ` | $ : int 2 [12:32:17.282] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:32:17.284] | : . ' , ; ` | .makeCluster() ... [12:32:17.287] | : . ' , ; ` | : workers: '2' [12:32:17.287] | : . ' , ; ` | : R_FUTURE_PLAN: NA [12:32:17.288] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [12:32:17.288] | : . ' , ; ` | : List of 2 [12:32:17.288] | : . ' , ; ` | : $ : int 2 [12:32:17.288] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:32:18.385] | : . ' , ; ` | : Generated cluster UUID [12:32:18.386] | : . ' , ; ` | : Cluster UUID: 'ac8fcc738f9e6e9aa67829776bbf3e1f' [12:32:18.386] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:18.390] | : . ' , ; ` | .makeCluster() ... done [12:32:18.391] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:18.393] | : . ' , ; ` makeCluster(workers, ...) ... done [12:32:18.394] | : . ' , ; ` Number of workers: 2 [12:32:18.394] | : . ' , ; ` Workers UUID: 'ac8fcc738f9e6e9aa67829776bbf3e1f' [12:32:18.395] | : . ' , ; Starting new cluster ... done [12:32:18.395] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [12:32:18.395] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:32:18.396] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [12:32:18.396] | : . makeFutureBackend() ... done [12:32:18.396] | : . nbrOfWorkers(NULL) ... [12:32:18.397] | : . ' List of 4 [12:32:18.397] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:32:18.397] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:32:18.397] | : . ' $ : language nbrOfWorkers() [12:32:18.397] | : . ' $ : language nbrOfWorkers.NULL() [12:32:18.400] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:18.400] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:18.400] | : . ' Number of workers: 2 [12:32:18.401] | : . nbrOfWorkers(NULL) ... done [12:32:18.401] | : . plan(): nbrOfWorkers() = 2 [12:32:18.401] | : plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [12:32:18.402] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done > js <- capture_journals({ + fs <- lapply(3:1, FUN = function(x) future(slow_fcn(x))) + vs <- value(fs) + }) [12:32:18.402] | future(..., label = NULL) ... [12:32:18.402] | : lazy: FALSE [12:32:18.403] | : stdout: TRUE [12:32:18.403] | : conditions: [n=1] 'condition' [12:32:18.403] | : gc: FALSE [12:32:18.404] | : earlySignal: FALSE [12:32:18.405] | : getGlobalsAndPackages() ... [12:32:18.405] | : . Searching for globals ... [12:32:18.445] | : . ' globals found: [8] 'slow_fcn', 'x', '{', 'Sys.sleep', '*', '(', '+', '/' [12:32:18.446] | : . Searching for globals ... done [12:32:18.446] | : . Resolving globals: FALSE [12:32:18.446] | : . Search for packages associated with the globals ... [12:32:18.447] | : . ' Packages associated with globals: [1] 'base' [12:32:18.448] | : . ' Packages: [1] 'base' [12:32:18.449] | : . Search for packages associated with the globals ... done [12:32:18.449] | : . Packages after dropping 'base': [0] [12:32:18.449] | : . globals: [2] 'slow_fcn', 'x' [12:32:18.450] | : . packages: [0] [12:32:18.450] | : getGlobalsAndPackages() ... done [12:32:18.453] | : run() for 'Future' () ... [12:32:18.453] | : . state: 'created' [12:32:18.453] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:18.454] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:18.454] | : . Using MultisessionFutureBackend ... [12:32:18.454] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:32:18.455] | : . ' Launching futures ... [12:32:18.456] | : . ' , launchFuture() for ClusterFutureBackend ... [12:32:18.456] | : . ' , ; Workers: [n=2] [12:32:18.456] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:18.460] | : . ' , ; FutureRegistry: 'workers-ac8fcc738f9e6e9aa67829776bbf3e1f' [12:32:18.461] | : . ' , ; requestWorker() ... [12:32:18.461] | : . ' , ; ` requestNode() ... [12:32:18.461] | : . ' , ; ` | Number of workers: 2 [12:32:18.462] | : . ' , ; ` | Polling for a free worker ... [12:32:18.462] | : . ' , ; ` | : FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'list', earlySignal = 0) ... [12:32:18.462] | : . ' , ; ` | : . Created empty registry 'workers-ac8fcc738f9e6e9aa67829776bbf3e1f' [12:32:18.463] | : . ' , ; ` | : . Listing all futures [12:32:18.463] | : . ' , ; ` | : . Number of registered futures: 0 [12:32:18.463] | : . ' , ; ` | : FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'list', earlySignal = 0) ... done [12:32:18.464] | : . ' , ; ` | : Total time: 0 [12:32:18.464] | : . ' , ; ` | Polling for a free worker ... done [12:32:18.464] | : . ' , ; ` | FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'list', earlySignal = 0) ... [12:32:18.465] | : . ' , ; ` | : Listing all futures [12:32:18.465] | : . ' , ; ` | : Number of registered futures: 0 [12:32:18.465] | : . ' , ; ` | FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'list', earlySignal = 0) ... done [12:32:18.466] | : . ' , ; ` | avail: [n=2] '1', '2' [12:32:18.466] | : . ' , ; ` | Index of first available worker: 1 [12:32:18.466] | : . ' , ; ` | Validate that the worker is functional ... [12:32:18.467] | : . ' , ; ` | : Worker is functional [12:32:18.468] | : . ' , ; ` | : FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'list', earlySignal = 0) ... [12:32:18.468] | : . ' , ; ` | : . Listing all futures [12:32:18.468] | : . ' , ; ` | : . Number of registered futures: 0 [12:32:18.469] | : . ' , ; ` | : FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'list', earlySignal = 0) ... done [12:32:18.469] | : . ' , ; ` | Validate that the worker is functional ... done [12:32:18.469] | : . ' , ; ` requestNode() ... done [12:32:18.471] | : . ' , ; ` cluster node index: 1 [12:32:18.471] | : . ' , ; requestWorker() ... done [12:32:18.472] | : . ' , ; eraseGlobalEnvironment() ... [12:32:18.474] | : . ' , ; eraseGlobalEnvironment() ... done [12:32:18.474] | : . ' , ; launchFuture() ... [12:32:18.475] | : . ' , ; ` cluster node index: 1 [12:32:18.475] | : . ' , ; ` getFutureData() ... [12:32:18.476] | : . ' , ; ` | getFutureCore() ... [12:32:18.476] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:32:18.476] | : . ' , ; ` | getFutureCore() ... done [12:32:18.477] | : . ' , ; ` | getFutureCapture() ... [12:32:18.477] | : . ' , ; ` | getFutureCapture() ... done [12:32:18.477] | : . ' , ; ` | getFutureContext() ... [12:32:18.478] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:18.478] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:32:18.479] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:18.479] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:32:18.479] | : . ' , ; ` | getFutureContext() ... done [12:32:18.480] | : . ' , ; ` getFutureData() ... done [12:32:18.481] | : . ' , ; ` FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'add', earlySignal = 0) ... [12:32:18.481] | : . ' , ; ` | Appended future to position #1 [12:32:18.481] | : . ' , ; ` | Number of registered futures: 1 [12:32:18.482] | : . ' , ; ` FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'add', earlySignal = 0) ... done [12:32:18.482] | : . ' , ; launchFuture() ... done [12:32:18.482] | : . ' , ; MultisessionFuture started [12:32:18.483] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:32:18.483] | : . ' Launching futures ... done [12:32:18.483] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:32:18.484] | : . Using MultisessionFutureBackend ... done [12:32:18.484] | : run() for 'Future' () ... done [12:32:18.485] | future(..., label = NULL) ... done [12:32:18.488] | future(..., label = NULL) ... [12:32:18.489] | : lazy: FALSE [12:32:18.489] | : stdout: TRUE [12:32:18.489] | : conditions: [n=1] 'condition' [12:32:18.490] | : gc: FALSE [12:32:18.490] | : earlySignal: FALSE [12:32:18.490] | : getGlobalsAndPackages() ... [12:32:18.491] | : . Searching for globals ... [12:32:18.517] | : . ' globals found: [8] 'slow_fcn', 'x', '{', 'Sys.sleep', '*', '(', '+', '/' [12:32:18.517] | : . Searching for globals ... done [12:32:18.518] | : . Resolving globals: FALSE [12:32:18.518] | : . Search for packages associated with the globals ... [12:32:18.519] | : . ' Packages associated with globals: [1] 'base' [12:32:18.520] | : . ' Packages: [1] 'base' [12:32:18.520] | : . Search for packages associated with the globals ... done [12:32:18.521] | : . Packages after dropping 'base': [0] [12:32:18.521] | : . globals: [2] 'slow_fcn', 'x' [12:32:18.521] | : . packages: [0] [12:32:18.522] | : getGlobalsAndPackages() ... done [12:32:18.527] | : run() for 'Future' () ... [12:32:18.528] | : . state: 'created' [12:32:18.528] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:18.528] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:18.528] | : . Using MultisessionFutureBackend ... [12:32:18.529] | : . ' Number of futures since start: 1 (1 created, 1 launched, 0 finished) [12:32:18.529] | : . ' Launching futures ... [12:32:18.529] | : . ' , launchFuture() for ClusterFutureBackend ... [12:32:18.530] | : . ' , ; Workers: [n=2] [12:32:18.530] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:18.533] | : . ' , ; FutureRegistry: 'workers-ac8fcc738f9e6e9aa67829776bbf3e1f' [12:32:18.533] | : . ' , ; requestWorker() ... [12:32:18.533] | : . ' , ; ` requestNode() ... [12:32:18.534] | : . ' , ; ` | Number of workers: 2 [12:32:18.534] | : . ' , ; ` | Polling for a free worker ... [12:32:18.534] | : . ' , ; ` | : FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'list', earlySignal = 0) ... [12:32:18.535] | : . ' , ; ` | : . Listing all futures [12:32:18.535] | : . ' , ; ` | : . Number of registered futures: 1 [12:32:18.535] | : . ' , ; ` | : FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'list', earlySignal = 0) ... done [12:32:18.535] | : . ' , ; ` | : Total time: 0 [12:32:18.536] | : . ' , ; ` | Polling for a free worker ... done [12:32:18.536] | : . ' , ; ` | FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'list', earlySignal = 0) ... [12:32:18.536] | : . ' , ; ` | : Listing all futures [12:32:18.537] | : . ' , ; ` | : Number of registered futures: 1 [12:32:18.537] | : . ' , ; ` | FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'list', earlySignal = 0) ... done [12:32:18.537] | : . ' , ; ` | avail: [n=2] '2' [12:32:18.538] | : . ' , ; ` | Index of first available worker: 2 [12:32:18.538] | : . ' , ; ` | Validate that the worker is functional ... [12:32:18.539] | : . ' , ; ` | : Worker is functional [12:32:18.539] | : . ' , ; ` | : FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'list', earlySignal = 0) ... [12:32:18.539] | : . ' , ; ` | : . Listing all futures [12:32:18.540] | : . ' , ; ` | : . Number of registered futures: 1 [12:32:18.540] | : . ' , ; ` | : FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'list', earlySignal = 0) ... done [12:32:18.540] | : . ' , ; ` | Validate that the worker is functional ... done [12:32:18.540] | : . ' , ; ` requestNode() ... done [12:32:18.542] | : . ' , ; ` cluster node index: 2 [12:32:18.542] | : . ' , ; requestWorker() ... done [12:32:18.543] | : . ' , ; eraseGlobalEnvironment() ... [12:32:18.544] | : . ' , ; eraseGlobalEnvironment() ... done [12:32:18.545] | : . ' , ; launchFuture() ... [12:32:18.545] | : . ' , ; ` cluster node index: 2 [12:32:18.545] | : . ' , ; ` getFutureData() ... [12:32:18.546] | : . ' , ; ` | getFutureCore() ... [12:32:18.546] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:32:18.546] | : . ' , ; ` | getFutureCore() ... done [12:32:18.546] | : . ' , ; ` | getFutureCapture() ... [12:32:18.547] | : . ' , ; ` | getFutureCapture() ... done [12:32:18.547] | : . ' , ; ` | getFutureContext() ... [12:32:18.547] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:18.547] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:32:18.548] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:18.548] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:32:18.548] | : . ' , ; ` | getFutureContext() ... done [12:32:18.548] | : . ' , ; ` getFutureData() ... done [12:32:18.549] | : . ' , ; ` FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'add', earlySignal = 0) ... [12:32:18.553] | : . ' , ; ` | Appended future to position #2 [12:32:18.554] | : . ' , ; ` | Number of registered futures: 2 [12:32:18.554] | : . ' , ; ` FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'add', earlySignal = 0) ... done [12:32:18.554] | : . ' , ; launchFuture() ... done [12:32:18.555] | : . ' , ; MultisessionFuture started [12:32:18.555] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:32:18.555] | : . ' Launching futures ... done [12:32:18.555] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:32:18.556] | : . Using MultisessionFutureBackend ... done [12:32:18.556] | : run() for 'Future' () ... done [12:32:18.557] | future(..., label = NULL) ... done [12:32:18.557] | future(..., label = NULL) ... [12:32:18.558] | : lazy: FALSE [12:32:18.558] | : stdout: TRUE [12:32:18.558] | : conditions: [n=1] 'condition' [12:32:18.558] | : gc: FALSE [12:32:18.558] | : earlySignal: FALSE [12:32:18.559] | : getGlobalsAndPackages() ... [12:32:18.559] | : . Searching for globals ... [12:32:18.578] | : . ' globals found: [8] 'slow_fcn', 'x', '{', 'Sys.sleep', '*', '(', '+', '/' [12:32:18.579] | : . Searching for globals ... done [12:32:18.579] | : . Resolving globals: FALSE [12:32:18.579] | : . Search for packages associated with the globals ... [12:32:18.580] | : . ' Packages associated with globals: [1] 'base' [12:32:18.580] | : . ' Packages: [1] 'base' [12:32:18.581] | : . Search for packages associated with the globals ... done [12:32:18.581] | : . Packages after dropping 'base': [0] [12:32:18.581] | : . globals: [2] 'slow_fcn', 'x' [12:32:18.582] | : . packages: [0] [12:32:18.582] | : getGlobalsAndPackages() ... done [12:32:18.583] | : run() for 'Future' () ... [12:32:18.583] | : . state: 'created' [12:32:18.583] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:18.584] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:18.584] | : . Using MultisessionFutureBackend ... [12:32:18.584] | : . ' Number of futures since start: 2 (2 created, 2 launched, 0 finished) [12:32:18.585] | : . ' Launching futures ... [12:32:18.585] | : . ' , launchFuture() for ClusterFutureBackend ... [12:32:18.585] | : . ' , ; Workers: [n=2] [12:32:18.585] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:18.588] | : . ' , ; FutureRegistry: 'workers-ac8fcc738f9e6e9aa67829776bbf3e1f' [12:32:18.588] | : . ' , ; requestWorker() ... [12:32:18.588] | : . ' , ; ` requestNode() ... [12:32:18.589] | : . ' , ; ` | Number of workers: 2 [12:32:18.589] | : . ' , ; ` | Polling for a free worker ... [12:32:18.589] | : . ' , ; ` | : FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'list', earlySignal = 0) ... [12:32:18.589] | : . ' , ; ` | : . Listing all futures [12:32:18.590] | : . ' , ; ` | : . Number of registered futures: 2 [12:32:18.590] | : . ' , ; ` | : FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'list', earlySignal = 0) ... done [12:32:18.590] | : . ' , ; ` | : Poll #1 (0): usedNodes() = 2, workers = 2 [12:32:18.612] | : . ' , ; ` | : FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'collect-first', earlySignal = 1) ... [12:32:18.612] | : . ' , ; ` | : . collectValues('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', firstOnly = TRUE) ... [12:32:18.613] | : . ' , ; ` | : . ' resolved() ... [12:32:18.614] | : . ' , ; ` | : . ' , resolved() for MultisessionFuture () ... [12:32:18.615] | : . ' , ; ` | : . ' , ; Cluster node socket connection: index=4, id=276 [12:32:18.615] | : . ' , ; ` | : . ' , ; assertValidConnection() ... [12:32:18.616] | : . ' , ; ` | : . ' , ; ` cluster node index: 1 [12:32:18.616] | : . ' , ; ` | : . ' , ; assertValidConnection() ... done [12:32:18.617] | : . ' , ; ` | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [12:32:18.618] | : . ' , ; ` | : . ' , ; ` cluster node index: 1 [12:32:18.618] | : . ' , ; ` | : . ' , ; ` [1] TRUE [12:32:18.619] | : . ' , ; ` | : . ' , ; ` Received data: [12:32:18.619] | : . ' , ; ` | : . ' , ; ` List of 5 [12:32:18.619] | : . ' , ; ` | : . ' , ; ` $ type : chr "VALUE" [12:32:18.619] | : . ' , ; ` | : . ' , ; ` $ value :List of 16 [12:32:18.619] | : . ' , ; ` | : . ' , ; ` ..$ value : NULL [12:32:18.619] | : . ' , ; ` | : . ' , ; ` ..$ visible : logi FALSE [12:32:18.619] | : . ' , ; ` | : . ' , ; ` ..$ stdout : chr "" [12:32:18.619] | : . ' , ; ` | : . ' , ; ` ..$ conditions : list() [12:32:18.619] | : . ' , ; ` | : . ' , ; ` ..$ rng : logi FALSE [12:32:18.619] | : . ' , ; ` | : . ' , ; ` ..$ seed : NULL [12:32:18.619] | : . ' , ; ` | : . ' , ; ` ..$ misuseGlobalEnv : NULL [12:32:18.619] | : . ' , ; ` | : . ' , ; ` ..$ misuseConnections :List of 3 [12:32:18.619] | : . ' , ; ` | : . ' , ; ` .. ..$ added : NULL [12:32:18.619] | : . ' , ; ` | : . ' , ; ` .. ..$ removed : NULL [12:32:18.619] | : . ' , ; ` | : . ' , ; ` .. ..$ replaced: NULL [12:32:18.619] | : . ' , ; ` | : . ' , ; ` ..$ misuseDevices : NULL [12:32:18.619] | : . ' , ; ` | : . ' , ; ` ..$ misuseDefaultDevice: list() [12:32:18.619] | : . ' , ; ` | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2025-07-29 12:32:18" [12:32:18.619] | : . ' , ; ` | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2025-07-29 12:32:18" [12:32:18.619] | : . ' , ; ` | : . ' , ; ` ..$ uuid : chr [1:2] "a76c7c44c6236974b9aad09d08a381c2" "1" [12:32:18.619] | : . ' , ; ` | : . ' , ; ` ..$ session_uuid : chr "4ec5c9df40a2b64311aba84b45618858" [12:32:18.619] | : . ' , ; ` | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [12:32:18.619] | : . ' , ; ` | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [12:32:18.619] | : . ' , ; ` | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:32:18.619] | : . ' , ; ` | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:18.619] | : . ' , ; ` | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:18.619] | : . ' , ; ` | : . ' , ; ` .. .. ..$ pid : int 161856 [12:32:18.619] | : . ' , ; ` | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:32:18" [12:32:18.619] | : . ' , ; ` | : . ' , ; ` .. .. ..$ random: int 2147483647 [12:32:18.619] | : . ' , ; ` | : . ' , ; ` ..$ r_info :List of 4 [12:32:18.619] | : . ' , ; ` | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:32:18.619] | : . ' , ; ` | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [12:32:18.619] | : . ' , ; ` | : . ' , ; ` .. ..$ os : chr "windows" [12:32:18.619] | : . ' , ; ` | : . ' , ; ` .. ..$ os_name : chr "Windows" [12:32:18.619] | : . ' , ; ` | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [12:32:18.619] | : . ' , ; ` | : . ' , ; ` ..$ version : chr "1.8" [12:32:18.619] | : . ' , ; ` | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [12:32:18.619] | : . ' , ; ` | : . ' , ; ` $ success: logi TRUE [12:32:18.619] | : . ' , ; ` | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0.09 0 0.13 NA NA [12:32:18.619] | : . ' , ; ` | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:32:18.619] | : . ' , ; ` | : . ' , ; ` $ tag : NULL [12:32:18.643] | : . ' , ; ` | : . ' , ; ` Received FutureResult [12:32:18.645] | : . ' , ; ` | : . ' , ; ` FutureResult: [12:32:18.645] | : . ' , ; ` | : . ' , ; ` value: 'NULL' [12:32:18.645] | : . ' , ; ` | : . ' , ; ` visible: FALSE [12:32:18.645] | : . ' , ; ` | : . ' , ; ` stdout: character [12:32:18.645] | : . ' , ; ` | : . ' , ; ` conditions: [n = 0] [12:32:18.645] | : . ' , ; ` | : . ' , ; ` RNG used: FALSE [12:32:18.645] | : . ' , ; ` | : . ' , ; ` duration: 0.1196711 secs (started 2025-07-29 12:32:18.48345) [12:32:18.645] | : . ' , ; ` | : . ' , ; ` version: 1.8 [12:32:18.646] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'remove', earlySignal = 0) ... [12:32:18.647] | : . ' , ; ` | : . ' , ; ` | Removed future from position #1 [12:32:18.647] | : . ' , ; ` | : . ' , ; ` | Number of registered futures: 1 [12:32:18.647] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'remove', earlySignal = 0) ... done [12:32:18.648] | : . ' , ; ` | : . ' , ; ` Erased future from future backend [12:32:18.649] | : . ' , ; ` | : . ' , ; ` result() for ClusterFuture ... [12:32:18.649] | : . ' , ; ` | : . ' , ; ` | result already collected: FutureResult [12:32:18.649] | : . ' , ; ` | : . ' , ; ` result() for ClusterFuture ... done [12:32:18.655] | : . ' , ; ` | : . ' , ; ` signalConditions() ... [12:32:18.655] | : . ' , ; ` | : . ' , ; ` | include = 'immediateCondition' [12:32:18.656] | : . ' , ; ` | : . ' , ; ` | exclude = [12:32:18.656] | : . ' , ; ` | : . ' , ; ` | resignal = FALSE [12:32:18.656] | : . ' , ; ` | : . ' , ; ` | Number of conditions: 0 [12:32:18.657] | : . ' , ; ` | : . ' , ; ` | int 0 [12:32:18.658] | : . ' , ; ` | : . ' , ; ` signalConditions() ... done [12:32:18.658] | : . ' , ; ` | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [12:32:18.658] | : . ' , ; ` | : . ' , ; receiveMessageFromWorker() returned object of class FutureResult; resolved [12:32:18.659] | : . ' , ; ` | : . ' , resolved() for MultisessionFuture () ... done [12:32:18.660] | : . ' , ; ` | : . ' , assertFutureResult() ... [12:32:18.660] | : . ' , ; ` | : . ' , ; Future uuid: a76c7c44c6236974b9aad09d08a381c2-1 [12:32:18.660] | : . ' , ; ` | : . ' , ; identical; success [12:32:18.661] | : . ' , ; ` | : . ' , assertFutureResult() ... done [12:32:18.662] | : . ' , ; ` | : . ' resolved() ... done [12:32:18.664] | : . ' , ; ` | : . ' Future at position #1 is resolved ... [12:32:18.665] | : . ' , ; ` | : . ' , value() for MultisessionFuture () ... [12:32:18.666] | : . ' , ; ` | : . ' , ; result() for ClusterFuture ... [12:32:18.666] | : . ' , ; ` | : . ' , ; ` result already collected: FutureResult [12:32:18.666] | : . ' , ; ` | : . ' , ; result() for ClusterFuture ... done [12:32:18.667] | : . ' , ; ` | : . ' , ; result() for ClusterFuture ... [12:32:18.667] | : . ' , ; ` | : . ' , ; ` result already collected: FutureResult [12:32:18.668] | : . ' , ; ` | : . ' , ; result() for ClusterFuture ... done [12:32:18.668] | : . ' , ; ` | : . ' , ; signalConditions() ... [12:32:18.669] | : . ' , ; ` | : . ' , ; ` include = 'immediateCondition' [12:32:18.669] | : . ' , ; ` | : . ' , ; ` exclude = [12:32:18.669] | : . ' , ; ` | : . ' , ; ` resignal = FALSE [12:32:18.670] | : . ' , ; ` | : . ' , ; ` Number of conditions: 0 [12:32:18.670] | : . ' , ; ` | : . ' , ; ` int 0 [12:32:18.672] | : . ' , ; ` | : . ' , ; signalConditions() ... done [12:32:18.672] | : . ' , ; ` | : . ' , ; check for misuse ... [12:32:18.673] | : . ' , ; ` | : . ' , ; check for misuse ... done [12:32:18.673] | : . ' , ; ` | : . ' , value() for MultisessionFuture () ... done [12:32:18.674] | : . ' , ; ` | : . ' Future at position #1 is resolved ... done [12:32:18.674] | : . ' , ; ` | : . collectValues('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', firstOnly = TRUE) ... done [12:32:18.674] | : . ' , ; ` | : . Remove collected futures ... [12:32:18.675] | : . ' , ; ` | : . ' Indices of futures to drop: [n=1] '1' [12:32:18.675] | : . ' , ; ` | : . Remove collected futures ... done [12:32:18.676] | : . ' , ; ` | : FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'collect-first', earlySignal = 1) ... done [12:32:18.676] | : . ' , ; ` | : Early signaling of 2 future candidates ... [12:32:18.676] | : . ' , ; ` | : Number of futures with early signaling requested: 0 [12:32:18.677] | : . ' , ; ` | : Early signaling of 2 future candidates ... done [12:32:18.677] | : . ' , ; ` | : Number of registered futures: 2 [12:32:18.677] | : . ' , ; ` | Polling for a free worker ... done [12:32:18.678] | : . ' , ; ` | FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'list', earlySignal = 0) ... [12:32:18.678] | : . ' , ; ` | : Listing all futures [12:32:18.679] | : . ' , ; ` | : Number of registered futures: 1 [12:32:18.679] | : . ' , ; ` | FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'list', earlySignal = 0) ... done [12:32:18.679] | : . ' , ; ` | Total time: 0.0886168479919434 [12:32:18.680] | : . ' , ; ` requestNode() ... done [12:32:18.680] | : . ' , ; ` FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'list', earlySignal = 0) ... [12:32:18.680] | : . ' , ; ` | Listing all futures [12:32:18.680] | : . ' , ; ` | Number of registered futures: 1 [12:32:18.680] | : . ' , ; ` FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'list', earlySignal = 0) ... done [12:32:18.681] | : . ' , ; ` avail: [n=2] '1' [12:32:18.681] | : . ' , ; ` Index of first available worker: 1 [12:32:18.681] | : . ' , ; ` Validate that the worker is functional ... [12:32:18.682] | : . ' , ; ` | Worker is functional [12:32:18.683] | : . ' , ; ` | FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'list', earlySignal = 0) ... [12:32:18.683] | : . ' , ; ` | : Listing all futures [12:32:18.683] | : . ' , ; ` | : Number of registered futures: 1 [12:32:18.683] | : . ' , ; ` | FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'list', earlySignal = 0) ... done [12:32:18.684] | : . ' , ; ` Validate that the worker is functional ... done [12:32:18.684] | : . ' , ; requestWorker() ... done [12:32:18.689] | : . ' , ; cluster node index: 1 [12:32:18.689] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:32:18.689] | : . ' , eraseGlobalEnvironment() ... [12:32:18.691] | : . ' , eraseGlobalEnvironment() ... done [12:32:18.691] | : . ' , launchFuture() ... [12:32:18.692] | : . ' , ; cluster node index: 1 [12:32:18.692] | : . ' , ; getFutureData() ... [12:32:18.692] | : . ' , ; ` getFutureCore() ... [12:32:18.692] | : . ' , ; ` | Packages needed by the future expression (n = 0): [12:32:18.693] | : . ' , ; ` getFutureCore() ... done [12:32:18.693] | : . ' , ; ` getFutureCapture() ... [12:32:18.693] | : . ' , ; ` getFutureCapture() ... done [12:32:18.693] | : . ' , ; ` getFutureContext() ... [12:32:18.694] | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:18.694] | : . ' , ; ` | : Getting stack without first backend: [n=0] [12:32:18.694] | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:18.694] | : . ' , ; ` | Packages needed by future backend (n = 0): [12:32:18.695] | : . ' , ; ` getFutureContext() ... done [12:32:18.695] | : . ' , ; getFutureData() ... done [12:32:18.695] | : . ' , ; FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'add', earlySignal = 0) ... [12:32:18.696] | : . ' , ; ` Appended future to position #2 [12:32:18.696] | : . ' , ; ` Number of registered futures: 2 [12:32:18.696] | : . ' , ; FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'add', earlySignal = 0) ... done [12:32:18.696] | : . ' , launchFuture() ... done [12:32:18.697] | : . ' , MultisessionFuture started [12:32:18.697] | : . ' Launching futures ... done [12:32:18.697] | : . Using MultisessionFutureBackend ... done [12:32:18.697] | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:32:18.698] | : run() for 'Future' () ... done [12:32:18.698] | future(..., label = NULL) ... done [12:32:18.699] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:18.700] value() for list ... [12:32:18.700] | recursive: 0 [12:32:18.701] | reduce: FALSE [12:32:18.701] | length: 3 [12:32:18.702] | Number of remaining objects: 3 [12:32:18.702] | checking value #1: [12:32:18.702] | 'obj' is MultisessionFuture [12:32:18.703] | resolved() ... [12:32:18.703] | resolved() ... done [12:32:18.704] | MultisessionFuture #1 [12:32:18.704] | signalConditionsASAP(MultisessionFuture, pos=1) ... [12:32:18.705] | : nx: 3 [12:32:18.705] | : relay: TRUE [12:32:18.705] | : stdout: TRUE [12:32:18.705] | : signal: TRUE [12:32:18.705] | : resignal: FALSE [12:32:18.706] | : force: TRUE [12:32:18.706] | : relayed: [n=3] FALSE, FALSE, FALSE [12:32:18.706] | : queued futures: [n=3] FALSE, FALSE, FALSE [12:32:18.706] | : until=1 [12:32:18.707] | : relaying element #1 [12:32:18.707] | : value() for MultisessionFuture () ... [12:32:18.707] | : . result() for ClusterFuture ... [12:32:18.707] | : . ' result already collected: FutureResult [12:32:18.708] | : . result() for ClusterFuture ... done [12:32:18.708] | : . result() for ClusterFuture ... [12:32:18.708] | : . ' result already collected: FutureResult [12:32:18.709] | : . result() for ClusterFuture ... done [12:32:18.709] | : . signalConditions() ... [12:32:18.709] | : . ' include = 'immediateCondition' [12:32:18.709] | : . ' exclude = [12:32:18.710] | : . ' resignal = FALSE [12:32:18.710] | : . ' Number of conditions: 0 [12:32:18.710] | : . ' int 0 [12:32:18.711] | : . signalConditions() ... done [12:32:18.711] | : . relay stdout ... [12:32:18.711] | : . relay stdout ... done [12:32:18.712] | : . check for misuse ... [12:32:18.712] | : . check for misuse ... done [12:32:18.712] | : value() for MultisessionFuture () ... done [12:32:18.713] | : result() for ClusterFuture ... [12:32:18.713] | : . result already collected: FutureResult [12:32:18.713] | : result() for ClusterFuture ... done [12:32:18.713] | : signalConditions() ... [12:32:18.714] | : . include = 'immediateCondition' [12:32:18.714] | : . exclude = [12:32:18.714] | : . resignal = FALSE [12:32:18.714] | : . Number of conditions: 0 [12:32:18.715] | : . int 0 [12:32:18.715] | : signalConditions() ... done [12:32:18.716] | : result() for ClusterFuture ... [12:32:18.716] | : . result already collected: FutureResult [12:32:18.716] | : result() for ClusterFuture ... done [12:32:18.717] | : signalConditions() ... [12:32:18.717] | : . include = 'condition' [12:32:18.717] | : . exclude = 'error', 'immediateCondition' [12:32:18.717] | : . resignal = TRUE [12:32:18.717] | : . Number of conditions: 0 [12:32:18.718] | : . int 0 [12:32:18.718] | : signalConditions() ... done [12:32:18.719] | : relayed: [n=3] TRUE, FALSE, FALSE [12:32:18.719] | : queued futures: [n=3] TRUE, FALSE, FALSE [12:32:18.719] | signalConditionsASAP(MultisessionFuture, pos=1) ... done [12:32:18.719] | value(, ...) ... [12:32:18.720] | value(, ...) ... done [12:32:18.720] | value() for MultisessionFuture () ... [12:32:18.720] | : result() for ClusterFuture ... [12:32:18.720] | : . result already collected: FutureResult [12:32:18.721] | : result() for ClusterFuture ... done [12:32:18.721] | : result() for ClusterFuture ... [12:32:18.721] | : . result already collected: FutureResult [12:32:18.722] | : result() for ClusterFuture ... done [12:32:18.722] | : signalConditions() ... [12:32:18.722] | : . include = 'immediateCondition' [12:32:18.722] | : . exclude = [12:32:18.723] | : . resignal = FALSE [12:32:18.723] | : . Number of conditions: 0 [12:32:18.723] | : . int 0 [12:32:18.724] | : signalConditions() ... done [12:32:18.724] | : check for misuse ... [12:32:18.724] | : check for misuse ... done [12:32:18.725] | value() for MultisessionFuture () ... done [12:32:18.725] | value: [12:32:18.725] | signalConditionsASAP(MultisessionFuture, pos=1) ... [12:32:18.725] | : nx: 3 [12:32:18.726] | : relay: TRUE [12:32:18.726] | : stdout: TRUE [12:32:18.726] | : signal: TRUE [12:32:18.726] | : resignal: FALSE [12:32:18.726] | : force: TRUE [12:32:18.726] | : relayed: [n=3] TRUE, FALSE, FALSE [12:32:18.726] | : queued futures: [n=3] TRUE, FALSE, FALSE [12:32:18.727] | : until=2 [12:32:18.727] | : relaying element #2 [12:32:18.727] | : relayed: [n=3] TRUE, FALSE, FALSE [12:32:18.727] | : queued futures: [n=3] TRUE, FALSE, FALSE [12:32:18.727] | signalConditionsASAP(MultisessionFuture, pos=1) ... done [12:32:18.728] | resolve() for MultisessionFuture ... [12:32:18.729] | : length: 2 (resolved future 1) [12:32:18.729] | resolve() for MultisessionFuture ... done [12:32:18.729] | checking value #2: [12:32:18.729] | 'obj' is MultisessionFuture [12:32:18.729] | resolved() ... [12:32:18.729] | : resolved() for MultisessionFuture () ... [12:32:18.730] | : . Cluster node socket connection: index=5, id=277 [12:32:18.730] | : . assertValidConnection() ... [12:32:18.730] | : . ' cluster node index: 2 [12:32:18.731] | : . assertValidConnection() ... done [12:32:18.731] | : . receiveMessageFromWorker() for ClusterFuture ... [12:32:18.731] | : . ' cluster node index: 2 [12:32:18.731] | : . ' [1] TRUE [12:32:18.732] | : . ' Received data: [12:32:18.732] | : . ' List of 5 [12:32:18.732] | : . ' $ type : chr "VALUE" [12:32:18.732] | : . ' $ value :List of 16 [12:32:18.732] | : . ' ..$ value : NULL [12:32:18.732] | : . ' ..$ visible : logi FALSE [12:32:18.732] | : . ' ..$ stdout : chr "" [12:32:18.732] | : . ' ..$ conditions : list() [12:32:18.732] | : . ' ..$ rng : logi FALSE [12:32:18.732] | : . ' ..$ seed : NULL [12:32:18.732] | : . ' ..$ misuseGlobalEnv : NULL [12:32:18.732] | : . ' ..$ misuseConnections :List of 3 [12:32:18.732] | : . ' .. ..$ added : NULL [12:32:18.732] | : . ' .. ..$ removed : NULL [12:32:18.732] | : . ' .. ..$ replaced: NULL [12:32:18.732] | : . ' ..$ misuseDevices : NULL [12:32:18.732] | : . ' ..$ misuseDefaultDevice: list() [12:32:18.732] | : . ' ..$ started : POSIXct[1:1], format: "2025-07-29 12:32:18" [12:32:18.732] | : . ' ..$ finished : POSIXct[1:1], format: "2025-07-29 12:32:18" [12:32:18.732] | : . ' ..$ uuid : chr [1:2] "a76c7c44c6236974b9aad09d08a381c2" "2" [12:32:18.732] | : . ' ..$ session_uuid : chr "aede7003246514fbf99731abe14ecd74" [12:32:18.732] | : . ' .. ..- attr(*, "source")=List of 5 [12:32:18.732] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:32:18.732] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:32:18.732] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:18.732] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:18.732] | : . ' .. .. ..$ pid : int 144940 [12:32:18.732] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:32:18" [12:32:18.732] | : . ' .. .. ..$ random: int 2147483647 [12:32:18.732] | : . ' ..$ r_info :List of 4 [12:32:18.732] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:32:18.732] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:32:18.732] | : . ' .. ..$ os : chr "windows" [12:32:18.732] | : . ' .. ..$ os_name : chr "Windows" [12:32:18.732] | : . ' .. ..$ captures_utf8: logi TRUE [12:32:18.732] | : . ' ..$ version : chr "1.8" [12:32:18.732] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:32:18.732] | : . ' $ success: logi TRUE [12:32:18.732] | : . ' $ time : 'proc_time' Named num [1:5] 0.1 0 0.13 NA NA [12:32:18.732] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:32:18.732] | : . ' $ tag : NULL [12:32:18.745] | : . ' Received FutureResult [12:32:18.746] | : . ' FutureResult: [12:32:18.746] | : . ' value: 'NULL' [12:32:18.746] | : . ' visible: FALSE [12:32:18.746] | : . ' stdout: character [12:32:18.746] | : . ' conditions: [n = 0] [12:32:18.746] | : . ' RNG used: FALSE [12:32:18.746] | : . ' duration: 0.1301579 secs (started 2025-07-29 12:32:18.551356) [12:32:18.746] | : . ' version: 1.8 [12:32:18.747] | : . ' FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'remove', earlySignal = 0) ... [12:32:18.747] | : . ' , Removed future from position #1 [12:32:18.747] | : . ' , Number of registered futures: 1 [12:32:18.747] | : . ' FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'remove', earlySignal = 0) ... done [12:32:18.747] | : . ' Erased future from future backend [12:32:18.748] | : . ' result() for ClusterFuture ... [12:32:18.748] | : . ' , result already collected: FutureResult [12:32:18.748] | : . ' result() for ClusterFuture ... done [12:32:18.751] | : . ' signalConditions() ... [12:32:18.751] | : . ' , include = 'immediateCondition' [12:32:18.751] | : . ' , exclude = [12:32:18.751] | : . ' , resignal = FALSE [12:32:18.751] | : . ' , Number of conditions: 0 [12:32:18.751] | : . ' , int 0 [12:32:18.752] | : . ' signalConditions() ... done [12:32:18.752] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:32:18.752] | : . receiveMessageFromWorker() returned object of class FutureResult; resolved [12:32:18.752] | : resolved() for MultisessionFuture () ... done [12:32:18.753] | : assertFutureResult() ... [12:32:18.753] | : . Future uuid: a76c7c44c6236974b9aad09d08a381c2-2 [12:32:18.753] | : . identical; success [12:32:18.753] | : assertFutureResult() ... done [12:32:18.753] | resolved() ... done [12:32:18.754] | MultisessionFuture #2 [12:32:18.754] | signalConditionsASAP(MultisessionFuture, pos=2) ... [12:32:18.755] | : nx: 3 [12:32:18.755] | : relay: TRUE [12:32:18.755] | : stdout: TRUE [12:32:18.755] | : signal: TRUE [12:32:18.755] | : resignal: FALSE [12:32:18.755] | : force: TRUE [12:32:18.755] | : relayed: [n=3] TRUE, FALSE, FALSE [12:32:18.756] | : queued futures: [n=3] TRUE, FALSE, FALSE [12:32:18.756] | : until=2 [12:32:18.756] | : relaying element #2 [12:32:18.756] | : value() for MultisessionFuture () ... [12:32:18.756] | : . result() for ClusterFuture ... [12:32:18.757] | : . ' result already collected: FutureResult [12:32:18.757] | : . result() for ClusterFuture ... done [12:32:18.757] | : . result() for ClusterFuture ... [12:32:18.757] | : . ' result already collected: FutureResult [12:32:18.757] | : . result() for ClusterFuture ... done [12:32:18.758] | : . signalConditions() ... [12:32:18.758] | : . ' include = 'immediateCondition' [12:32:18.758] | : . ' exclude = [12:32:18.758] | : . ' resignal = FALSE [12:32:18.758] | : . ' Number of conditions: 0 [12:32:18.758] | : . ' int 0 [12:32:18.759] | : . signalConditions() ... done [12:32:18.759] | : . relay stdout ... [12:32:18.759] | : . relay stdout ... done [12:32:18.759] | : . check for misuse ... [12:32:18.760] | : . check for misuse ... done [12:32:18.760] | : value() for MultisessionFuture () ... done [12:32:18.760] | : result() for ClusterFuture ... [12:32:18.760] | : . result already collected: FutureResult [12:32:18.760] | : result() for ClusterFuture ... done [12:32:18.760] | : signalConditions() ... [12:32:18.761] | : . include = 'immediateCondition' [12:32:18.761] | : . exclude = [12:32:18.761] | : . resignal = FALSE [12:32:18.761] | : . Number of conditions: 0 [12:32:18.761] | : . int 0 [12:32:18.762] | : signalConditions() ... done [12:32:18.762] | : result() for ClusterFuture ... [12:32:18.762] | : . result already collected: FutureResult [12:32:18.762] | : result() for ClusterFuture ... done [12:32:18.762] | : signalConditions() ... [12:32:18.763] | : . include = 'condition' [12:32:18.763] | : . exclude = 'error', 'immediateCondition' [12:32:18.763] | : . resignal = TRUE [12:32:18.763] | : . Number of conditions: 0 [12:32:18.763] | : . int 0 [12:32:18.764] | : signalConditions() ... done [12:32:18.764] | : relayed: [n=3] TRUE, TRUE, FALSE [12:32:18.764] | : queued futures: [n=3] TRUE, TRUE, FALSE [12:32:18.764] | signalConditionsASAP(MultisessionFuture, pos=2) ... done [12:32:18.764] | value(, ...) ... [12:32:18.765] | value(, ...) ... done [12:32:18.765] | value() for MultisessionFuture () ... [12:32:18.765] | : result() for ClusterFuture ... [12:32:18.765] | : . result already collected: FutureResult [12:32:18.765] | : result() for ClusterFuture ... done [12:32:18.765] | : result() for ClusterFuture ... [12:32:18.766] | : . result already collected: FutureResult [12:32:18.766] | : result() for ClusterFuture ... done [12:32:18.766] | : signalConditions() ... [12:32:18.766] | : . include = 'immediateCondition' [12:32:18.766] | : . exclude = [12:32:18.767] | : . resignal = FALSE [12:32:18.767] | : . Number of conditions: 0 [12:32:18.767] | : . int 0 [12:32:18.767] | : signalConditions() ... done [12:32:18.767] | : check for misuse ... [12:32:18.768] | : check for misuse ... done [12:32:18.768] | value() for MultisessionFuture () ... done [12:32:18.768] | value: [12:32:18.768] | signalConditionsASAP(MultisessionFuture, pos=2) ... [12:32:18.768] | : nx: 3 [12:32:18.769] | : relay: TRUE [12:32:18.769] | : stdout: TRUE [12:32:18.769] | : signal: TRUE [12:32:18.769] | : resignal: FALSE [12:32:18.770] | : force: TRUE [12:32:18.770] | : relayed: [n=3] TRUE, TRUE, FALSE [12:32:18.770] | : queued futures: [n=3] TRUE, TRUE, FALSE [12:32:18.770] | : until=3 [12:32:18.770] | : relaying element #3 [12:32:18.770] | : relayed: [n=3] TRUE, TRUE, FALSE [12:32:18.771] | : queued futures: [n=3] TRUE, TRUE, FALSE [12:32:18.771] | signalConditionsASAP(MultisessionFuture, pos=2) ... done [12:32:18.771] | resolve() for MultisessionFuture ... [12:32:18.772] | : length: 1 (resolved future 2) [12:32:18.772] | resolve() for MultisessionFuture ... done [12:32:18.772] | checking value #3: [12:32:18.772] | 'obj' is MultisessionFuture [12:32:18.772] | resolved() ... [12:32:18.773] | : resolved() for MultisessionFuture () ... [12:32:18.773] | : . Cluster node socket connection: index=4, id=276 [12:32:18.773] | : . assertValidConnection() ... [12:32:18.773] | : . ' cluster node index: 1 [12:32:18.774] | : . assertValidConnection() ... done [12:32:18.774] | : . receiveMessageFromWorker() for ClusterFuture ... [12:32:18.774] | : . ' cluster node index: 1 [12:32:18.775] | : . ' [1] TRUE [12:32:18.775] | : . ' Received data: [12:32:18.775] | : . ' List of 5 [12:32:18.775] | : . ' $ type : chr "VALUE" [12:32:18.775] | : . ' $ value :List of 16 [12:32:18.775] | : . ' ..$ value : NULL [12:32:18.775] | : . ' ..$ visible : logi FALSE [12:32:18.775] | : . ' ..$ stdout : chr "" [12:32:18.775] | : . ' ..$ conditions : list() [12:32:18.775] | : . ' ..$ rng : logi FALSE [12:32:18.775] | : . ' ..$ seed : NULL [12:32:18.775] | : . ' ..$ misuseGlobalEnv : NULL [12:32:18.775] | : . ' ..$ misuseConnections :List of 3 [12:32:18.775] | : . ' .. ..$ added : NULL [12:32:18.775] | : . ' .. ..$ removed : NULL [12:32:18.775] | : . ' .. ..$ replaced: NULL [12:32:18.775] | : . ' ..$ misuseDevices : NULL [12:32:18.775] | : . ' ..$ misuseDefaultDevice: list() [12:32:18.775] | : . ' ..$ started : POSIXct[1:1], format: "2025-07-29 12:32:18" [12:32:18.775] | : . ' ..$ finished : POSIXct[1:1], format: "2025-07-29 12:32:18" [12:32:18.775] | : . ' ..$ uuid : chr [1:2] "a76c7c44c6236974b9aad09d08a381c2" "3" [12:32:18.775] | : . ' ..$ session_uuid : chr "4ec5c9df40a2b64311aba84b45618858" [12:32:18.775] | : . ' .. ..- attr(*, "source")=List of 5 [12:32:18.775] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:32:18.775] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:32:18.775] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:18.775] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:18.775] | : . ' .. .. ..$ pid : int 161856 [12:32:18.775] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:32:18" [12:32:18.775] | : . ' .. .. ..$ random: int 2147483647 [12:32:18.775] | : . ' ..$ r_info :List of 4 [12:32:18.775] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:32:18.775] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:32:18.775] | : . ' .. ..$ os : chr "windows" [12:32:18.775] | : . ' .. ..$ os_name : chr "Windows" [12:32:18.775] | : . ' .. ..$ captures_utf8: logi TRUE [12:32:18.775] | : . ' ..$ version : chr "1.8" [12:32:18.775] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:32:18.775] | : . ' $ success: logi TRUE [12:32:18.775] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0.03 NA NA [12:32:18.775] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:32:18.775] | : . ' $ tag : NULL [12:32:18.791] | : . ' Received FutureResult [12:32:18.792] | : . ' FutureResult: [12:32:18.792] | : . ' value: 'NULL' [12:32:18.792] | : . ' visible: FALSE [12:32:18.792] | : . ' stdout: character [12:32:18.792] | : . ' conditions: [n = 0] [12:32:18.792] | : . ' RNG used: FALSE [12:32:18.792] | : . ' duration: 0.02759504 secs (started 2025-07-29 12:32:18.696266) [12:32:18.792] | : . ' version: 1.8 [12:32:18.792] | : . ' FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'remove', earlySignal = 0) ... [12:32:18.792] | : . ' , Removed future from position #1 [12:32:18.793] | : . ' , Number of registered futures: 0 [12:32:18.793] | : . ' FutureRegistry('workers-ac8fcc738f9e6e9aa67829776bbf3e1f', action = 'remove', earlySignal = 0) ... done [12:32:18.793] | : . ' Erased future from future backend [12:32:18.793] | : . ' result() for ClusterFuture ... [12:32:18.793] | : . ' , result already collected: FutureResult [12:32:18.793] | : . ' result() for ClusterFuture ... done [12:32:18.796] | : . ' signalConditions() ... [12:32:18.796] | : . ' , include = 'immediateCondition' [12:32:18.796] | : . ' , exclude = [12:32:18.797] | : . ' , resignal = FALSE [12:32:18.797] | : . ' , Number of conditions: 0 [12:32:18.797] | : . ' , int 0 [12:32:18.797] | : . ' signalConditions() ... done [12:32:18.798] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:32:18.798] | : . receiveMessageFromWorker() returned object of class FutureResult; resolved [12:32:18.798] | : resolved() for MultisessionFuture () ... done [12:32:18.798] | : assertFutureResult() ... [12:32:18.798] | : . Future uuid: a76c7c44c6236974b9aad09d08a381c2-3 [12:32:18.798] | : . identical; success [12:32:18.799] | : assertFutureResult() ... done [12:32:18.799] | resolved() ... done [12:32:18.800] | MultisessionFuture #3 [12:32:18.800] | signalConditionsASAP(MultisessionFuture, pos=3) ... [12:32:18.800] | : nx: 3 [12:32:18.800] | : relay: TRUE [12:32:18.801] | : stdout: TRUE [12:32:18.801] | : signal: TRUE [12:32:18.801] | : resignal: FALSE [12:32:18.801] | : force: TRUE [12:32:18.802] | : relayed: [n=3] TRUE, TRUE, FALSE [12:32:18.802] | : queued futures: [n=3] TRUE, TRUE, FALSE [12:32:18.802] | : until=3 [12:32:18.802] | : relaying element #3 [12:32:18.803] | : value() for MultisessionFuture () ... [12:32:18.803] | : . result() for ClusterFuture ... [12:32:18.803] | : . ' result already collected: FutureResult [12:32:18.804] | : . result() for ClusterFuture ... done [12:32:18.804] | : . result() for ClusterFuture ... [12:32:18.804] | : . ' result already collected: FutureResult [12:32:18.804] | : . result() for ClusterFuture ... done [12:32:18.805] | : . signalConditions() ... [12:32:18.805] | : . ' include = 'immediateCondition' [12:32:18.805] | : . ' exclude = [12:32:18.805] | : . ' resignal = FALSE [12:32:18.805] | : . ' Number of conditions: 0 [12:32:18.805] | : . ' int 0 [12:32:18.806] | : . signalConditions() ... done [12:32:18.806] | : . relay stdout ... [12:32:18.806] | : . relay stdout ... done [12:32:18.806] | : . check for misuse ... [12:32:18.807] | : . check for misuse ... done [12:32:18.807] | : value() for MultisessionFuture () ... done [12:32:18.807] | : result() for ClusterFuture ... [12:32:18.807] | : . result already collected: FutureResult [12:32:18.807] | : result() for ClusterFuture ... done [12:32:18.808] | : signalConditions() ... [12:32:18.808] | : . include = 'immediateCondition' [12:32:18.808] | : . exclude = [12:32:18.808] | : . resignal = FALSE [12:32:18.808] | : . Number of conditions: 0 [12:32:18.808] | : . int 0 [12:32:18.809] | : signalConditions() ... done [12:32:18.809] | : result() for ClusterFuture ... [12:32:18.809] | : . result already collected: FutureResult [12:32:18.809] | : result() for ClusterFuture ... done [12:32:18.810] | : signalConditions() ... [12:32:18.810] | : . include = 'condition' [12:32:18.810] | : . exclude = 'error', 'immediateCondition' [12:32:18.810] | : . resignal = TRUE [12:32:18.810] | : . Number of conditions: 0 [12:32:18.811] | : . int 0 [12:32:18.811] | : signalConditions() ... done [12:32:18.811] | : relayed: [n=3] TRUE, TRUE, TRUE [12:32:18.811] | : queued futures: [n=3] TRUE, TRUE, TRUE [12:32:18.812] | signalConditionsASAP(MultisessionFuture, pos=3) ... done [12:32:18.812] | value(, ...) ... [12:32:18.812] | value(, ...) ... done [12:32:18.812] | value() for MultisessionFuture () ... [12:32:18.812] | : result() for ClusterFuture ... [12:32:18.812] | : . result already collected: FutureResult [12:32:18.813] | : result() for ClusterFuture ... done [12:32:18.813] | : result() for ClusterFuture ... [12:32:18.813] | : . result already collected: FutureResult [12:32:18.813] | : result() for ClusterFuture ... done [12:32:18.813] | : signalConditions() ... [12:32:18.814] | : . include = 'immediateCondition' [12:32:18.814] | : . exclude = [12:32:18.814] | : . resignal = FALSE [12:32:18.814] | : . Number of conditions: 0 [12:32:18.814] | : . int 0 [12:32:18.815] | : signalConditions() ... done [12:32:18.815] | : check for misuse ... [12:32:18.815] | : check for misuse ... done [12:32:18.815] | value() for MultisessionFuture () ... done [12:32:18.816] | value: [12:32:18.816] | signalConditionsASAP(MultisessionFuture, pos=3) ... [12:32:18.816] | : nx: 3 [12:32:18.816] | : relay: TRUE [12:32:18.817] | : stdout: TRUE [12:32:18.817] | : signal: TRUE [12:32:18.817] | : resignal: FALSE [12:32:18.817] | : force: TRUE [12:32:18.818] | : relayed: [n=3] TRUE, TRUE, TRUE [12:32:18.818] | : queued futures: [n=3] TRUE, TRUE, TRUE [12:32:18.818] | : until=3 [12:32:18.818] | : relayed: [n=3] TRUE, TRUE, TRUE [12:32:18.819] | : queued futures: [n=3] TRUE, TRUE, TRUE [12:32:18.819] | signalConditionsASAP(MultisessionFuture, pos=3) ... done [12:32:18.819] | resolve() for MultisessionFuture ... [12:32:18.820] | : length: 0 (resolved future 3) [12:32:18.821] | resolve() for MultisessionFuture ... done [12:32:18.821] | Relaying remaining futures ... [12:32:18.821] | : signalConditionsASAP(NULL, pos=0) ... [12:32:18.821] | : . nx: 3 [12:32:18.822] | : . relay: TRUE [12:32:18.822] | : . stdout: TRUE [12:32:18.822] | : . signal: TRUE [12:32:18.822] | : . resignal: FALSE [12:32:18.823] | : . force: TRUE [12:32:18.823] | : . relayed: [n=3] TRUE, TRUE, TRUE [12:32:18.823] | : . queued futures: [n=3] TRUE, TRUE, TRUE - flush all [12:32:18.823] | : . relayed: [n=3] TRUE, TRUE, TRUE [12:32:18.824] | : . queued futures: [n=3] TRUE, TRUE, TRUE [12:32:18.824] | : signalConditionsASAP(NULL, pos=0) ... done [12:32:18.824] | Relaying remaining futures ... done [12:32:18.825] value() for list ... done > print(js) [[1]] event category parent start at 1 create overhead 2025-07-29 12:32:18 0.00000000 secs 4 launch overhead 2025-07-29 12:32:18 0.04845190 secs 2 getWorker overhead launch 2025-07-29 12:32:18 0.05676484 secs 3 eraseWorker overhead launch 2025-07-29 12:32:18 0.06823492 secs 7 evaluate evaluation 2025-07-29 12:32:18 0.07915688 secs 5 receiveResult overhead gather 2025-07-29 12:32:18 0.21430182 secs 6 gather overhead 2025-07-29 12:32:18 0.24479985 secs duration future_label future_uuid 1 0.0475449562 secs a76c7c44c6236974b9aad09d08a381c2-1 4 0.0319890976 secs a76c7c44c6236974b9aad09d08a381c2-1 2 0.0091540813 secs a76c7c44c6236974b9aad09d08a381c2-1 3 0.0008671284 secs a76c7c44c6236974b9aad09d08a381c2-1 7 0.1196711063 secs a76c7c44c6236974b9aad09d08a381c2-1 5 0.0251631737 secs a76c7c44c6236974b9aad09d08a381c2-1 6 0.0012171268 secs a76c7c44c6236974b9aad09d08a381c2-1 session_uuid 1 a76c7c44c6236974b9aad09d08a381c2 4 a76c7c44c6236974b9aad09d08a381c2 2 a76c7c44c6236974b9aad09d08a381c2 3 a76c7c44c6236974b9aad09d08a381c2 7 4ec5c9df40a2b64311aba84b45618858 5 a76c7c44c6236974b9aad09d08a381c2 6 a76c7c44c6236974b9aad09d08a381c2 [[2]] event category parent start at 1 create overhead 2025-07-29 12:32:18 0.00000000 secs 4 launch overhead 2025-07-29 12:32:18 0.03695798 secs 2 getWorker overhead launch 2025-07-29 12:32:18 0.04287505 secs 3 eraseWorker overhead launch 2025-07-29 12:32:18 0.05273199 secs 7 evaluate evaluation 2025-07-29 12:32:18 0.06067705 secs 5 receiveResult overhead gather 2025-07-29 12:32:18 0.24103498 secs 6 gather overhead 2025-07-29 12:32:18 0.25743008 secs duration future_label future_uuid 1 0.0319709778 secs a76c7c44c6236974b9aad09d08a381c2-2 4 0.0289208889 secs a76c7c44c6236974b9aad09d08a381c2-2 2 0.0077798367 secs a76c7c44c6236974b9aad09d08a381c2-2 3 0.0006229877 secs a76c7c44c6236974b9aad09d08a381c2-2 7 0.1301579475 secs a76c7c44c6236974b9aad09d08a381c2-2 5 0.0140860081 secs a76c7c44c6236974b9aad09d08a381c2-2 6 0.0005519390 secs a76c7c44c6236974b9aad09d08a381c2-2 session_uuid 1 a76c7c44c6236974b9aad09d08a381c2 4 a76c7c44c6236974b9aad09d08a381c2 2 a76c7c44c6236974b9aad09d08a381c2 3 a76c7c44c6236974b9aad09d08a381c2 7 aede7003246514fbf99731abe14ecd74 5 a76c7c44c6236974b9aad09d08a381c2 6 a76c7c44c6236974b9aad09d08a381c2 [[3]] event category parent start at 1 create overhead 2025-07-29 12:32:18 0.00000000 secs 4 launch overhead 2025-07-29 12:32:18 0.02419591 secs 2 getWorker overhead launch 2025-07-29 12:32:18 0.02954602 secs 3 eraseWorker overhead launch 2025-07-29 12:32:18 0.13090992 secs 7 evaluate evaluation 2025-07-29 12:32:18 0.13710785 secs 5 receiveResult overhead gather 2025-07-29 12:32:18 0.21578288 secs 6 gather overhead 2025-07-29 12:32:18 0.23441291 secs duration future_label future_uuid 1 0.0236408710 secs a76c7c44c6236974b9aad09d08a381c2-3 4 0.1153008938 secs a76c7c44c6236974b9aad09d08a381c2-3 2 0.0962347984 secs a76c7c44c6236974b9aad09d08a381c2-3 3 0.0006098747 secs a76c7c44c6236974b9aad09d08a381c2-3 7 0.0275950432 secs a76c7c44c6236974b9aad09d08a381c2-3 5 0.0164010525 secs a76c7c44c6236974b9aad09d08a381c2-3 6 0.0005609989 secs a76c7c44c6236974b9aad09d08a381c2-3 session_uuid 1 a76c7c44c6236974b9aad09d08a381c2 4 a76c7c44c6236974b9aad09d08a381c2 2 a76c7c44c6236974b9aad09d08a381c2 3 a76c7c44c6236974b9aad09d08a381c2 7 4ec5c9df40a2b64311aba84b45618858 5 a76c7c44c6236974b9aad09d08a381c2 6 a76c7c44c6236974b9aad09d08a381c2 > stopifnot(is.list(js), all(vapply(js, FUN = is.data.frame, + FUN.VALUE = NA))) > plan(sequential) [12:32:18.836] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:18.836] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:32:18.836] | : all.equal() for FutureStrategyList ... [12:32:18.837] | : . New stack: [12:32:18.837] | : . List of 1 [12:32:18.837] | : . $ :function (..., envir = parent.frame()) [12:32:18.837] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:18.837] | : . ..- attr(*, "init")= logi TRUE [12:32:18.837] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:18.837] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:18.837] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:18.837] | : . ..- attr(*, "call")= language plan(sequential) [12:32:18.837] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:18.842] | : . Old stack: [12:32:18.842] | : . List of 1 [12:32:18.842] | : . $ :function (..., workers = 2) [12:32:18.842] | : . ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:32:18.842] | : . ..- attr(*, "init")= chr "done" [12:32:18.842] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:18.842] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:18.842] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:18.842] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:18.842] | : . ..- attr(*, "untweakable")= chr "persistent" [12:32:18.842] | : . ..- attr(*, "tweaks")=List of 1 [12:32:18.842] | : . .. ..$ workers: num 2 [12:32:18.842] | : . ..- attr(*, "call")= language plan(multisession, workers = 2) [12:32:18.842] | : . ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [12:32:18.842] | : . .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:18.842] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:18.842] | : . .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:18.842] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:18.849] | : . Not identical [12:32:18.849] | : . all.equal() for future ... [12:32:18.850] | : . ' List of 2 [12:32:18.850] | : . ' $ target :function (..., envir = parent.frame()) [12:32:18.850] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:18.850] | : . ' ..- attr(*, "init")= logi TRUE [12:32:18.850] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:18.850] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:18.850] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:18.850] | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:18.850] | : . ' $ current:function (..., workers = 2) [12:32:18.850] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [12:32:18.850] | : . ' ..- attr(*, "init")= chr "done" [12:32:18.850] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:18.850] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:18.850] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:18.850] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:18.850] | : . ' ..- attr(*, "untweakable")= chr "persistent" [12:32:18.850] | : . ' ..- attr(*, "tweaks")=List of 1 [12:32:18.850] | : . ' .. ..$ workers: num 2 [12:32:18.850] | : . ' ..- attr(*, "call")= language plan(multisession, workers = 2) [12:32:18.850] | : . ' ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [12:32:18.850] | : . ' .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:18.850] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:18.850] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:18.860] | : . ' Formals differ [12:32:18.860] | : . all.equal() for future ... done [12:32:18.860] | : . Future strategies differ at level 1 [12:32:18.860] | : all.equal() for FutureStrategyList ... done [12:32:18.860] | : plan(): Setting new future backend stack: [12:32:18.861] | : List of future strategies: [12:32:18.861] | : 1. sequential: [12:32:18.861] | : - args: function (..., envir = parent.frame(), workers = "") [12:32:18.861] | : - tweaked: FALSE [12:32:18.861] | : - call: plan(sequential) [12:32:18.861] | : List of 1 [12:32:18.861] | : $ :function (..., envir = parent.frame()) [12:32:18.861] | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:18.861] | : ..- attr(*, "init")= logi TRUE [12:32:18.861] | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:18.861] | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:18.861] | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:18.861] | : ..- attr(*, "call")= language plan(sequential) [12:32:18.861] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:18.865] | : plan(): plan_cleanup(<'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [12:32:18.865] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:18.865] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [12:32:18.866] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:18.866] | : . stopWorkers() for MultisessionFutureBackend ... [12:32:18.866] | : . ' Interrupt active futures ... [12:32:18.868] | : . ' , Number of futures: 0 [12:32:18.868] | : . ' Interrupt active futures ... done [12:32:18.868] | : . ' Clear future registry ... [12:32:18.869] | : . ' Clear future registry ... done [12:32:18.869] | : . ' Stop cluster workers ... [12:32:18.869] | : . ' , Stopping existing cluster ... [12:32:18.870] | : . ' , ; Cluster to shut down: [12:32:18.870] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:18.882] | : . ' , ; Stopped cluster: 'c(TRUE, TRUE)' [12:32:18.940] | : . ' , Stopping existing cluster ... done [12:32:18.940] | : . ' Stop cluster workers ... done [12:32:18.941] | : . stopWorkers() for MultisessionFutureBackend ... done [12:32:18.941] | : . Legacy shutdown of cluster workers ... [12:32:18.941] | : . ' Stopping existing cluster ... [12:32:18.941] | : . ' , No pre-existing cluster. Skipping [12:32:18.942] | : . ' Stopping existing cluster ... done [12:32:18.942] | : . Legacy shutdown of cluster workers ... done [12:32:18.942] | : plan(): plan_cleanup(<'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [12:32:18.943] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:32:18.943] | : . function (..., envir = parent.frame()) [12:32:18.943] | : . - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:18.943] | : . - attr(*, "init")= logi TRUE [12:32:18.943] | : . - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:18.943] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:18.943] | : . - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:18.943] | : . - attr(*, "call")= language plan(sequential) [12:32:18.947] | : . init: TRUE [12:32:18.947] | : . makeFutureBackend() ... [12:32:18.948] | : . ' Backend function: <'NULL'> [12:32:18.948] | : . ' Evaluator tweak arguments: [n=0] [12:32:18.948] | : . ' list() [12:32:18.949] | : . ' Evaluator formal arguments: [n=0] [12:32:18.949] | : . ' list() [12:32:18.950] | : . ' Backend factory arguments: [n=0] [12:32:18.950] | : . ' NULL [12:32:18.951] | : . ' Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:32:18.951] | : . makeFutureBackend() ... done [12:32:18.952] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:32:18.952] | : nbrOfWorkers(NULL) ... [12:32:18.952] | : . List of 4 [12:32:18.952] | : . $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:32:18.952] | : . $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:32:18.952] | : . $ : language nbrOfWorkers() [12:32:18.952] | : . $ : language nbrOfWorkers.NULL() [12:32:18.955] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:18.956] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:18.956] | : . Number of workers: 1 [12:32:18.956] | : nbrOfWorkers(NULL) ... done [12:32:18.956] | : plan(): nbrOfWorkers() = 1 [12:32:18.957] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:32:18.957] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > message("*** capture_journals() ... done") *** capture_journals() ... done > message("*** summary() of FutureJournal ...") *** summary() of FutureJournal ... > js <- do.call(rbind, js) > print(js) event category parent start at 1 create overhead 2025-07-29 12:32:18 0.00000000 secs 4 launch overhead 2025-07-29 12:32:18 0.04845190 secs 2 getWorker overhead launch 2025-07-29 12:32:18 0.05676484 secs 3 eraseWorker overhead launch 2025-07-29 12:32:18 0.06823492 secs 7 evaluate evaluation 2025-07-29 12:32:18 0.07915688 secs 5 receiveResult overhead gather 2025-07-29 12:32:18 0.21430182 secs 6 gather overhead 2025-07-29 12:32:18 0.24479985 secs 11 create overhead 2025-07-29 12:32:18 0.00000000 secs 41 launch overhead 2025-07-29 12:32:18 0.03695798 secs 21 getWorker overhead launch 2025-07-29 12:32:18 0.04287505 secs 31 eraseWorker overhead launch 2025-07-29 12:32:18 0.05273199 secs 71 evaluate evaluation 2025-07-29 12:32:18 0.06067705 secs 51 receiveResult overhead gather 2025-07-29 12:32:18 0.24103498 secs 61 gather overhead 2025-07-29 12:32:18 0.25743008 secs 12 create overhead 2025-07-29 12:32:18 0.00000000 secs 42 launch overhead 2025-07-29 12:32:18 0.02419591 secs 22 getWorker overhead launch 2025-07-29 12:32:18 0.02954602 secs 32 eraseWorker overhead launch 2025-07-29 12:32:18 0.13090992 secs 72 evaluate evaluation 2025-07-29 12:32:18 0.13710785 secs 52 receiveResult overhead gather 2025-07-29 12:32:18 0.21578288 secs 62 gather overhead 2025-07-29 12:32:18 0.23441291 secs duration future_label future_uuid 1 0.0475449562 secs a76c7c44c6236974b9aad09d08a381c2-1 4 0.0319890976 secs a76c7c44c6236974b9aad09d08a381c2-1 2 0.0091540813 secs a76c7c44c6236974b9aad09d08a381c2-1 3 0.0008671284 secs a76c7c44c6236974b9aad09d08a381c2-1 7 0.1196711063 secs a76c7c44c6236974b9aad09d08a381c2-1 5 0.0251631737 secs a76c7c44c6236974b9aad09d08a381c2-1 6 0.0012171268 secs a76c7c44c6236974b9aad09d08a381c2-1 11 0.0319709778 secs a76c7c44c6236974b9aad09d08a381c2-2 41 0.0289208889 secs a76c7c44c6236974b9aad09d08a381c2-2 21 0.0077798367 secs a76c7c44c6236974b9aad09d08a381c2-2 31 0.0006229877 secs a76c7c44c6236974b9aad09d08a381c2-2 71 0.1301579475 secs a76c7c44c6236974b9aad09d08a381c2-2 51 0.0140860081 secs a76c7c44c6236974b9aad09d08a381c2-2 61 0.0005519390 secs a76c7c44c6236974b9aad09d08a381c2-2 12 0.0236408710 secs a76c7c44c6236974b9aad09d08a381c2-3 42 0.1153008938 secs a76c7c44c6236974b9aad09d08a381c2-3 22 0.0962347984 secs a76c7c44c6236974b9aad09d08a381c2-3 32 0.0006098747 secs a76c7c44c6236974b9aad09d08a381c2-3 72 0.0275950432 secs a76c7c44c6236974b9aad09d08a381c2-3 52 0.0164010525 secs a76c7c44c6236974b9aad09d08a381c2-3 62 0.0005609989 secs a76c7c44c6236974b9aad09d08a381c2-3 session_uuid 1 a76c7c44c6236974b9aad09d08a381c2 4 a76c7c44c6236974b9aad09d08a381c2 2 a76c7c44c6236974b9aad09d08a381c2 3 a76c7c44c6236974b9aad09d08a381c2 7 4ec5c9df40a2b64311aba84b45618858 5 a76c7c44c6236974b9aad09d08a381c2 6 a76c7c44c6236974b9aad09d08a381c2 11 a76c7c44c6236974b9aad09d08a381c2 41 a76c7c44c6236974b9aad09d08a381c2 21 a76c7c44c6236974b9aad09d08a381c2 31 a76c7c44c6236974b9aad09d08a381c2 71 aede7003246514fbf99731abe14ecd74 51 a76c7c44c6236974b9aad09d08a381c2 61 a76c7c44c6236974b9aad09d08a381c2 12 a76c7c44c6236974b9aad09d08a381c2 42 a76c7c44c6236974b9aad09d08a381c2 22 a76c7c44c6236974b9aad09d08a381c2 32 a76c7c44c6236974b9aad09d08a381c2 72 4ec5c9df40a2b64311aba84b45618858 52 a76c7c44c6236974b9aad09d08a381c2 62 a76c7c44c6236974b9aad09d08a381c2 > stats <- summary(js) > print(stats) Number of futures: 3 summary evaluate evaluate_ratio overhead overhead_ratio 1 min 0.02759504 secs 0.1174388 0.06144381 secs 0.2614920 2 mean 0.09247470 secs 0.3754185 0.09389925 secs 0.3812017 3 median 0.11967111 secs 0.4864343 0.08075118 secs 0.3282342 4 max 0.13015795 secs 0.5045233 0.13950276 secs 0.5407461 5 total 0.27742410 secs 0.3754185 0.28169775 secs 0.3812017 duration walltime 1 0.2349739 secs 0.2349739 secs 2 0.2463243 secs 0.2463243 secs 3 0.2460170 secs 0.2460170 secs 4 0.2579820 secs 0.2579820 secs 5 0.7389729 secs 0.7389729 secs > message("*** summary() of FutureJournal ... done") *** summary() of FutureJournal ... done Sourcing 6 epilogue scripts ... 01/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/001.undo-future.R' 02/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/002.undo-state.R' Failed to undo environment variables: - Expected environment variables: [n=213] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_07_29_12_30_17_31216' Sourcing 6 epilogue scripts ... done Test time: user.self=0.8s, sys.self=0.03s, elapsed=2s, user.child=NAs, sys.child=NAs Test 'capture_journals' ... success > > proc.time() user system elapsed 1.17 0.10 2.31