R Under development (unstable) (2025-11-15 r89024 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script inst/testme/test-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) [23:12:29.926] Option 'future.startup.script': TRUE [23:12:29.927] Future startup scripts considered: '.future.R', '~/.future.R' [23:12:29.927] 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) [23:12:29.930] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:29.932] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:12:29.932] | : all.equal() for FutureStrategyList ... [23:12:29.932] | : . New stack: [23:12:29.933] | : . List of 1 [23:12:29.933] | : . $ :function (..., workers = 2) [23:12:29.933] | : . ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [23:12:29.933] | : . ..- attr(*, "init")= logi TRUE [23:12:29.933] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:12:29.933] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:12:29.933] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:29.933] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:29.933] | : . ..- attr(*, "untweakable")= chr "persistent" [23:12:29.933] | : . ..- attr(*, "tweaks")=List of 1 [23:12:29.933] | : . .. ..$ workers: num 2 [23:12:29.933] | : . ..- attr(*, "call")= language plan(multisession, workers = 2) [23:12:29.933] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:29.940] | : . Old stack: [23:12:29.940] | : . List of 1 [23:12:29.940] | : . $ :function (..., envir = parent.frame()) [23:12:29.940] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:29.940] | : . ..- attr(*, "init")= logi TRUE [23:12:29.940] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:29.940] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:29.940] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:29.940] | : . ..- attr(*, "call")= language plan(sequential) [23:12:29.940] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:29.944] | : . Not identical [23:12:29.944] | : . all.equal() for future ... [23:12:29.944] | : . ' List of 2 [23:12:29.944] | : . ' $ target :function (..., workers = 2) [23:12:29.944] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [23:12:29.944] | : . ' ..- attr(*, "init")= logi TRUE [23:12:29.944] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:12:29.944] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:12:29.944] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:29.944] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:29.944] | : . ' ..- attr(*, "untweakable")= chr "persistent" [23:12:29.944] | : . ' ..- attr(*, "tweaks")=List of 1 [23:12:29.944] | : . ' .. ..$ workers: num 2 [23:12:29.944] | : . ' ..- attr(*, "call")= language plan(multisession, workers = 2) [23:12:29.944] | : . ' $ current:function (..., envir = parent.frame()) [23:12:29.944] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:29.944] | : . ' ..- attr(*, "init")= logi TRUE [23:12:29.944] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:29.944] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:29.944] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:29.944] | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:29.954] | : . ' Formals differ [23:12:29.954] | : . all.equal() for future ... done [23:12:29.954] | : . Future strategies differ at level 1 [23:12:29.955] | : all.equal() for FutureStrategyList ... done [23:12:29.955] | : plan(): Setting new future backend stack: [23:12:29.955] | : List of future strategies: [23:12:29.955] | : 1. multisession: [23:12:29.955] | : - args: function (..., workers = 2) [23:12:29.955] | : - tweaked: TRUE [23:12:29.955] | : - call: plan(multisession, workers = 2) [23:12:29.956] | : List of 1 [23:12:29.956] | : $ :function (..., workers = 2) [23:12:29.956] | : ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [23:12:29.956] | : ..- attr(*, "init")= logi TRUE [23:12:29.956] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:12:29.956] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:12:29.956] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:29.956] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:29.956] | : ..- attr(*, "untweakable")= chr "persistent" [23:12:29.956] | : ..- attr(*, "tweaks")=List of 1 [23:12:29.956] | : .. ..$ workers: num 2 [23:12:29.956] | : ..- attr(*, "call")= language plan(multisession, workers = 2) [23:12:29.956] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:29.962] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [23:12:29.963] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:29.963] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [23:12:29.963] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:29.964] | : . Legacy shutdown of cluster workers ... [23:12:29.964] | : . ' Stopping existing cluster ... [23:12:29.965] | : . ' , No pre-existing cluster. Skipping [23:12:29.965] | : . ' Stopping existing cluster ... done [23:12:29.965] | : . Legacy shutdown of cluster workers ... done [23:12:29.965] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [23:12:29.966] | : plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [23:12:29.966] | : . function (..., workers = 2) [23:12:29.966] | : . - attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [23:12:29.966] | : . - attr(*, "init")= logi TRUE [23:12:29.966] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:12:29.966] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:12:29.966] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:29.966] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:29.966] | : . - attr(*, "untweakable")= chr "persistent" [23:12:29.966] | : . - attr(*, "tweaks")=List of 1 [23:12:29.966] | : . ..$ workers: num 2 [23:12:29.966] | : . - attr(*, "call")= language plan(multisession, workers = 2) [23:12:29.972] | : . init: TRUE [23:12:29.972] | : . makeFutureBackend() ... [23:12:29.973] | : . ' Backend function: <'NULL'> [23:12:29.973] | : . ' Evaluator tweak arguments: [n=1] [23:12:29.973] | : . ' List of 1 [23:12:29.973] | : . ' $ workers: num 2 [23:12:29.974] | : . ' Evaluator formal arguments: [n=1] [23:12:29.975] | : . ' Dotted pair list of 1 [23:12:29.975] | : . ' $ workers: num 2 [23:12:29.976] | : . ' Arguments passed to the future-backend factory: [n=1] [23:12:29.977] | : . ' List of 1 [23:12:29.977] | : . ' $ workers: num 2 [23:12:29.978] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [23:12:29.978] | : . ' , Arguments: [23:12:29.979] | : . ' , List of 5 [23:12:29.979] | : . ' , $ workers : num 2 [23:12:29.979] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:12:29.979] | : . ' , $ interrupts : logi TRUE [23:12:29.979] | : . ' , $ gc : logi FALSE [23:12:29.979] | : . ' , $ earlySignal : logi FALSE [23:12:29.983] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [23:12:29.983] | : . ' , ; workers: 2 [23:12:29.984] | : . ' , ; getCluster() ... [23:12:29.984] | : . ' , ; getCluster() ... done [23:12:29.984] | : . ' , ; Stopping existing cluster ... [23:12:29.985] | : . ' , ; ` No pre-existing cluster. Skipping [23:12:29.985] | : . ' , ; Stopping existing cluster ... done [23:12:29.985] | : . ' , ; Starting new cluster ... [23:12:29.986] | : . ' , ; ` makeCluster(workers, ...) ... [23:12:29.986] | : . ' , ; ` | Arguments: [23:12:29.986] | : . ' , ; ` | List of 2 [23:12:29.986] | : . ' , ; ` | $ : int 2 [23:12:29.986] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:12:29.991] | : . ' , ; ` | .makeCluster() ... [23:12:29.991] | : . ' , ; ` | : workers: '2' [23:12:29.992] | : . ' , ; ` | : R_FUTURE_PLAN: NA [23:12:29.992] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [23:12:29.992] | : . ' , ; ` | : List of 2 [23:12:29.992] | : . ' , ; ` | : $ : int 2 [23:12:29.992] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:12:31.106] | : . ' , ; ` | : Generated cluster UUID [23:12:31.107] | : . ' , ; ` | : Cluster UUID: '0ccf11e57e07881534506d99c5020f73' [23:12:31.107] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:12:31.112] | : . ' , ; ` | .makeCluster() ... done [23:12:31.112] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:12:31.116] | : . ' , ; ` makeCluster(workers, ...) ... done [23:12:31.116] | : . ' , ; ` Number of workers: 2 [23:12:31.116] | : . ' , ; ` Workers UUID: '0ccf11e57e07881534506d99c5020f73' [23:12:31.117] | : . ' , ; Starting new cluster ... done [23:12:31.117] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [23:12:31.118] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [23:12:31.118] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [23:12:31.118] | : . makeFutureBackend() ... done [23:12:31.119] | : . nbrOfWorkers(NULL) ... [23:12:31.119] | : . ' List of 4 [23:12:31.119] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [23:12:31.119] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [23:12:31.119] | : . ' $ : language nbrOfWorkers() [23:12:31.119] | : . ' $ : language nbrOfWorkers.NULL() [23:12:31.122] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:31.123] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:31.123] | : . ' Number of workers: 2 [23:12:31.124] | : . nbrOfWorkers(NULL) ... done [23:12:31.124] | : . plan(): nbrOfWorkers() = 2 [23:12:31.124] | : plan(): plan_init() of 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [23:12:31.124] | 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) + }) [23:12:31.125] | future(..., label = NULL) ... [23:12:31.125] | : lazy: FALSE [23:12:31.126] | : stdout: TRUE [23:12:31.126] | : conditions: [n=1] 'condition' [23:12:31.126] | : gc: FALSE [23:12:31.126] | : earlySignal: FALSE [23:12:31.128] | : getGlobalsAndPackages() ... [23:12:31.128] | : . Searching for globals ... [23:12:31.170] | : . ' globals found: [8] 'slow_fcn', 'x', '{', 'Sys.sleep', '*', '(', '+', '/' [23:12:31.171] | : . Searching for globals ... done [23:12:31.171] | : . Resolving globals: FALSE [23:12:31.171] | : . Search for packages associated with the globals ... [23:12:31.172] | : . ' Packages associated with globals: [1] 'base' [23:12:31.174] | : . ' Packages: [1] 'base' [23:12:31.174] | : . Search for packages associated with the globals ... done [23:12:31.175] | : . Packages after dropping 'base': [0] [23:12:31.175] | : . globals: [2] 'slow_fcn', 'x' [23:12:31.176] | : . packages: [0] [23:12:31.176] | : getGlobalsAndPackages() ... done [23:12:31.179] | : run() for 'Future' () ... [23:12:31.180] | : . state: 'created' [23:12:31.180] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:31.180] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:31.181] | : . Using MultisessionFutureBackend ... [23:12:31.181] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [23:12:31.181] | : . ' Launching futures ... [23:12:31.182] | : . ' , launchFuture() for ClusterFutureBackend ... [23:12:31.182] | : . ' , ; Workers: [n=2] [23:12:31.183] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:12:31.186] | : . ' , ; FutureRegistry: 'workers-0ccf11e57e07881534506d99c5020f73' [23:12:31.186] | : . ' , ; requestWorker() ... [23:12:31.186] | : . ' , ; ` requestNode() ... [23:12:31.187] | : . ' , ; ` | Number of workers: 2 [23:12:31.187] | : . ' , ; ` | Polling for a free worker ... [23:12:31.187] | : . ' , ; ` | : FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'list', earlySignal = 0) ... [23:12:31.187] | : . ' , ; ` | : . Created empty registry 'workers-0ccf11e57e07881534506d99c5020f73' [23:12:31.188] | : . ' , ; ` | : . Listing all futures [23:12:31.188] | : . ' , ; ` | : . Number of registered futures: 0 [23:12:31.188] | : . ' , ; ` | : FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'list', earlySignal = 0) ... done [23:12:31.188] | : . ' , ; ` | : Total time: 0 [23:12:31.189] | : . ' , ; ` | Polling for a free worker ... done [23:12:31.189] | : . ' , ; ` | FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'list', earlySignal = 0) ... [23:12:31.189] | : . ' , ; ` | : Listing all futures [23:12:31.189] | : . ' , ; ` | : Number of registered futures: 0 [23:12:31.189] | : . ' , ; ` | FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'list', earlySignal = 0) ... done [23:12:31.190] | : . ' , ; ` | avail: [n=2] '1', '2' [23:12:31.190] | : . ' , ; ` | Index of first available worker: 1 [23:12:31.190] | : . ' , ; ` | Validate that the worker is functional ... [23:12:31.191] | : . ' , ; ` | : Worker is functional [23:12:31.192] | : . ' , ; ` | : FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'list', earlySignal = 0) ... [23:12:31.192] | : . ' , ; ` | : . Listing all futures [23:12:31.193] | : . ' , ; ` | : . Number of registered futures: 0 [23:12:31.193] | : . ' , ; ` | : FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'list', earlySignal = 0) ... done [23:12:31.193] | : . ' , ; ` | Validate that the worker is functional ... done [23:12:31.193] | : . ' , ; ` requestNode() ... done [23:12:31.196] | : . ' , ; ` cluster node index: 1 [23:12:31.196] | : . ' , ; requestWorker() ... done [23:12:31.196] | : . ' , ; eraseGlobalEnvironment() ... [23:12:31.199] | : . ' , ; eraseGlobalEnvironment() ... done [23:12:31.199] | : . ' , ; launchFuture() ... [23:12:31.199] | : . ' , ; ` cluster node index: 1 [23:12:31.200] | : . ' , ; ` getFutureData() ... [23:12:31.200] | : . ' , ; ` | getFutureCore() ... [23:12:31.200] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [23:12:31.201] | : . ' , ; ` | getFutureCore() ... done [23:12:31.201] | : . ' , ; ` | getFutureCapture() ... [23:12:31.201] | : . ' , ; ` | getFutureCapture() ... done [23:12:31.202] | : . ' , ; ` | getFutureContext() ... [23:12:31.202] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:31.202] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:12:31.203] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:31.203] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:12:31.203] | : . ' , ; ` | getFutureContext() ... done [23:12:31.204] | : . ' , ; ` getFutureData() ... done [23:12:31.205] | : . ' , ; ` FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'add', earlySignal = 0) ... [23:12:31.205] | : . ' , ; ` | Appended future to position #1 [23:12:31.206] | : . ' , ; ` | Number of registered futures: 1 [23:12:31.206] | : . ' , ; ` FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'add', earlySignal = 0) ... done [23:12:31.206] | : . ' , ; launchFuture() ... done [23:12:31.206] | : . ' , ; MultisessionFuture started [23:12:31.207] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:12:31.207] | : . ' Launching futures ... done [23:12:31.207] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:12:31.208] | : . Using MultisessionFutureBackend ... done [23:12:31.208] | : run() for 'Future' () ... done [23:12:31.210] | future(..., label = NULL) ... done [23:12:31.212] | future(..., label = NULL) ... [23:12:31.213] | : lazy: FALSE [23:12:31.213] | : stdout: TRUE [23:12:31.213] | : conditions: [n=1] 'condition' [23:12:31.213] | : gc: FALSE [23:12:31.214] | : earlySignal: FALSE [23:12:31.214] | : getGlobalsAndPackages() ... [23:12:31.214] | : . Searching for globals ... [23:12:31.237] | : . ' globals found: [8] 'slow_fcn', 'x', '{', 'Sys.sleep', '*', '(', '+', '/' [23:12:31.237] | : . Searching for globals ... done [23:12:31.238] | : . Resolving globals: FALSE [23:12:31.238] | : . Search for packages associated with the globals ... [23:12:31.239] | : . ' Packages associated with globals: [1] 'base' [23:12:31.239] | : . ' Packages: [1] 'base' [23:12:31.240] | : . Search for packages associated with the globals ... done [23:12:31.240] | : . Packages after dropping 'base': [0] [23:12:31.240] | : . globals: [2] 'slow_fcn', 'x' [23:12:31.241] | : . packages: [0] [23:12:31.241] | : getGlobalsAndPackages() ... done [23:12:31.246] | : run() for 'Future' () ... [23:12:31.246] | : . state: 'created' [23:12:31.247] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:31.247] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:31.247] | : . Using MultisessionFutureBackend ... [23:12:31.247] | : . ' Number of futures since start: 1 (1 created, 1 launched, 0 finished) [23:12:31.248] | : . ' Launching futures ... [23:12:31.248] | : . ' , launchFuture() for ClusterFutureBackend ... [23:12:31.248] | : . ' , ; Workers: [n=2] [23:12:31.248] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:12:31.251] | : . ' , ; FutureRegistry: 'workers-0ccf11e57e07881534506d99c5020f73' [23:12:31.251] | : . ' , ; requestWorker() ... [23:12:31.251] | : . ' , ; ` requestNode() ... [23:12:31.252] | : . ' , ; ` | Number of workers: 2 [23:12:31.252] | : . ' , ; ` | Polling for a free worker ... [23:12:31.252] | : . ' , ; ` | : FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'list', earlySignal = 0) ... [23:12:31.252] | : . ' , ; ` | : . Listing all futures [23:12:31.252] | : . ' , ; ` | : . Number of registered futures: 1 [23:12:31.253] | : . ' , ; ` | : FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'list', earlySignal = 0) ... done [23:12:31.253] | : . ' , ; ` | : Total time: 0 [23:12:31.253] | : . ' , ; ` | Polling for a free worker ... done [23:12:31.254] | : . ' , ; ` | FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'list', earlySignal = 0) ... [23:12:31.254] | : . ' , ; ` | : Listing all futures [23:12:31.254] | : . ' , ; ` | : Number of registered futures: 1 [23:12:31.254] | : . ' , ; ` | FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'list', earlySignal = 0) ... done [23:12:31.255] | : . ' , ; ` | avail: [n=2] '2' [23:12:31.255] | : . ' , ; ` | Index of first available worker: 2 [23:12:31.255] | : . ' , ; ` | Validate that the worker is functional ... [23:12:31.256] | : . ' , ; ` | : Worker is functional [23:12:31.257] | : . ' , ; ` | : FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'list', earlySignal = 0) ... [23:12:31.257] | : . ' , ; ` | : . Listing all futures [23:12:31.257] | : . ' , ; ` | : . Number of registered futures: 1 [23:12:31.258] | : . ' , ; ` | : FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'list', earlySignal = 0) ... done [23:12:31.258] | : . ' , ; ` | Validate that the worker is functional ... done [23:12:31.258] | : . ' , ; ` requestNode() ... done [23:12:31.260] | : . ' , ; ` cluster node index: 2 [23:12:31.260] | : . ' , ; requestWorker() ... done [23:12:31.260] | : . ' , ; eraseGlobalEnvironment() ... [23:12:31.262] | : . ' , ; eraseGlobalEnvironment() ... done [23:12:31.262] | : . ' , ; launchFuture() ... [23:12:31.263] | : . ' , ; ` cluster node index: 2 [23:12:31.263] | : . ' , ; ` getFutureData() ... [23:12:31.263] | : . ' , ; ` | getFutureCore() ... [23:12:31.263] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [23:12:31.264] | : . ' , ; ` | getFutureCore() ... done [23:12:31.264] | : . ' , ; ` | getFutureCapture() ... [23:12:31.264] | : . ' , ; ` | getFutureCapture() ... done [23:12:31.264] | : . ' , ; ` | getFutureContext() ... [23:12:31.264] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:31.265] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:12:31.265] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:31.265] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:12:31.265] | : . ' , ; ` | getFutureContext() ... done [23:12:31.266] | : . ' , ; ` getFutureData() ... done [23:12:31.266] | : . ' , ; ` FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'add', earlySignal = 0) ... [23:12:31.270] | : . ' , ; ` | Appended future to position #2 [23:12:31.270] | : . ' , ; ` | Number of registered futures: 2 [23:12:31.270] | : . ' , ; ` FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'add', earlySignal = 0) ... done [23:12:31.271] | : . ' , ; launchFuture() ... done [23:12:31.271] | : . ' , ; MultisessionFuture started [23:12:31.271] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:12:31.271] | : . ' Launching futures ... done [23:12:31.271] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:12:31.272] | : . Using MultisessionFutureBackend ... done [23:12:31.272] | : run() for 'Future' () ... done [23:12:31.273] | future(..., label = NULL) ... done [23:12:31.273] | future(..., label = NULL) ... [23:12:31.273] | : lazy: FALSE [23:12:31.273] | : stdout: TRUE [23:12:31.274] | : conditions: [n=1] 'condition' [23:12:31.274] | : gc: FALSE [23:12:31.274] | : earlySignal: FALSE [23:12:31.274] | : getGlobalsAndPackages() ... [23:12:31.274] | : . Searching for globals ... [23:12:31.289] | : . ' globals found: [8] 'slow_fcn', 'x', '{', 'Sys.sleep', '*', '(', '+', '/' [23:12:31.289] | : . Searching for globals ... done [23:12:31.289] | : . Resolving globals: FALSE [23:12:31.289] | : . Search for packages associated with the globals ... [23:12:31.290] | : . ' Packages associated with globals: [1] 'base' [23:12:31.290] | : . ' Packages: [1] 'base' [23:12:31.290] | : . Search for packages associated with the globals ... done [23:12:31.291] | : . Packages after dropping 'base': [0] [23:12:31.291] | : . globals: [2] 'slow_fcn', 'x' [23:12:31.291] | : . packages: [0] [23:12:31.291] | : getGlobalsAndPackages() ... done [23:12:31.292] | : run() for 'Future' () ... [23:12:31.292] | : . state: 'created' [23:12:31.292] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:31.292] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:31.293] | : . Using MultisessionFutureBackend ... [23:12:31.293] | : . ' Number of futures since start: 2 (2 created, 2 launched, 0 finished) [23:12:31.293] | : . ' Launching futures ... [23:12:31.293] | : . ' , launchFuture() for ClusterFutureBackend ... [23:12:31.294] | : . ' , ; Workers: [n=2] [23:12:31.294] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:12:31.296] | : . ' , ; FutureRegistry: 'workers-0ccf11e57e07881534506d99c5020f73' [23:12:31.296] | : . ' , ; requestWorker() ... [23:12:31.296] | : . ' , ; ` requestNode() ... [23:12:31.296] | : . ' , ; ` | Number of workers: 2 [23:12:31.296] | : . ' , ; ` | Polling for a free worker ... [23:12:31.297] | : . ' , ; ` | : FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'list', earlySignal = 0) ... [23:12:31.297] | : . ' , ; ` | : . Listing all futures [23:12:31.297] | : . ' , ; ` | : . Number of registered futures: 2 [23:12:31.297] | : . ' , ; ` | : FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'list', earlySignal = 0) ... done [23:12:31.297] | : . ' , ; ` | : Poll #1 (0): usedNodes() = 2, workers = 2 [23:12:31.315] | : . ' , ; ` | : FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'collect-first', earlySignal = 1) ... [23:12:31.316] | : . ' , ; ` | : . collectValues('workers-0ccf11e57e07881534506d99c5020f73', firstOnly = TRUE) ... [23:12:31.316] | : . ' , ; ` | : . ' resolved() ... [23:12:31.317] | : . ' , ; ` | : . ' , resolved() for MultisessionFuture () ... [23:12:31.317] | : . ' , ; ` | : . ' , ; Cluster node socket connection: index=4, id=276 [23:12:31.318] | : . ' , ; ` | : . ' , ; assertValidConnection() ... [23:12:31.318] | : . ' , ; ` | : . ' , ; ` cluster node index: 1 [23:12:31.318] | : . ' , ; ` | : . ' , ; assertValidConnection() ... done [23:12:31.322] | : . ' , ; ` | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [23:12:31.322] | : . ' , ; ` | : . ' , ; ` cluster node index: 1 [23:12:31.323] | : . ' , ; ` | : . ' , ; ` [1] TRUE [23:12:31.323] | : . ' , ; ` | : . ' , ; ` Received data: [23:12:31.323] | : . ' , ; ` | : . ' , ; ` List of 5 [23:12:31.323] | : . ' , ; ` | : . ' , ; ` $ type : chr "VALUE" [23:12:31.323] | : . ' , ; ` | : . ' , ; ` $ value :List of 16 [23:12:31.323] | : . ' , ; ` | : . ' , ; ` ..$ value : NULL [23:12:31.323] | : . ' , ; ` | : . ' , ; ` ..$ visible : logi FALSE [23:12:31.323] | : . ' , ; ` | : . ' , ; ` ..$ stdout : chr "" [23:12:31.323] | : . ' , ; ` | : . ' , ; ` ..$ conditions : list() [23:12:31.323] | : . ' , ; ` | : . ' , ; ` ..$ rng : logi FALSE [23:12:31.323] | : . ' , ; ` | : . ' , ; ` ..$ seed : NULL [23:12:31.323] | : . ' , ; ` | : . ' , ; ` ..$ misuseGlobalEnv : NULL [23:12:31.323] | : . ' , ; ` | : . ' , ; ` ..$ misuseConnections :List of 3 [23:12:31.323] | : . ' , ; ` | : . ' , ; ` .. ..$ added : NULL [23:12:31.323] | : . ' , ; ` | : . ' , ; ` .. ..$ removed : NULL [23:12:31.323] | : . ' , ; ` | : . ' , ; ` .. ..$ replaced: NULL [23:12:31.323] | : . ' , ; ` | : . ' , ; ` ..$ misuseDevices : NULL [23:12:31.323] | : . ' , ; ` | : . ' , ; ` ..$ misuseDefaultDevice: list() [23:12:31.323] | : . ' , ; ` | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2025-11-16 23:12:31" [23:12:31.323] | : . ' , ; ` | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2025-11-16 23:12:31" [23:12:31.323] | : . ' , ; ` | : . ' , ; ` ..$ uuid : chr [1:2] "a2921b4cd0f7c1aab4096ee16aa07478" "1" [23:12:31.323] | : . ' , ; ` | : . ' , ; ` ..$ session_uuid : chr "e5014dc829de3d4e9e7add9664413e14" [23:12:31.323] | : . ' , ; ` | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [23:12:31.323] | : . ' , ; ` | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [23:12:31.323] | : . ' , ; ` | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:12:31.323] | : . ' , ; ` | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:12:31.323] | : . ' , ; ` | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:12:31.323] | : . ' , ; ` | : . ' , ; ` .. .. ..$ pid : int 35240 [23:12:31.323] | : . ' , ; ` | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:12:31" [23:12:31.323] | : . ' , ; ` | : . ' , ; ` .. .. ..$ random: int 2147483647 [23:12:31.323] | : . ' , ; ` | : . ' , ; ` ..$ r_info :List of 4 [23:12:31.323] | : . ' , ; ` | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:12:31.323] | : . ' , ; ` | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [23:12:31.323] | : . ' , ; ` | : . ' , ; ` .. ..$ os : chr "windows" [23:12:31.323] | : . ' , ; ` | : . ' , ; ` .. ..$ os_name : chr "Windows" [23:12:31.323] | : . ' , ; ` | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [23:12:31.323] | : . ' , ; ` | : . ' , ; ` ..$ version : chr "1.8" [23:12:31.323] | : . ' , ; ` | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [23:12:31.323] | : . ' , ; ` | : . ' , ; ` $ success: logi TRUE [23:12:31.323] | : . ' , ; ` | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0.1 0 0.13 NA NA [23:12:31.323] | : . ' , ; ` | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:12:31.323] | : . ' , ; ` | : . ' , ; ` $ tag : NULL [23:12:31.342] | : . ' , ; ` | : . ' , ; ` Received FutureResult [23:12:31.343] | : . ' , ; ` | : . ' , ; ` FutureResult: [23:12:31.343] | : . ' , ; ` | : . ' , ; ` value: 'NULL' [23:12:31.343] | : . ' , ; ` | : . ' , ; ` visible: FALSE [23:12:31.343] | : . ' , ; ` | : . ' , ; ` stdout: character [23:12:31.343] | : . ' , ; ` | : . ' , ; ` conditions: [n = 0] [23:12:31.343] | : . ' , ; ` | : . ' , ; ` RNG used: FALSE [23:12:31.343] | : . ' , ; ` | : . ' , ; ` duration: 0.1135728 secs (started 2025-11-16 23:12:31.207364) [23:12:31.343] | : . ' , ; ` | : . ' , ; ` version: 1.8 [23:12:31.345] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'remove', earlySignal = 0) ... [23:12:31.345] | : . ' , ; ` | : . ' , ; ` | Removed future from position #1 [23:12:31.345] | : . ' , ; ` | : . ' , ; ` | Number of registered futures: 1 [23:12:31.346] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'remove', earlySignal = 0) ... done [23:12:31.346] | : . ' , ; ` | : . ' , ; ` Erased future from future backend [23:12:31.347] | : . ' , ; ` | : . ' , ; ` result() for ClusterFuture ... [23:12:31.347] | : . ' , ; ` | : . ' , ; ` | result already collected: FutureResult [23:12:31.347] | : . ' , ; ` | : . ' , ; ` result() for ClusterFuture ... done [23:12:31.352] | : . ' , ; ` | : . ' , ; ` signalConditions() ... [23:12:31.352] | : . ' , ; ` | : . ' , ; ` | include = 'immediateCondition' [23:12:31.353] | : . ' , ; ` | : . ' , ; ` | exclude = [23:12:31.353] | : . ' , ; ` | : . ' , ; ` | resignal = FALSE [23:12:31.353] | : . ' , ; ` | : . ' , ; ` | Number of conditions: 0 [23:12:31.354] | : . ' , ; ` | : . ' , ; ` | int 0 [23:12:31.354] | : . ' , ; ` | : . ' , ; ` signalConditions() ... done [23:12:31.355] | : . ' , ; ` | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [23:12:31.355] | : . ' , ; ` | : . ' , ; receiveMessageFromWorker() returned object of class FutureResult; resolved [23:12:31.355] | : . ' , ; ` | : . ' , resolved() for MultisessionFuture () ... done [23:12:31.356] | : . ' , ; ` | : . ' , assertFutureResult() ... [23:12:31.356] | : . ' , ; ` | : . ' , ; Future uuid: a2921b4cd0f7c1aab4096ee16aa07478-1 [23:12:31.356] | : . ' , ; ` | : . ' , ; identical; success [23:12:31.356] | : . ' , ; ` | : . ' , assertFutureResult() ... done [23:12:31.357] | : . ' , ; ` | : . ' resolved() ... done [23:12:31.358] | : . ' , ; ` | : . ' Future at position #1 is resolved ... [23:12:31.359] | : . ' , ; ` | : . ' , value() for MultisessionFuture () ... [23:12:31.359] | : . ' , ; ` | : . ' , ; result() for ClusterFuture ... [23:12:31.360] | : . ' , ; ` | : . ' , ; ` result already collected: FutureResult [23:12:31.360] | : . ' , ; ` | : . ' , ; result() for ClusterFuture ... done [23:12:31.360] | : . ' , ; ` | : . ' , ; result() for ClusterFuture ... [23:12:31.361] | : . ' , ; ` | : . ' , ; ` result already collected: FutureResult [23:12:31.361] | : . ' , ; ` | : . ' , ; result() for ClusterFuture ... done [23:12:31.361] | : . ' , ; ` | : . ' , ; signalConditions() ... [23:12:31.362] | : . ' , ; ` | : . ' , ; ` include = 'immediateCondition' [23:12:31.362] | : . ' , ; ` | : . ' , ; ` exclude = [23:12:31.362] | : . ' , ; ` | : . ' , ; ` resignal = FALSE [23:12:31.363] | : . ' , ; ` | : . ' , ; ` Number of conditions: 0 [23:12:31.363] | : . ' , ; ` | : . ' , ; ` int 0 [23:12:31.365] | : . ' , ; ` | : . ' , ; signalConditions() ... done [23:12:31.365] | : . ' , ; ` | : . ' , ; check for misuse ... [23:12:31.365] | : . ' , ; ` | : . ' , ; check for misuse ... done [23:12:31.366] | : . ' , ; ` | : . ' , value() for MultisessionFuture () ... done [23:12:31.366] | : . ' , ; ` | : . ' Future at position #1 is resolved ... done [23:12:31.367] | : . ' , ; ` | : . collectValues('workers-0ccf11e57e07881534506d99c5020f73', firstOnly = TRUE) ... done [23:12:31.367] | : . ' , ; ` | : . Remove collected futures ... [23:12:31.367] | : . ' , ; ` | : . ' Indices of futures to drop: [n=1] '1' [23:12:31.368] | : . ' , ; ` | : . Remove collected futures ... done [23:12:31.368] | : . ' , ; ` | : FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'collect-first', earlySignal = 1) ... done [23:12:31.368] | : . ' , ; ` | : Early signaling of 2 future candidates ... [23:12:31.368] | : . ' , ; ` | : Number of futures with early signaling requested: 0 [23:12:31.369] | : . ' , ; ` | : Early signaling of 2 future candidates ... done [23:12:31.369] | : . ' , ; ` | : Number of registered futures: 2 [23:12:31.369] | : . ' , ; ` | Polling for a free worker ... done [23:12:31.370] | : . ' , ; ` | FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'list', earlySignal = 0) ... [23:12:31.370] | : . ' , ; ` | : Listing all futures [23:12:31.370] | : . ' , ; ` | : Number of registered futures: 1 [23:12:31.371] | : . ' , ; ` | FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'list', earlySignal = 0) ... done [23:12:31.371] | : . ' , ; ` | Total time: 0.0729269981384277 [23:12:31.371] | : . ' , ; ` requestNode() ... done [23:12:31.372] | : . ' , ; ` FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'list', earlySignal = 0) ... [23:12:31.372] | : . ' , ; ` | Listing all futures [23:12:31.372] | : . ' , ; ` | Number of registered futures: 1 [23:12:31.372] | : . ' , ; ` FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'list', earlySignal = 0) ... done [23:12:31.373] | : . ' , ; ` avail: [n=2] '1' [23:12:31.373] | : . ' , ; ` Index of first available worker: 1 [23:12:31.373] | : . ' , ; ` Validate that the worker is functional ... [23:12:31.374] | : . ' , ; ` | Worker is functional [23:12:31.375] | : . ' , ; ` | FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'list', earlySignal = 0) ... [23:12:31.375] | : . ' , ; ` | : Listing all futures [23:12:31.375] | : . ' , ; ` | : Number of registered futures: 1 [23:12:31.376] | : . ' , ; ` | FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'list', earlySignal = 0) ... done [23:12:31.376] | : . ' , ; ` Validate that the worker is functional ... done [23:12:31.376] | : . ' , ; requestWorker() ... done [23:12:31.381] | : . ' , ; cluster node index: 1 [23:12:31.382] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:12:31.382] | : . ' , eraseGlobalEnvironment() ... [23:12:31.384] | : . ' , eraseGlobalEnvironment() ... done [23:12:31.385] | : . ' , launchFuture() ... [23:12:31.385] | : . ' , ; cluster node index: 1 [23:12:31.385] | : . ' , ; getFutureData() ... [23:12:31.386] | : . ' , ; ` getFutureCore() ... [23:12:31.386] | : . ' , ; ` | Packages needed by the future expression (n = 0): [23:12:31.386] | : . ' , ; ` getFutureCore() ... done [23:12:31.386] | : . ' , ; ` getFutureCapture() ... [23:12:31.387] | : . ' , ; ` getFutureCapture() ... done [23:12:31.387] | : . ' , ; ` getFutureContext() ... [23:12:31.387] | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:31.388] | : . ' , ; ` | : Getting stack without first backend: [n=0] [23:12:31.388] | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:31.388] | : . ' , ; ` | Packages needed by future backend (n = 0): [23:12:31.389] | : . ' , ; ` getFutureContext() ... done [23:12:31.389] | : . ' , ; getFutureData() ... done [23:12:31.390] | : . ' , ; FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'add', earlySignal = 0) ... [23:12:31.390] | : . ' , ; ` Appended future to position #2 [23:12:31.390] | : . ' , ; ` Number of registered futures: 2 [23:12:31.391] | : . ' , ; FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'add', earlySignal = 0) ... done [23:12:31.391] | : . ' , launchFuture() ... done [23:12:31.391] | : . ' , MultisessionFuture started [23:12:31.391] | : . ' Launching futures ... done [23:12:31.392] | : . Using MultisessionFutureBackend ... done [23:12:31.392] | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:12:31.392] | : run() for 'Future' () ... done [23:12:31.393] | future(..., label = NULL) ... done [23:12:31.394] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:31.395] value() for list ... [23:12:31.395] | recursive: 0 [23:12:31.396] | reduce: FALSE [23:12:31.396] | length: 3 [23:12:31.397] | Number of remaining objects: 3 [23:12:31.397] | checking value #1: [23:12:31.397] | 'obj' is MultisessionFuture [23:12:31.398] | resolved() ... [23:12:31.398] | resolved() ... done [23:12:31.399] | MultisessionFuture #1 [23:12:31.400] | signalConditionsASAP(MultisessionFuture, pos=1) ... [23:12:31.400] | : nx: 3 [23:12:31.400] | : relay: TRUE [23:12:31.401] | : stdout: TRUE [23:12:31.401] | : signal: TRUE [23:12:31.401] | : resignal: FALSE [23:12:31.401] | : force: TRUE [23:12:31.402] | : relayed: [n=3] FALSE, FALSE, FALSE [23:12:31.402] | : queued futures: [n=3] FALSE, FALSE, FALSE [23:12:31.402] | : until=1 [23:12:31.402] | : relaying element #1 [23:12:31.403] | : value() for MultisessionFuture () ... [23:12:31.403] | : . result() for ClusterFuture ... [23:12:31.403] | : . ' result already collected: FutureResult [23:12:31.403] | : . result() for ClusterFuture ... done [23:12:31.404] | : . result() for ClusterFuture ... [23:12:31.404] | : . ' result already collected: FutureResult [23:12:31.404] | : . result() for ClusterFuture ... done [23:12:31.405] | : . signalConditions() ... [23:12:31.405] | : . ' include = 'immediateCondition' [23:12:31.405] | : . ' exclude = [23:12:31.406] | : . ' resignal = FALSE [23:12:31.406] | : . ' Number of conditions: 0 [23:12:31.406] | : . ' int 0 [23:12:31.407] | : . signalConditions() ... done [23:12:31.407] | : . relay stdout ... [23:12:31.407] | : . relay stdout ... done [23:12:31.408] | : . check for misuse ... [23:12:31.408] | : . check for misuse ... done [23:12:31.408] | : value() for MultisessionFuture () ... done [23:12:31.409] | : result() for ClusterFuture ... [23:12:31.409] | : . result already collected: FutureResult [23:12:31.409] | : result() for ClusterFuture ... done [23:12:31.410] | : signalConditions() ... [23:12:31.410] | : . include = 'immediateCondition' [23:12:31.410] | : . exclude = [23:12:31.410] | : . resignal = FALSE [23:12:31.411] | : . Number of conditions: 0 [23:12:31.411] | : . int 0 [23:12:31.412] | : signalConditions() ... done [23:12:31.412] | : result() for ClusterFuture ... [23:12:31.412] | : . result already collected: FutureResult [23:12:31.413] | : result() for ClusterFuture ... done [23:12:31.413] | : signalConditions() ... [23:12:31.413] | : . include = 'condition' [23:12:31.413] | : . exclude = 'error', 'immediateCondition' [23:12:31.414] | : . resignal = TRUE [23:12:31.414] | : . Number of conditions: 0 [23:12:31.414] | : . int 0 [23:12:31.415] | : signalConditions() ... done [23:12:31.415] | : relayed: [n=3] TRUE, FALSE, FALSE [23:12:31.416] | : queued futures: [n=3] TRUE, FALSE, FALSE [23:12:31.416] | signalConditionsASAP(MultisessionFuture, pos=1) ... done [23:12:31.416] | value(, ...) ... [23:12:31.416] | value(, ...) ... done [23:12:31.417] | value() for MultisessionFuture () ... [23:12:31.417] | : result() for ClusterFuture ... [23:12:31.417] | : . result already collected: FutureResult [23:12:31.418] | : result() for ClusterFuture ... done [23:12:31.418] | : result() for ClusterFuture ... [23:12:31.418] | : . result already collected: FutureResult [23:12:31.418] | : result() for ClusterFuture ... done [23:12:31.419] | : signalConditions() ... [23:12:31.419] | : . include = 'immediateCondition' [23:12:31.419] | : . exclude = [23:12:31.420] | : . resignal = FALSE [23:12:31.420] | : . Number of conditions: 0 [23:12:31.420] | : . int 0 [23:12:31.421] | : signalConditions() ... done [23:12:31.421] | : check for misuse ... [23:12:31.422] | : check for misuse ... done [23:12:31.422] | value() for MultisessionFuture () ... done [23:12:31.422] | value: [23:12:31.422] | signalConditionsASAP(MultisessionFuture, pos=1) ... [23:12:31.423] | : nx: 3 [23:12:31.423] | : relay: TRUE [23:12:31.423] | : stdout: TRUE [23:12:31.423] | : signal: TRUE [23:12:31.424] | : resignal: FALSE [23:12:31.424] | : force: TRUE [23:12:31.424] | : relayed: [n=3] TRUE, FALSE, FALSE [23:12:31.424] | : queued futures: [n=3] TRUE, FALSE, FALSE [23:12:31.425] | : until=2 [23:12:31.425] | : relaying element #2 [23:12:31.425] | : relayed: [n=3] TRUE, FALSE, FALSE [23:12:31.425] | : queued futures: [n=3] TRUE, FALSE, FALSE [23:12:31.426] | signalConditionsASAP(MultisessionFuture, pos=1) ... done [23:12:31.426] | resolve() for MultisessionFuture ... [23:12:31.428] | : length: 2 (resolved future 1) [23:12:31.428] | resolve() for MultisessionFuture ... done [23:12:31.428] | checking value #2: [23:12:31.429] | 'obj' is MultisessionFuture [23:12:31.429] | resolved() ... [23:12:31.429] | : resolved() for MultisessionFuture () ... [23:12:31.430] | : . Cluster node socket connection: index=5, id=277 [23:12:31.430] | : . assertValidConnection() ... [23:12:31.431] | : . ' cluster node index: 2 [23:12:31.431] | : . assertValidConnection() ... done [23:12:31.432] | : . receiveMessageFromWorker() for ClusterFuture ... [23:12:31.432] | : . ' cluster node index: 2 [23:12:31.432] | : . ' [1] TRUE [23:12:31.433] | : . ' Received data: [23:12:31.433] | : . ' List of 5 [23:12:31.433] | : . ' $ type : chr "VALUE" [23:12:31.433] | : . ' $ value :List of 16 [23:12:31.433] | : . ' ..$ value : NULL [23:12:31.433] | : . ' ..$ visible : logi FALSE [23:12:31.433] | : . ' ..$ stdout : chr "" [23:12:31.433] | : . ' ..$ conditions : list() [23:12:31.433] | : . ' ..$ rng : logi FALSE [23:12:31.433] | : . ' ..$ seed : NULL [23:12:31.433] | : . ' ..$ misuseGlobalEnv : NULL [23:12:31.433] | : . ' ..$ misuseConnections :List of 3 [23:12:31.433] | : . ' .. ..$ added : NULL [23:12:31.433] | : . ' .. ..$ removed : NULL [23:12:31.433] | : . ' .. ..$ replaced: NULL [23:12:31.433] | : . ' ..$ misuseDevices : NULL [23:12:31.433] | : . ' ..$ misuseDefaultDevice: list() [23:12:31.433] | : . ' ..$ started : POSIXct[1:1], format: "2025-11-16 23:12:31" [23:12:31.433] | : . ' ..$ finished : POSIXct[1:1], format: "2025-11-16 23:12:31" [23:12:31.433] | : . ' ..$ uuid : chr [1:2] "a2921b4cd0f7c1aab4096ee16aa07478" "2" [23:12:31.433] | : . ' ..$ session_uuid : chr "ede68ad0c33513dd1702232bc3290bdf" [23:12:31.433] | : . ' .. ..- attr(*, "source")=List of 5 [23:12:31.433] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [23:12:31.433] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:12:31.433] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:12:31.433] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:12:31.433] | : . ' .. .. ..$ pid : int 29444 [23:12:31.433] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:12:31" [23:12:31.433] | : . ' .. .. ..$ random: int 2147483647 [23:12:31.433] | : . ' ..$ r_info :List of 4 [23:12:31.433] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:12:31.433] | : . ' .. .. ..$ : int [1:3] 4 6 0 [23:12:31.433] | : . ' .. ..$ os : chr "windows" [23:12:31.433] | : . ' .. ..$ os_name : chr "Windows" [23:12:31.433] | : . ' .. ..$ captures_utf8: logi TRUE [23:12:31.433] | : . ' ..$ version : chr "1.8" [23:12:31.433] | : . ' ..- attr(*, "class")= chr "FutureResult" [23:12:31.433] | : . ' $ success: logi TRUE [23:12:31.433] | : . ' $ time : 'proc_time' Named num [1:5] 0.08 0 0.11 NA NA [23:12:31.433] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:12:31.433] | : . ' $ tag : NULL [23:12:31.454] | : . ' Received FutureResult [23:12:31.455] | : . ' FutureResult: [23:12:31.455] | : . ' value: 'NULL' [23:12:31.455] | : . ' visible: FALSE [23:12:31.455] | : . ' stdout: character [23:12:31.455] | : . ' conditions: [n = 0] [23:12:31.455] | : . ' RNG used: FALSE [23:12:31.455] | : . ' duration: 0.09990311 secs (started 2025-11-16 23:12:31.268669) [23:12:31.455] | : . ' version: 1.8 [23:12:31.456] | : . ' FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'remove', earlySignal = 0) ... [23:12:31.457] | : . ' , Removed future from position #1 [23:12:31.457] | : . ' , Number of registered futures: 1 [23:12:31.457] | : . ' FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'remove', earlySignal = 0) ... done [23:12:31.458] | : . ' Erased future from future backend [23:12:31.458] | : . ' result() for ClusterFuture ... [23:12:31.458] | : . ' , result already collected: FutureResult [23:12:31.458] | : . ' result() for ClusterFuture ... done [23:12:31.463] | : . ' signalConditions() ... [23:12:31.463] | : . ' , include = 'immediateCondition' [23:12:31.463] | : . ' , exclude = [23:12:31.463] | : . ' , resignal = FALSE [23:12:31.464] | : . ' , Number of conditions: 0 [23:12:31.464] | : . ' , int 0 [23:12:31.465] | : . ' signalConditions() ... done [23:12:31.465] | : . receiveMessageFromWorker() for ClusterFuture ... done [23:12:31.465] | : . receiveMessageFromWorker() returned object of class FutureResult; resolved [23:12:31.466] | : resolved() for MultisessionFuture () ... done [23:12:31.466] | : assertFutureResult() ... [23:12:31.466] | : . Future uuid: a2921b4cd0f7c1aab4096ee16aa07478-2 [23:12:31.466] | : . identical; success [23:12:31.466] | : assertFutureResult() ... done [23:12:31.466] | resolved() ... done [23:12:31.467] | MultisessionFuture #2 [23:12:31.468] | signalConditionsASAP(MultisessionFuture, pos=2) ... [23:12:31.468] | : nx: 3 [23:12:31.468] | : relay: TRUE [23:12:31.468] | : stdout: TRUE [23:12:31.468] | : signal: TRUE [23:12:31.468] | : resignal: FALSE [23:12:31.469] | : force: TRUE [23:12:31.469] | : relayed: [n=3] TRUE, FALSE, FALSE [23:12:31.469] | : queued futures: [n=3] TRUE, FALSE, FALSE [23:12:31.469] | : until=2 [23:12:31.469] | : relaying element #2 [23:12:31.470] | : value() for MultisessionFuture () ... [23:12:31.470] | : . result() for ClusterFuture ... [23:12:31.470] | : . ' result already collected: FutureResult [23:12:31.470] | : . result() for ClusterFuture ... done [23:12:31.470] | : . result() for ClusterFuture ... [23:12:31.471] | : . ' result already collected: FutureResult [23:12:31.471] | : . result() for ClusterFuture ... done [23:12:31.471] | : . signalConditions() ... [23:12:31.471] | : . ' include = 'immediateCondition' [23:12:31.471] | : . ' exclude = [23:12:31.472] | : . ' resignal = FALSE [23:12:31.472] | : . ' Number of conditions: 0 [23:12:31.472] | : . ' int 0 [23:12:31.473] | : . signalConditions() ... done [23:12:31.473] | : . relay stdout ... [23:12:31.473] | : . relay stdout ... done [23:12:31.474] | : . check for misuse ... [23:12:31.474] | : . check for misuse ... done [23:12:31.474] | : value() for MultisessionFuture () ... done [23:12:31.474] | : result() for ClusterFuture ... [23:12:31.474] | : . result already collected: FutureResult [23:12:31.475] | : result() for ClusterFuture ... done [23:12:31.475] | : signalConditions() ... [23:12:31.475] | : . include = 'immediateCondition' [23:12:31.475] | : . exclude = [23:12:31.475] | : . resignal = FALSE [23:12:31.476] | : . Number of conditions: 0 [23:12:31.476] | : . int 0 [23:12:31.476] | : signalConditions() ... done [23:12:31.476] | : result() for ClusterFuture ... [23:12:31.477] | : . result already collected: FutureResult [23:12:31.477] | : result() for ClusterFuture ... done [23:12:31.477] | : signalConditions() ... [23:12:31.477] | : . include = 'condition' [23:12:31.477] | : . exclude = 'error', 'immediateCondition' [23:12:31.478] | : . resignal = TRUE [23:12:31.478] | : . Number of conditions: 0 [23:12:31.478] | : . int 0 [23:12:31.478] | : signalConditions() ... done [23:12:31.479] | : relayed: [n=3] TRUE, TRUE, FALSE [23:12:31.479] | : queued futures: [n=3] TRUE, TRUE, FALSE [23:12:31.479] | signalConditionsASAP(MultisessionFuture, pos=2) ... done [23:12:31.479] | value(, ...) ... [23:12:31.479] | value(, ...) ... done [23:12:31.480] | value() for MultisessionFuture () ... [23:12:31.480] | : result() for ClusterFuture ... [23:12:31.480] | : . result already collected: FutureResult [23:12:31.480] | : result() for ClusterFuture ... done [23:12:31.480] | : result() for ClusterFuture ... [23:12:31.481] | : . result already collected: FutureResult [23:12:31.481] | : result() for ClusterFuture ... done [23:12:31.481] | : signalConditions() ... [23:12:31.481] | : . include = 'immediateCondition' [23:12:31.481] | : . exclude = [23:12:31.481] | : . resignal = FALSE [23:12:31.482] | : . Number of conditions: 0 [23:12:31.482] | : . int 0 [23:12:31.482] | : signalConditions() ... done [23:12:31.483] | : check for misuse ... [23:12:31.483] | : check for misuse ... done [23:12:31.483] | value() for MultisessionFuture () ... done [23:12:31.483] | value: [23:12:31.483] | signalConditionsASAP(MultisessionFuture, pos=2) ... [23:12:31.483] | : nx: 3 [23:12:31.484] | : relay: TRUE [23:12:31.484] | : stdout: TRUE [23:12:31.484] | : signal: TRUE [23:12:31.484] | : resignal: FALSE [23:12:31.484] | : force: TRUE [23:12:31.484] | : relayed: [n=3] TRUE, TRUE, FALSE [23:12:31.485] | : queued futures: [n=3] TRUE, TRUE, FALSE [23:12:31.485] | : until=3 [23:12:31.485] | : relaying element #3 [23:12:31.485] | : relayed: [n=3] TRUE, TRUE, FALSE [23:12:31.485] | : queued futures: [n=3] TRUE, TRUE, FALSE [23:12:31.485] | signalConditionsASAP(MultisessionFuture, pos=2) ... done [23:12:31.486] | resolve() for MultisessionFuture ... [23:12:31.487] | : length: 1 (resolved future 2) [23:12:31.487] | resolve() for MultisessionFuture ... done [23:12:31.487] | checking value #3: [23:12:31.488] | 'obj' is MultisessionFuture [23:12:31.488] | resolved() ... [23:12:31.488] | : resolved() for MultisessionFuture () ... [23:12:31.489] | : . Cluster node socket connection: index=4, id=276 [23:12:31.489] | : . assertValidConnection() ... [23:12:31.489] | : . ' cluster node index: 1 [23:12:31.490] | : . assertValidConnection() ... done [23:12:31.490] | : . receiveMessageFromWorker() for ClusterFuture ... [23:12:31.491] | : . ' cluster node index: 1 [23:12:31.491] | : . ' [1] TRUE [23:12:31.492] | : . ' Received data: [23:12:31.492] | : . ' List of 5 [23:12:31.492] | : . ' $ type : chr "VALUE" [23:12:31.492] | : . ' $ value :List of 16 [23:12:31.492] | : . ' ..$ value : NULL [23:12:31.492] | : . ' ..$ visible : logi FALSE [23:12:31.492] | : . ' ..$ stdout : chr "" [23:12:31.492] | : . ' ..$ conditions : list() [23:12:31.492] | : . ' ..$ rng : logi FALSE [23:12:31.492] | : . ' ..$ seed : NULL [23:12:31.492] | : . ' ..$ misuseGlobalEnv : NULL [23:12:31.492] | : . ' ..$ misuseConnections :List of 3 [23:12:31.492] | : . ' .. ..$ added : NULL [23:12:31.492] | : . ' .. ..$ removed : NULL [23:12:31.492] | : . ' .. ..$ replaced: NULL [23:12:31.492] | : . ' ..$ misuseDevices : NULL [23:12:31.492] | : . ' ..$ misuseDefaultDevice: list() [23:12:31.492] | : . ' ..$ started : POSIXct[1:1], format: "2025-11-16 23:12:31" [23:12:31.492] | : . ' ..$ finished : POSIXct[1:1], format: "2025-11-16 23:12:31" [23:12:31.492] | : . ' ..$ uuid : chr [1:2] "a2921b4cd0f7c1aab4096ee16aa07478" "3" [23:12:31.492] | : . ' ..$ session_uuid : chr "e5014dc829de3d4e9e7add9664413e14" [23:12:31.492] | : . ' .. ..- attr(*, "source")=List of 5 [23:12:31.492] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [23:12:31.492] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:12:31.492] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:12:31.492] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:12:31.492] | : . ' .. .. ..$ pid : int 35240 [23:12:31.492] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:12:31" [23:12:31.492] | : . ' .. .. ..$ random: int 2147483647 [23:12:31.492] | : . ' ..$ r_info :List of 4 [23:12:31.492] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:12:31.492] | : . ' .. .. ..$ : int [1:3] 4 6 0 [23:12:31.492] | : . ' .. ..$ os : chr "windows" [23:12:31.492] | : . ' .. ..$ os_name : chr "Windows" [23:12:31.492] | : . ' .. ..$ captures_utf8: logi TRUE [23:12:31.492] | : . ' ..$ version : chr "1.8" [23:12:31.492] | : . ' ..- attr(*, "class")= chr "FutureResult" [23:12:31.492] | : . ' $ success: logi TRUE [23:12:31.492] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0.05 NA NA [23:12:31.492] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:12:31.492] | : . ' $ tag : NULL [23:12:31.513] | : . ' Received FutureResult [23:12:31.514] | : . ' FutureResult: [23:12:31.514] | : . ' value: 'NULL' [23:12:31.514] | : . ' visible: FALSE [23:12:31.514] | : . ' stdout: character [23:12:31.514] | : . ' conditions: [n = 0] [23:12:31.514] | : . ' RNG used: FALSE [23:12:31.514] | : . ' duration: 0.03680301 secs (started 2025-11-16 23:12:31.39027) [23:12:31.514] | : . ' version: 1.8 [23:12:31.515] | : . ' FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'remove', earlySignal = 0) ... [23:12:31.516] | : . ' , Removed future from position #1 [23:12:31.516] | : . ' , Number of registered futures: 0 [23:12:31.516] | : . ' FutureRegistry('workers-0ccf11e57e07881534506d99c5020f73', action = 'remove', earlySignal = 0) ... done [23:12:31.516] | : . ' Erased future from future backend [23:12:31.517] | : . ' result() for ClusterFuture ... [23:12:31.517] | : . ' , result already collected: FutureResult [23:12:31.517] | : . ' result() for ClusterFuture ... done [23:12:31.521] | : . ' signalConditions() ... [23:12:31.521] | : . ' , include = 'immediateCondition' [23:12:31.522] | : . ' , exclude = [23:12:31.522] | : . ' , resignal = FALSE [23:12:31.522] | : . ' , Number of conditions: 0 [23:12:31.523] | : . ' , int 0 [23:12:31.523] | : . ' signalConditions() ... done [23:12:31.524] | : . receiveMessageFromWorker() for ClusterFuture ... done [23:12:31.524] | : . receiveMessageFromWorker() returned object of class FutureResult; resolved [23:12:31.524] | : resolved() for MultisessionFuture () ... done [23:12:31.524] | : assertFutureResult() ... [23:12:31.525] | : . Future uuid: a2921b4cd0f7c1aab4096ee16aa07478-3 [23:12:31.525] | : . identical; success [23:12:31.525] | : assertFutureResult() ... done [23:12:31.525] | resolved() ... done [23:12:31.527] | MultisessionFuture #3 [23:12:31.527] | signalConditionsASAP(MultisessionFuture, pos=3) ... [23:12:31.527] | : nx: 3 [23:12:31.527] | : relay: TRUE [23:12:31.528] | : stdout: TRUE [23:12:31.528] | : signal: TRUE [23:12:31.528] | : resignal: FALSE [23:12:31.528] | : force: TRUE [23:12:31.529] | : relayed: [n=3] TRUE, TRUE, FALSE [23:12:31.529] | : queued futures: [n=3] TRUE, TRUE, FALSE [23:12:31.529] | : until=3 [23:12:31.530] | : relaying element #3 [23:12:31.530] | : value() for MultisessionFuture () ... [23:12:31.530] | : . result() for ClusterFuture ... [23:12:31.530] | : . ' result already collected: FutureResult [23:12:31.531] | : . result() for ClusterFuture ... done [23:12:31.531] | : . result() for ClusterFuture ... [23:12:31.531] | : . ' result already collected: FutureResult [23:12:31.532] | : . result() for ClusterFuture ... done [23:12:31.532] | : . signalConditions() ... [23:12:31.532] | : . ' include = 'immediateCondition' [23:12:31.533] | : . ' exclude = [23:12:31.533] | : . ' resignal = FALSE [23:12:31.533] | : . ' Number of conditions: 0 [23:12:31.533] | : . ' int 0 [23:12:31.534] | : . signalConditions() ... done [23:12:31.535] | : . relay stdout ... [23:12:31.535] | : . relay stdout ... done [23:12:31.535] | : . check for misuse ... [23:12:31.536] | : . check for misuse ... done [23:12:31.536] | : value() for MultisessionFuture () ... done [23:12:31.536] | : result() for ClusterFuture ... [23:12:31.536] | : . result already collected: FutureResult [23:12:31.537] | : result() for ClusterFuture ... done [23:12:31.537] | : signalConditions() ... [23:12:31.537] | : . include = 'immediateCondition' [23:12:31.538] | : . exclude = [23:12:31.538] | : . resignal = FALSE [23:12:31.538] | : . Number of conditions: 0 [23:12:31.538] | : . int 0 [23:12:31.539] | : signalConditions() ... done [23:12:31.539] | : result() for ClusterFuture ... [23:12:31.539] | : . result already collected: FutureResult [23:12:31.539] | : result() for ClusterFuture ... done [23:12:31.539] | : signalConditions() ... [23:12:31.540] | : . include = 'condition' [23:12:31.540] | : . exclude = 'error', 'immediateCondition' [23:12:31.540] | : . resignal = TRUE [23:12:31.540] | : . Number of conditions: 0 [23:12:31.540] | : . int 0 [23:12:31.541] | : signalConditions() ... done [23:12:31.541] | : relayed: [n=3] TRUE, TRUE, TRUE [23:12:31.541] | : queued futures: [n=3] TRUE, TRUE, TRUE [23:12:31.541] | signalConditionsASAP(MultisessionFuture, pos=3) ... done [23:12:31.541] | value(, ...) ... [23:12:31.542] | value(, ...) ... done [23:12:31.542] | value() for MultisessionFuture () ... [23:12:31.542] | : result() for ClusterFuture ... [23:12:31.543] | : . result already collected: FutureResult [23:12:31.543] | : result() for ClusterFuture ... done [23:12:31.543] | : result() for ClusterFuture ... [23:12:31.544] | : . result already collected: FutureResult [23:12:31.544] | : result() for ClusterFuture ... done [23:12:31.544] | : signalConditions() ... [23:12:31.544] | : . include = 'immediateCondition' [23:12:31.545] | : . exclude = [23:12:31.545] | : . resignal = FALSE [23:12:31.545] | : . Number of conditions: 0 [23:12:31.546] | : . int 0 [23:12:31.547] | : signalConditions() ... done [23:12:31.547] | : check for misuse ... [23:12:31.547] | : check for misuse ... done [23:12:31.547] | value() for MultisessionFuture () ... done [23:12:31.548] | value: [23:12:31.548] | signalConditionsASAP(MultisessionFuture, pos=3) ... [23:12:31.548] | : nx: 3 [23:12:31.549] | : relay: TRUE [23:12:31.549] | : stdout: TRUE [23:12:31.549] | : signal: TRUE [23:12:31.549] | : resignal: FALSE [23:12:31.550] | : force: TRUE [23:12:31.550] | : relayed: [n=3] TRUE, TRUE, TRUE [23:12:31.550] | : queued futures: [n=3] TRUE, TRUE, TRUE [23:12:31.551] | : until=3 [23:12:31.551] | : relayed: [n=3] TRUE, TRUE, TRUE [23:12:31.551] | : queued futures: [n=3] TRUE, TRUE, TRUE [23:12:31.551] | signalConditionsASAP(MultisessionFuture, pos=3) ... done [23:12:31.552] | resolve() for MultisessionFuture ... [23:12:31.553] | : length: 0 (resolved future 3) [23:12:31.554] | resolve() for MultisessionFuture ... done [23:12:31.554] | Relaying remaining futures ... [23:12:31.554] | : signalConditionsASAP(NULL, pos=0) ... [23:12:31.554] | : . nx: 3 [23:12:31.555] | : . relay: TRUE [23:12:31.555] | : . stdout: TRUE [23:12:31.555] | : . signal: TRUE [23:12:31.555] | : . resignal: FALSE [23:12:31.556] | : . force: TRUE [23:12:31.556] | : . relayed: [n=3] TRUE, TRUE, TRUE [23:12:31.556] | : . queued futures: [n=3] TRUE, TRUE, TRUE - flush all [23:12:31.557] | : . relayed: [n=3] TRUE, TRUE, TRUE [23:12:31.557] | : . queued futures: [n=3] TRUE, TRUE, TRUE [23:12:31.557] | : signalConditionsASAP(NULL, pos=0) ... done [23:12:31.558] | Relaying remaining futures ... done [23:12:31.558] value() for list ... done > print(js) [[1]] event category parent start at 1 create overhead 2025-11-16 23:12:31 0.00000000 secs 4 launch overhead 2025-11-16 23:12:31 0.05237818 secs 2 getWorker overhead launch 2025-11-16 23:12:31 0.05943799 secs 3 eraseWorker overhead launch 2025-11-16 23:12:31 0.07007003 secs 7 evaluate evaluation 2025-11-16 23:12:31 0.08031917 secs 5 receiveResult overhead gather 2025-11-16 23:12:31 0.19614506 secs 6 gather overhead 2025-11-16 23:12:31 0.22001719 secs duration future_label future_uuid 1 0.0512740612 secs a2921b4cd0f7c1aab4096ee16aa07478-1 4 0.0295319557 secs a2921b4cd0f7c1aab4096ee16aa07478-1 2 0.0081491470 secs a2921b4cd0f7c1aab4096ee16aa07478-1 3 0.0009140968 secs a2921b4cd0f7c1aab4096ee16aa07478-1 7 0.1135728359 secs a2921b4cd0f7c1aab4096ee16aa07478-1 5 0.0194909573 secs a2921b4cd0f7c1aab4096ee16aa07478-1 6 0.0011138916 secs a2921b4cd0f7c1aab4096ee16aa07478-1 session_uuid 1 a2921b4cd0f7c1aab4096ee16aa07478 4 a2921b4cd0f7c1aab4096ee16aa07478 2 a2921b4cd0f7c1aab4096ee16aa07478 3 a2921b4cd0f7c1aab4096ee16aa07478 7 e5014dc829de3d4e9e7add9664413e14 5 a2921b4cd0f7c1aab4096ee16aa07478 6 a2921b4cd0f7c1aab4096ee16aa07478 [[2]] event category parent start at 1 create overhead 2025-11-16 23:12:31 0.00000000 secs 4 launch overhead 2025-11-16 23:12:31 0.02805305 secs 2 getWorker overhead launch 2025-11-16 23:12:31 0.03712106 secs 3 eraseWorker overhead launch 2025-11-16 23:12:31 0.04653192 secs 7 evaluate evaluation 2025-11-16 23:12:31 0.05422783 secs 5 receiveResult overhead gather 2025-11-16 23:12:31 0.21813488 secs 6 gather overhead 2025-11-16 23:12:31 0.24387503 secs duration future_label future_uuid 1 0.0273699760 secs a2921b4cd0f7c1aab4096ee16aa07478-2 4 0.0301427841 secs a2921b4cd0f7c1aab4096ee16aa07478-2 2 0.0078439713 secs a2921b4cd0f7c1aab4096ee16aa07478-2 3 0.0006101131 secs a2921b4cd0f7c1aab4096ee16aa07478-2 7 0.0999031067 secs a2921b4cd0f7c1aab4096ee16aa07478-2 5 0.0220780373 secs a2921b4cd0f7c1aab4096ee16aa07478-2 6 0.0009047985 secs a2921b4cd0f7c1aab4096ee16aa07478-2 session_uuid 1 a2921b4cd0f7c1aab4096ee16aa07478 4 a2921b4cd0f7c1aab4096ee16aa07478 2 a2921b4cd0f7c1aab4096ee16aa07478 3 a2921b4cd0f7c1aab4096ee16aa07478 7 ede68ad0c33513dd1702232bc3290bdf 5 a2921b4cd0f7c1aab4096ee16aa07478 6 a2921b4cd0f7c1aab4096ee16aa07478 [[3]] event category parent start at 1 create overhead 2025-11-16 23:12:31 0.00000000 secs 4 launch overhead 2025-11-16 23:12:31 0.01771688 secs 2 getWorker overhead launch 2025-11-16 23:12:31 0.02172685 secs 3 eraseWorker overhead launch 2025-11-16 23:12:31 0.10831189 secs 7 evaluate evaluation 2025-11-16 23:12:31 0.11561489 secs 5 receiveResult overhead gather 2025-11-16 23:12:31 0.21681190 secs 6 gather overhead 2025-11-16 23:12:31 0.24255586 secs duration future_label future_uuid 1 0.0173079967 secs a2921b4cd0f7c1aab4096ee16aa07478-3 4 0.1012020111 secs a2921b4cd0f7c1aab4096ee16aa07478-3 2 0.0807380676 secs a2921b4cd0f7c1aab4096ee16aa07478-3 3 0.0006949902 secs a2921b4cd0f7c1aab4096ee16aa07478-3 7 0.0368030071 secs a2921b4cd0f7c1aab4096ee16aa07478-3 5 0.0222959518 secs a2921b4cd0f7c1aab4096ee16aa07478-3 6 0.0008709431 secs a2921b4cd0f7c1aab4096ee16aa07478-3 session_uuid 1 a2921b4cd0f7c1aab4096ee16aa07478 4 a2921b4cd0f7c1aab4096ee16aa07478 2 a2921b4cd0f7c1aab4096ee16aa07478 3 a2921b4cd0f7c1aab4096ee16aa07478 7 e5014dc829de3d4e9e7add9664413e14 5 a2921b4cd0f7c1aab4096ee16aa07478 6 a2921b4cd0f7c1aab4096ee16aa07478 > stopifnot(is.list(js), all(vapply(js, FUN = is.data.frame, + FUN.VALUE = NA))) > plan(sequential) [23:12:31.566] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:31.566] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:12:31.567] | : all.equal() for FutureStrategyList ... [23:12:31.567] | : . New stack: [23:12:31.567] | : . List of 1 [23:12:31.567] | : . $ :function (..., envir = parent.frame()) [23:12:31.567] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:31.567] | : . ..- attr(*, "init")= logi TRUE [23:12:31.567] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:31.567] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:31.567] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:31.567] | : . ..- attr(*, "call")= language plan(sequential) [23:12:31.567] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:31.572] | : . Old stack: [23:12:31.572] | : . List of 1 [23:12:31.572] | : . $ :function (..., workers = 2) [23:12:31.572] | : . ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [23:12:31.572] | : . ..- attr(*, "init")= chr "done" [23:12:31.572] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:12:31.572] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:12:31.572] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:31.572] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:31.572] | : . ..- attr(*, "untweakable")= chr "persistent" [23:12:31.572] | : . ..- attr(*, "tweaks")=List of 1 [23:12:31.572] | : . .. ..$ workers: num 2 [23:12:31.572] | : . ..- attr(*, "call")= language plan(multisession, workers = 2) [23:12:31.572] | : . ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [23:12:31.572] | : . .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:12:31.572] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:12:31.572] | : . .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:31.572] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:31.581] | : . Not identical [23:12:31.581] | : . all.equal() for future ... [23:12:31.581] | : . ' List of 2 [23:12:31.581] | : . ' $ target :function (..., envir = parent.frame()) [23:12:31.581] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:31.581] | : . ' ..- attr(*, "init")= logi TRUE [23:12:31.581] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:31.581] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:31.581] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:31.581] | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:31.581] | : . ' $ current:function (..., workers = 2) [23:12:31.581] | : . ' ..- attr(*, "class")= chr [1:6] "tweaked" "multisession" "cluster" "multiprocess" ... [23:12:31.581] | : . ' ..- attr(*, "init")= chr "done" [23:12:31.581] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:12:31.581] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:12:31.581] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:31.581] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:31.581] | : . ' ..- attr(*, "untweakable")= chr "persistent" [23:12:31.581] | : . ' ..- attr(*, "tweaks")=List of 1 [23:12:31.581] | : . ' .. ..$ workers: num 2 [23:12:31.581] | : . ' ..- attr(*, "call")= language plan(multisession, workers = 2) [23:12:31.581] | : . ' ..- attr(*, "backend")=Classes 'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment' [23:12:31.581] | : . ' .. ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:12:31.581] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:12:31.581] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:31.593] | : . ' Formals differ [23:12:31.593] | : . all.equal() for future ... done [23:12:31.594] | : . Future strategies differ at level 1 [23:12:31.594] | : all.equal() for FutureStrategyList ... done [23:12:31.594] | : plan(): Setting new future backend stack: [23:12:31.595] | : List of future strategies: [23:12:31.595] | : 1. sequential: [23:12:31.595] | : - args: function (..., envir = parent.frame(), workers = "") [23:12:31.595] | : - tweaked: FALSE [23:12:31.595] | : - call: plan(sequential) [23:12:31.595] | : List of 1 [23:12:31.595] | : $ :function (..., envir = parent.frame()) [23:12:31.595] | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:31.595] | : ..- attr(*, "init")= logi TRUE [23:12:31.595] | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:31.595] | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:31.595] | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:31.595] | : ..- attr(*, "call")= language plan(sequential) [23:12:31.595] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:31.600] | : plan(): plan_cleanup(<'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... [23:12:31.601] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:31.601] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [23:12:31.601] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:31.602] | : . stopWorkers() for MultisessionFutureBackend ... [23:12:31.602] | : . ' Interrupt active futures ... [23:12:31.603] | : . ' , Number of futures: 0 [23:12:31.604] | : . ' Interrupt active futures ... done [23:12:31.604] | : . ' Clear future registry ... [23:12:31.605] | : . ' Clear future registry ... done [23:12:31.605] | : . ' Stop cluster workers ... [23:12:31.606] | : . ' , Stopping existing cluster ... [23:12:31.606] | : . ' , ; Cluster to shut down: [23:12:31.606] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:12:31.619] | : . ' , ; Stopped cluster: 'c(TRUE, TRUE)' [23:12:31.666] | : . ' , Stopping existing cluster ... done [23:12:31.667] | : . ' Stop cluster workers ... done [23:12:31.667] | : . stopWorkers() for MultisessionFutureBackend ... done [23:12:31.667] | : . Legacy shutdown of cluster workers ... [23:12:31.667] | : . ' Stopping existing cluster ... [23:12:31.668] | : . ' , No pre-existing cluster. Skipping [23:12:31.668] | : . ' Stopping existing cluster ... done [23:12:31.668] | : . Legacy shutdown of cluster workers ... done [23:12:31.668] | : plan(): plan_cleanup(<'tweaked', 'multisession', 'cluster', 'multiprocess', 'future', 'function'>, cleanup = NA) ... done [23:12:31.669] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [23:12:31.669] | : . function (..., envir = parent.frame()) [23:12:31.669] | : . - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:31.669] | : . - attr(*, "init")= logi TRUE [23:12:31.669] | : . - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:31.669] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:31.669] | : . - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:31.669] | : . - attr(*, "call")= language plan(sequential) [23:12:31.672] | : . init: TRUE [23:12:31.672] | : . makeFutureBackend() ... [23:12:31.672] | : . ' Backend function: <'NULL'> [23:12:31.672] | : . ' Evaluator tweak arguments: [n=0] [23:12:31.673] | : . ' list() [23:12:31.673] | : . ' Evaluator formal arguments: [n=0] [23:12:31.673] | : . ' NULL [23:12:31.674] | : . ' Arguments passed to the future-backend factory: [n=0] [23:12:31.674] | : . ' list() [23:12:31.674] | : . ' Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [23:12:31.674] | : . makeFutureBackend() ... done [23:12:31.675] | : plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [23:12:31.675] | : nbrOfWorkers(NULL) ... [23:12:31.675] | : . List of 4 [23:12:31.675] | : . $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [23:12:31.675] | : . $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [23:12:31.675] | : . $ : language nbrOfWorkers() [23:12:31.675] | : . $ : language nbrOfWorkers.NULL() [23:12:31.677] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:31.677] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:31.677] | : . Number of workers: 1 [23:12:31.678] | : nbrOfWorkers(NULL) ... done [23:12:31.678] | : plan(): nbrOfWorkers() = 1 [23:12:31.678] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [23:12:31.678] 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-11-16 23:12:31 0.00000000 secs 4 launch overhead 2025-11-16 23:12:31 0.05237818 secs 2 getWorker overhead launch 2025-11-16 23:12:31 0.05943799 secs 3 eraseWorker overhead launch 2025-11-16 23:12:31 0.07007003 secs 7 evaluate evaluation 2025-11-16 23:12:31 0.08031917 secs 5 receiveResult overhead gather 2025-11-16 23:12:31 0.19614506 secs 6 gather overhead 2025-11-16 23:12:31 0.22001719 secs 11 create overhead 2025-11-16 23:12:31 0.00000000 secs 41 launch overhead 2025-11-16 23:12:31 0.02805305 secs 21 getWorker overhead launch 2025-11-16 23:12:31 0.03712106 secs 31 eraseWorker overhead launch 2025-11-16 23:12:31 0.04653192 secs 71 evaluate evaluation 2025-11-16 23:12:31 0.05422783 secs 51 receiveResult overhead gather 2025-11-16 23:12:31 0.21813488 secs 61 gather overhead 2025-11-16 23:12:31 0.24387503 secs 12 create overhead 2025-11-16 23:12:31 0.00000000 secs 42 launch overhead 2025-11-16 23:12:31 0.01771688 secs 22 getWorker overhead launch 2025-11-16 23:12:31 0.02172685 secs 32 eraseWorker overhead launch 2025-11-16 23:12:31 0.10831189 secs 72 evaluate evaluation 2025-11-16 23:12:31 0.11561489 secs 52 receiveResult overhead gather 2025-11-16 23:12:31 0.21681190 secs 62 gather overhead 2025-11-16 23:12:31 0.24255586 secs duration future_label future_uuid 1 0.0512740612 secs a2921b4cd0f7c1aab4096ee16aa07478-1 4 0.0295319557 secs a2921b4cd0f7c1aab4096ee16aa07478-1 2 0.0081491470 secs a2921b4cd0f7c1aab4096ee16aa07478-1 3 0.0009140968 secs a2921b4cd0f7c1aab4096ee16aa07478-1 7 0.1135728359 secs a2921b4cd0f7c1aab4096ee16aa07478-1 5 0.0194909573 secs a2921b4cd0f7c1aab4096ee16aa07478-1 6 0.0011138916 secs a2921b4cd0f7c1aab4096ee16aa07478-1 11 0.0273699760 secs a2921b4cd0f7c1aab4096ee16aa07478-2 41 0.0301427841 secs a2921b4cd0f7c1aab4096ee16aa07478-2 21 0.0078439713 secs a2921b4cd0f7c1aab4096ee16aa07478-2 31 0.0006101131 secs a2921b4cd0f7c1aab4096ee16aa07478-2 71 0.0999031067 secs a2921b4cd0f7c1aab4096ee16aa07478-2 51 0.0220780373 secs a2921b4cd0f7c1aab4096ee16aa07478-2 61 0.0009047985 secs a2921b4cd0f7c1aab4096ee16aa07478-2 12 0.0173079967 secs a2921b4cd0f7c1aab4096ee16aa07478-3 42 0.1012020111 secs a2921b4cd0f7c1aab4096ee16aa07478-3 22 0.0807380676 secs a2921b4cd0f7c1aab4096ee16aa07478-3 32 0.0006949902 secs a2921b4cd0f7c1aab4096ee16aa07478-3 72 0.0368030071 secs a2921b4cd0f7c1aab4096ee16aa07478-3 52 0.0222959518 secs a2921b4cd0f7c1aab4096ee16aa07478-3 62 0.0008709431 secs a2921b4cd0f7c1aab4096ee16aa07478-3 session_uuid 1 a2921b4cd0f7c1aab4096ee16aa07478 4 a2921b4cd0f7c1aab4096ee16aa07478 2 a2921b4cd0f7c1aab4096ee16aa07478 3 a2921b4cd0f7c1aab4096ee16aa07478 7 e5014dc829de3d4e9e7add9664413e14 5 a2921b4cd0f7c1aab4096ee16aa07478 6 a2921b4cd0f7c1aab4096ee16aa07478 11 a2921b4cd0f7c1aab4096ee16aa07478 41 a2921b4cd0f7c1aab4096ee16aa07478 21 a2921b4cd0f7c1aab4096ee16aa07478 31 a2921b4cd0f7c1aab4096ee16aa07478 71 ede68ad0c33513dd1702232bc3290bdf 51 a2921b4cd0f7c1aab4096ee16aa07478 61 a2921b4cd0f7c1aab4096ee16aa07478 12 a2921b4cd0f7c1aab4096ee16aa07478 42 a2921b4cd0f7c1aab4096ee16aa07478 22 a2921b4cd0f7c1aab4096ee16aa07478 32 a2921b4cd0f7c1aab4096ee16aa07478 72 e5014dc829de3d4e9e7add9664413e14 52 a2921b4cd0f7c1aab4096ee16aa07478 62 a2921b4cd0f7c1aab4096ee16aa07478 > stats <- summary(js) > print(stats) Number of futures: 3 summary evaluate evaluate_ratio overhead overhead_ratio 1 min 0.03680301 secs 0.1664307 0.05841756 secs 0.2641761 2 mean 0.08342632 secs 0.3528347 0.08657281 secs 0.3661421 3 median 0.09990311 secs 0.4104031 0.08191991 secs 0.3365279 4 max 0.11357284 secs 0.4639796 0.11938095 secs 0.4877075 5 total 0.25027895 secs 0.3528347 0.25971842 secs 0.3661421 duration walltime 1 0.2211311 secs 0.2211311 secs 2 0.2364459 secs 0.2364459 secs 3 0.2434268 secs 0.2434268 secs 4 0.2447798 secs 0.2447798 secs 5 0.7093377 secs 0.7093377 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=214] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CV_Instance001', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_11_16_23_10_16_9296' Sourcing 6 epilogue scripts ... done Test time: user.self=0.8s, sys.self=0.02s, elapsed=2s, user.child=NAs, sys.child=NAs Test 'capture_journals' ... success > > proc.time() user system elapsed 1.12 0.14 2.26