R version 4.5.0 RC (2025-04-04 r88126 ucrt) -- "How About a Twenty-Six" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script incl/testme/test-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) [08:47:00.304] Option 'future.startup.script': TRUE [08:47:00.306] Future startup scripts considered: '.future.R', '~/.future.R' [08:47:00.306] 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) [08:47:00.308] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:00.310] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:47:00.310] | : all.equal() for FutureStrategyList ... [08:47:00.310] | : . New stack: [08:47:00.310] | : . List of 1 [08:47:00.310] | : . $ :function (..., workers = 2, envir = parent.frame()) [08:47:00.310] | : . ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [08:47:00.310] | : . ..- attr(*, "init")= logi TRUE [08:47:00.310] | : . ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:00.310] | : . .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:00.310] | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:00.310] | : . ..- attr(*, "untweakable")= chr "persistent" [08:47:00.310] | : . ..- attr(*, "tweaks")=List of 1 [08:47:00.310] | : . .. ..$ workers: num 2 [08:47:00.310] | : . ..- attr(*, "call")= language plan(multisession, workers = 2) [08:47:00.310] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:00.319] | : . Old stack: [08:47:00.320] | : . List of 1 [08:47:00.320] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:00.320] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:00.320] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:00.320] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:00.320] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:00.320] | : . ..- attr(*, "call")= language plan(sequential) [08:47:00.320] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:00.323] | : . Not identical [08:47:00.324] | : . all.equal() for future ... [08:47:00.324] | : . | List of 2 [08:47:00.324] | : . | $ target :function (..., workers = 2, envir = parent.frame()) [08:47:00.324] | : . | ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [08:47:00.324] | : . | ..- attr(*, "init")= logi TRUE [08:47:00.324] | : . | ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:00.324] | : . | .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:00.324] | : . | ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:00.324] | : . | ..- attr(*, "untweakable")= chr "persistent" [08:47:00.324] | : . | ..- attr(*, "tweaks")=List of 1 [08:47:00.324] | : . | .. ..$ workers: num 2 [08:47:00.324] | : . | ..- attr(*, "call")= language plan(multisession, workers = 2) [08:47:00.324] | : . | $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:00.324] | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:00.324] | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:00.324] | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:00.324] | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:00.324] | : . | ..- attr(*, "call")= language plan(sequential) [08:47:00.337] | : . | Formals differ [08:47:00.338] | : . all.equal() for future ... done [08:47:00.338] | : . Future strategies differ at level 1 [08:47:00.338] | : all.equal() for FutureStrategyList ... done [08:47:00.339] | : plan(): Setting new future strategy stack: [08:47:00.339] | : List of future strategies: [08:47:00.339] | : 1. multisession: [08:47:00.339] | : - args: function (..., workers = 2, envir = parent.frame()) [08:47:00.339] | : - tweaked: TRUE [08:47:00.339] | : - call: plan(multisession, workers = 2) [08:47:00.340] | : List of 1 [08:47:00.340] | : $ :function (..., workers = 2, envir = parent.frame()) [08:47:00.340] | : ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [08:47:00.340] | : ..- attr(*, "init")= logi TRUE [08:47:00.340] | : ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:00.340] | : .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:00.340] | : ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:00.340] | : ..- attr(*, "untweakable")= chr "persistent" [08:47:00.340] | : ..- attr(*, "tweaks")=List of 1 [08:47:00.340] | : .. ..$ workers: num 2 [08:47:00.340] | : ..- attr(*, "call")= language plan(multisession, workers = 2) [08:47:00.340] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:00.346] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [08:47:00.347] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:00.347] | : . | Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [08:47:00.347] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:00.348] | : . Legacy shutdown of cluster workers ... [08:47:00.348] | : . | Stopping existing cluster ... [08:47:00.348] | : . | : No pre-existing cluster. Skipping [08:47:00.349] | : . | Stopping existing cluster ... done [08:47:00.349] | : . Legacy shutdown of cluster workers ... done [08:47:00.349] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [08:47:00.349] | : plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [08:47:00.350] | : . function (..., workers = 2, envir = parent.frame()) [08:47:00.350] | : . - attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [08:47:00.350] | : . - attr(*, "init")= logi TRUE [08:47:00.350] | : . - attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:00.350] | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:00.350] | : . - attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:00.350] | : . - attr(*, "untweakable")= chr "persistent" [08:47:00.350] | : . - attr(*, "tweaks")=List of 1 [08:47:00.350] | : . ..$ workers: num 2 [08:47:00.350] | : . - attr(*, "call")= language plan(multisession, workers = 2) [08:47:00.355] | : . init: TRUE [08:47:00.355] | : . makeFutureBackend() ... [08:47:00.355] | : . | Backend function: <'NULL'> [08:47:00.356] | : . | ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... [08:47:00.356] | : . | : workers: 2 [08:47:00.357] | : . | : getCluster() ... [08:47:00.357] | : . | : getCluster() ... done [08:47:00.357] | : . | : Stopping existing cluster ... [08:47:00.358] | : . | : . No pre-existing cluster. Skipping [08:47:00.358] | : . | : Stopping existing cluster ... done [08:47:00.358] | : . | : Starting new cluster ... [08:47:00.359] | : . | : . makeCluster(workers, ...) ... [08:47:00.359] | : . | : . | Arguments: [08:47:00.359] | : . | : . | List of 1 [08:47:00.359] | : . | : . | $ : int 2 [08:47:01.292] | : . | : . | Generated cluster UUID [08:47:01.292] | : . | : . | Cluster UUID: '996107cc5cb5fd86f4c805ae63cc614a' [08:47:01.292] | : . | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:01.297] | : . | : . makeCluster(workers, ...) ... done [08:47:01.297] | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:01.300] | : . | : Starting new cluster ... done [08:47:01.301] | : . | : Number of workers: 2 [08:47:01.301] | : . | : Workers UUID: '996107cc5cb5fd86f4c805ae63cc614a' [08:47:01.302] | : . | ClusterFutureBackend(..., persistent = FALSE, gc = TRUE, earlySignal = TRUE) ... done [08:47:01.302] | : . | Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [08:47:01.302] | : . makeFutureBackend() ... done [08:47:01.303] | : plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [08:47:01.303] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:01.303] | : . Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:47:01.304] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:01.304] | : plan(): nbrOfWorkers() = 2 [08:47:01.304] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:47:01.305] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done > js <- capture_journals({ + fs <- lapply(3:1, FUN = function(x) future(slow_fcn(x))) + vs <- value(fs) + }) [08:47:01.306] getGlobalsAndPackages() ... [08:47:01.306] | Searching for globals ... [08:47:01.316] | : globals found: [8] 'slow_fcn', 'x', '{', 'Sys.sleep', '*', '(', '+', '/' [08:47:01.316] | Searching for globals ... DONE [08:47:01.316] | Resolving globals: FALSE [08:47:01.316] | Search for packages associated with the globals ... [08:47:01.317] | : Packages associated with globals: [1] 'base' [08:47:01.317] | : Packages: [1] 'base' [08:47:01.318] | Search for packages associated with the globals ... DONE [08:47:01.318] | Packages after dropping 'base': [0] [08:47:01.318] | globals: [2] 'slow_fcn', 'x' [08:47:01.318] | packages: [0] [08:47:01.318] getGlobalsAndPackages() ... done [08:47:01.320] run() for Future ('Future') ... [08:47:01.320] | state: 'created' [08:47:01.320] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:01.321] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:01.321] | Using MultisessionFutureBackend ... [08:47:01.321] | : Launching futures ... [08:47:01.322] | : . launchFuture() for ClusterFutureBackend ... [08:47:01.322] | : . | Workers: [n=2] [08:47:01.322] | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:01.324] | : . | FutureRegistry: 'workers-996107cc5cb5fd86f4c805ae63cc614a' [08:47:01.324] | : . | requestWorker() ... [08:47:01.324] | : . | : requestNode() ... [08:47:01.325] | : . | : . Number of workers: 2 [08:47:01.325] | : . | : . Polling for a free worker ... [08:47:01.325] | : . | : . | FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'list', earlySignal = 0) ... [08:47:01.325] | : . | : . | : Created empty registry 'workers-996107cc5cb5fd86f4c805ae63cc614a' [08:47:01.325] | : . | : . | : Listing all futures [08:47:01.326] | : . | : . | : Number of registered futures: 0 [08:47:01.326] | : . | : . | FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'list', earlySignal = 0) ... done [08:47:01.326] | : . | : . | Total time: 0 [08:47:01.326] | : . | : . Polling for a free worker ... done [08:47:01.326] | : . | : . FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'list', earlySignal = 0) ... [08:47:01.327] | : . | : . | Listing all futures [08:47:01.327] | : . | : . | Number of registered futures: 0 [08:47:01.327] | : . | : . FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'list', earlySignal = 0) ... done [08:47:01.327] | : . | : . Index of first available worker: 1 [08:47:01.328] | : . | : . Validate that the worker is functional ... [08:47:01.528] | : . | : . | Worker is functional [08:47:01.528] | : . | : . requestNode() ... done [08:47:01.531] | : . | : . cluster node index: 1 [08:47:01.531] | : . | : requestWorker() ... done [08:47:01.532] | : . | : eraseGlobalEnvironment() ... [08:47:01.535] | : . | : eraseGlobalEnvironment() ... done [08:47:01.535] | : . | : launchFuture() ... [08:47:01.536] | : . | : . cluster node index: 1 [08:47:01.536] | : . | : . getFutureData() ... [08:47:01.537] | : . | : . | getFutureCore() ... [08:47:01.537] | : . | : . | : Packages needed by the future expression (n = 0): [08:47:01.537] | : . | : . | getFutureCore() ... done [08:47:01.538] | : . | : . | getFutureCapture() ... [08:47:01.538] | : . | : . | getFutureCapture() ... done [08:47:01.539] | : . | : . | getFutureContext() ... [08:47:01.539] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:01.539] | : . | : . | : . Getting stack without first strategy: [n=0] [08:47:01.540] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:01.540] | : . | : . | : Packages needed by future strategies (n = 0): [08:47:01.540] | : . | : . | getFutureContext() ... done [08:47:01.541] | : . | : . getFutureData() ... done [08:47:01.542] | : . | : . FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'add', earlySignal = 0) ... [08:47:01.542] | : . | : . | Appended future to position #1 [08:47:01.543] | : . | : . | Number of registered futures: 1 [08:47:01.543] | : . | : . FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'add', earlySignal = 0) ... done [08:47:01.543] | : . | : launchFuture() ... done [08:47:01.544] | : . | : MultisessionFuture started [08:47:01.544] | : . | launchFuture() for ClusterFutureBackend ... done [08:47:01.544] | : . Launching futures ... done [08:47:01.544] | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:01.545] | : Using MultisessionFutureBackend ... done [08:47:01.545] | run() for Future ('MultisessionFuture') ... done [08:47:01.550] | getGlobalsAndPackages() ... [08:47:01.550] | : Searching for globals ... [08:47:01.554] | : . globals found: [8] 'slow_fcn', 'x', '{', 'Sys.sleep', '*', '(', '+', '/' [08:47:01.554] | : Searching for globals ... DONE [08:47:01.554] | : Resolving globals: FALSE [08:47:01.555] | : Search for packages associated with the globals ... [08:47:01.555] | : . Packages associated with globals: [1] 'base' [08:47:01.556] | : . Packages: [1] 'base' [08:47:01.556] | : Search for packages associated with the globals ... DONE [08:47:01.557] | : Packages after dropping 'base': [0] [08:47:01.557] | : globals: [2] 'slow_fcn', 'x' [08:47:01.557] | : packages: [0] [08:47:01.558] | getGlobalsAndPackages() ... done [08:47:01.559] | run() for Future ('Future') ... [08:47:01.559] | : state: 'created' [08:47:01.560] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:01.560] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:01.560] | : Using MultisessionFutureBackend ... [08:47:01.561] | : . Launching futures ... [08:47:01.561] | : . | launchFuture() for ClusterFutureBackend ... [08:47:01.562] | : . | : Workers: [n=2] [08:47:01.562] | : . | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:01.565] | : . | : FutureRegistry: 'workers-996107cc5cb5fd86f4c805ae63cc614a' [08:47:01.566] | : . | : requestWorker() ... [08:47:01.566] | : . | : . requestNode() ... [08:47:01.566] | : . | : . | Number of workers: 2 [08:47:01.567] | : . | : . | Polling for a free worker ... [08:47:01.567] | : . | : . | : FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'list', earlySignal = 0) ... [08:47:01.567] | : . | : . | : . Listing all futures [08:47:01.568] | : . | : . | : . Number of registered futures: 1 [08:47:01.568] | : . | : . | : FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'list', earlySignal = 0) ... done [08:47:01.568] | : . | : . | : Total time: 0 [08:47:01.569] | : . | : . | Polling for a free worker ... done [08:47:01.569] | : . | : . | FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'list', earlySignal = 0) ... [08:47:01.569] | : . | : . | : Listing all futures [08:47:01.569] | : . | : . | : Number of registered futures: 1 [08:47:01.570] | : . | : . | FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'list', earlySignal = 0) ... done [08:47:01.570] | : . | : . | Index of first available worker: 2 [08:47:01.570] | : . | : . | Validate that the worker is functional ... [08:47:01.733] | : . | : . | : Worker is functional [08:47:01.733] | : . | : . | requestNode() ... done [08:47:01.735] | : . | : . | cluster node index: 2 [08:47:01.735] | : . | : . requestWorker() ... done [08:47:01.736] | : . | : . eraseGlobalEnvironment() ... [08:47:01.738] | : . | : . eraseGlobalEnvironment() ... done [08:47:01.738] | : . | : . launchFuture() ... [08:47:01.738] | : . | : . | cluster node index: 2 [08:47:01.738] | : . | : . | getFutureData() ... [08:47:01.739] | : . | : . | : getFutureCore() ... [08:47:01.739] | : . | : . | : . Packages needed by the future expression (n = 0): [08:47:01.739] | : . | : . | : getFutureCore() ... done [08:47:01.740] | : . | : . | : getFutureCapture() ... [08:47:01.740] | : . | : . | : getFutureCapture() ... done [08:47:01.740] | : . | : . | : getFutureContext() ... [08:47:01.741] | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:01.741] | : . | : . | : . | Getting stack without first strategy: [n=0] [08:47:01.741] | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:01.742] | : . | : . | : . Packages needed by future strategies (n = 0): [08:47:01.742] | : . | : . | : getFutureContext() ... done [08:47:01.742] | : . | : . | getFutureData() ... done [08:47:01.743] | : . | : . | FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'add', earlySignal = 0) ... [08:47:01.748] | : . | : . | : Appended future to position #2 [08:47:01.749] | : . | : . | : Number of registered futures: 2 [08:47:01.749] | : . | : . | FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'add', earlySignal = 0) ... done [08:47:01.749] | : . | : . launchFuture() ... done [08:47:01.750] | : . | : . MultisessionFuture started [08:47:01.750] | : . | : launchFuture() for ClusterFutureBackend ... done [08:47:01.750] | : . | Launching futures ... done [08:47:01.751] | : . | Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:01.751] | : . Using MultisessionFutureBackend ... done [08:47:01.751] | : run() for Future ('MultisessionFuture') ... done [08:47:01.753] | : getGlobalsAndPackages() ... [08:47:01.753] | : . Searching for globals ... [08:47:01.757] | : . | globals found: [8] 'slow_fcn', 'x', '{', 'Sys.sleep', '*', '(', '+', '/' [08:47:01.757] | : . Searching for globals ... DONE [08:47:01.757] | : . Resolving globals: FALSE [08:47:01.758] | : . Search for packages associated with the globals ... [08:47:01.758] | : . | Packages associated with globals: [1] 'base' [08:47:01.759] | : . | Packages: [1] 'base' [08:47:01.759] | : . Search for packages associated with the globals ... DONE [08:47:01.760] | : . Packages after dropping 'base': [0] [08:47:01.760] | : . globals: [2] 'slow_fcn', 'x' [08:47:01.760] | : . packages: [0] [08:47:01.761] | : getGlobalsAndPackages() ... done [08:47:01.762] | : run() for Future ('Future') ... [08:47:01.762] | : . state: 'created' [08:47:01.763] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:01.763] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:01.763] | : . Using MultisessionFutureBackend ... [08:47:01.764] | : . | Launching futures ... [08:47:01.764] | : . | : launchFuture() for ClusterFutureBackend ... [08:47:01.764] | : . | : . Workers: [n=2] [08:47:01.765] | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:01.768] | : . | : . FutureRegistry: 'workers-996107cc5cb5fd86f4c805ae63cc614a' [08:47:01.768] | : . | : . requestWorker() ... [08:47:01.769] | : . | : . | requestNode() ... [08:47:01.769] | : . | : . | : Number of workers: 2 [08:47:01.769] | : . | : . | : Polling for a free worker ... [08:47:01.770] | : . | : . | : . FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'list', earlySignal = 0) ... [08:47:01.770] | : . | : . | : . | Listing all futures [08:47:01.770] | : . | : . | : . | Number of registered futures: 2 [08:47:01.771] | : . | : . | : . FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'list', earlySignal = 0) ... done [08:47:01.771] | : . | : . | : . Poll #1 (0): usedNodes() = 2, workers = 2 [08:47:01.796] | : . | : . | : . FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'collect-first', earlySignal = 1) ... [08:47:01.797] | : . | : . | : . | collectValues('workers-996107cc5cb5fd86f4c805ae63cc614a', firstOnly = TRUE) ... [08:47:01.798] | : . | : . | : . | : isFutureResolved() ... [08:47:01.799] | : . | : . | : . | : . assertValidConnection() ... [08:47:01.799] | : . | : . | : . | : . | cluster node index: 1 [08:47:01.800] | : . | : . | : . | : . assertValidConnection() ... done [08:47:01.801] | : . | : . | : . | : . receiveMessageFromWorker() for ClusterFuture ... [08:47:01.802] | : . | : . | : . | : . | cluster node index: 1 [08:47:01.802] | : . | : . | : . | : . | [1] TRUE [08:47:01.803] | : . | : . | : . | : . | received data: [08:47:01.803] | : . | : . | : . | : . | List of 5 [08:47:01.803] | : . | : . | : . | : . | $ type : chr "VALUE" [08:47:01.803] | : . | : . | : . | : . | $ value :List of 13 [08:47:01.803] | : . | : . | : . | : . | ..$ value : NULL [08:47:01.803] | : . | : . | : . | : . | ..$ visible : logi FALSE [08:47:01.803] | : . | : . | : . | : . | ..$ stdout : chr "" [08:47:01.803] | : . | : . | : . | : . | ..$ conditions : list() [08:47:01.803] | : . | : . | : . | : . | ..$ rng : logi FALSE [08:47:01.803] | : . | : . | : . | : . | ..$ misuseGlobalEnv : NULL [08:47:01.803] | : . | : . | : . | : . | ..$ misuseConnections:List of 3 [08:47:01.803] | : . | : . | : . | : . | .. ..$ added : NULL [08:47:01.803] | : . | : . | : . | : . | .. ..$ removed : NULL [08:47:01.803] | : . | : . | : . | : . | .. ..$ replaced: NULL [08:47:01.803] | : . | : . | : . | : . | ..$ misuseDevices : NULL [08:47:01.803] | : . | : . | : . | : . | ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:01" [08:47:01.803] | : . | : . | : . | : . | ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:01" [08:47:01.803] | : . | : . | : . | : . | ..$ session_uuid : chr "930c83e532706722ea9c0ebde9374fe0" [08:47:01.803] | : . | : . | : . | : . | .. ..- attr(*, "source")=List of 5 [08:47:01.803] | : . | : . | : . | : . | .. .. ..$ host : Named chr "CRANWIN3" [08:47:01.803] | : . | : . | : . | : . | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:01.803] | : . | : . | : . | : . | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:01.803] | : . | : . | : . | : . | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:01.803] | : . | : . | : . | : . | .. .. ..$ pid : int 24356 [08:47:01.803] | : . | : . | : . | : . | .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:01" [08:47:01.803] | : . | : . | : . | : . | .. .. ..$ random: int 2147483647 [08:47:01.803] | : . | : . | : . | : . | ..$ r_info :List of 4 [08:47:01.803] | : . | : . | : . | : . | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:01.803] | : . | : . | : . | : . | .. .. ..$ : int [1:3] 4 5 0 [08:47:01.803] | : . | : . | : . | : . | .. ..$ os : chr "windows" [08:47:01.803] | : . | : . | : . | : . | .. ..$ os_name : chr "Windows" [08:47:01.803] | : . | : . | : . | : . | .. ..$ captures_utf8: logi TRUE [08:47:01.803] | : . | : . | : . | : . | ..$ version : chr "1.8" [08:47:01.803] | : . | : . | : . | : . | ..- attr(*, "class")= chr "FutureResult" [08:47:01.803] | : . | : . | : . | : . | $ success: logi TRUE [08:47:01.803] | : . | : . | : . | : . | $ time : 'proc_time' Named num [1:5] 0.09 0.02 0.14 NA NA [08:47:01.803] | : . | : . | : . | : . | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:01.803] | : . | : . | : . | : . | $ tag : NULL [08:47:01.830] | : . | : . | : . | : . | Received FutureResult [08:47:01.831] | : . | : . | : . | : . | FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'remove', earlySignal = 0) ... [08:47:01.831] | : . | : . | : . | : . | : Removed future from position #1 [08:47:01.831] | : . | : . | : . | : . | : Number of registered futures: 1 [08:47:01.832] | : . | : . | : . | : . | FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'remove', earlySignal = 0) ... done [08:47:01.832] | : . | : . | : . | : . | Erased future from future backend [08:47:01.833] | : . | : . | : . | : . | result() for ClusterFuture ... [08:47:01.833] | : . | : . | : . | : . | : result already collected: FutureResult [08:47:01.833] | : . | : . | : . | : . | result() for ClusterFuture ... done [08:47:01.839] | : . | : . | : . | : . receiveMessageFromWorker() for ClusterFuture ... done [08:47:01.839] | : . | : . | : . | : isFutureResolved() ... done [08:47:01.840] | : . | : . | : . | : Future at position #1 is resolved ... [08:47:01.841] | : . | : . | : . | : . result() for ClusterFuture ... [08:47:01.841] | : . | : . | : . | : . | result already collected: FutureResult [08:47:01.841] | : . | : . | : . | : . result() for ClusterFuture ... done [08:47:01.842] | : . | : . | : . | : . result() for ClusterFuture ... [08:47:01.842] | : . | : . | : . | : . | result already collected: FutureResult [08:47:01.842] | : . | : . | : . | : . result() for ClusterFuture ... done [08:47:01.843] | : . | : . | : . | : Future at position #1 is resolved ... done [08:47:01.843] | : . | : . | : . | collectValues('workers-996107cc5cb5fd86f4c805ae63cc614a', firstOnly = TRUE) ... done [08:47:01.844] | : . | : . | : . | Early signaling of 2 future candidates ... [08:47:01.844] | : . | : . | : . | Number of futures with early signaling requested: 0 [08:47:01.844] | : . | : . | : . | Early signaling of 2 future candidates ... done [08:47:01.844] | : . | : . | : . | Number of registered futures: 2 [08:47:01.845] | : . | : . | : . FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'collect-first', earlySignal = 1) ... done [08:47:01.845] | : . | : . | : . FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'list', earlySignal = 0) ... [08:47:01.845] | : . | : . | : . | Listing all futures [08:47:01.846] | : . | : . | : . | Number of registered futures: 1 [08:47:01.846] | : . | : . | : . FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'list', earlySignal = 0) ... done [08:47:01.846] | : . | : . | : . Total time: 0.0752670764923096 [08:47:01.847] | : . | : . | : Polling for a free worker ... done [08:47:01.847] | : . | : . | : FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'list', earlySignal = 0) ... [08:47:01.847] | : . | : . | : . Listing all futures [08:47:01.848] | : . | : . | : . Number of registered futures: 1 [08:47:01.848] | : . | : . | : FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'list', earlySignal = 0) ... done [08:47:01.848] | : . | : . | : Index of first available worker: 1 [08:47:01.849] | : . | : . | : Validate that the worker is functional ... [08:47:01.902] | : . | : . | : . Worker is functional [08:47:01.903] | : . | : . | : requestNode() ... done [08:47:01.904] | : . | : . | : cluster node index: 1 [08:47:01.905] | : . | : . | requestWorker() ... done [08:47:01.905] | : . | : . | eraseGlobalEnvironment() ... [08:47:01.907] | : . | : . | eraseGlobalEnvironment() ... done [08:47:01.907] | : . | : . | launchFuture() ... [08:47:01.907] | : . | : . | : cluster node index: 1 [08:47:01.908] | : . | : . | : getFutureData() ... [08:47:01.908] | : . | : . | : . getFutureCore() ... [08:47:01.908] | : . | : . | : . | Packages needed by the future expression (n = 0): [08:47:01.908] | : . | : . | : . getFutureCore() ... done [08:47:01.909] | : . | : . | : . getFutureCapture() ... [08:47:01.909] | : . | : . | : . getFutureCapture() ... done [08:47:01.909] | : . | : . | : . getFutureContext() ... [08:47:01.910] | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:01.910] | : . | : . | : . | : Getting stack without first strategy: [n=0] [08:47:01.910] | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:01.910] | : . | : . | : . | Packages needed by future strategies (n = 0): [08:47:01.911] | : . | : . | : . getFutureContext() ... done [08:47:01.911] | : . | : . | : getFutureData() ... done [08:47:01.912] | : . | : . | : FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'add', earlySignal = 0) ... [08:47:01.912] | : . | : . | : . Appended future to position #2 [08:47:01.912] | : . | : . | : . Number of registered futures: 2 [08:47:01.912] | : . | : . | : FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'add', earlySignal = 0) ... done [08:47:01.913] | : . | : . | launchFuture() ... done [08:47:01.913] | : . | : . | MultisessionFuture started [08:47:01.913] | : . | : . launchFuture() for ClusterFutureBackend ... done [08:47:01.914] | : . | : Launching futures ... done [08:47:01.914] | : . | : Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:01.914] | : . | Using MultisessionFutureBackend ... done [08:47:01.914] | : . run() for Future ('MultisessionFuture') ... done [08:47:01.917] | : . value() on list ... [08:47:01.917] | : . | recursive: 0 [08:47:01.918] | : . | length: 3 [08:47:01.918] | : . | [08:47:01.918] | : . | Number of remaining objects: 3 [08:47:01.918] | : . | checking value #1 ... [08:47:01.919] | : . | : 'obj' is MultisessionFuture [08:47:01.919] | : . | : MultisessionFuture #1 [08:47:01.919] | : . | : signalConditionsASAP(MultisessionFuture, pos=1) ... [08:47:01.920] | : . | : . nx: 3 [08:47:01.920] | : . | : . relay: TRUE [08:47:01.920] | : . | : . stdout: TRUE [08:47:01.920] | : . | : . signal: TRUE [08:47:01.921] | : . | : . resignal: FALSE [08:47:01.921] | : . | : . force: TRUE [08:47:01.921] | : . | : . relayed: [n=3] FALSE, FALSE, FALSE [08:47:01.921] | : . | : . queued futures: [n=3] FALSE, FALSE, FALSE [08:47:01.922] | : . | : . until=1 [08:47:01.922] | : . | : . relaying element #1 [08:47:01.922] | : . | : . result() for ClusterFuture ... [08:47:01.923] | : . | : . | result already collected: FutureResult [08:47:01.923] | : . | : . result() for ClusterFuture ... done [08:47:01.923] | : . | : . result() for ClusterFuture ... [08:47:01.924] | : . | : . | result already collected: FutureResult [08:47:01.924] | : . | : . result() for ClusterFuture ... done [08:47:01.924] | : . | : . result() for ClusterFuture ... [08:47:01.925] | : . | : . | result already collected: FutureResult [08:47:01.925] | : . | : . result() for ClusterFuture ... done [08:47:01.925] | : . | : . result() for ClusterFuture ... [08:47:01.925] | : . | : . | result already collected: FutureResult [08:47:01.926] | : . | : . result() for ClusterFuture ... done [08:47:01.926] | : . | : . relayed: [n=3] TRUE, FALSE, FALSE [08:47:01.926] | : . | : . queued futures: [n=3] TRUE, FALSE, FALSE [08:47:01.927] | : . | : signalConditionsASAP(MultisessionFuture, pos=1) ... done [08:47:01.927] | : . | : value(, ...) ... [08:47:01.927] | : . | : . result() for ClusterFuture ... [08:47:01.927] | : . | : . | result already collected: FutureResult [08:47:01.928] | : . | : . result() for ClusterFuture ... done [08:47:01.928] | : . | : . result() for ClusterFuture ... [08:47:01.928] | : . | : . | result already collected: FutureResult [08:47:01.929] | : . | : . result() for ClusterFuture ... done [08:47:01.929] | : . | : . value: [08:47:01.929] | : . | : value(, ...) ... done [08:47:01.929] | : . | : signalConditionsASAP(MultisessionFuture, pos=1) ... [08:47:01.930] | : . | : . nx: 3 [08:47:01.930] | : . | : . relay: TRUE [08:47:01.930] | : . | : . stdout: TRUE [08:47:01.930] | : . | : . signal: TRUE [08:47:01.931] | : . | : . resignal: FALSE [08:47:01.931] | : . | : . force: TRUE [08:47:01.931] | : . | : . relayed: [n=3] TRUE, FALSE, FALSE [08:47:01.931] | : . | : . queued futures: [n=3] TRUE, FALSE, FALSE [08:47:01.932] | : . | : . until=2 [08:47:01.932] | : . | : . relaying element #2 [08:47:01.932] | : . | : . relayed: [n=3] TRUE, FALSE, FALSE [08:47:01.932] | : . | : . queued futures: [n=3] TRUE, FALSE, FALSE [08:47:01.933] | : . | : signalConditionsASAP(NULL, pos=1) ... done [08:47:01.934] | : . | : length: 2 (resolved future 1) [08:47:01.934] | : . | checking value #1 ... done [08:47:01.935] | : . | checking value #2 ... [08:47:01.935] | : . | : 'obj' is MultisessionFuture [08:47:01.935] | : . | : isFutureResolved() ... [08:47:01.936] | : . | : . assertValidConnection() ... [08:47:01.936] | : . | : . | cluster node index: 2 [08:47:01.937] | : . | : . assertValidConnection() ... done [08:47:01.937] | : . | : . receiveMessageFromWorker() for ClusterFuture ... [08:47:01.937] | : . | : . | cluster node index: 2 [08:47:01.938] | : . | : . | [1] TRUE [08:47:01.938] | : . | : . | received data: [08:47:01.938] | : . | : . | List of 5 [08:47:01.938] | : . | : . | $ type : chr "VALUE" [08:47:01.938] | : . | : . | $ value :List of 13 [08:47:01.938] | : . | : . | ..$ value : NULL [08:47:01.938] | : . | : . | ..$ visible : logi FALSE [08:47:01.938] | : . | : . | ..$ stdout : chr "" [08:47:01.938] | : . | : . | ..$ conditions : list() [08:47:01.938] | : . | : . | ..$ rng : logi FALSE [08:47:01.938] | : . | : . | ..$ misuseGlobalEnv : NULL [08:47:01.938] | : . | : . | ..$ misuseConnections:List of 3 [08:47:01.938] | : . | : . | .. ..$ added : NULL [08:47:01.938] | : . | : . | .. ..$ removed : NULL [08:47:01.938] | : . | : . | .. ..$ replaced: NULL [08:47:01.938] | : . | : . | ..$ misuseDevices : NULL [08:47:01.938] | : . | : . | ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:01" [08:47:01.938] | : . | : . | ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:01" [08:47:01.938] | : . | : . | ..$ session_uuid : chr "6630aed9b8324596c7f15795c7228075" [08:47:01.938] | : . | : . | .. ..- attr(*, "source")=List of 5 [08:47:01.938] | : . | : . | .. .. ..$ host : Named chr "CRANWIN3" [08:47:01.938] | : . | : . | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:01.938] | : . | : . | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:01.938] | : . | : . | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:01.938] | : . | : . | .. .. ..$ pid : int 44852 [08:47:01.938] | : . | : . | .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:01" [08:47:01.938] | : . | : . | .. .. ..$ random: int 2147483647 [08:47:01.938] | : . | : . | ..$ r_info :List of 4 [08:47:01.938] | : . | : . | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:01.938] | : . | : . | .. .. ..$ : int [1:3] 4 5 0 [08:47:01.938] | : . | : . | .. ..$ os : chr "windows" [08:47:01.938] | : . | : . | .. ..$ os_name : chr "Windows" [08:47:01.938] | : . | : . | .. ..$ captures_utf8: logi TRUE [08:47:01.938] | : . | : . | ..$ version : chr "1.8" [08:47:01.938] | : . | : . | ..- attr(*, "class")= chr "FutureResult" [08:47:01.938] | : . | : . | $ success: logi TRUE [08:47:01.938] | : . | : . | $ time : 'proc_time' Named num [1:5] 0.08 0.01 0.13 NA NA [08:47:01.938] | : . | : . | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:01.938] | : . | : . | $ tag : NULL [08:47:01.957] | : . | : . | Received FutureResult [08:47:01.957] | : . | : . | FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'remove', earlySignal = 0) ... [08:47:01.958] | : . | : . | : Removed future from position #1 [08:47:01.958] | : . | : . | : Number of registered futures: 1 [08:47:01.958] | : . | : . | FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'remove', earlySignal = 0) ... done [08:47:01.958] | : . | : . | Erased future from future backend [08:47:01.959] | : . | : . | result() for ClusterFuture ... [08:47:01.959] | : . | : . | : result already collected: FutureResult [08:47:01.959] | : . | : . | result() for ClusterFuture ... done [08:47:01.963] | : . | : . receiveMessageFromWorker() for ClusterFuture ... done [08:47:01.963] | : . | : isFutureResolved() ... done [08:47:01.963] | : . | : MultisessionFuture #2 [08:47:01.964] | : . | : signalConditionsASAP(MultisessionFuture, pos=2) ... [08:47:01.964] | : . | : . nx: 3 [08:47:01.964] | : . | : . relay: TRUE [08:47:01.964] | : . | : . stdout: TRUE [08:47:01.965] | : . | : . signal: TRUE [08:47:01.965] | : . | : . resignal: FALSE [08:47:01.965] | : . | : . force: TRUE [08:47:01.965] | : . | : . relayed: [n=3] TRUE, FALSE, FALSE [08:47:01.966] | : . | : . queued futures: [n=3] TRUE, FALSE, FALSE [08:47:01.966] | : . | : . until=2 [08:47:01.966] | : . | : . relaying element #2 [08:47:01.966] | : . | : . result() for ClusterFuture ... [08:47:01.967] | : . | : . | result already collected: FutureResult [08:47:01.967] | : . | : . result() for ClusterFuture ... done [08:47:01.967] | : . | : . result() for ClusterFuture ... [08:47:01.967] | : . | : . | result already collected: FutureResult [08:47:01.967] | : . | : . result() for ClusterFuture ... done [08:47:01.968] | : . | : . result() for ClusterFuture ... [08:47:01.968] | : . | : . | result already collected: FutureResult [08:47:01.968] | : . | : . result() for ClusterFuture ... done [08:47:01.968] | : . | : . result() for ClusterFuture ... [08:47:01.968] | : . | : . | result already collected: FutureResult [08:47:01.969] | : . | : . result() for ClusterFuture ... done [08:47:01.969] | : . | : . relayed: [n=3] TRUE, TRUE, FALSE [08:47:01.969] | : . | : . queued futures: [n=3] TRUE, TRUE, FALSE [08:47:01.969] | : . | : signalConditionsASAP(MultisessionFuture, pos=2) ... done [08:47:01.969] | : . | : value(, ...) ... [08:47:01.970] | : . | : . result() for ClusterFuture ... [08:47:01.970] | : . | : . | result already collected: FutureResult [08:47:01.970] | : . | : . result() for ClusterFuture ... done [08:47:01.970] | : . | : . result() for ClusterFuture ... [08:47:01.970] | : . | : . | result already collected: FutureResult [08:47:01.971] | : . | : . result() for ClusterFuture ... done [08:47:01.971] | : . | : . value: [08:47:01.971] | : . | : value(, ...) ... done [08:47:01.972] | : . | : signalConditionsASAP(MultisessionFuture, pos=2) ... [08:47:01.972] | : . | : . nx: 3 [08:47:01.972] | : . | : . relay: TRUE [08:47:01.972] | : . | : . stdout: TRUE [08:47:01.973] | : . | : . signal: TRUE [08:47:01.973] | : . | : . resignal: FALSE [08:47:01.973] | : . | : . force: TRUE [08:47:01.974] | : . | : . relayed: [n=3] TRUE, TRUE, FALSE [08:47:01.974] | : . | : . queued futures: [n=3] TRUE, TRUE, FALSE [08:47:01.974] | : . | : . until=3 [08:47:01.974] | : . | : . relaying element #3 [08:47:01.975] | : . | : . relayed: [n=3] TRUE, TRUE, FALSE [08:47:01.975] | : . | : . queued futures: [n=3] TRUE, TRUE, FALSE [08:47:01.975] | : . | : signalConditionsASAP(NULL, pos=2) ... done [08:47:01.977] | : . | : length: 1 (resolved future 2) [08:47:01.977] | : . | checking value #2 ... done [08:47:01.978] | : . | checking value #3 ... [08:47:01.978] | : . | : 'obj' is MultisessionFuture [08:47:01.978] | : . | : isFutureResolved() ... [08:47:01.979] | : . | : . assertValidConnection() ... [08:47:01.979] | : . | : . | cluster node index: 1 [08:47:01.980] | : . | : . assertValidConnection() ... done [08:47:01.980] | : . | : . receiveMessageFromWorker() for ClusterFuture ... [08:47:01.981] | : . | : . | cluster node index: 1 [08:47:01.981] | : . | : . | [1] TRUE [08:47:01.982] | : . | : . | received data: [08:47:01.982] | : . | : . | List of 5 [08:47:01.982] | : . | : . | $ type : chr "VALUE" [08:47:01.982] | : . | : . | $ value :List of 13 [08:47:01.982] | : . | : . | ..$ value : NULL [08:47:01.982] | : . | : . | ..$ visible : logi FALSE [08:47:01.982] | : . | : . | ..$ stdout : chr "" [08:47:01.982] | : . | : . | ..$ conditions : list() [08:47:01.982] | : . | : . | ..$ rng : logi FALSE [08:47:01.982] | : . | : . | ..$ misuseGlobalEnv : NULL [08:47:01.982] | : . | : . | ..$ misuseConnections:List of 3 [08:47:01.982] | : . | : . | .. ..$ added : NULL [08:47:01.982] | : . | : . | .. ..$ removed : NULL [08:47:01.982] | : . | : . | .. ..$ replaced: NULL [08:47:01.982] | : . | : . | ..$ misuseDevices : NULL [08:47:01.982] | : . | : . | ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:01" [08:47:01.982] | : . | : . | ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:01" [08:47:01.982] | : . | : . | ..$ session_uuid : chr "930c83e532706722ea9c0ebde9374fe0" [08:47:01.982] | : . | : . | .. ..- attr(*, "source")=List of 5 [08:47:01.982] | : . | : . | .. .. ..$ host : Named chr "CRANWIN3" [08:47:01.982] | : . | : . | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:01.982] | : . | : . | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:01.982] | : . | : . | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:01.982] | : . | : . | .. .. ..$ pid : int 24356 [08:47:01.982] | : . | : . | .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:01" [08:47:01.982] | : . | : . | .. .. ..$ random: int 2147483647 [08:47:01.982] | : . | : . | ..$ r_info :List of 4 [08:47:01.982] | : . | : . | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:01.982] | : . | : . | .. .. ..$ : int [1:3] 4 5 0 [08:47:01.982] | : . | : . | .. ..$ os : chr "windows" [08:47:01.982] | : . | : . | .. ..$ os_name : chr "Windows" [08:47:01.982] | : . | : . | .. ..$ captures_utf8: logi TRUE [08:47:01.982] | : . | : . | ..$ version : chr "1.8" [08:47:01.982] | : . | : . | ..- attr(*, "class")= chr "FutureResult" [08:47:01.982] | : . | : . | $ success: logi TRUE [08:47:01.982] | : . | : . | $ time : 'proc_time' Named num [1:5] 0 0 0.03 NA NA [08:47:01.982] | : . | : . | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:01.982] | : . | : . | $ tag : NULL [08:47:02.008] | : . | : . | Received FutureResult [08:47:02.008] | : . | : . | FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'remove', earlySignal = 0) ... [08:47:02.009] | : . | : . | : Removed future from position #1 [08:47:02.009] | : . | : . | : Number of registered futures: 0 [08:47:02.009] | : . | : . | FutureRegistry('workers-996107cc5cb5fd86f4c805ae63cc614a', action = 'remove', earlySignal = 0) ... done [08:47:02.010] | : . | : . | Erased future from future backend [08:47:02.010] | : . | : . | result() for ClusterFuture ... [08:47:02.010] | : . | : . | : result already collected: FutureResult [08:47:02.011] | : . | : . | result() for ClusterFuture ... done [08:47:02.015] | : . | : . receiveMessageFromWorker() for ClusterFuture ... done [08:47:02.015] | : . | : isFutureResolved() ... done [08:47:02.016] | : . | : MultisessionFuture #3 [08:47:02.016] | : . | : signalConditionsASAP(MultisessionFuture, pos=3) ... [08:47:02.016] | : . | : . nx: 3 [08:47:02.017] | : . | : . relay: TRUE [08:47:02.017] | : . | : . stdout: TRUE [08:47:02.017] | : . | : . signal: TRUE [08:47:02.018] | : . | : . resignal: FALSE [08:47:02.018] | : . | : . force: TRUE [08:47:02.018] | : . | : . relayed: [n=3] TRUE, TRUE, FALSE [08:47:02.018] | : . | : . queued futures: [n=3] TRUE, TRUE, FALSE [08:47:02.019] | : . | : . until=3 [08:47:02.019] | : . | : . relaying element #3 [08:47:02.019] | : . | : . result() for ClusterFuture ... [08:47:02.020] | : . | : . | result already collected: FutureResult [08:47:02.020] | : . | : . result() for ClusterFuture ... done [08:47:02.021] | : . | : . result() for ClusterFuture ... [08:47:02.021] | : . | : . | result already collected: FutureResult [08:47:02.021] | : . | : . result() for ClusterFuture ... done [08:47:02.022] | : . | : . result() for ClusterFuture ... [08:47:02.022] | : . | : . | result already collected: FutureResult [08:47:02.022] | : . | : . result() for ClusterFuture ... done [08:47:02.023] | : . | : . result() for ClusterFuture ... [08:47:02.023] | : . | : . | result already collected: FutureResult [08:47:02.023] | : . | : . result() for ClusterFuture ... done [08:47:02.024] | : . | : . relayed: [n=3] TRUE, TRUE, TRUE [08:47:02.024] | : . | : . queued futures: [n=3] TRUE, TRUE, TRUE [08:47:02.024] | : . | : signalConditionsASAP(MultisessionFuture, pos=3) ... done [08:47:02.025] | : . | : value(, ...) ... [08:47:02.025] | : . | : . result() for ClusterFuture ... [08:47:02.025] | : . | : . | result already collected: FutureResult [08:47:02.026] | : . | : . result() for ClusterFuture ... done [08:47:02.026] | : . | : . result() for ClusterFuture ... [08:47:02.026] | : . | : . | result already collected: FutureResult [08:47:02.027] | : . | : . result() for ClusterFuture ... done [08:47:02.027] | : . | : . value: [08:47:02.027] | : . | : value(, ...) ... done [08:47:02.028] | : . | : signalConditionsASAP(MultisessionFuture, pos=3) ... [08:47:02.028] | : . | : . nx: 3 [08:47:02.028] | : . | : . relay: TRUE [08:47:02.029] | : . | : . stdout: TRUE [08:47:02.029] | : . | : . signal: TRUE [08:47:02.029] | : . | : . resignal: FALSE [08:47:02.030] | : . | : . force: TRUE [08:47:02.030] | : . | : . relayed: [n=3] TRUE, TRUE, TRUE [08:47:02.030] | : . | : . queued futures: [n=3] TRUE, TRUE, TRUE [08:47:02.030] | : . | : . until=3 [08:47:02.031] | : . | : . relayed: [n=3] TRUE, TRUE, TRUE [08:47:02.031] | : . | : . queued futures: [n=3] TRUE, TRUE, TRUE [08:47:02.031] | : . | : signalConditionsASAP(MultisessionFuture, pos=3) ... done [08:47:02.033] | : . | : length: 0 (resolved future 3) [08:47:02.033] | : . | checking value #3 ... done [08:47:02.034] | : . | Relaying remaining futures ... [08:47:02.034] | : . | : signalConditionsASAP(NULL, pos=0) ... [08:47:02.034] | : . | : . nx: 3 [08:47:02.035] | : . | : . relay: TRUE [08:47:02.035] | : . | : . stdout: TRUE [08:47:02.035] | : . | : . signal: TRUE [08:47:02.035] | : . | : . resignal: FALSE [08:47:02.036] | : . | : . force: TRUE [08:47:02.036] | : . | : . relayed: [n=3] TRUE, TRUE, TRUE [08:47:02.036] | : . | : . queued futures: [n=3] TRUE, TRUE, TRUE - flush all [08:47:02.037] | : . | : . relayed: [n=3] TRUE, TRUE, TRUE [08:47:02.037] | : . | : . queued futures: [n=3] TRUE, TRUE, TRUE [08:47:02.037] | : . | : signalConditionsASAP(NULL, pos=0) ... done [08:47:02.038] | : . | Relaying remaining futures ... done [08:47:02.038] | : . value() on list ... done > print(js) [[1]] event category parent start at 1 create overhead 2025-04-10 08:47:01 0.00000000 secs 4 launch overhead 2025-04-10 08:47:01 0.01459193 secs 2 getWorker overhead launch 2025-04-10 08:47:01 0.01912999 secs 3 eraseWorker overhead launch 2025-04-10 08:47:01 0.22702289 secs 7 evaluate evaluation 2025-04-10 08:47:01 0.23926997 secs 5 receiveResult overhead gather 2025-04-10 08:47:01 0.49687886 secs 6 gather overhead 2025-04-10 08:47:01 0.52750492 secs duration future_label future_uuid 1 0.014045000 secs 1ed98fa8fda686498431b295bfe482b7-1 4 0.225950956 secs 1ed98fa8fda686498431b295bfe482b7-1 2 0.204673052 secs 1ed98fa8fda686498431b295bfe482b7-1 3 0.001209974 secs 1ed98fa8fda686498431b295bfe482b7-1 7 0.132873058 secs 1ed98fa8fda686498431b295bfe482b7-1 5 0.027140141 secs 1ed98fa8fda686498431b295bfe482b7-1 6 0.001222134 secs 1ed98fa8fda686498431b295bfe482b7-1 session_uuid 1 1ed98fa8fda686498431b295bfe482b7 4 1ed98fa8fda686498431b295bfe482b7 2 1ed98fa8fda686498431b295bfe482b7 3 1ed98fa8fda686498431b295bfe482b7 7 930c83e532706722ea9c0ebde9374fe0 5 1ed98fa8fda686498431b295bfe482b7 6 1ed98fa8fda686498431b295bfe482b7 [[2]] event category parent start at 1 create overhead 2025-04-10 08:47:01 0.000000000 secs 4 launch overhead 2025-04-10 08:47:01 0.009585142 secs 2 getWorker overhead launch 2025-04-10 08:47:01 0.016298056 secs 3 eraseWorker overhead launch 2025-04-10 08:47:01 0.186300993 secs 7 evaluate evaluation 2025-04-10 08:47:01 0.195457935 secs 5 receiveResult overhead gather 2025-04-10 08:47:01 0.387984991 secs 6 gather overhead 2025-04-10 08:47:01 0.409240007 secs duration future_label future_uuid 1 0.0087871552 secs 1ed98fa8fda686498431b295bfe482b7-2 4 0.1924719810 secs 1ed98fa8fda686498431b295bfe482b7-2 2 0.1676499844 secs 1ed98fa8fda686498431b295bfe482b7-2 3 0.0005481243 secs 1ed98fa8fda686498431b295bfe482b7-2 7 0.1194381714 secs 1ed98fa8fda686498431b295bfe482b7-2 5 0.0186531544 secs 1ed98fa8fda686498431b295bfe482b7-2 6 0.0008220673 secs 1ed98fa8fda686498431b295bfe482b7-2 session_uuid 1 1ed98fa8fda686498431b295bfe482b7 4 1ed98fa8fda686498431b295bfe482b7 2 1ed98fa8fda686498431b295bfe482b7 3 1ed98fa8fda686498431b295bfe482b7 7 6630aed9b8324596c7f15795c7228075 5 1ed98fa8fda686498431b295bfe482b7 6 1ed98fa8fda686498431b295bfe482b7 [[3]] event category parent start at 1 create overhead 2025-04-10 08:47:01 0.000000000 secs 4 launch overhead 2025-04-10 08:47:01 0.009200096 secs 2 getWorker overhead launch 2025-04-10 08:47:01 0.015609980 secs 3 eraseWorker overhead launch 2025-04-10 08:47:01 0.152456045 secs 7 evaluate evaluation 2025-04-10 08:47:01 0.159215927 secs 5 receiveResult overhead gather 2025-04-10 08:47:01 0.228309155 secs 6 gather overhead 2025-04-10 08:47:02 0.257167101 secs duration future_label future_uuid 1 0.0083961487 secs 1ed98fa8fda686498431b295bfe482b7-3 4 0.1527869701 secs 1ed98fa8fda686498431b295bfe482b7-3 2 0.1348991394 secs 1ed98fa8fda686498431b295bfe482b7-3 3 0.0005760193 secs 1ed98fa8fda686498431b295bfe482b7-3 7 0.0269210339 secs 1ed98fa8fda686498431b295bfe482b7-3 5 0.0257098675 secs 1ed98fa8fda686498431b295bfe482b7-3 6 0.0010290146 secs 1ed98fa8fda686498431b295bfe482b7-3 session_uuid 1 1ed98fa8fda686498431b295bfe482b7 4 1ed98fa8fda686498431b295bfe482b7 2 1ed98fa8fda686498431b295bfe482b7 3 1ed98fa8fda686498431b295bfe482b7 7 930c83e532706722ea9c0ebde9374fe0 5 1ed98fa8fda686498431b295bfe482b7 6 1ed98fa8fda686498431b295bfe482b7 > stopifnot(is.list(js), all(vapply(js, FUN = is.data.frame, + FUN.VALUE = NA))) > plan(sequential) [08:47:02.050] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:02.051] | : . | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:47:02.051] | : . | : all.equal() for FutureStrategyList ... [08:47:02.052] | : . | : . New stack: [08:47:02.052] | : . | : . List of 1 [08:47:02.052] | : . | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:02.052] | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:02.052] | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:02.052] | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:02.052] | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:02.052] | : . | : . ..- attr(*, "call")= language plan(sequential) [08:47:02.052] | : . | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:02.057] | : . | : . Old stack: [08:47:02.057] | : . | : . List of 1 [08:47:02.057] | : . | : . $ :function (..., workers = 2, envir = parent.frame()) [08:47:02.057] | : . | : . ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [08:47:02.057] | : . | : . ..- attr(*, "init")= chr "done" [08:47:02.057] | : . | : . ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:02.057] | : . | : . .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:02.057] | : . | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:02.057] | : . | : . ..- attr(*, "untweakable")= chr "persistent" [08:47:02.057] | : . | : . ..- attr(*, "tweaks")=List of 1 [08:47:02.057] | : . | : . .. ..$ workers: num 2 [08:47:02.057] | : . | : . ..- attr(*, "call")= language plan(multisession, workers = 2) [08:47:02.057] | : . | : . ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [08:47:02.057] | : . | : . .. ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:02.057] | : . | : . .. .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:02.057] | : . | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:02.066] | : . | : . Not identical [08:47:02.066] | : . | : . all.equal() for future ... [08:47:02.067] | : . | : . | List of 2 [08:47:02.067] | : . | : . | $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:02.067] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:02.067] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:02.067] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:02.067] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:02.067] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:02.067] | : . | : . | $ current:function (..., workers = 2, envir = parent.frame()) [08:47:02.067] | : . | : . | ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [08:47:02.067] | : . | : . | ..- attr(*, "init")= chr "done" [08:47:02.067] | : . | : . | ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:02.067] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:02.067] | : . | : . | ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:02.067] | : . | : . | ..- attr(*, "untweakable")= chr "persistent" [08:47:02.067] | : . | : . | ..- attr(*, "tweaks")=List of 1 [08:47:02.067] | : . | : . | .. ..$ workers: num 2 [08:47:02.067] | : . | : . | ..- attr(*, "call")= language plan(multisession, workers = 2) [08:47:02.067] | : . | : . | ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [08:47:02.067] | : . | : . | .. ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:02.067] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:02.078] | : . | : . | Formals differ [08:47:02.078] | : . | : . all.equal() for future ... done [08:47:02.078] | : . | : . Future strategies differ at level 1 [08:47:02.079] | : . | : all.equal() for FutureStrategyList ... done [08:47:02.079] | : . | : plan(): Setting new future strategy stack: [08:47:02.079] | : . | : List of future strategies: [08:47:02.079] | : . | : 1. sequential: [08:47:02.079] | : . | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:02.079] | : . | : - tweaked: FALSE [08:47:02.079] | : . | : - call: plan(sequential) [08:47:02.080] | : . | : List of 1 [08:47:02.080] | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:02.080] | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:02.080] | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:02.080] | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:02.080] | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:02.080] | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:02.080] | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:02.085] | : . | : plan(): plan_cleanup('tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... [08:47:02.085] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:02.086] | : . | : . | Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:47:02.086] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:02.087] | : . | : . stopWorkers() for MultisessionFutureBackend ... [08:47:02.087] | : . | : . | Interrupt active futures ... [08:47:02.088] | : . | : . | : Number of futures: 0 [08:47:02.089] | : . | : . | Interrupt active futures ... done [08:47:02.089] | : . | : . | Clear future registry ... [08:47:02.090] | : . | : . | Clear future registry ... done [08:47:02.090] | : . | : . | Stop cluster workers ... [08:47:02.091] | : . | : . | : Stopping existing cluster ... [08:47:02.091] | : . | : . | : . Cluster to shut down: [08:47:02.091] | : . | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:02.100] | : . | : . | : . Stopped cluster: 'NULL' [08:47:02.100] | : . | : . | : Stopping existing cluster ... done [08:47:02.101] | : . | : . | Stop cluster workers ... done [08:47:02.101] | : . | : . stopWorkers() for MultisessionFutureBackend ... done [08:47:02.101] | : . | : . Legacy shutdown of cluster workers ... [08:47:02.101] | : . | : . | Stopping existing cluster ... [08:47:02.102] | : . | : . | : No pre-existing cluster. Skipping [08:47:02.102] | : . | : . | Stopping existing cluster ... done [08:47:02.102] | : . | : . Legacy shutdown of cluster workers ... done [08:47:02.103] | : . | : plan(): plan_cleanup('tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function', cleanup = NA) ... done [08:47:02.103] | : . | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [08:47:02.103] | : . | : . function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:02.103] | : . | : . - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:02.103] | : . | : . - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:02.103] | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:02.103] | : . | : . - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:02.103] | : . | : . - attr(*, "call")= language plan(sequential) [08:47:02.107] | : . | : . init: NULL [08:47:02.107] | : . | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [08:47:02.108] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:02.108] | : . | : . Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [08:47:02.108] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:02.109] | : . | : Backend function: <'NULL'> [08:47:02.109] | : . | : Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [08:47:02.110] | : . | : plan(): nbrOfWorkers() = 1 [08:47:02.110] | : . | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:47:02.110] | : . plan(, .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-04-10 08:47:01 0.000000000 secs 4 launch overhead 2025-04-10 08:47:01 0.014591932 secs 2 getWorker overhead launch 2025-04-10 08:47:01 0.019129992 secs 3 eraseWorker overhead launch 2025-04-10 08:47:01 0.227022886 secs 7 evaluate evaluation 2025-04-10 08:47:01 0.239269972 secs 5 receiveResult overhead gather 2025-04-10 08:47:01 0.496878862 secs 6 gather overhead 2025-04-10 08:47:01 0.527504921 secs 11 create overhead 2025-04-10 08:47:01 0.000000000 secs 41 launch overhead 2025-04-10 08:47:01 0.009585142 secs 21 getWorker overhead launch 2025-04-10 08:47:01 0.016298056 secs 31 eraseWorker overhead launch 2025-04-10 08:47:01 0.186300993 secs 71 evaluate evaluation 2025-04-10 08:47:01 0.195457935 secs 51 receiveResult overhead gather 2025-04-10 08:47:01 0.387984991 secs 61 gather overhead 2025-04-10 08:47:01 0.409240007 secs 12 create overhead 2025-04-10 08:47:01 0.000000000 secs 42 launch overhead 2025-04-10 08:47:01 0.009200096 secs 22 getWorker overhead launch 2025-04-10 08:47:01 0.015609980 secs 32 eraseWorker overhead launch 2025-04-10 08:47:01 0.152456045 secs 72 evaluate evaluation 2025-04-10 08:47:01 0.159215927 secs 52 receiveResult overhead gather 2025-04-10 08:47:01 0.228309155 secs 62 gather overhead 2025-04-10 08:47:02 0.257167101 secs duration future_label future_uuid 1 0.0140450001 secs 1ed98fa8fda686498431b295bfe482b7-1 4 0.2259509563 secs 1ed98fa8fda686498431b295bfe482b7-1 2 0.2046730518 secs 1ed98fa8fda686498431b295bfe482b7-1 3 0.0012099743 secs 1ed98fa8fda686498431b295bfe482b7-1 7 0.1328730583 secs 1ed98fa8fda686498431b295bfe482b7-1 5 0.0271401405 secs 1ed98fa8fda686498431b295bfe482b7-1 6 0.0012221336 secs 1ed98fa8fda686498431b295bfe482b7-1 11 0.0087871552 secs 1ed98fa8fda686498431b295bfe482b7-2 41 0.1924719810 secs 1ed98fa8fda686498431b295bfe482b7-2 21 0.1676499844 secs 1ed98fa8fda686498431b295bfe482b7-2 31 0.0005481243 secs 1ed98fa8fda686498431b295bfe482b7-2 71 0.1194381714 secs 1ed98fa8fda686498431b295bfe482b7-2 51 0.0186531544 secs 1ed98fa8fda686498431b295bfe482b7-2 61 0.0008220673 secs 1ed98fa8fda686498431b295bfe482b7-2 12 0.0083961487 secs 1ed98fa8fda686498431b295bfe482b7-3 42 0.1527869701 secs 1ed98fa8fda686498431b295bfe482b7-3 22 0.1348991394 secs 1ed98fa8fda686498431b295bfe482b7-3 32 0.0005760193 secs 1ed98fa8fda686498431b295bfe482b7-3 72 0.0269210339 secs 1ed98fa8fda686498431b295bfe482b7-3 52 0.0257098675 secs 1ed98fa8fda686498431b295bfe482b7-3 62 0.0010290146 secs 1ed98fa8fda686498431b295bfe482b7-3 session_uuid 1 1ed98fa8fda686498431b295bfe482b7 4 1ed98fa8fda686498431b295bfe482b7 2 1ed98fa8fda686498431b295bfe482b7 3 1ed98fa8fda686498431b295bfe482b7 7 930c83e532706722ea9c0ebde9374fe0 5 1ed98fa8fda686498431b295bfe482b7 6 1ed98fa8fda686498431b295bfe482b7 11 1ed98fa8fda686498431b295bfe482b7 41 1ed98fa8fda686498431b295bfe482b7 21 1ed98fa8fda686498431b295bfe482b7 31 1ed98fa8fda686498431b295bfe482b7 71 6630aed9b8324596c7f15795c7228075 51 1ed98fa8fda686498431b295bfe482b7 61 1ed98fa8fda686498431b295bfe482b7 12 1ed98fa8fda686498431b295bfe482b7 42 1ed98fa8fda686498431b295bfe482b7 22 1ed98fa8fda686498431b295bfe482b7 32 1ed98fa8fda686498431b295bfe482b7 72 930c83e532706722ea9c0ebde9374fe0 52 1ed98fa8fda686498431b295bfe482b7 62 1ed98fa8fda686498431b295bfe482b7 > stats <- summary(js) > print(stats) Number of futures: 3 summary evaluate evaluate_ratio overhead overhead_ratio 1 min 0.02692103 secs 0.1042658 0.1622121 secs 0.6282516 2 mean 0.09307742 secs 0.2332796 0.2018371 secs 0.5058637 3 median 0.11943817 secs 0.2912685 0.2020812 secs 0.4928064 4 max 0.13287306 secs 0.2513075 0.2412181 secs 0.4562242 5 total 0.27923226 secs 0.2332796 0.6055114 secs 0.5058637 duration walltime 1 0.2581961 secs 0.2581961 secs 2 0.3989951 secs 0.3989951 secs 3 0.4100621 secs 0.4100621 secs 4 0.5287271 secs 0.5287271 secs 5 1.1969852 secs 1.1969852 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_SPECIAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_04_10_08_45_16_15127' Sourcing 6 epilogue scripts ... done Test time: user.self=0.8s, sys.self=0.06s, elapsed=2s, user.child=NAs, sys.child=NAs Test 'capture_journals' ... success > > proc.time() user system elapsed 1.03 0.12 2.26