R Under development (unstable) (2025-06-04 r88278 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) [05:57:03.439] Option 'future.startup.script': TRUE [05:57:03.440] Future startup scripts considered: '.future.R', '~/.future.R' [05:57:03.441] 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') ... [05:57:03.489] future(..., label = NULL) ... [05:57:03.490] | lazy: FALSE [05:57:03.490] | stdout: TRUE [05:57:03.490] | conditions: [n=1] 'condition' [05:57:03.490] | gc: FALSE [05:57:03.491] | earlySignal: FALSE [05:57:03.492] | getGlobalsAndPackages() ... [05:57:03.492] | : Searching for globals ... [05:57:03.514] | : . globals found: [1] '{' [05:57:03.514] | : Searching for globals ... done [05:57:03.515] | : Resolving globals: FALSE [05:57:03.515] | : Search for packages associated with the globals ... [05:57:03.515] | : . Packages associated with globals: [1] 'base' [05:57:03.516] | : . Packages: [1] 'base' [05:57:03.516] | : Search for packages associated with the globals ... done [05:57:03.517] | : Packages after dropping 'base': [0] [05:57:03.517] | : globals: [0] [05:57:03.517] | : packages: [0] [05:57:03.517] | getGlobalsAndPackages() ... done [05:57:03.519] | run() for 'Future' () ... [05:57:03.519] | : state: 'created' [05:57:03.519] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:03.520] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [05:57:03.520] | : . ' function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.520] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.520] | : . ' - attr(*, "init")= logi TRUE [05:57:03.520] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.520] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.520] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.520] | : . ' - attr(*, "call")= language plan(sequential) [05:57:03.528] | : . ' init: TRUE [05:57:03.528] | : . ' makeFutureBackend() ... [05:57:03.529] | : . ' , Backend function: <'NULL'> [05:57:03.529] | : . ' , Evaluator tweak arguments: [n=0] [05:57:03.529] | : . ' , list() [05:57:03.530] | : . ' , Evaluator formal arguments: [n=2] [05:57:03.530] | : . ' , list() [05:57:03.531] | : . ' , Backend factory arguments: [n=2] [05:57:03.531] | : . ' , Dotted pair list of 2 [05:57:03.531] | : . ' , $ gc : logi FALSE [05:57:03.531] | : . ' , $ earlySignal: logi FALSE [05:57:03.533] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [05:57:03.534] | : . ' makeFutureBackend() ... done [05:57:03.534] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [05:57:03.534] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:03.535] | : Using SequentialFutureBackend ... [05:57:03.535] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [05:57:03.535] | : . Launching futures ... [05:57:03.536] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:57:03.536] | : . ' , getFutureData() ... [05:57:03.537] | : . ' , ; getFutureCore() ... [05:57:03.537] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:57:03.537] | : . ' , ; getFutureCore() ... done [05:57:03.538] | : . ' , ; getFutureCapture() ... [05:57:03.538] | : . ' , ; getFutureCapture() ... done [05:57:03.538] | : . ' , ; getFutureContext() ... [05:57:03.539] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:03.539] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:57:03.539] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:03.540] | : . ' , ; ` Packages needed by future backend (n = 0): [05:57:03.540] | : . ' , ; getFutureContext() ... done [05:57:03.540] | : . ' , getFutureData() ... done [05:57:03.550] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:03.550] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:57:03.550] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:03.551] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:03.552] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:03.552] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:57:03.552] | : . ' , ; ` | New stack: [05:57:03.552] | : . ' , ; ` | List of 1 [05:57:03.552] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.552] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.552] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:57:03.552] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.552] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.552] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.552] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:03.552] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:03.558] | : . ' , ; ` | Old stack: [05:57:03.558] | : . ' , ; ` | List of 1 [05:57:03.558] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.558] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.558] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:57:03.558] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.558] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.558] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.558] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:57:03.558] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:03.558] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.558] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.558] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:03.564] | : . ' , ; ` | Not identical [05:57:03.565] | : . ' , ; ` | all.equal() for future ... [05:57:03.565] | : . ' , ; ` | : List of 2 [05:57:03.565] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.565] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.565] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:57:03.565] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.565] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.565] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.565] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:03.565] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.565] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.565] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:03.565] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.565] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.565] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.565] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:03.565] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:03.565] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.565] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.576] | : . ' , ; ` | all.equal() for future ... done [05:57:03.577] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:57:03.577] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:03.577] | : . ' , ; ` List of future strategies: [05:57:03.577] | : . ' , ; ` 1. sequential: [05:57:03.577] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:03.577] | : . ' , ; ` - tweaked: FALSE [05:57:03.577] | : . ' , ; ` - call: plan(sequential) [05:57:03.619] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:03.620] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:03.626] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:03.626] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:03.626] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:03.627] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:57:03.627] | : . ' , ; ` | : New stack: [05:57:03.627] | : . ' , ; ` | : List of 1 [05:57:03.627] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.627] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.627] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:03.627] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.627] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.627] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.627] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:03.627] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:03.627] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.627] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.627] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:03.635] | : . ' , ; ` | : Old stack: [05:57:03.635] | : . ' , ; ` | : List of 1 [05:57:03.635] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.635] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.635] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:03.635] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.635] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.635] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.635] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:03.635] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:03.635] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.635] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.635] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:03.642] | : . ' , ; ` | : Identical [05:57:03.642] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:57:03.642] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:03.643] | : . ' , ; ` | List of future strategies: [05:57:03.643] | : . ' , ; ` | 1. sequential: [05:57:03.643] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:03.643] | : . ' , ; ` | - tweaked: FALSE [05:57:03.643] | : . ' , ; ` | - call: plan(sequential) [05:57:03.644] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:03.644] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:03.644] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:03.651] | : . ' , SequentialFuture started (and completed) [05:57:03.693] | : . ' , signalConditions() ... [05:57:03.694] | : . ' , ; include = 'immediateCondition' [05:57:03.694] | : . ' , ; exclude = [05:57:03.694] | : . ' , ; resignal = FALSE [05:57:03.694] | : . ' , ; Number of conditions: 6 [05:57:03.694] | : . ' , ; int 6 [05:57:03.695] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.695] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.695] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.696] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.696] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.696] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.696] | : . ' , signalConditions() ... done [05:57:03.697] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:57:03.697] | : . Launching futures ... done [05:57:03.697] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:57:03.697] | : Using SequentialFutureBackend ... done [05:57:03.697] | run() for 'Future' () ... done [05:57:03.697] 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: 86514f91460d1ca5e4dbd55ee8b40cd7-1 Owner process: 86514f91460d1ca5e4dbd55ee8b40cd7 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.08191085 secs (started 2025-06-05 05:57:03.542952) Worker process: 86514f91460d1ca5e4dbd55ee8b40cd7 *** 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: 86514f91460d1ca5e4dbd55ee8b40cd7-1 Owner process: 86514f91460d1ca5e4dbd55ee8b40cd7 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.08191085 secs (started 2025-06-05 05:57:03.542952) Worker process: 86514f91460d1ca5e4dbd55ee8b40cd7 *** FutureRegistry('multicore-dummy-uuid', 'remove') ... *** FutureRegistry('multicore-dummy-uuid', 'list') ... list() *** FutureRegistry('multicore-dummy-uuid', 'add') ... [05:57:03.701] future(..., label = NULL) ... [05:57:03.701] | lazy: FALSE [05:57:03.701] | stdout: TRUE [05:57:03.701] | conditions: [n=1] 'condition' [05:57:03.701] | gc: FALSE [05:57:03.701] | earlySignal: FALSE [05:57:03.702] | getGlobalsAndPackages() ... [05:57:03.702] | : Searching for globals ... [05:57:03.707] | : . globals found: [1] '{' [05:57:03.707] | : Searching for globals ... done [05:57:03.707] | : Resolving globals: FALSE [05:57:03.707] | : Search for packages associated with the globals ... [05:57:03.707] | : . Packages associated with globals: [1] 'base' [05:57:03.708] | : . Packages: [1] 'base' [05:57:03.708] | : Search for packages associated with the globals ... done [05:57:03.708] | : Packages after dropping 'base': [0] [05:57:03.708] | : globals: [0] [05:57:03.709] | : packages: [0] [05:57:03.709] | getGlobalsAndPackages() ... done [05:57:03.709] | run() for 'Future' () ... [05:57:03.710] | : state: 'created' [05:57:03.710] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:03.710] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:03.711] | : Using SequentialFutureBackend ... [05:57:03.711] | : . Number of futures since start: 1 (1 created, 2 launched, 2 finished) [05:57:03.711] | : . Launching futures ... [05:57:03.712] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:57:03.712] | : . ' , getFutureData() ... [05:57:03.712] | : . ' , ; getFutureCore() ... [05:57:03.712] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:57:03.713] | : . ' , ; getFutureCore() ... done [05:57:03.713] | : . ' , ; getFutureCapture() ... [05:57:03.713] | : . ' , ; getFutureCapture() ... done [05:57:03.714] | : . ' , ; getFutureContext() ... [05:57:03.714] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:03.714] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:57:03.714] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:03.715] | : . ' , ; ` Packages needed by future backend (n = 0): [05:57:03.715] | : . ' , ; getFutureContext() ... done [05:57:03.715] | : . ' , getFutureData() ... done [05:57:03.718] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:03.719] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:57:03.719] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:03.719] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:03.719] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:03.720] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:57:03.720] | : . ' , ; ` | New stack: [05:57:03.720] | : . ' , ; ` | List of 1 [05:57:03.720] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.720] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.720] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:57:03.720] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.720] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.720] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.720] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:03.720] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:03.725] | : . ' , ; ` | Old stack: [05:57:03.726] | : . ' , ; ` | List of 1 [05:57:03.726] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.726] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.726] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:57:03.726] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.726] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.726] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.726] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:57:03.726] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:03.726] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.726] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.726] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:03.733] | : . ' , ; ` | Not identical [05:57:03.734] | : . ' , ; ` | all.equal() for future ... [05:57:03.734] | : . ' , ; ` | : List of 2 [05:57:03.734] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.734] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.734] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:57:03.734] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.734] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.734] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.734] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:03.734] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.734] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.734] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:03.734] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.734] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.734] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.734] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:03.734] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:03.734] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.734] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.742] | : . ' , ; ` | all.equal() for future ... done [05:57:03.743] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:57:03.743] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:03.743] | : . ' , ; ` List of future strategies: [05:57:03.743] | : . ' , ; ` 1. sequential: [05:57:03.743] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:03.743] | : . ' , ; ` - tweaked: FALSE [05:57:03.743] | : . ' , ; ` - call: plan(sequential) [05:57:03.744] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:03.744] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:03.747] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:03.747] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:03.748] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:03.748] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:57:03.748] | : . ' , ; ` | : New stack: [05:57:03.748] | : . ' , ; ` | : List of 1 [05:57:03.748] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.748] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.748] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:03.748] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.748] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.748] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.748] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:03.748] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:03.748] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.748] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.748] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:03.755] | : . ' , ; ` | : Old stack: [05:57:03.755] | : . ' , ; ` | : List of 1 [05:57:03.755] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.755] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.755] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:03.755] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.755] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.755] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.755] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:03.755] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:03.755] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.755] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.755] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:03.763] | : . ' , ; ` | : Identical [05:57:03.763] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:57:03.764] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:03.764] | : . ' , ; ` | List of future strategies: [05:57:03.764] | : . ' , ; ` | 1. sequential: [05:57:03.764] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:03.764] | : . ' , ; ` | - tweaked: FALSE [05:57:03.764] | : . ' , ; ` | - call: plan(sequential) [05:57:03.765] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:03.765] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:03.766] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:03.766] | : . ' , SequentialFuture started (and completed) [05:57:03.766] | : . ' , signalConditions() ... [05:57:03.767] | : . ' , ; include = 'immediateCondition' [05:57:03.767] | : . ' , ; exclude = [05:57:03.767] | : . ' , ; resignal = FALSE [05:57:03.767] | : . ' , ; Number of conditions: 6 [05:57:03.767] | : . ' , ; int 6 [05:57:03.768] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.768] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.769] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.769] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.769] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.769] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.770] | : . ' , signalConditions() ... done [05:57:03.770] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:57:03.770] | : . Launching futures ... done [05:57:03.770] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:57:03.771] | : Using SequentialFutureBackend ... done [05:57:03.771] | run() for 'Future' () ... done [05:57:03.771] 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: 86514f91460d1ca5e4dbd55ee8b40cd7-2 Owner process: 86514f91460d1ca5e4dbd55ee8b40cd7 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03061414 secs (started 2025-06-05 05:57:03.716245) Worker process: 86514f91460d1ca5e4dbd55ee8b40cd7 *** 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: 86514f91460d1ca5e4dbd55ee8b40cd7-2 Owner process: 86514f91460d1ca5e4dbd55ee8b40cd7 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03061414 secs (started 2025-06-05 05:57:03.716245) Worker process: 86514f91460d1ca5e4dbd55ee8b40cd7 *** FutureRegistry('multicore-dummy-uuid', 'collect-first') ... [05:57:03.774] resolved() for SequentialFuture () ... [05:57:03.774] | state: 'finished' [05:57:03.774] | run: FALSE [05:57:03.775] | result: 'FutureResult' [05:57:03.775] resolved() for SequentialFuture () ... done [05:57:03.776] value() for SequentialFuture () ... [05:57:03.777] | signalConditions() ... [05:57:03.777] | : include = 'immediateCondition' [05:57:03.777] | : exclude = [05:57:03.778] | : resignal = FALSE [05:57:03.778] | : Number of conditions: 6 [05:57:03.778] | : int 6 [05:57:03.779] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.779] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.780] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.780] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.780] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.780] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.780] | signalConditions() ... done [05:57:03.781] | check for misuse ... [05:57:03.781] | check for misuse ... done [05:57:03.781] value() for SequentialFuture () ... done list() *** FutureRegistry('multicore-dummy-uuid', 'add') ... [05:57:03.782] future(..., label = NULL) ... [05:57:03.782] | lazy: FALSE [05:57:03.783] | stdout: TRUE [05:57:03.783] | conditions: [n=1] 'condition' [05:57:03.783] | gc: FALSE [05:57:03.784] | earlySignal: FALSE [05:57:03.784] | getGlobalsAndPackages() ... [05:57:03.784] | : Searching for globals ... [05:57:03.791] | : . globals found: [1] '{' [05:57:03.792] | : Searching for globals ... done [05:57:03.792] | : Resolving globals: FALSE [05:57:03.792] | : Search for packages associated with the globals ... [05:57:03.793] | : . Packages associated with globals: [1] 'base' [05:57:03.793] | : . Packages: [1] 'base' [05:57:03.794] | : Search for packages associated with the globals ... done [05:57:03.794] | : Packages after dropping 'base': [0] [05:57:03.794] | : globals: [0] [05:57:03.795] | : packages: [0] [05:57:03.795] | getGlobalsAndPackages() ... done [05:57:03.795] | run() for 'Future' () ... [05:57:03.796] | : state: 'created' [05:57:03.796] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:03.796] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:03.797] | : Using SequentialFutureBackend ... [05:57:03.797] | : . Number of futures since start: 2 (2 created, 4 launched, 4 finished) [05:57:03.797] | : . Launching futures ... [05:57:03.797] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:57:03.798] | : . ' , getFutureData() ... [05:57:03.798] | : . ' , ; getFutureCore() ... [05:57:03.798] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:57:03.799] | : . ' , ; getFutureCore() ... done [05:57:03.799] | : . ' , ; getFutureCapture() ... [05:57:03.799] | : . ' , ; getFutureCapture() ... done [05:57:03.800] | : . ' , ; getFutureContext() ... [05:57:03.800] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:03.800] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:57:03.800] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:03.801] | : . ' , ; ` Packages needed by future backend (n = 0): [05:57:03.801] | : . ' , ; getFutureContext() ... done [05:57:03.801] | : . ' , getFutureData() ... done [05:57:03.804] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:03.805] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:57:03.805] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:03.806] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:03.806] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:03.806] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:57:03.807] | : . ' , ; ` | New stack: [05:57:03.807] | : . ' , ; ` | List of 1 [05:57:03.807] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.807] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.807] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:57:03.807] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.807] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.807] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.807] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:03.807] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:03.813] | : . ' , ; ` | Old stack: [05:57:03.813] | : . ' , ; ` | List of 1 [05:57:03.813] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.813] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.813] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:57:03.813] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.813] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.813] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.813] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:57:03.813] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:03.813] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.813] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.813] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:03.820] | : . ' , ; ` | Not identical [05:57:03.820] | : . ' , ; ` | all.equal() for future ... [05:57:03.821] | : . ' , ; ` | : List of 2 [05:57:03.821] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.821] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.821] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:57:03.821] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.821] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.821] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.821] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:03.821] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.821] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.821] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:03.821] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.821] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.821] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.821] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:03.821] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:03.821] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.821] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.832] | : . ' , ; ` | all.equal() for future ... done [05:57:03.833] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:57:03.833] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:03.833] | : . ' , ; ` List of future strategies: [05:57:03.833] | : . ' , ; ` 1. sequential: [05:57:03.833] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:03.833] | : . ' , ; ` - tweaked: FALSE [05:57:03.833] | : . ' , ; ` - call: plan(sequential) [05:57:03.834] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:03.835] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:03.839] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:03.839] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:03.840] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:03.840] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:57:03.841] | : . ' , ; ` | : New stack: [05:57:03.841] | : . ' , ; ` | : List of 1 [05:57:03.841] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.841] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.841] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:03.841] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.841] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.841] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.841] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:03.841] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:03.841] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.841] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.841] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:03.849] | : . ' , ; ` | : Old stack: [05:57:03.849] | : . ' , ; ` | : List of 1 [05:57:03.849] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.849] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.849] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:03.849] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.849] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.849] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.849] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:03.849] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:03.849] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.849] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.849] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:03.858] | : . ' , ; ` | : Identical [05:57:03.858] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:57:03.859] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:03.859] | : . ' , ; ` | List of future strategies: [05:57:03.859] | : . ' , ; ` | 1. sequential: [05:57:03.859] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:03.859] | : . ' , ; ` | - tweaked: FALSE [05:57:03.859] | : . ' , ; ` | - call: plan(sequential) [05:57:03.860] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:03.860] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:03.860] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:03.861] | : . ' , SequentialFuture started (and completed) [05:57:03.861] | : . ' , signalConditions() ... [05:57:03.861] | : . ' , ; include = 'immediateCondition' [05:57:03.862] | : . ' , ; exclude = [05:57:03.862] | : . ' , ; resignal = FALSE [05:57:03.862] | : . ' , ; Number of conditions: 6 [05:57:03.862] | : . ' , ; int 6 [05:57:03.863] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.863] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.864] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.864] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.864] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.864] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.865] | : . ' , signalConditions() ... done [05:57:03.865] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:57:03.865] | : . Launching futures ... done [05:57:03.865] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:57:03.866] | : Using SequentialFutureBackend ... done [05:57:03.866] | run() for 'Future' () ... done [05:57:03.866] 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: 86514f91460d1ca5e4dbd55ee8b40cd7-3 Owner process: 86514f91460d1ca5e4dbd55ee8b40cd7 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03588605 secs (started 2025-06-05 05:57:03.802219) Worker process: 86514f91460d1ca5e4dbd55ee8b40cd7 *** FutureRegistry('multicore-dummy-uuid', 'reset') ... *** FutureRegistry('multicore-dummy-uuid', 'list') ... list() *** FutureRegistry('rscript', 'list') ... list() *** FutureRegistry('rscript', 'add') ... [05:57:03.868] future(..., label = NULL) ... [05:57:03.868] | lazy: FALSE [05:57:03.868] | stdout: TRUE [05:57:03.869] | conditions: [n=1] 'condition' [05:57:03.869] | gc: FALSE [05:57:03.869] | earlySignal: FALSE [05:57:03.869] | getGlobalsAndPackages() ... [05:57:03.869] | : Searching for globals ... [05:57:03.875] | : . globals found: [1] '{' [05:57:03.875] | : Searching for globals ... done [05:57:03.875] | : Resolving globals: FALSE [05:57:03.875] | : Search for packages associated with the globals ... [05:57:03.876] | : . Packages associated with globals: [1] 'base' [05:57:03.876] | : . Packages: [1] 'base' [05:57:03.876] | : Search for packages associated with the globals ... done [05:57:03.877] | : Packages after dropping 'base': [0] [05:57:03.877] | : globals: [0] [05:57:03.877] | : packages: [0] [05:57:03.877] | getGlobalsAndPackages() ... done [05:57:03.878] | run() for 'Future' () ... [05:57:03.878] | : state: 'created' [05:57:03.878] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:03.878] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:03.879] | : Using SequentialFutureBackend ... [05:57:03.879] | : . Number of futures since start: 3 (3 created, 6 launched, 5 finished) [05:57:03.879] | : . Launching futures ... [05:57:03.879] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:57:03.880] | : . ' , getFutureData() ... [05:57:03.880] | : . ' , ; getFutureCore() ... [05:57:03.880] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:57:03.880] | : . ' , ; getFutureCore() ... done [05:57:03.880] | : . ' , ; getFutureCapture() ... [05:57:03.881] | : . ' , ; getFutureCapture() ... done [05:57:03.881] | : . ' , ; getFutureContext() ... [05:57:03.881] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:03.881] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:57:03.881] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:03.882] | : . ' , ; ` Packages needed by future backend (n = 0): [05:57:03.882] | : . ' , ; getFutureContext() ... done [05:57:03.882] | : . ' , getFutureData() ... done [05:57:03.884] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:03.885] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:57:03.885] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:03.885] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:03.885] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:03.886] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:57:03.886] | : . ' , ; ` | New stack: [05:57:03.886] | : . ' , ; ` | List of 1 [05:57:03.886] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.886] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.886] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:57:03.886] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.886] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.886] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.886] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:03.886] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:03.890] | : . ' , ; ` | Old stack: [05:57:03.890] | : . ' , ; ` | List of 1 [05:57:03.890] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.890] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.890] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:57:03.890] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.890] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.890] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.890] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:57:03.890] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:03.890] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.890] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.890] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:03.894] | : . ' , ; ` | Not identical [05:57:03.894] | : . ' , ; ` | all.equal() for future ... [05:57:03.894] | : . ' , ; ` | : List of 2 [05:57:03.894] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.894] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.894] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:57:03.894] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.894] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.894] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.894] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:03.894] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.894] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.894] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:03.894] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.894] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.894] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.894] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:03.894] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:03.894] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.894] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.904] | : . ' , ; ` | all.equal() for future ... done [05:57:03.904] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:57:03.904] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:03.905] | : . ' , ; ` List of future strategies: [05:57:03.905] | : . ' , ; ` 1. sequential: [05:57:03.905] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:03.905] | : . ' , ; ` - tweaked: FALSE [05:57:03.905] | : . ' , ; ` - call: plan(sequential) [05:57:03.906] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:03.906] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:03.908] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:03.909] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:03.909] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:03.909] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:57:03.909] | : . ' , ; ` | : New stack: [05:57:03.909] | : . ' , ; ` | : List of 1 [05:57:03.909] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.909] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.909] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:03.909] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.909] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.909] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.909] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:03.909] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:03.909] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.909] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.909] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:03.915] | : . ' , ; ` | : Old stack: [05:57:03.915] | : . ' , ; ` | : List of 1 [05:57:03.915] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.915] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.915] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:03.915] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.915] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.915] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.915] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:03.915] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:03.915] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.915] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.915] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:03.921] | : . ' , ; ` | : Identical [05:57:03.921] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:57:03.921] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:03.921] | : . ' , ; ` | List of future strategies: [05:57:03.921] | : . ' , ; ` | 1. sequential: [05:57:03.921] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:03.921] | : . ' , ; ` | - tweaked: FALSE [05:57:03.921] | : . ' , ; ` | - call: plan(sequential) [05:57:03.922] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:03.922] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:03.922] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:03.923] | : . ' , SequentialFuture started (and completed) [05:57:03.923] | : . ' , signalConditions() ... [05:57:03.923] | : . ' , ; include = 'immediateCondition' [05:57:03.924] | : . ' , ; exclude = [05:57:03.924] | : . ' , ; resignal = FALSE [05:57:03.924] | : . ' , ; Number of conditions: 6 [05:57:03.924] | : . ' , ; int 6 [05:57:03.925] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.925] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.925] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.925] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.925] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.926] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.926] | : . ' , signalConditions() ... done [05:57:03.926] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:57:03.926] | : . Launching futures ... done [05:57:03.926] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:57:03.927] | : Using SequentialFutureBackend ... done [05:57:03.927] | run() for 'Future' () ... done [05:57:03.927] 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: 86514f91460d1ca5e4dbd55ee8b40cd7-4 Owner process: 86514f91460d1ca5e4dbd55ee8b40cd7 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.02536511 secs (started 2025-06-05 05:57:03.88283) Worker process: 86514f91460d1ca5e4dbd55ee8b40cd7 *** 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: 86514f91460d1ca5e4dbd55ee8b40cd7-4 Owner process: 86514f91460d1ca5e4dbd55ee8b40cd7 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.02536511 secs (started 2025-06-05 05:57:03.88283) Worker process: 86514f91460d1ca5e4dbd55ee8b40cd7 *** FutureRegistry('rscript', 'remove') ... *** FutureRegistry('rscript', 'list') ... list() *** FutureRegistry('rscript', 'add') ... [05:57:03.929] future(..., label = NULL) ... [05:57:03.929] | lazy: FALSE [05:57:03.930] | stdout: TRUE [05:57:03.930] | conditions: [n=1] 'condition' [05:57:03.931] | gc: FALSE [05:57:03.931] | earlySignal: FALSE [05:57:03.931] | getGlobalsAndPackages() ... [05:57:03.931] | : Searching for globals ... [05:57:03.937] | : . globals found: [1] '{' [05:57:03.937] | : Searching for globals ... done [05:57:03.938] | : Resolving globals: FALSE [05:57:03.938] | : Search for packages associated with the globals ... [05:57:03.938] | : . Packages associated with globals: [1] 'base' [05:57:03.939] | : . Packages: [1] 'base' [05:57:03.939] | : Search for packages associated with the globals ... done [05:57:03.939] | : Packages after dropping 'base': [0] [05:57:03.940] | : globals: [0] [05:57:03.940] | : packages: [0] [05:57:03.940] | getGlobalsAndPackages() ... done [05:57:03.940] | run() for 'Future' () ... [05:57:03.941] | : state: 'created' [05:57:03.941] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:03.941] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:03.942] | : Using SequentialFutureBackend ... [05:57:03.942] | : . Number of futures since start: 4 (4 created, 8 launched, 7 finished) [05:57:03.942] | : . Launching futures ... [05:57:03.942] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:57:03.943] | : . ' , getFutureData() ... [05:57:03.943] | : . ' , ; getFutureCore() ... [05:57:03.943] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:57:03.944] | : . ' , ; getFutureCore() ... done [05:57:03.944] | : . ' , ; getFutureCapture() ... [05:57:03.944] | : . ' , ; getFutureCapture() ... done [05:57:03.944] | : . ' , ; getFutureContext() ... [05:57:03.945] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:03.945] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:57:03.945] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:03.945] | : . ' , ; ` Packages needed by future backend (n = 0): [05:57:03.946] | : . ' , ; getFutureContext() ... done [05:57:03.946] | : . ' , getFutureData() ... done [05:57:03.949] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:03.949] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:57:03.949] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:03.950] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:03.950] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:03.951] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:57:03.951] | : . ' , ; ` | New stack: [05:57:03.951] | : . ' , ; ` | List of 1 [05:57:03.951] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.951] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.951] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:57:03.951] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.951] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.951] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.951] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:03.951] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:03.954] | : . ' , ; ` | Old stack: [05:57:03.955] | : . ' , ; ` | List of 1 [05:57:03.955] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.955] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.955] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:57:03.955] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.955] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.955] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.955] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:57:03.955] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:03.955] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.955] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.955] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:03.960] | : . ' , ; ` | Not identical [05:57:03.961] | : . ' , ; ` | all.equal() for future ... [05:57:03.961] | : . ' , ; ` | : List of 2 [05:57:03.961] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.961] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.961] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:57:03.961] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.961] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.961] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.961] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:03.961] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.961] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.961] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:03.961] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.961] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.961] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.961] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:03.961] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:03.961] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.961] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.970] | : . ' , ; ` | all.equal() for future ... done [05:57:03.970] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:57:03.970] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:03.970] | : . ' , ; ` List of future strategies: [05:57:03.970] | : . ' , ; ` 1. sequential: [05:57:03.970] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:03.970] | : . ' , ; ` - tweaked: FALSE [05:57:03.970] | : . ' , ; ` - call: plan(sequential) [05:57:03.971] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:03.972] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:03.975] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:03.976] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:03.976] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:03.976] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:57:03.976] | : . ' , ; ` | : New stack: [05:57:03.977] | : . ' , ; ` | : List of 1 [05:57:03.977] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.977] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.977] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:03.977] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.977] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.977] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.977] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:03.977] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:03.977] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.977] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.977] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:03.983] | : . ' , ; ` | : Old stack: [05:57:03.984] | : . ' , ; ` | : List of 1 [05:57:03.984] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:03.984] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:03.984] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:03.984] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.984] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.984] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.984] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:03.984] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:03.984] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:03.984] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:03.984] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:03.989] | : . ' , ; ` | : Identical [05:57:03.989] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:57:03.990] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:03.990] | : . ' , ; ` | List of future strategies: [05:57:03.990] | : . ' , ; ` | 1. sequential: [05:57:03.990] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:03.990] | : . ' , ; ` | - tweaked: FALSE [05:57:03.990] | : . ' , ; ` | - call: plan(sequential) [05:57:03.990] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:03.991] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:03.991] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:03.992] | : . ' , SequentialFuture started (and completed) [05:57:03.992] | : . ' , signalConditions() ... [05:57:03.992] | : . ' , ; include = 'immediateCondition' [05:57:03.992] | : . ' , ; exclude = [05:57:03.993] | : . ' , ; resignal = FALSE [05:57:03.993] | : . ' , ; Number of conditions: 6 [05:57:03.993] | : . ' , ; int 6 [05:57:03.994] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.994] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.994] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.994] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.995] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.995] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:03.995] | : . ' , signalConditions() ... done [05:57:03.996] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:57:03.996] | : . Launching futures ... done [05:57:03.996] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:57:03.996] | : Using SequentialFutureBackend ... done [05:57:03.997] | run() for 'Future' () ... done [05:57:03.997] 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: 86514f91460d1ca5e4dbd55ee8b40cd7-5 Owner process: 86514f91460d1ca5e4dbd55ee8b40cd7 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.02787185 secs (started 2025-06-05 05:57:03.946844) Worker process: 86514f91460d1ca5e4dbd55ee8b40cd7 *** 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: 86514f91460d1ca5e4dbd55ee8b40cd7-5 Owner process: 86514f91460d1ca5e4dbd55ee8b40cd7 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.02787185 secs (started 2025-06-05 05:57:03.946844) Worker process: 86514f91460d1ca5e4dbd55ee8b40cd7 *** FutureRegistry('rscript', 'collect-first') ... [05:57:04.041] resolved() for SequentialFuture () ... [05:57:04.042] | state: 'finished' [05:57:04.042] | run: FALSE [05:57:04.042] | result: 'FutureResult' [05:57:04.042] resolved() for SequentialFuture () ... done [05:57:04.042] value() for SequentialFuture () ... [05:57:04.043] | signalConditions() ... [05:57:04.043] | : include = 'immediateCondition' [05:57:04.043] | : exclude = [05:57:04.043] | : resignal = FALSE [05:57:04.043] | : Number of conditions: 6 [05:57:04.043] | : int 6 [05:57:04.044] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:04.044] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:04.044] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:04.045] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:04.045] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:04.045] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:04.045] | signalConditions() ... done [05:57:04.045] | check for misuse ... [05:57:04.045] | check for misuse ... done [05:57:04.046] value() for SequentialFuture () ... done list() *** FutureRegistry('rscript', 'add') ... [05:57:04.046] future(..., label = NULL) ... [05:57:04.046] | lazy: FALSE [05:57:04.046] | stdout: TRUE [05:57:04.046] | conditions: [n=1] 'condition' [05:57:04.047] | gc: FALSE [05:57:04.047] | earlySignal: FALSE [05:57:04.047] | getGlobalsAndPackages() ... [05:57:04.047] | : Searching for globals ... [05:57:04.052] | : . globals found: [1] '{' [05:57:04.053] | : Searching for globals ... done [05:57:04.053] | : Resolving globals: FALSE [05:57:04.053] | : Search for packages associated with the globals ... [05:57:04.054] | : . Packages associated with globals: [1] 'base' [05:57:04.054] | : . Packages: [1] 'base' [05:57:04.054] | : Search for packages associated with the globals ... done [05:57:04.055] | : Packages after dropping 'base': [0] [05:57:04.055] | : globals: [0] [05:57:04.055] | : packages: [0] [05:57:04.055] | getGlobalsAndPackages() ... done [05:57:04.056] | run() for 'Future' () ... [05:57:04.056] | : state: 'created' [05:57:04.056] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:04.057] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:04.057] | : Using SequentialFutureBackend ... [05:57:04.057] | : . Number of futures since start: 5 (5 created, 10 launched, 9 finished) [05:57:04.058] | : . Launching futures ... [05:57:04.058] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:57:04.058] | : . ' , getFutureData() ... [05:57:04.058] | : . ' , ; getFutureCore() ... [05:57:04.059] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:57:04.059] | : . ' , ; getFutureCore() ... done [05:57:04.059] | : . ' , ; getFutureCapture() ... [05:57:04.059] | : . ' , ; getFutureCapture() ... done [05:57:04.060] | : . ' , ; getFutureContext() ... [05:57:04.060] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:04.060] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:57:04.060] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:04.061] | : . ' , ; ` Packages needed by future backend (n = 0): [05:57:04.061] | : . ' , ; getFutureContext() ... done [05:57:04.061] | : . ' , getFutureData() ... done [05:57:04.064] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:04.064] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:57:04.065] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:04.065] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:04.065] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:04.066] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:57:04.066] | : . ' , ; ` | New stack: [05:57:04.066] | : . ' , ; ` | List of 1 [05:57:04.066] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:04.066] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:04.066] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:57:04.066] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:04.066] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.066] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.066] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:04.066] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:04.071] | : . ' , ; ` | Old stack: [05:57:04.071] | : . ' , ; ` | List of 1 [05:57:04.071] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:04.071] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:04.071] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:57:04.071] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:04.071] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.071] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.071] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:57:04.071] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:04.071] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:04.071] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.071] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:04.080] | : . ' , ; ` | Not identical [05:57:04.080] | : . ' , ; ` | all.equal() for future ... [05:57:04.080] | : . ' , ; ` | : List of 2 [05:57:04.080] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:04.080] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:04.080] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:57:04.080] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:04.080] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.080] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.080] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:04.080] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:04.080] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:04.080] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:04.080] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:04.080] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.080] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.080] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:04.080] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:04.080] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:04.080] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.094] | : . ' , ; ` | all.equal() for future ... done [05:57:04.094] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:57:04.095] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:04.095] | : . ' , ; ` List of future strategies: [05:57:04.095] | : . ' , ; ` 1. sequential: [05:57:04.095] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:04.095] | : . ' , ; ` - tweaked: FALSE [05:57:04.095] | : . ' , ; ` - call: plan(sequential) [05:57:04.096] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:04.096] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:04.100] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:04.101] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:04.101] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:04.101] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:57:04.101] | : . ' , ; ` | : New stack: [05:57:04.102] | : . ' , ; ` | : List of 1 [05:57:04.102] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:04.102] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:04.102] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:04.102] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:04.102] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.102] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.102] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:04.102] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:04.102] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:04.102] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.102] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:04.109] | : . ' , ; ` | : Old stack: [05:57:04.110] | : . ' , ; ` | : List of 1 [05:57:04.110] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:04.110] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:04.110] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:04.110] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:04.110] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.110] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.110] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:04.110] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:04.110] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:04.110] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.110] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:04.120] | : . ' , ; ` | : Identical [05:57:04.120] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:57:04.120] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:04.120] | : . ' , ; ` | List of future strategies: [05:57:04.120] | : . ' , ; ` | 1. sequential: [05:57:04.120] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:04.120] | : . ' , ; ` | - tweaked: FALSE [05:57:04.120] | : . ' , ; ` | - call: plan(sequential) [05:57:04.121] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:04.121] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:04.121] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:04.122] | : . ' , SequentialFuture started (and completed) [05:57:04.123] | : . ' , signalConditions() ... [05:57:04.123] | : . ' , ; include = 'immediateCondition' [05:57:04.123] | : . ' , ; exclude = [05:57:04.123] | : . ' , ; resignal = FALSE [05:57:04.124] | : . ' , ; Number of conditions: 6 [05:57:04.124] | : . ' , ; int 6 [05:57:04.124] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:04.125] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:04.125] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:04.125] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:04.125] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:04.125] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:04.126] | : . ' , signalConditions() ... done [05:57:04.126] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:57:04.126] | : . Launching futures ... done [05:57:04.126] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:57:04.126] | : Using SequentialFutureBackend ... done [05:57:04.127] | run() for 'Future' () ... done [05:57:04.127] 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: 86514f91460d1ca5e4dbd55ee8b40cd7-6 Owner process: 86514f91460d1ca5e4dbd55ee8b40cd7 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03754497 secs (started 2025-06-05 05:57:04.062017) Worker process: 86514f91460d1ca5e4dbd55ee8b40cd7 *** 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) [05:57:04.129] future(..., label = NULL) ... [05:57:04.129] | lazy: FALSE [05:57:04.129] | stdout: TRUE [05:57:04.129] | conditions: [n=1] 'condition' [05:57:04.129] | gc: FALSE [05:57:04.130] | earlySignal: FALSE [05:57:04.130] | getGlobalsAndPackages() ... [05:57:04.130] | : Searching for globals ... [05:57:04.132] | : . globals found: [0] [05:57:04.132] | : Searching for globals ... done [05:57:04.132] | : globals: [0] [05:57:04.132] | : packages: [0] [05:57:04.133] | getGlobalsAndPackages() ... done [05:57:04.133] | run() for 'Future' () ... [05:57:04.133] | : state: 'created' [05:57:04.133] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:04.133] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:04.134] | : Using SequentialFutureBackend ... [05:57:04.134] | : . Number of futures since start: 6 (6 created, 12 launched, 10 finished) [05:57:04.134] | : . Launching futures ... [05:57:04.135] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:57:04.135] | : . ' , getFutureData() ... [05:57:04.135] | : . ' , ; getFutureCore() ... [05:57:04.135] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:57:04.136] | : . ' , ; getFutureCore() ... done [05:57:04.136] | : . ' , ; getFutureCapture() ... [05:57:04.136] | : . ' , ; getFutureCapture() ... done [05:57:04.136] | : . ' , ; getFutureContext() ... [05:57:04.137] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:04.137] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:57:04.137] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:04.137] | : . ' , ; ` Packages needed by future backend (n = 0): [05:57:04.138] | : . ' , ; getFutureContext() ... done [05:57:04.138] | : . ' , getFutureData() ... done [05:57:04.141] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:57:04.141] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:57:04.141] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:57:04.142] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:04.142] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:04.142] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:57:04.143] | : . ' , ; ` | New stack: [05:57:04.143] | : . ' , ; ` | List of 1 [05:57:04.143] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:04.143] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:04.143] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:57:04.143] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:04.143] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.143] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.143] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:04.143] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:04.148] | : . ' , ; ` | Old stack: [05:57:04.148] | : . ' , ; ` | List of 1 [05:57:04.148] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:04.148] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:04.148] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:57:04.148] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:04.148] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.148] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.148] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:57:04.148] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:04.148] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:04.148] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.148] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:04.154] | : . ' , ; ` | Not identical [05:57:04.154] | : . ' , ; ` | all.equal() for future ... [05:57:04.154] | : . ' , ; ` | : List of 2 [05:57:04.154] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:04.154] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:04.154] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:57:04.154] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:04.154] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.154] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.154] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:57:04.154] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:04.154] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:04.154] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:04.154] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:04.154] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.154] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.154] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:04.154] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:04.154] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:04.154] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.164] | : . ' , ; ` | all.equal() for future ... done [05:57:04.164] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:57:04.165] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:04.165] | : . ' , ; ` List of future strategies: [05:57:04.165] | : . ' , ; ` 1. sequential: [05:57:04.165] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:04.165] | : . ' , ; ` - tweaked: FALSE [05:57:04.165] | : . ' , ; ` - call: plan(sequential) [05:57:04.166] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:04.166] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:04.169] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:04.170] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:57:04.170] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:57:04.170] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:57:04.171] | : . ' , ; ` | : New stack: [05:57:04.171] | : . ' , ; ` | : List of 1 [05:57:04.171] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:04.171] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:04.171] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:04.171] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:04.171] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.171] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.171] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:04.171] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:04.171] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:04.171] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.171] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:04.177] | : . ' , ; ` | : Old stack: [05:57:04.177] | : . ' , ; ` | : List of 1 [05:57:04.177] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:57:04.177] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:57:04.177] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:57:04.177] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:04.177] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.177] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.177] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:57:04.177] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:57:04.177] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:57:04.177] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:57:04.177] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:57:04.183] | : . ' , ; ` | : Identical [05:57:04.183] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:57:04.184] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:57:04.184] | : . ' , ; ` | List of future strategies: [05:57:04.184] | : . ' , ; ` | 1. sequential: [05:57:04.184] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:57:04.184] | : . ' , ; ` | - tweaked: FALSE [05:57:04.184] | : . ' , ; ` | - call: plan(sequential) [05:57:04.185] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:57:04.185] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:04.185] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:57:04.186] | : . ' , SequentialFuture started (and completed) [05:57:04.186] | : . ' , signalConditions() ... [05:57:04.186] | : . ' , ; include = 'immediateCondition' [05:57:04.186] | : . ' , ; exclude = [05:57:04.187] | : . ' , ; resignal = FALSE [05:57:04.187] | : . ' , ; Number of conditions: 6 [05:57:04.187] | : . ' , ; int 6 [05:57:04.188] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:57:04.188] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:57:04.188] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:57:04.189] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:57:04.189] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:57:04.189] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:57:04.189] | : . ' , signalConditions() ... done [05:57:04.189] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:57:04.190] | : . Launching futures ... done [05:57:04.190] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:57:04.190] | : Using SequentialFutureBackend ... done [05:57:04.190] | run() for 'Future' () ... done [05:57:04.191] 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: 86514f91460d1ca5e4dbd55ee8b40cd7-7 Owner process: 86514f91460d1ca5e4dbd55ee8b40cd7 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03007317 secs (started 2025-06-05 05:57:04.138836) Worker process: 86514f91460d1ca5e4dbd55ee8b40cd7 > 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_SPECIAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_06_05_05_55_16_20588' Sourcing 6 epilogue scripts ... done Test time: user.self=0.9s, sys.self=0.02s, elapsed=0.9s, user.child=NAs, sys.child=NAs Test 'FutureRegistry' ... success > > proc.time() user system elapsed 1.17 0.09 1.25