R Under development (unstable) (2025-07-28 r88462 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script inst/testme/test-FutureRegistry.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("FutureRegistry") Test 'FutureRegistry' ... 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-FutureRegistry.R' > library(future) [12:32:00.602] Option 'future.startup.script': TRUE [12:32:00.604] Future startup scripts considered: '.future.R', '~/.future.R' [12:32:00.604] Future startup scripts found: > message("*** FutureRegistry() ...") *** FutureRegistry() ... > for (where in c("multicore-dummy-uuid", "rscript")) { + message(sprintf("*** FutureRegistry('%s', 'list') ...", where)) + futures <- FutureR .... [TRUNCATED] *** FutureRegistry('multicore-dummy-uuid', 'list') ... list() *** FutureRegistry('multicore-dummy-uuid', 'add') ... [12:32:00.647] future(..., label = NULL) ... [12:32:00.647] | lazy: FALSE [12:32:00.647] | stdout: TRUE [12:32:00.648] | conditions: [n=1] 'condition' [12:32:00.648] | gc: FALSE [12:32:00.648] | earlySignal: FALSE [12:32:00.650] | getGlobalsAndPackages() ... [12:32:00.650] | : Searching for globals ... [12:32:00.675] | : . globals found: [1] '{' [12:32:00.675] | : Searching for globals ... done [12:32:00.676] | : Resolving globals: FALSE [12:32:00.676] | : Search for packages associated with the globals ... [12:32:00.677] | : . Packages associated with globals: [1] 'base' [12:32:00.678] | : . Packages: [1] 'base' [12:32:00.678] | : Search for packages associated with the globals ... done [12:32:00.678] | : Packages after dropping 'base': [0] [12:32:00.679] | : globals: [0] [12:32:00.679] | : packages: [0] [12:32:00.679] | getGlobalsAndPackages() ... done [12:32:00.681] | run() for 'Future' () ... [12:32:00.682] | : state: 'created' [12:32:00.682] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:00.682] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:32:00.683] | : . ' function (..., envir = parent.frame()) [12:32:00.683] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:00.683] | : . ' - attr(*, "init")= logi TRUE [12:32:00.683] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.683] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.683] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.683] | : . ' - attr(*, "call")= language plan(sequential) [12:32:00.692] | : . ' init: TRUE [12:32:00.692] | : . ' makeFutureBackend() ... [12:32:00.692] | : . ' , Backend function: <'NULL'> [12:32:00.693] | : . ' , Evaluator tweak arguments: [n=0] [12:32:00.693] | : . ' , list() [12:32:00.694] | : . ' , Evaluator formal arguments: [n=0] [12:32:00.694] | : . ' , list() [12:32:00.694] | : . ' , Backend factory arguments: [n=0] [12:32:00.695] | : . ' , NULL [12:32:00.695] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:32:00.696] | : . ' makeFutureBackend() ... done [12:32:00.696] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:32:00.696] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:00.696] | : Using SequentialFutureBackend ... [12:32:00.697] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:32:00.697] | : . Launching futures ... [12:32:00.698] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:00.698] | : . ' , getFutureData() ... [12:32:00.698] | : . ' , ; getFutureCore() ... [12:32:00.699] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:00.699] | : . ' , ; getFutureCore() ... done [12:32:00.699] | : . ' , ; getFutureCapture() ... [12:32:00.700] | : . ' , ; getFutureCapture() ... done [12:32:00.700] | : . ' , ; getFutureContext() ... [12:32:00.700] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:00.701] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:00.701] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:00.701] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:00.702] | : . ' , ; getFutureContext() ... done [12:32:00.702] | : . ' , getFutureData() ... done [12:32:00.707] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:00.708] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:00.708] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:00.709] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:00.713] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:00.714] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:00.714] | : . ' , ; ` | New stack: [12:32:00.714] | : . ' , ; ` | List of 1 [12:32:00.714] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:00.714] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:00.714] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:00.714] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.714] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.714] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.714] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:00.714] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:00.719] | : . ' , ; ` | Old stack: [12:32:00.720] | : . ' , ; ` | List of 1 [12:32:00.720] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:00.720] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:00.720] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:00.720] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.720] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.720] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.720] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:00.720] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:00.720] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.720] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.720] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:00.726] | : . ' , ; ` | Not identical [12:32:00.726] | : . ' , ; ` | all.equal() for future ... [12:32:00.726] | : . ' , ; ` | : List of 2 [12:32:00.726] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:00.726] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:00.726] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:00.726] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.726] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.726] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.726] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:00.726] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:00.726] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:00.726] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:00.726] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.726] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.726] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.726] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:00.726] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:00.726] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.726] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.737] | : . ' , ; ` | all.equal() for future ... done [12:32:00.737] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:00.737] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:00.738] | : . ' , ; ` List of future strategies: [12:32:00.738] | : . ' , ; ` 1. sequential: [12:32:00.738] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:00.738] | : . ' , ; ` - tweaked: FALSE [12:32:00.738] | : . ' , ; ` - call: plan(sequential) [12:32:00.739] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:00.739] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:00.779] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:00.780] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:00.780] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:00.780] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:00.780] | : . ' , ; ` | : New stack: [12:32:00.781] | : . ' , ; ` | : List of 1 [12:32:00.781] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:00.781] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:00.781] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:00.781] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.781] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.781] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.781] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:00.781] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:00.781] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.781] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.781] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:00.786] | : . ' , ; ` | : Old stack: [12:32:00.786] | : . ' , ; ` | : List of 1 [12:32:00.786] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:00.786] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:00.786] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:00.786] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.786] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.786] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.786] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:00.786] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:00.786] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.786] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.786] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:00.791] | : . ' , ; ` | : Identical [12:32:00.792] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:00.792] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:00.792] | : . ' , ; ` | List of future strategies: [12:32:00.792] | : . ' , ; ` | 1. sequential: [12:32:00.792] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:00.792] | : . ' , ; ` | - tweaked: FALSE [12:32:00.792] | : . ' , ; ` | - call: plan(sequential) [12:32:00.793] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:00.793] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:00.793] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:00.798] | : . ' , SequentialFuture started (and completed) [12:32:00.799] | : . ' , signalConditions() ... [12:32:00.799] | : . ' , ; include = 'immediateCondition' [12:32:00.800] | : . ' , ; exclude = [12:32:00.800] | : . ' , ; resignal = FALSE [12:32:00.800] | : . ' , ; Number of conditions: 6 [12:32:00.836] | : . ' , ; int 6 [12:32:00.836] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:00.837] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:00.837] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:00.837] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:00.837] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:00.837] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:00.837] | : . ' , signalConditions() ... done [12:32:00.838] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:00.838] | : . Launching futures ... done [12:32:00.838] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:00.838] | : Using SequentialFutureBackend ... done [12:32:00.838] | run() for 'Future' () ... done [12:32:00.839] future(..., label = NULL) ... done SequentialFuture: Label: Expression: { 1 } Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: b8f0aa0ea3742d3ab70ce2fb96fbf643-1 Owner process: b8f0aa0ea3742d3ab70ce2fb96fbf643 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.07403398 secs (started 2025-07-29 12:32:00.704748) Worker process: b8f0aa0ea3742d3ab70ce2fb96fbf643 *** FutureRegistry('multicore-dummy-uuid', 'list') ... [[1]] SequentialFuture: Label: Expression: { 1 } Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: b8f0aa0ea3742d3ab70ce2fb96fbf643-1 Owner process: b8f0aa0ea3742d3ab70ce2fb96fbf643 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.07403398 secs (started 2025-07-29 12:32:00.704748) Worker process: b8f0aa0ea3742d3ab70ce2fb96fbf643 *** FutureRegistry('multicore-dummy-uuid', 'remove') ... *** FutureRegistry('multicore-dummy-uuid', 'list') ... list() *** FutureRegistry('multicore-dummy-uuid', 'add') ... [12:32:00.842] future(..., label = NULL) ... [12:32:00.842] | lazy: FALSE [12:32:00.842] | stdout: TRUE [12:32:00.842] | conditions: [n=1] 'condition' [12:32:00.842] | gc: FALSE [12:32:00.843] | earlySignal: FALSE [12:32:00.843] | getGlobalsAndPackages() ... [12:32:00.843] | : Searching for globals ... [12:32:00.847] | : . globals found: [1] '{' [12:32:00.847] | : Searching for globals ... done [12:32:00.847] | : Resolving globals: FALSE [12:32:00.847] | : Search for packages associated with the globals ... [12:32:00.848] | : . Packages associated with globals: [1] 'base' [12:32:00.848] | : . Packages: [1] 'base' [12:32:00.848] | : Search for packages associated with the globals ... done [12:32:00.848] | : Packages after dropping 'base': [0] [12:32:00.848] | : globals: [0] [12:32:00.848] | : packages: [0] [12:32:00.849] | getGlobalsAndPackages() ... done [12:32:00.849] | run() for 'Future' () ... [12:32:00.849] | : state: 'created' [12:32:00.849] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:00.849] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:00.850] | : Using SequentialFutureBackend ... [12:32:00.850] | : . Number of futures since start: 1 (1 created, 2 launched, 2 finished) [12:32:00.850] | : . Launching futures ... [12:32:00.850] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:00.850] | : . ' , getFutureData() ... [12:32:00.851] | : . ' , ; getFutureCore() ... [12:32:00.851] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:00.851] | : . ' , ; getFutureCore() ... done [12:32:00.851] | : . ' , ; getFutureCapture() ... [12:32:00.851] | : . ' , ; getFutureCapture() ... done [12:32:00.851] | : . ' , ; getFutureContext() ... [12:32:00.852] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:00.852] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:00.852] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:00.852] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:00.852] | : . ' , ; getFutureContext() ... done [12:32:00.852] | : . ' , getFutureData() ... done [12:32:00.854] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:00.854] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:00.855] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:00.855] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:00.855] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:00.855] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:00.856] | : . ' , ; ` | New stack: [12:32:00.856] | : . ' , ; ` | List of 1 [12:32:00.856] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:00.856] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:00.856] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:00.856] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.856] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.856] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.856] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:00.856] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:00.860] | : . ' , ; ` | Old stack: [12:32:00.860] | : . ' , ; ` | List of 1 [12:32:00.860] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:00.860] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:00.860] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:00.860] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.860] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.860] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.860] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:00.860] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:00.860] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.860] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.860] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:00.866] | : . ' , ; ` | Not identical [12:32:00.866] | : . ' , ; ` | all.equal() for future ... [12:32:00.866] | : . ' , ; ` | : List of 2 [12:32:00.866] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:00.866] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:00.866] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:00.866] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.866] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.866] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.866] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:00.866] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:00.866] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:00.866] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:00.866] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.866] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.866] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.866] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:00.866] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:00.866] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.866] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.876] | : . ' , ; ` | all.equal() for future ... done [12:32:00.877] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:00.877] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:00.877] | : . ' , ; ` List of future strategies: [12:32:00.877] | : . ' , ; ` 1. sequential: [12:32:00.877] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:00.877] | : . ' , ; ` - tweaked: FALSE [12:32:00.877] | : . ' , ; ` - call: plan(sequential) [12:32:00.879] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:00.879] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:00.884] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:00.884] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:00.885] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:00.885] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:00.885] | : . ' , ; ` | : New stack: [12:32:00.886] | : . ' , ; ` | : List of 1 [12:32:00.886] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:00.886] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:00.886] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:00.886] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.886] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.886] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.886] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:00.886] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:00.886] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.886] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.886] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:00.895] | : . ' , ; ` | : Old stack: [12:32:00.895] | : . ' , ; ` | : List of 1 [12:32:00.895] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:00.895] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:00.895] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:00.895] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.895] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.895] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.895] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:00.895] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:00.895] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.895] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.895] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:00.903] | : . ' , ; ` | : Identical [12:32:00.904] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:00.904] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:00.905] | : . ' , ; ` | List of future strategies: [12:32:00.905] | : . ' , ; ` | 1. sequential: [12:32:00.905] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:00.905] | : . ' , ; ` | - tweaked: FALSE [12:32:00.905] | : . ' , ; ` | - call: plan(sequential) [12:32:00.906] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:00.906] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:00.907] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:00.908] | : . ' , SequentialFuture started (and completed) [12:32:00.908] | : . ' , signalConditions() ... [12:32:00.908] | : . ' , ; include = 'immediateCondition' [12:32:00.909] | : . ' , ; exclude = [12:32:00.909] | : . ' , ; resignal = FALSE [12:32:00.909] | : . ' , ; Number of conditions: 6 [12:32:00.910] | : . ' , ; int 6 [12:32:00.911] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:00.911] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:00.911] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:00.912] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:00.912] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:00.912] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:00.913] | : . ' , signalConditions() ... done [12:32:00.913] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:00.913] | : . Launching futures ... done [12:32:00.914] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:00.914] | : Using SequentialFutureBackend ... done [12:32:00.914] | run() for 'Future' () ... done [12:32:00.915] future(..., label = NULL) ... done SequentialFuture: Label: Expression: { 2 } Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: b8f0aa0ea3742d3ab70ce2fb96fbf643-2 Owner process: b8f0aa0ea3742d3ab70ce2fb96fbf643 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.02977109 secs (started 2025-07-29 12:32:00.853129) Worker process: b8f0aa0ea3742d3ab70ce2fb96fbf643 *** FutureRegistry('multicore-dummy-uuid', 'list') ... [[1]] SequentialFuture: Label: Expression: { 2 } Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: b8f0aa0ea3742d3ab70ce2fb96fbf643-2 Owner process: b8f0aa0ea3742d3ab70ce2fb96fbf643 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.02977109 secs (started 2025-07-29 12:32:00.853129) Worker process: b8f0aa0ea3742d3ab70ce2fb96fbf643 *** FutureRegistry('multicore-dummy-uuid', 'collect-first') ... [12:32:00.917] resolved() ... [12:32:00.917] | resolved() for SequentialFuture () ... [12:32:00.918] | : state: 'finished' [12:32:00.918] | : run: FALSE [12:32:00.918] | : result: 'FutureResult' [12:32:00.918] | resolved() for SequentialFuture () ... done [12:32:00.918] resolved() ... done [12:32:00.919] value() for SequentialFuture () ... [12:32:00.919] | signalConditions() ... [12:32:00.920] | : include = 'immediateCondition' [12:32:00.920] | : exclude = [12:32:00.920] | : resignal = FALSE [12:32:00.920] | : Number of conditions: 6 [12:32:00.920] | : int 6 [12:32:00.921] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:00.921] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:00.921] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:00.922] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:00.922] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:00.922] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:00.923] | signalConditions() ... done [12:32:00.923] | check for misuse ... [12:32:00.923] | check for misuse ... done [12:32:00.923] value() for SequentialFuture () ... done list() *** FutureRegistry('multicore-dummy-uuid', 'add') ... [12:32:00.924] future(..., label = NULL) ... [12:32:00.924] | lazy: FALSE [12:32:00.924] | stdout: TRUE [12:32:00.924] | conditions: [n=1] 'condition' [12:32:00.925] | gc: FALSE [12:32:00.925] | earlySignal: FALSE [12:32:00.925] | getGlobalsAndPackages() ... [12:32:00.925] | : Searching for globals ... [12:32:00.930] | : . globals found: [1] '{' [12:32:00.930] | : Searching for globals ... done [12:32:00.930] | : Resolving globals: FALSE [12:32:00.930] | : Search for packages associated with the globals ... [12:32:00.931] | : . Packages associated with globals: [1] 'base' [12:32:00.931] | : . Packages: [1] 'base' [12:32:00.932] | : Search for packages associated with the globals ... done [12:32:00.932] | : Packages after dropping 'base': [0] [12:32:00.932] | : globals: [0] [12:32:00.933] | : packages: [0] [12:32:00.933] | getGlobalsAndPackages() ... done [12:32:00.934] | run() for 'Future' () ... [12:32:00.934] | : state: 'created' [12:32:00.934] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:00.934] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:00.935] | : Using SequentialFutureBackend ... [12:32:00.935] | : . Number of futures since start: 2 (2 created, 4 launched, 4 finished) [12:32:00.935] | : . Launching futures ... [12:32:00.936] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:00.936] | : . ' , getFutureData() ... [12:32:00.937] | : . ' , ; getFutureCore() ... [12:32:00.937] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:00.937] | : . ' , ; getFutureCore() ... done [12:32:00.937] | : . ' , ; getFutureCapture() ... [12:32:00.938] | : . ' , ; getFutureCapture() ... done [12:32:00.938] | : . ' , ; getFutureContext() ... [12:32:00.939] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:00.939] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:00.939] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:00.939] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:00.940] | : . ' , ; getFutureContext() ... done [12:32:00.940] | : . ' , getFutureData() ... done [12:32:00.943] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:00.943] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:00.943] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:00.944] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:00.944] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:00.944] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:00.945] | : . ' , ; ` | New stack: [12:32:00.945] | : . ' , ; ` | List of 1 [12:32:00.945] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:00.945] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:00.945] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:00.945] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.945] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.945] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.945] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:00.945] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:00.950] | : . ' , ; ` | Old stack: [12:32:00.950] | : . ' , ; ` | List of 1 [12:32:00.950] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:00.950] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:00.950] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:00.950] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.950] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.950] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.950] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:00.950] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:00.950] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.950] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.950] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:00.957] | : . ' , ; ` | Not identical [12:32:00.957] | : . ' , ; ` | all.equal() for future ... [12:32:00.958] | : . ' , ; ` | : List of 2 [12:32:00.958] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:00.958] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:00.958] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:00.958] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.958] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.958] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.958] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:00.958] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:00.958] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:00.958] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:00.958] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.958] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.958] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.958] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:00.958] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:00.958] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.958] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.969] | : . ' , ; ` | all.equal() for future ... done [12:32:00.970] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:00.970] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:00.970] | : . ' , ; ` List of future strategies: [12:32:00.970] | : . ' , ; ` 1. sequential: [12:32:00.970] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:00.970] | : . ' , ; ` - tweaked: FALSE [12:32:00.970] | : . ' , ; ` - call: plan(sequential) [12:32:00.971] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:00.972] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:00.976] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:00.976] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:00.976] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:00.977] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:00.977] | : . ' , ; ` | : New stack: [12:32:00.977] | : . ' , ; ` | : List of 1 [12:32:00.977] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:00.977] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:00.977] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:00.977] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.977] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.977] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.977] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:00.977] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:00.977] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.977] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.977] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:00.985] | : . ' , ; ` | : Old stack: [12:32:00.985] | : . ' , ; ` | : List of 1 [12:32:00.985] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:00.985] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:00.985] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:00.985] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.985] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.985] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.985] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:00.985] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:00.985] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:00.985] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:00.985] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:00.994] | : . ' , ; ` | : Identical [12:32:00.994] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:00.995] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:00.995] | : . ' , ; ` | List of future strategies: [12:32:00.995] | : . ' , ; ` | 1. sequential: [12:32:00.995] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:00.995] | : . ' , ; ` | - tweaked: FALSE [12:32:00.995] | : . ' , ; ` | - call: plan(sequential) [12:32:00.996] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:00.996] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:00.996] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:00.997] | : . ' , SequentialFuture started (and completed) [12:32:00.997] | : . ' , signalConditions() ... [12:32:00.998] | : . ' , ; include = 'immediateCondition' [12:32:00.998] | : . ' , ; exclude = [12:32:00.998] | : . ' , ; resignal = FALSE [12:32:00.998] | : . ' , ; Number of conditions: 6 [12:32:00.999] | : . ' , ; int 6 [12:32:00.999] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.000] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.000] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.000] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.000] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.001] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.001] | : . ' , signalConditions() ... done [12:32:01.001] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:01.001] | : . Launching futures ... done [12:32:01.002] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:01.002] | : Using SequentialFutureBackend ... done [12:32:01.002] | run() for 'Future' () ... done [12:32:01.002] future(..., label = NULL) ... done SequentialFuture: Label: Expression: { 2 } Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: b8f0aa0ea3742d3ab70ce2fb96fbf643-3 Owner process: b8f0aa0ea3742d3ab70ce2fb96fbf643 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03384995 secs (started 2025-07-29 12:32:00.941116) Worker process: b8f0aa0ea3742d3ab70ce2fb96fbf643 *** FutureRegistry('multicore-dummy-uuid', 'reset') ... *** FutureRegistry('multicore-dummy-uuid', 'list') ... list() *** FutureRegistry('rscript', 'list') ... list() *** FutureRegistry('rscript', 'add') ... [12:32:01.005] future(..., label = NULL) ... [12:32:01.005] | lazy: FALSE [12:32:01.005] | stdout: TRUE [12:32:01.005] | conditions: [n=1] 'condition' [12:32:01.005] | gc: FALSE [12:32:01.006] | earlySignal: FALSE [12:32:01.006] | getGlobalsAndPackages() ... [12:32:01.006] | : Searching for globals ... [12:32:01.012] | : . globals found: [1] '{' [12:32:01.012] | : Searching for globals ... done [12:32:01.012] | : Resolving globals: FALSE [12:32:01.013] | : Search for packages associated with the globals ... [12:32:01.013] | : . Packages associated with globals: [1] 'base' [12:32:01.013] | : . Packages: [1] 'base' [12:32:01.014] | : Search for packages associated with the globals ... done [12:32:01.014] | : Packages after dropping 'base': [0] [12:32:01.014] | : globals: [0] [12:32:01.014] | : packages: [0] [12:32:01.015] | getGlobalsAndPackages() ... done [12:32:01.015] | run() for 'Future' () ... [12:32:01.015] | : state: 'created' [12:32:01.016] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:01.016] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:01.016] | : Using SequentialFutureBackend ... [12:32:01.016] | : . Number of futures since start: 3 (3 created, 6 launched, 5 finished) [12:32:01.017] | : . Launching futures ... [12:32:01.017] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:01.017] | : . ' , getFutureData() ... [12:32:01.018] | : . ' , ; getFutureCore() ... [12:32:01.018] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:01.018] | : . ' , ; getFutureCore() ... done [12:32:01.018] | : . ' , ; getFutureCapture() ... [12:32:01.019] | : . ' , ; getFutureCapture() ... done [12:32:01.019] | : . ' , ; getFutureContext() ... [12:32:01.019] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:01.019] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:01.020] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:01.020] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:01.020] | : . ' , ; getFutureContext() ... done [12:32:01.021] | : . ' , getFutureData() ... done [12:32:01.023] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:01.024] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:01.024] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:01.024] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:01.025] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:01.025] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:01.025] | : . ' , ; ` | New stack: [12:32:01.026] | : . ' , ; ` | List of 1 [12:32:01.026] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:01.026] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.026] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:01.026] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.026] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.026] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.026] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:01.026] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:01.030] | : . ' , ; ` | Old stack: [12:32:01.031] | : . ' , ; ` | List of 1 [12:32:01.031] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:01.031] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.031] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:01.031] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.031] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.031] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.031] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:01.031] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:01.031] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.031] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.031] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:01.037] | : . ' , ; ` | Not identical [12:32:01.037] | : . ' , ; ` | all.equal() for future ... [12:32:01.037] | : . ' , ; ` | : List of 2 [12:32:01.037] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:01.037] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.037] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:01.037] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.037] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.037] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.037] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:01.037] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:01.037] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.037] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:01.037] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.037] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.037] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.037] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:01.037] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:01.037] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.037] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.047] | : . ' , ; ` | all.equal() for future ... done [12:32:01.048] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:01.048] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:01.048] | : . ' , ; ` List of future strategies: [12:32:01.048] | : . ' , ; ` 1. sequential: [12:32:01.048] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:01.048] | : . ' , ; ` - tweaked: FALSE [12:32:01.048] | : . ' , ; ` - call: plan(sequential) [12:32:01.049] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:01.049] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:01.053] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:01.053] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:01.053] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:01.054] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:01.054] | : . ' , ; ` | : New stack: [12:32:01.054] | : . ' , ; ` | : List of 1 [12:32:01.054] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:01.054] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.054] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:01.054] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.054] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.054] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.054] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:01.054] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:01.054] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.054] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.054] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:01.060] | : . ' , ; ` | : Old stack: [12:32:01.061] | : . ' , ; ` | : List of 1 [12:32:01.061] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:01.061] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.061] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:01.061] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.061] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.061] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.061] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:01.061] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:01.061] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.061] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.061] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:01.067] | : . ' , ; ` | : Identical [12:32:01.067] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:01.068] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:01.068] | : . ' , ; ` | List of future strategies: [12:32:01.068] | : . ' , ; ` | 1. sequential: [12:32:01.068] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:01.068] | : . ' , ; ` | - tweaked: FALSE [12:32:01.068] | : . ' , ; ` | - call: plan(sequential) [12:32:01.069] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:01.069] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:01.070] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:01.071] | : . ' , SequentialFuture started (and completed) [12:32:01.071] | : . ' , signalConditions() ... [12:32:01.071] | : . ' , ; include = 'immediateCondition' [12:32:01.072] | : . ' , ; exclude = [12:32:01.072] | : . ' , ; resignal = FALSE [12:32:01.072] | : . ' , ; Number of conditions: 6 [12:32:01.073] | : . ' , ; int 6 [12:32:01.073] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.074] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.074] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.074] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.075] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.075] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.076] | : . ' , signalConditions() ... done [12:32:01.076] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:01.076] | : . Launching futures ... done [12:32:01.077] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:01.077] | : Using SequentialFutureBackend ... done [12:32:01.077] | run() for 'Future' () ... done [12:32:01.078] future(..., label = NULL) ... done SequentialFuture: Label: Expression: { 1 } Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: b8f0aa0ea3742d3ab70ce2fb96fbf643-4 Owner process: b8f0aa0ea3742d3ab70ce2fb96fbf643 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03088999 secs (started 2025-07-29 12:32:01.021356) Worker process: b8f0aa0ea3742d3ab70ce2fb96fbf643 *** FutureRegistry('rscript', 'list') ... [[1]] SequentialFuture: Label: Expression: { 1 } Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: b8f0aa0ea3742d3ab70ce2fb96fbf643-4 Owner process: b8f0aa0ea3742d3ab70ce2fb96fbf643 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03088999 secs (started 2025-07-29 12:32:01.021356) Worker process: b8f0aa0ea3742d3ab70ce2fb96fbf643 *** FutureRegistry('rscript', 'remove') ... *** FutureRegistry('rscript', 'list') ... list() *** FutureRegistry('rscript', 'add') ... [12:32:01.081] future(..., label = NULL) ... [12:32:01.082] | lazy: FALSE [12:32:01.082] | stdout: TRUE [12:32:01.082] | conditions: [n=1] 'condition' [12:32:01.083] | gc: FALSE [12:32:01.083] | earlySignal: FALSE [12:32:01.083] | getGlobalsAndPackages() ... [12:32:01.083] | : Searching for globals ... [12:32:01.090] | : . globals found: [1] '{' [12:32:01.090] | : Searching for globals ... done [12:32:01.091] | : Resolving globals: FALSE [12:32:01.091] | : Search for packages associated with the globals ... [12:32:01.092] | : . Packages associated with globals: [1] 'base' [12:32:01.092] | : . Packages: [1] 'base' [12:32:01.092] | : Search for packages associated with the globals ... done [12:32:01.093] | : Packages after dropping 'base': [0] [12:32:01.093] | : globals: [0] [12:32:01.093] | : packages: [0] [12:32:01.094] | getGlobalsAndPackages() ... done [12:32:01.094] | run() for 'Future' () ... [12:32:01.095] | : state: 'created' [12:32:01.095] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:01.096] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:01.096] | : Using SequentialFutureBackend ... [12:32:01.096] | : . Number of futures since start: 4 (4 created, 8 launched, 7 finished) [12:32:01.097] | : . Launching futures ... [12:32:01.098] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:01.098] | : . ' , getFutureData() ... [12:32:01.098] | : . ' , ; getFutureCore() ... [12:32:01.098] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:01.099] | : . ' , ; getFutureCore() ... done [12:32:01.099] | : . ' , ; getFutureCapture() ... [12:32:01.099] | : . ' , ; getFutureCapture() ... done [12:32:01.100] | : . ' , ; getFutureContext() ... [12:32:01.100] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:01.100] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:01.100] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:01.101] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:01.101] | : . ' , ; getFutureContext() ... done [12:32:01.101] | : . ' , getFutureData() ... done [12:32:01.105] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:01.105] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:01.105] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:01.106] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:01.106] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:01.107] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:01.107] | : . ' , ; ` | New stack: [12:32:01.107] | : . ' , ; ` | List of 1 [12:32:01.107] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:01.107] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.107] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:01.107] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.107] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.107] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.107] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:01.107] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:01.114] | : . ' , ; ` | Old stack: [12:32:01.114] | : . ' , ; ` | List of 1 [12:32:01.114] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:01.114] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.114] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:01.114] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.114] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.114] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.114] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:01.114] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:01.114] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.114] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.114] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:01.122] | : . ' , ; ` | Not identical [12:32:01.122] | : . ' , ; ` | all.equal() for future ... [12:32:01.122] | : . ' , ; ` | : List of 2 [12:32:01.122] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:01.122] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.122] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:01.122] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.122] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.122] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.122] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:01.122] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:01.122] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.122] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:01.122] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.122] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.122] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.122] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:01.122] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:01.122] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.122] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.133] | : . ' , ; ` | all.equal() for future ... done [12:32:01.133] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:01.134] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:01.134] | : . ' , ; ` List of future strategies: [12:32:01.134] | : . ' , ; ` 1. sequential: [12:32:01.134] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:01.134] | : . ' , ; ` - tweaked: FALSE [12:32:01.134] | : . ' , ; ` - call: plan(sequential) [12:32:01.134] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:01.135] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:01.138] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:01.139] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:01.139] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:01.139] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:01.139] | : . ' , ; ` | : New stack: [12:32:01.139] | : . ' , ; ` | : List of 1 [12:32:01.139] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:01.139] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.139] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:01.139] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.139] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.139] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.139] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:01.139] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:01.139] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.139] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.139] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:01.144] | : . ' , ; ` | : Old stack: [12:32:01.144] | : . ' , ; ` | : List of 1 [12:32:01.144] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:01.144] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.144] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:01.144] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.144] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.144] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.144] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:01.144] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:01.144] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.144] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.144] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:01.154] | : . ' , ; ` | : Identical [12:32:01.154] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:01.154] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:01.155] | : . ' , ; ` | List of future strategies: [12:32:01.155] | : . ' , ; ` | 1. sequential: [12:32:01.155] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:01.155] | : . ' , ; ` | - tweaked: FALSE [12:32:01.155] | : . ' , ; ` | - call: plan(sequential) [12:32:01.156] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:01.156] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:01.156] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:01.157] | : . ' , SequentialFuture started (and completed) [12:32:01.157] | : . ' , signalConditions() ... [12:32:01.157] | : . ' , ; include = 'immediateCondition' [12:32:01.158] | : . ' , ; exclude = [12:32:01.158] | : . ' , ; resignal = FALSE [12:32:01.158] | : . ' , ; Number of conditions: 6 [12:32:01.158] | : . ' , ; int 6 [12:32:01.159] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.159] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.159] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.159] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.160] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.160] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.160] | : . ' , signalConditions() ... done [12:32:01.160] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:01.160] | : . Launching futures ... done [12:32:01.161] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:01.161] | : Using SequentialFutureBackend ... done [12:32:01.161] | run() for 'Future' () ... done [12:32:01.161] future(..., label = NULL) ... done SequentialFuture: Label: Expression: { 2 } Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: b8f0aa0ea3742d3ab70ce2fb96fbf643-5 Owner process: b8f0aa0ea3742d3ab70ce2fb96fbf643 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03515506 secs (started 2025-07-29 12:32:01.102284) Worker process: b8f0aa0ea3742d3ab70ce2fb96fbf643 *** FutureRegistry('rscript', 'list') ... [[1]] SequentialFuture: Label: Expression: { 2 } Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: b8f0aa0ea3742d3ab70ce2fb96fbf643-5 Owner process: b8f0aa0ea3742d3ab70ce2fb96fbf643 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03515506 secs (started 2025-07-29 12:32:01.102284) Worker process: b8f0aa0ea3742d3ab70ce2fb96fbf643 *** FutureRegistry('rscript', 'collect-first') ... [12:32:01.193] resolved() ... [12:32:01.194] | resolved() for SequentialFuture () ... [12:32:01.194] | : state: 'finished' [12:32:01.194] | : run: FALSE [12:32:01.194] | : result: 'FutureResult' [12:32:01.195] | resolved() for SequentialFuture () ... done [12:32:01.195] resolved() ... done [12:32:01.195] value() for SequentialFuture () ... [12:32:01.195] | signalConditions() ... [12:32:01.195] | : include = 'immediateCondition' [12:32:01.195] | : exclude = [12:32:01.196] | : resignal = FALSE [12:32:01.196] | : Number of conditions: 6 [12:32:01.196] | : int 6 [12:32:01.197] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.197] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.197] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.197] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.197] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.197] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.198] | signalConditions() ... done [12:32:01.198] | check for misuse ... [12:32:01.198] | check for misuse ... done [12:32:01.198] value() for SequentialFuture () ... done list() *** FutureRegistry('rscript', 'add') ... [12:32:01.199] future(..., label = NULL) ... [12:32:01.199] | lazy: FALSE [12:32:01.199] | stdout: TRUE [12:32:01.199] | conditions: [n=1] 'condition' [12:32:01.199] | gc: FALSE [12:32:01.199] | earlySignal: FALSE [12:32:01.200] | getGlobalsAndPackages() ... [12:32:01.200] | : Searching for globals ... [12:32:01.203] | : . globals found: [1] '{' [12:32:01.204] | : Searching for globals ... done [12:32:01.204] | : Resolving globals: FALSE [12:32:01.204] | : Search for packages associated with the globals ... [12:32:01.204] | : . Packages associated with globals: [1] 'base' [12:32:01.205] | : . Packages: [1] 'base' [12:32:01.205] | : Search for packages associated with the globals ... done [12:32:01.205] | : Packages after dropping 'base': [0] [12:32:01.205] | : globals: [0] [12:32:01.206] | : packages: [0] [12:32:01.206] | getGlobalsAndPackages() ... done [12:32:01.206] | run() for 'Future' () ... [12:32:01.206] | : state: 'created' [12:32:01.206] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:01.207] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:01.207] | : Using SequentialFutureBackend ... [12:32:01.207] | : . Number of futures since start: 5 (5 created, 10 launched, 9 finished) [12:32:01.207] | : . Launching futures ... [12:32:01.207] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:01.207] | : . ' , getFutureData() ... [12:32:01.208] | : . ' , ; getFutureCore() ... [12:32:01.208] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:01.208] | : . ' , ; getFutureCore() ... done [12:32:01.208] | : . ' , ; getFutureCapture() ... [12:32:01.208] | : . ' , ; getFutureCapture() ... done [12:32:01.209] | : . ' , ; getFutureContext() ... [12:32:01.209] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:01.209] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:01.209] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:01.209] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:01.209] | : . ' , ; getFutureContext() ... done [12:32:01.210] | : . ' , getFutureData() ... done [12:32:01.211] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:01.212] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:01.212] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:01.212] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:01.212] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:01.213] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:01.213] | : . ' , ; ` | New stack: [12:32:01.213] | : . ' , ; ` | List of 1 [12:32:01.213] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:01.213] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.213] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:01.213] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.213] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.213] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.213] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:01.213] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:01.216] | : . ' , ; ` | Old stack: [12:32:01.216] | : . ' , ; ` | List of 1 [12:32:01.216] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:01.216] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.216] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:01.216] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.216] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.216] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.216] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:01.216] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:01.216] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.216] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.216] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:01.220] | : . ' , ; ` | Not identical [12:32:01.221] | : . ' , ; ` | all.equal() for future ... [12:32:01.221] | : . ' , ; ` | : List of 2 [12:32:01.221] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:01.221] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.221] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:01.221] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.221] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.221] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.221] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:01.221] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:01.221] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.221] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:01.221] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.221] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.221] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.221] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:01.221] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:01.221] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.221] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.228] | : . ' , ; ` | all.equal() for future ... done [12:32:01.228] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:01.229] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:01.229] | : . ' , ; ` List of future strategies: [12:32:01.229] | : . ' , ; ` 1. sequential: [12:32:01.229] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:01.229] | : . ' , ; ` - tweaked: FALSE [12:32:01.229] | : . ' , ; ` - call: plan(sequential) [12:32:01.230] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:01.230] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:01.234] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:01.234] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:01.234] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:01.235] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:01.235] | : . ' , ; ` | : New stack: [12:32:01.235] | : . ' , ; ` | : List of 1 [12:32:01.235] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:01.235] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.235] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:01.235] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.235] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.235] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.235] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:01.235] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:01.235] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.235] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.235] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:01.243] | : . ' , ; ` | : Old stack: [12:32:01.243] | : . ' , ; ` | : List of 1 [12:32:01.243] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:01.243] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.243] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:01.243] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.243] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.243] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.243] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:01.243] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:01.243] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.243] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.243] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:01.253] | : . ' , ; ` | : Identical [12:32:01.253] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:01.253] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:01.253] | : . ' , ; ` | List of future strategies: [12:32:01.253] | : . ' , ; ` | 1. sequential: [12:32:01.253] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:01.253] | : . ' , ; ` | - tweaked: FALSE [12:32:01.253] | : . ' , ; ` | - call: plan(sequential) [12:32:01.255] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:01.255] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:01.255] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:01.256] | : . ' , SequentialFuture started (and completed) [12:32:01.256] | : . ' , signalConditions() ... [12:32:01.256] | : . ' , ; include = 'immediateCondition' [12:32:01.257] | : . ' , ; exclude = [12:32:01.257] | : . ' , ; resignal = FALSE [12:32:01.257] | : . ' , ; Number of conditions: 6 [12:32:01.257] | : . ' , ; int 6 [12:32:01.258] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.258] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.258] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.258] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.259] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.259] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.259] | : . ' , signalConditions() ... done [12:32:01.259] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:01.260] | : . Launching futures ... done [12:32:01.260] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:01.260] | : Using SequentialFutureBackend ... done [12:32:01.260] | run() for 'Future' () ... done [12:32:01.260] future(..., label = NULL) ... done SequentialFuture: Label: Expression: { 2 } Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: b8f0aa0ea3742d3ab70ce2fb96fbf643-6 Owner process: b8f0aa0ea3742d3ab70ce2fb96fbf643 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.02271104 secs (started 2025-07-29 12:32:01.210319) Worker process: b8f0aa0ea3742d3ab70ce2fb96fbf643 *** FutureRegistry('rscript', 'reset') ... *** FutureRegistry('rscript', 'list') ... list() > message("*** FutureRegistry() - exceptions ...") *** FutureRegistry() - exceptions ... > futures <- FutureRegistry(where = "test", action = "list") > stopifnot(length(futures) == 0) > f <- future(1) [12:32:01.262] future(..., label = NULL) ... [12:32:01.263] | lazy: FALSE [12:32:01.263] | stdout: TRUE [12:32:01.263] | conditions: [n=1] 'condition' [12:32:01.264] | gc: FALSE [12:32:01.264] | earlySignal: FALSE [12:32:01.264] | getGlobalsAndPackages() ... [12:32:01.264] | : Searching for globals ... [12:32:01.266] | : . globals found: [0] [12:32:01.267] | : Searching for globals ... done [12:32:01.267] | : globals: [0] [12:32:01.267] | : packages: [0] [12:32:01.267] | getGlobalsAndPackages() ... done [12:32:01.267] | run() for 'Future' () ... [12:32:01.268] | : state: 'created' [12:32:01.268] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:01.268] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:01.268] | : Using SequentialFutureBackend ... [12:32:01.269] | : . Number of futures since start: 6 (6 created, 12 launched, 10 finished) [12:32:01.269] | : . Launching futures ... [12:32:01.269] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:01.269] | : . ' , getFutureData() ... [12:32:01.269] | : . ' , ; getFutureCore() ... [12:32:01.270] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:01.270] | : . ' , ; getFutureCore() ... done [12:32:01.270] | : . ' , ; getFutureCapture() ... [12:32:01.270] | : . ' , ; getFutureCapture() ... done [12:32:01.270] | : . ' , ; getFutureContext() ... [12:32:01.271] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:01.271] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:01.271] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:01.271] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:01.271] | : . ' , ; getFutureContext() ... done [12:32:01.272] | : . ' , getFutureData() ... done [12:32:01.275] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:01.275] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:01.275] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:01.276] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:01.276] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:01.276] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:01.277] | : . ' , ; ` | New stack: [12:32:01.277] | : . ' , ; ` | List of 1 [12:32:01.277] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:01.277] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.277] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:01.277] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.277] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.277] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.277] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:01.277] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:01.282] | : . ' , ; ` | Old stack: [12:32:01.282] | : . ' , ; ` | List of 1 [12:32:01.282] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:01.282] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.282] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:01.282] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.282] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.282] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.282] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:01.282] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:01.282] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.282] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.282] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:01.287] | : . ' , ; ` | Not identical [12:32:01.287] | : . ' , ; ` | all.equal() for future ... [12:32:01.288] | : . ' , ; ` | : List of 2 [12:32:01.288] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:01.288] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.288] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:01.288] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.288] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.288] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.288] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:01.288] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:01.288] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.288] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:01.288] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.288] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.288] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.288] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:01.288] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:01.288] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.288] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.296] | : . ' , ; ` | all.equal() for future ... done [12:32:01.296] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:01.296] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:01.296] | : . ' , ; ` List of future strategies: [12:32:01.296] | : . ' , ; ` 1. sequential: [12:32:01.296] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:01.296] | : . ' , ; ` - tweaked: FALSE [12:32:01.296] | : . ' , ; ` - call: plan(sequential) [12:32:01.297] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:01.297] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:01.300] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:01.301] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:01.301] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:01.301] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:01.301] | : . ' , ; ` | : New stack: [12:32:01.302] | : . ' , ; ` | : List of 1 [12:32:01.302] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:01.302] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.302] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:01.302] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.302] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.302] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.302] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:01.302] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:01.302] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.302] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.302] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:01.307] | : . ' , ; ` | : Old stack: [12:32:01.307] | : . ' , ; ` | : List of 1 [12:32:01.307] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:01.307] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:01.307] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:01.307] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.307] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.307] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.307] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:01.307] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:01.307] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:01.307] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:01.307] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:01.313] | : . ' , ; ` | : Identical [12:32:01.314] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:01.314] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:01.314] | : . ' , ; ` | List of future strategies: [12:32:01.314] | : . ' , ; ` | 1. sequential: [12:32:01.314] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:01.314] | : . ' , ; ` | - tweaked: FALSE [12:32:01.314] | : . ' , ; ` | - call: plan(sequential) [12:32:01.315] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:01.315] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:01.316] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:01.316] | : . ' , SequentialFuture started (and completed) [12:32:01.317] | : . ' , signalConditions() ... [12:32:01.317] | : . ' , ; include = 'immediateCondition' [12:32:01.317] | : . ' , ; exclude = [12:32:01.317] | : . ' , ; resignal = FALSE [12:32:01.317] | : . ' , ; Number of conditions: 6 [12:32:01.318] | : . ' , ; int 6 [12:32:01.318] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.319] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.319] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.319] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.319] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.320] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:01.320] | : . ' , signalConditions() ... done [12:32:01.320] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:01.321] | : . Launching futures ... done [12:32:01.321] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:01.321] | : Using SequentialFutureBackend ... done [12:32:01.321] | run() for 'Future' () ... done [12:32:01.322] future(..., label = NULL) ... done > FutureRegistry(where = "test", action = "add", future = f) [[1]] SequentialFuture: Label: Expression: [1] 1 Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: b8f0aa0ea3742d3ab70ce2fb96fbf643-7 Owner process: b8f0aa0ea3742d3ab70ce2fb96fbf643 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.02747798 secs (started 2025-07-29 12:32:01.272438) Worker process: b8f0aa0ea3742d3ab70ce2fb96fbf643 > futures <- FutureRegistry(where = "test", action = "list") > stopifnot(length(futures) == 1) > res <- tryCatch(FutureRegistry(where = "test", action = "add", + future = f), error = identity) > stopifnot(inherits(res, "error")) > futures <- FutureRegistry(where = "test", action = "list") > stopifnot(length(futures) == 1) > FutureRegistry(where = "test", action = "remove", + future = f) list() > futures <- FutureRegistry(where = "test", action = "list") > stopifnot(length(futures) == 0) > res <- tryCatch(FutureRegistry(where = "test", action = "remove", + future = f), error = identity) > stopifnot(inherits(res, "error")) > futures <- FutureRegistry(where = "test", action = "list") > stopifnot(length(futures) == 0) > FutureRegistry(where = "test", action = "reset") list() > futures <- FutureRegistry(where = "test", action = "list") > stopifnot(length(futures) == 0) > res <- tryCatch(FutureRegistry(where = "test", action = ""), + error = identity) > stopifnot(inherits(res, "error")) > message("*** FutureRegistry() - exceptions ... DONE") *** FutureRegistry() - exceptions ... DONE > message("*** FutureRegistry() ... DONE") *** FutureRegistry() ... DONE Sourcing 6 epilogue scripts ... 01/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/001.undo-future.R' 02/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/002.undo-state.R' Failed to undo environment variables: - Expected environment variables: [n=213] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_07_29_12_30_17_31216' Sourcing 6 epilogue scripts ... done Test time: user.self=0.8s, sys.self=0.06s, elapsed=0.9s, user.child=NAs, sys.child=NAs Test 'FutureRegistry' ... success > > proc.time() user system elapsed 1.06 0.18 1.23