R Under development (unstable) (2025-05-08 r88190 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) [01:56:33.249] Option 'future.startup.script': TRUE [01:56:33.250] Future startup scripts considered: '.future.R', '~/.future.R' [01:56:33.251] 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') ... [01:56:33.277] future(..., label = NULL) ... [01:56:33.277] | lazy: FALSE [01:56:33.277] | stdout: TRUE [01:56:33.278] | conditions: [n=1] 'condition' [01:56:33.278] | gc: FALSE [01:56:33.278] | earlySignal: FALSE [01:56:33.279] | getGlobalsAndPackages() ... [01:56:33.279] | : Searching for globals ... [01:56:33.291] | : . globals found: [1] '{' [01:56:33.291] | : Searching for globals ... done [01:56:33.291] | : Resolving globals: FALSE [01:56:33.291] | : Search for packages associated with the globals ... [01:56:33.292] | : . Packages associated with globals: [1] 'base' [01:56:33.292] | : . Packages: [1] 'base' [01:56:33.292] | : Search for packages associated with the globals ... done [01:56:33.292] | : Packages after dropping 'base': [0] [01:56:33.293] | : globals: [0] [01:56:33.293] | : packages: [0] [01:56:33.293] | getGlobalsAndPackages() ... done [01:56:33.294] | run() for 'Future' (NULL) ... [01:56:33.294] | : state: 'created' [01:56:33.294] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:33.294] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [01:56:33.294] | : . ' function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.294] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.294] | : . ' - attr(*, "init")= logi TRUE [01:56:33.294] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.294] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.294] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.294] | : . ' - attr(*, "call")= language plan(sequential) [01:56:33.299] | : . ' init: TRUE [01:56:33.300] | : . ' makeFutureBackend() ... [01:56:33.300] | : . ' , Backend function: <'NULL'> [01:56:33.300] | : . ' , Evaluator tweak arguments: [n=0] [01:56:33.300] | : . ' , list() [01:56:33.301] | : . ' , Evaluator formal arguments: [n=2] [01:56:33.301] | : . ' , list() [01:56:33.301] | : . ' , Backend factory arguments: [n=2] [01:56:33.301] | : . ' , Dotted pair list of 2 [01:56:33.301] | : . ' , $ gc : logi FALSE [01:56:33.301] | : . ' , $ earlySignal: logi FALSE [01:56:33.303] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [01:56:33.303] | : . ' makeFutureBackend() ... done [01:56:33.303] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [01:56:33.303] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:33.303] | : Using SequentialFutureBackend ... [01:56:33.304] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [01:56:33.304] | : . Launching futures ... [01:56:33.304] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:56:33.305] | : . ' , getFutureData() ... [01:56:33.305] | : . ' , ; getFutureCore() ... [01:56:33.305] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:56:33.305] | : . ' , ; getFutureCore() ... done [01:56:33.305] | : . ' , ; getFutureCapture() ... [01:56:33.306] | : . ' , ; getFutureCapture() ... done [01:56:33.306] | : . ' , ; getFutureContext() ... [01:56:33.306] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:33.306] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:56:33.306] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:33.307] | : . ' , ; ` Packages needed by future backend (n = 0): [01:56:33.307] | : . ' , ; getFutureContext() ... done [01:56:33.307] | : . ' , getFutureData() ... done [01:56:33.308] | : . ' , attachPackages() ... [01:56:33.309] | : . ' , ; packages: [n=1] 'future' [01:56:33.309] | : . ' , attachPackages() ... done [01:56:33.309] | : . ' , attachPackages() ... [01:56:33.309] | : . ' , ; packages: [n=0] [01:56:33.309] | : . ' , attachPackages() ... done [01:56:33.310] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:33.310] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:56:33.310] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:33.311] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:33.313] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:33.313] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:56:33.313] | : . ' , ; ` | New stack: [01:56:33.313] | : . ' , ; ` | List of 1 [01:56:33.313] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.313] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.313] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:56:33.313] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.313] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.313] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.313] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:33.313] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.316] | : . ' , ; ` | Old stack: [01:56:33.317] | : . ' , ; ` | List of 1 [01:56:33.317] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.317] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.317] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:56:33.317] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.317] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.317] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.317] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:56:33.317] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.317] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.317] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.317] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.321] | : . ' , ; ` | Not identical [01:56:33.321] | : . ' , ; ` | all.equal() for future ... [01:56:33.321] | : . ' , ; ` | : List of 2 [01:56:33.321] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.321] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.321] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:56:33.321] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.321] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.321] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.321] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:33.321] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.321] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.321] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:33.321] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.321] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.321] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.321] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:33.321] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.321] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.321] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.327] | : . ' , ; ` | all.equal() for future ... done [01:56:33.328] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:56:33.328] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:33.328] | : . ' , ; ` List of future strategies: [01:56:33.328] | : . ' , ; ` 1. sequential: [01:56:33.328] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:33.328] | : . ' , ; ` - tweaked: FALSE [01:56:33.328] | : . ' , ; ` - call: plan(sequential) [01:56:33.329] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:33.329] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:33.355] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:33.356] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:33.356] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:33.356] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:56:33.356] | : . ' , ; ` | : New stack: [01:56:33.356] | : . ' , ; ` | : List of 1 [01:56:33.356] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.356] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.356] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:33.356] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.356] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.356] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.356] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:33.356] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.356] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.356] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.356] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.363] | : . ' , ; ` | : Old stack: [01:56:33.363] | : . ' , ; ` | : List of 1 [01:56:33.363] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.363] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.363] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:33.363] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.363] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.363] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.363] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:33.363] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.363] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.363] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.363] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.367] | : . ' , ; ` | : Identical [01:56:33.367] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:56:33.368] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:33.368] | : . ' , ; ` | List of future strategies: [01:56:33.368] | : . ' , ; ` | 1. sequential: [01:56:33.368] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:33.368] | : . ' , ; ` | - tweaked: FALSE [01:56:33.368] | : . ' , ; ` | - call: plan(sequential) [01:56:33.368] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:33.369] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:33.369] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:33.372] | : . ' , SequentialFuture started (and completed) [01:56:33.373] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:56:33.373] | : . Launching futures ... done [01:56:33.374] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:56:33.374] | : Using SequentialFutureBackend ... done [01:56:33.374] | run() for 'Future' (NULL) ... done [01:56:33.374] future(..., label = NULL) ... done SequentialFuture: Label: NULL Expression: { 1 } Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'finished' Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 60bdc58b478ca0944a822deae8ebaaa1 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' *** FutureRegistry('multicore-dummy-uuid', 'list') ... [[1]] SequentialFuture: Label: NULL Expression: { 1 } Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'finished' Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 60bdc58b478ca0944a822deae8ebaaa1 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' *** FutureRegistry('multicore-dummy-uuid', 'remove') ... *** FutureRegistry('multicore-dummy-uuid', 'list') ... list() *** FutureRegistry('multicore-dummy-uuid', 'add') ... [01:56:33.401] future(..., label = NULL) ... [01:56:33.402] | lazy: FALSE [01:56:33.402] | stdout: TRUE [01:56:33.402] | conditions: [n=1] 'condition' [01:56:33.402] | gc: FALSE [01:56:33.402] | earlySignal: FALSE [01:56:33.402] | getGlobalsAndPackages() ... [01:56:33.403] | : Searching for globals ... [01:56:33.406] | : . globals found: [1] '{' [01:56:33.406] | : Searching for globals ... done [01:56:33.406] | : Resolving globals: FALSE [01:56:33.407] | : Search for packages associated with the globals ... [01:56:33.407] | : . Packages associated with globals: [1] 'base' [01:56:33.407] | : . Packages: [1] 'base' [01:56:33.407] | : Search for packages associated with the globals ... done [01:56:33.408] | : Packages after dropping 'base': [0] [01:56:33.408] | : globals: [0] [01:56:33.408] | : packages: [0] [01:56:33.408] | getGlobalsAndPackages() ... done [01:56:33.408] | run() for 'Future' (NULL) ... [01:56:33.408] | : state: 'created' [01:56:33.409] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:33.409] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:33.409] | : Using SequentialFutureBackend ... [01:56:33.409] | : . Number of futures since start: 1 (1 created, 2 launched, 2 finished) [01:56:33.409] | : . Launching futures ... [01:56:33.410] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:56:33.410] | : . ' , getFutureData() ... [01:56:33.410] | : . ' , ; getFutureCore() ... [01:56:33.410] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:56:33.410] | : . ' , ; getFutureCore() ... done [01:56:33.410] | : . ' , ; getFutureCapture() ... [01:56:33.411] | : . ' , ; getFutureCapture() ... done [01:56:33.411] | : . ' , ; getFutureContext() ... [01:56:33.411] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:33.411] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:56:33.411] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:33.411] | : . ' , ; ` Packages needed by future backend (n = 0): [01:56:33.412] | : . ' , ; getFutureContext() ... done [01:56:33.412] | : . ' , getFutureData() ... done [01:56:33.412] | : . ' , attachPackages() ... [01:56:33.412] | : . ' , ; packages: [n=1] 'future' [01:56:33.412] | : . ' , attachPackages() ... done [01:56:33.413] | : . ' , attachPackages() ... [01:56:33.413] | : . ' , ; packages: [n=0] [01:56:33.413] | : . ' , attachPackages() ... done [01:56:33.413] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:33.414] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:56:33.414] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:33.414] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:33.414] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:33.415] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:56:33.415] | : . ' , ; ` | New stack: [01:56:33.415] | : . ' , ; ` | List of 1 [01:56:33.415] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.415] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.415] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:56:33.415] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.415] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.415] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.415] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:33.415] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.418] | : . ' , ; ` | Old stack: [01:56:33.419] | : . ' , ; ` | List of 1 [01:56:33.419] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.419] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.419] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:56:33.419] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.419] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.419] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.419] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:56:33.419] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.419] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.419] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.419] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.423] | : . ' , ; ` | Not identical [01:56:33.423] | : . ' , ; ` | all.equal() for future ... [01:56:33.423] | : . ' , ; ` | : List of 2 [01:56:33.423] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.423] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.423] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:56:33.423] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.423] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.423] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.423] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:33.423] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.423] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.423] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:33.423] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.423] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.423] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.423] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:33.423] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.423] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.423] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.431] | : . ' , ; ` | all.equal() for future ... done [01:56:33.431] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:56:33.431] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:33.431] | : . ' , ; ` List of future strategies: [01:56:33.431] | : . ' , ; ` 1. sequential: [01:56:33.431] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:33.431] | : . ' , ; ` - tweaked: FALSE [01:56:33.431] | : . ' , ; ` - call: plan(sequential) [01:56:33.432] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:33.432] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:33.435] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:33.435] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:33.435] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:33.435] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:56:33.436] | : . ' , ; ` | : New stack: [01:56:33.436] | : . ' , ; ` | : List of 1 [01:56:33.436] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.436] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.436] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:33.436] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.436] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.436] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.436] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:33.436] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.436] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.436] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.436] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.441] | : . ' , ; ` | : Old stack: [01:56:33.441] | : . ' , ; ` | : List of 1 [01:56:33.441] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.441] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.441] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:33.441] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.441] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.441] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.441] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:33.441] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.441] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.441] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.441] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.445] | : . ' , ; ` | : Identical [01:56:33.446] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:56:33.446] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:33.446] | : . ' , ; ` | List of future strategies: [01:56:33.446] | : . ' , ; ` | 1. sequential: [01:56:33.446] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:33.446] | : . ' , ; ` | - tweaked: FALSE [01:56:33.446] | : . ' , ; ` | - call: plan(sequential) [01:56:33.447] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:33.447] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:33.447] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:33.448] | : . ' , SequentialFuture started (and completed) [01:56:33.448] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:56:33.448] | : . Launching futures ... done [01:56:33.448] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:56:33.448] | : Using SequentialFutureBackend ... done [01:56:33.449] | run() for 'Future' (NULL) ... done [01:56:33.449] future(..., label = NULL) ... done SequentialFuture: Label: NULL Expression: { 2 } Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'finished' Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 60bdc58b478ca0944a822deae8ebaaa1 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' *** FutureRegistry('multicore-dummy-uuid', 'list') ... [[1]] SequentialFuture: Label: NULL Expression: { 2 } Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'finished' Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 60bdc58b478ca0944a822deae8ebaaa1 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' *** FutureRegistry('multicore-dummy-uuid', 'collect-first') ... [01:56:33.450] resolved() for SequentialFuture (NULL) ... [01:56:33.451] | state: 'finished' [01:56:33.451] | run: FALSE [01:56:33.451] | result: 'FutureResult' [01:56:33.451] resolved() for SequentialFuture (NULL) ... done [01:56:33.452] value() for SequentialFuture (NULL) ... [01:56:33.452] | check for misuse ... [01:56:33.452] | check for misuse ... done [01:56:33.452] value() for SequentialFuture (NULL) ... done list() *** FutureRegistry('multicore-dummy-uuid', 'add') ... [01:56:33.453] future(..., label = NULL) ... [01:56:33.453] | lazy: FALSE [01:56:33.453] | stdout: TRUE [01:56:33.453] | conditions: [n=1] 'condition' [01:56:33.454] | gc: FALSE [01:56:33.454] | earlySignal: FALSE [01:56:33.454] | getGlobalsAndPackages() ... [01:56:33.454] | : Searching for globals ... [01:56:33.459] | : . globals found: [1] '{' [01:56:33.459] | : Searching for globals ... done [01:56:33.459] | : Resolving globals: FALSE [01:56:33.459] | : Search for packages associated with the globals ... [01:56:33.460] | : . Packages associated with globals: [1] 'base' [01:56:33.460] | : . Packages: [1] 'base' [01:56:33.460] | : Search for packages associated with the globals ... done [01:56:33.461] | : Packages after dropping 'base': [0] [01:56:33.461] | : globals: [0] [01:56:33.461] | : packages: [0] [01:56:33.461] | getGlobalsAndPackages() ... done [01:56:33.462] | run() for 'Future' (NULL) ... [01:56:33.462] | : state: 'created' [01:56:33.462] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:33.462] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:33.462] | : Using SequentialFutureBackend ... [01:56:33.463] | : . Number of futures since start: 2 (2 created, 4 launched, 4 finished) [01:56:33.463] | : . Launching futures ... [01:56:33.463] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:56:33.463] | : . ' , getFutureData() ... [01:56:33.463] | : . ' , ; getFutureCore() ... [01:56:33.464] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:56:33.464] | : . ' , ; getFutureCore() ... done [01:56:33.464] | : . ' , ; getFutureCapture() ... [01:56:33.464] | : . ' , ; getFutureCapture() ... done [01:56:33.464] | : . ' , ; getFutureContext() ... [01:56:33.465] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:33.465] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:56:33.465] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:33.465] | : . ' , ; ` Packages needed by future backend (n = 0): [01:56:33.465] | : . ' , ; getFutureContext() ... done [01:56:33.466] | : . ' , getFutureData() ... done [01:56:33.466] | : . ' , attachPackages() ... [01:56:33.466] | : . ' , ; packages: [n=1] 'future' [01:56:33.466] | : . ' , attachPackages() ... done [01:56:33.467] | : . ' , attachPackages() ... [01:56:33.467] | : . ' , ; packages: [n=0] [01:56:33.467] | : . ' , attachPackages() ... done [01:56:33.468] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:33.468] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:56:33.468] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:33.468] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:33.469] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:33.469] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:56:33.469] | : . ' , ; ` | New stack: [01:56:33.469] | : . ' , ; ` | List of 1 [01:56:33.469] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.469] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.469] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:56:33.469] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.469] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.469] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.469] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:33.469] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.473] | : . ' , ; ` | Old stack: [01:56:33.473] | : . ' , ; ` | List of 1 [01:56:33.473] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.473] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.473] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:56:33.473] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.473] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.473] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.473] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:56:33.473] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.473] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.473] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.473] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.478] | : . ' , ; ` | Not identical [01:56:33.478] | : . ' , ; ` | all.equal() for future ... [01:56:33.478] | : . ' , ; ` | : List of 2 [01:56:33.478] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.478] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.478] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:56:33.478] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.478] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.478] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.478] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:33.478] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.478] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.478] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:33.478] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.478] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.478] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.478] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:33.478] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.478] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.478] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.486] | : . ' , ; ` | all.equal() for future ... done [01:56:33.486] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:56:33.487] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:33.487] | : . ' , ; ` List of future strategies: [01:56:33.487] | : . ' , ; ` 1. sequential: [01:56:33.487] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:33.487] | : . ' , ; ` - tweaked: FALSE [01:56:33.487] | : . ' , ; ` - call: plan(sequential) [01:56:33.487] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:33.488] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:33.490] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:33.490] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:33.491] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:33.491] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:56:33.491] | : . ' , ; ` | : New stack: [01:56:33.491] | : . ' , ; ` | : List of 1 [01:56:33.491] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.491] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.491] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:33.491] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.491] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.491] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.491] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:33.491] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.491] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.491] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.491] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.496] | : . ' , ; ` | : Old stack: [01:56:33.496] | : . ' , ; ` | : List of 1 [01:56:33.496] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.496] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.496] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:33.496] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.496] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.496] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.496] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:33.496] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.496] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.496] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.496] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.501] | : . ' , ; ` | : Identical [01:56:33.501] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:56:33.501] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:33.502] | : . ' , ; ` | List of future strategies: [01:56:33.502] | : . ' , ; ` | 1. sequential: [01:56:33.502] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:33.502] | : . ' , ; ` | - tweaked: FALSE [01:56:33.502] | : . ' , ; ` | - call: plan(sequential) [01:56:33.502] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:33.502] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:33.503] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:33.503] | : . ' , SequentialFuture started (and completed) [01:56:33.503] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:56:33.504] | : . Launching futures ... done [01:56:33.504] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:56:33.504] | : Using SequentialFutureBackend ... done [01:56:33.504] | run() for 'Future' (NULL) ... done [01:56:33.504] future(..., label = NULL) ... done SequentialFuture: Label: NULL Expression: { 2 } Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'finished' Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 60bdc58b478ca0944a822deae8ebaaa1 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' *** FutureRegistry('multicore-dummy-uuid', 'reset') ... *** FutureRegistry('multicore-dummy-uuid', 'list') ... list() *** FutureRegistry('rscript', 'list') ... list() *** FutureRegistry('rscript', 'add') ... [01:56:33.506] future(..., label = NULL) ... [01:56:33.506] | lazy: FALSE [01:56:33.506] | stdout: TRUE [01:56:33.506] | conditions: [n=1] 'condition' [01:56:33.506] | gc: FALSE [01:56:33.506] | earlySignal: FALSE [01:56:33.507] | getGlobalsAndPackages() ... [01:56:33.507] | : Searching for globals ... [01:56:33.512] | : . globals found: [1] '{' [01:56:33.512] | : Searching for globals ... done [01:56:33.513] | : Resolving globals: FALSE [01:56:33.513] | : Search for packages associated with the globals ... [01:56:33.513] | : . Packages associated with globals: [1] 'base' [01:56:33.513] | : . Packages: [1] 'base' [01:56:33.514] | : Search for packages associated with the globals ... done [01:56:33.514] | : Packages after dropping 'base': [0] [01:56:33.514] | : globals: [0] [01:56:33.514] | : packages: [0] [01:56:33.514] | getGlobalsAndPackages() ... done [01:56:33.515] | run() for 'Future' (NULL) ... [01:56:33.515] | : state: 'created' [01:56:33.515] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:33.515] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:33.515] | : Using SequentialFutureBackend ... [01:56:33.515] | : . Number of futures since start: 3 (3 created, 6 launched, 5 finished) [01:56:33.516] | : . Launching futures ... [01:56:33.516] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:56:33.516] | : . ' , getFutureData() ... [01:56:33.516] | : . ' , ; getFutureCore() ... [01:56:33.516] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:56:33.516] | : . ' , ; getFutureCore() ... done [01:56:33.517] | : . ' , ; getFutureCapture() ... [01:56:33.517] | : . ' , ; getFutureCapture() ... done [01:56:33.517] | : . ' , ; getFutureContext() ... [01:56:33.517] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:33.517] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:56:33.517] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:33.518] | : . ' , ; ` Packages needed by future backend (n = 0): [01:56:33.518] | : . ' , ; getFutureContext() ... done [01:56:33.518] | : . ' , getFutureData() ... done [01:56:33.518] | : . ' , attachPackages() ... [01:56:33.518] | : . ' , ; packages: [n=1] 'future' [01:56:33.519] | : . ' , attachPackages() ... done [01:56:33.519] | : . ' , attachPackages() ... [01:56:33.519] | : . ' , ; packages: [n=0] [01:56:33.519] | : . ' , attachPackages() ... done [01:56:33.520] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:33.520] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:56:33.520] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:33.520] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:33.521] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:33.521] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:56:33.521] | : . ' , ; ` | New stack: [01:56:33.521] | : . ' , ; ` | List of 1 [01:56:33.521] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.521] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.521] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:56:33.521] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.521] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.521] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.521] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:33.521] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.524] | : . ' , ; ` | Old stack: [01:56:33.524] | : . ' , ; ` | List of 1 [01:56:33.524] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.524] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.524] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:56:33.524] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.524] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.524] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.524] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:56:33.524] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.524] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.524] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.524] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.528] | : . ' , ; ` | Not identical [01:56:33.529] | : . ' , ; ` | all.equal() for future ... [01:56:33.529] | : . ' , ; ` | : List of 2 [01:56:33.529] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.529] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.529] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:56:33.529] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.529] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.529] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.529] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:33.529] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.529] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.529] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:33.529] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.529] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.529] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.529] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:33.529] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.529] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.529] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.535] | : . ' , ; ` | all.equal() for future ... done [01:56:33.535] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:56:33.536] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:33.536] | : . ' , ; ` List of future strategies: [01:56:33.536] | : . ' , ; ` 1. sequential: [01:56:33.536] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:33.536] | : . ' , ; ` - tweaked: FALSE [01:56:33.536] | : . ' , ; ` - call: plan(sequential) [01:56:33.536] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:33.537] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:33.539] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:33.539] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:33.539] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:33.539] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:56:33.540] | : . ' , ; ` | : New stack: [01:56:33.540] | : . ' , ; ` | : List of 1 [01:56:33.540] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.540] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.540] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:33.540] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.540] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.540] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.540] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:33.540] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.540] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.540] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.540] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.544] | : . ' , ; ` | : Old stack: [01:56:33.544] | : . ' , ; ` | : List of 1 [01:56:33.544] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.544] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.544] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:33.544] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.544] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.544] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.544] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:33.544] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.544] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.544] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.544] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.548] | : . ' , ; ` | : Identical [01:56:33.548] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:56:33.548] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:33.548] | : . ' , ; ` | List of future strategies: [01:56:33.548] | : . ' , ; ` | 1. sequential: [01:56:33.548] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:33.548] | : . ' , ; ` | - tweaked: FALSE [01:56:33.548] | : . ' , ; ` | - call: plan(sequential) [01:56:33.549] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:33.549] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:33.549] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:33.550] | : . ' , SequentialFuture started (and completed) [01:56:33.550] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:56:33.550] | : . Launching futures ... done [01:56:33.550] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:56:33.551] | : Using SequentialFutureBackend ... done [01:56:33.551] | run() for 'Future' (NULL) ... done [01:56:33.551] future(..., label = NULL) ... done SequentialFuture: Label: NULL Expression: { 1 } Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'finished' Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 60bdc58b478ca0944a822deae8ebaaa1 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' *** FutureRegistry('rscript', 'list') ... [[1]] SequentialFuture: Label: NULL Expression: { 1 } Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'finished' Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 60bdc58b478ca0944a822deae8ebaaa1 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' *** FutureRegistry('rscript', 'remove') ... *** FutureRegistry('rscript', 'list') ... list() *** FutureRegistry('rscript', 'add') ... [01:56:33.552] future(..., label = NULL) ... [01:56:33.553] | lazy: FALSE [01:56:33.553] | stdout: TRUE [01:56:33.553] | conditions: [n=1] 'condition' [01:56:33.553] | gc: FALSE [01:56:33.553] | earlySignal: FALSE [01:56:33.553] | getGlobalsAndPackages() ... [01:56:33.554] | : Searching for globals ... [01:56:33.557] | : . globals found: [1] '{' [01:56:33.557] | : Searching for globals ... done [01:56:33.557] | : Resolving globals: FALSE [01:56:33.558] | : Search for packages associated with the globals ... [01:56:33.558] | : . Packages associated with globals: [1] 'base' [01:56:33.558] | : . Packages: [1] 'base' [01:56:33.558] | : Search for packages associated with the globals ... done [01:56:33.559] | : Packages after dropping 'base': [0] [01:56:33.559] | : globals: [0] [01:56:33.559] | : packages: [0] [01:56:33.559] | getGlobalsAndPackages() ... done [01:56:33.559] | run() for 'Future' (NULL) ... [01:56:33.560] | : state: 'created' [01:56:33.560] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:33.560] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:33.560] | : Using SequentialFutureBackend ... [01:56:33.560] | : . Number of futures since start: 4 (4 created, 8 launched, 7 finished) [01:56:33.560] | : . Launching futures ... [01:56:33.561] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:56:33.561] | : . ' , getFutureData() ... [01:56:33.561] | : . ' , ; getFutureCore() ... [01:56:33.561] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:56:33.561] | : . ' , ; getFutureCore() ... done [01:56:33.561] | : . ' , ; getFutureCapture() ... [01:56:33.562] | : . ' , ; getFutureCapture() ... done [01:56:33.562] | : . ' , ; getFutureContext() ... [01:56:33.562] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:33.562] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:56:33.562] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:33.563] | : . ' , ; ` Packages needed by future backend (n = 0): [01:56:33.563] | : . ' , ; getFutureContext() ... done [01:56:33.563] | : . ' , getFutureData() ... done [01:56:33.563] | : . ' , attachPackages() ... [01:56:33.563] | : . ' , ; packages: [n=1] 'future' [01:56:33.564] | : . ' , attachPackages() ... done [01:56:33.564] | : . ' , attachPackages() ... [01:56:33.564] | : . ' , ; packages: [n=0] [01:56:33.564] | : . ' , attachPackages() ... done [01:56:33.564] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:33.565] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:56:33.565] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:33.565] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:33.565] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:33.566] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:56:33.566] | : . ' , ; ` | New stack: [01:56:33.566] | : . ' , ; ` | List of 1 [01:56:33.566] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.566] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.566] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:56:33.566] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.566] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.566] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.566] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:33.566] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.569] | : . ' , ; ` | Old stack: [01:56:33.569] | : . ' , ; ` | List of 1 [01:56:33.569] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.569] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.569] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:56:33.569] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.569] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.569] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.569] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:56:33.569] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.569] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.569] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.569] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.573] | : . ' , ; ` | Not identical [01:56:33.574] | : . ' , ; ` | all.equal() for future ... [01:56:33.574] | : . ' , ; ` | : List of 2 [01:56:33.574] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.574] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.574] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:56:33.574] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.574] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.574] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.574] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:33.574] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.574] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.574] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:33.574] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.574] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.574] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.574] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:33.574] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.574] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.574] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.580] | : . ' , ; ` | all.equal() for future ... done [01:56:33.581] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:56:33.581] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:33.581] | : . ' , ; ` List of future strategies: [01:56:33.581] | : . ' , ; ` 1. sequential: [01:56:33.581] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:33.581] | : . ' , ; ` - tweaked: FALSE [01:56:33.581] | : . ' , ; ` - call: plan(sequential) [01:56:33.582] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:33.582] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:33.584] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:33.584] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:33.584] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:33.584] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:56:33.585] | : . ' , ; ` | : New stack: [01:56:33.585] | : . ' , ; ` | : List of 1 [01:56:33.585] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.585] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.585] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:33.585] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.585] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.585] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.585] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:33.585] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.585] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.585] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.585] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.589] | : . ' , ; ` | : Old stack: [01:56:33.589] | : . ' , ; ` | : List of 1 [01:56:33.589] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.589] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.589] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:33.589] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.589] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.589] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.589] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:33.589] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.589] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.589] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.589] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.593] | : . ' , ; ` | : Identical [01:56:33.593] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:56:33.593] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:33.594] | : . ' , ; ` | List of future strategies: [01:56:33.594] | : . ' , ; ` | 1. sequential: [01:56:33.594] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:33.594] | : . ' , ; ` | - tweaked: FALSE [01:56:33.594] | : . ' , ; ` | - call: plan(sequential) [01:56:33.594] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:33.594] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:33.595] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:33.595] | : . ' , SequentialFuture started (and completed) [01:56:33.595] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:56:33.595] | : . Launching futures ... done [01:56:33.596] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:56:33.596] | : Using SequentialFutureBackend ... done [01:56:33.596] | run() for 'Future' (NULL) ... done [01:56:33.596] future(..., label = NULL) ... done SequentialFuture: Label: NULL Expression: { 2 } Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'finished' Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 60bdc58b478ca0944a822deae8ebaaa1 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' *** FutureRegistry('rscript', 'list') ... [[1]] SequentialFuture: Label: NULL Expression: { 2 } Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'finished' Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 60bdc58b478ca0944a822deae8ebaaa1 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' *** FutureRegistry('rscript', 'collect-first') ... [01:56:33.628] resolved() for SequentialFuture (NULL) ... [01:56:33.628] | state: 'finished' [01:56:33.628] | run: FALSE [01:56:33.628] | result: 'FutureResult' [01:56:33.629] resolved() for SequentialFuture (NULL) ... done [01:56:33.629] value() for SequentialFuture (NULL) ... [01:56:33.629] | check for misuse ... [01:56:33.629] | check for misuse ... done [01:56:33.629] value() for SequentialFuture (NULL) ... done list() *** FutureRegistry('rscript', 'add') ... [01:56:33.630] future(..., label = NULL) ... [01:56:33.630] | lazy: FALSE [01:56:33.630] | stdout: TRUE [01:56:33.630] | conditions: [n=1] 'condition' [01:56:33.630] | gc: FALSE [01:56:33.631] | earlySignal: FALSE [01:56:33.631] | getGlobalsAndPackages() ... [01:56:33.631] | : Searching for globals ... [01:56:33.635] | : . globals found: [1] '{' [01:56:33.635] | : Searching for globals ... done [01:56:33.635] | : Resolving globals: FALSE [01:56:33.635] | : Search for packages associated with the globals ... [01:56:33.636] | : . Packages associated with globals: [1] 'base' [01:56:33.636] | : . Packages: [1] 'base' [01:56:33.636] | : Search for packages associated with the globals ... done [01:56:33.636] | : Packages after dropping 'base': [0] [01:56:33.636] | : globals: [0] [01:56:33.637] | : packages: [0] [01:56:33.637] | getGlobalsAndPackages() ... done [01:56:33.637] | run() for 'Future' (NULL) ... [01:56:33.637] | : state: 'created' [01:56:33.637] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:33.638] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:33.638] | : Using SequentialFutureBackend ... [01:56:33.638] | : . Number of futures since start: 5 (5 created, 10 launched, 9 finished) [01:56:33.638] | : . Launching futures ... [01:56:33.638] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:56:33.638] | : . ' , getFutureData() ... [01:56:33.639] | : . ' , ; getFutureCore() ... [01:56:33.639] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:56:33.639] | : . ' , ; getFutureCore() ... done [01:56:33.639] | : . ' , ; getFutureCapture() ... [01:56:33.639] | : . ' , ; getFutureCapture() ... done [01:56:33.639] | : . ' , ; getFutureContext() ... [01:56:33.640] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:33.640] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:56:33.640] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:33.640] | : . ' , ; ` Packages needed by future backend (n = 0): [01:56:33.640] | : . ' , ; getFutureContext() ... done [01:56:33.640] | : . ' , getFutureData() ... done [01:56:33.641] | : . ' , attachPackages() ... [01:56:33.641] | : . ' , ; packages: [n=1] 'future' [01:56:33.641] | : . ' , attachPackages() ... done [01:56:33.641] | : . ' , attachPackages() ... [01:56:33.641] | : . ' , ; packages: [n=0] [01:56:33.642] | : . ' , attachPackages() ... done [01:56:33.642] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:33.642] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:56:33.642] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:33.643] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:33.643] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:33.643] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:56:33.643] | : . ' , ; ` | New stack: [01:56:33.644] | : . ' , ; ` | List of 1 [01:56:33.644] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.644] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.644] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:56:33.644] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.644] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.644] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.644] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:33.644] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.647] | : . ' , ; ` | Old stack: [01:56:33.647] | : . ' , ; ` | List of 1 [01:56:33.647] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.647] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.647] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:56:33.647] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.647] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.647] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.647] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:56:33.647] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.647] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.647] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.647] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.651] | : . ' , ; ` | Not identical [01:56:33.651] | : . ' , ; ` | all.equal() for future ... [01:56:33.651] | : . ' , ; ` | : List of 2 [01:56:33.651] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.651] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.651] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:56:33.651] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.651] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.651] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.651] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:33.651] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.651] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.651] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:33.651] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.651] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.651] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.651] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:33.651] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.651] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.651] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.658] | : . ' , ; ` | all.equal() for future ... done [01:56:33.658] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:56:33.658] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:33.659] | : . ' , ; ` List of future strategies: [01:56:33.659] | : . ' , ; ` 1. sequential: [01:56:33.659] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:33.659] | : . ' , ; ` - tweaked: FALSE [01:56:33.659] | : . ' , ; ` - call: plan(sequential) [01:56:33.659] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:33.659] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:33.662] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:33.662] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:33.662] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:33.662] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:56:33.662] | : . ' , ; ` | : New stack: [01:56:33.662] | : . ' , ; ` | : List of 1 [01:56:33.662] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.662] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.662] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:33.662] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.662] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.662] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.662] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:33.662] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.662] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.662] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.662] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.668] | : . ' , ; ` | : Old stack: [01:56:33.668] | : . ' , ; ` | : List of 1 [01:56:33.668] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.668] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.668] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:33.668] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.668] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.668] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.668] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:33.668] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.668] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.668] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.668] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.672] | : . ' , ; ` | : Identical [01:56:33.672] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:56:33.672] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:33.672] | : . ' , ; ` | List of future strategies: [01:56:33.672] | : . ' , ; ` | 1. sequential: [01:56:33.672] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:33.672] | : . ' , ; ` | - tweaked: FALSE [01:56:33.672] | : . ' , ; ` | - call: plan(sequential) [01:56:33.673] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:33.673] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:33.673] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:33.674] | : . ' , SequentialFuture started (and completed) [01:56:33.674] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:56:33.674] | : . Launching futures ... done [01:56:33.674] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:56:33.674] | : Using SequentialFutureBackend ... done [01:56:33.675] | run() for 'Future' (NULL) ... done [01:56:33.675] future(..., label = NULL) ... done SequentialFuture: Label: NULL Expression: { 2 } Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'finished' Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 60bdc58b478ca0944a822deae8ebaaa1 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' *** 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) [01:56:33.676] future(..., label = NULL) ... [01:56:33.676] | lazy: FALSE [01:56:33.676] | stdout: TRUE [01:56:33.677] | conditions: [n=1] 'condition' [01:56:33.677] | gc: FALSE [01:56:33.677] | earlySignal: FALSE [01:56:33.677] | getGlobalsAndPackages() ... [01:56:33.677] | : Searching for globals ... [01:56:33.679] | : . globals found: [0] [01:56:33.679] | : Searching for globals ... done [01:56:33.679] | : globals: [0] [01:56:33.679] | : packages: [0] [01:56:33.679] | getGlobalsAndPackages() ... done [01:56:33.680] | run() for 'Future' (NULL) ... [01:56:33.680] | : state: 'created' [01:56:33.680] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:33.680] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:33.680] | : Using SequentialFutureBackend ... [01:56:33.681] | : . Number of futures since start: 6 (6 created, 12 launched, 10 finished) [01:56:33.681] | : . Launching futures ... [01:56:33.681] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:56:33.681] | : . ' , getFutureData() ... [01:56:33.681] | : . ' , ; getFutureCore() ... [01:56:33.681] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:56:33.682] | : . ' , ; getFutureCore() ... done [01:56:33.682] | : . ' , ; getFutureCapture() ... [01:56:33.682] | : . ' , ; getFutureCapture() ... done [01:56:33.682] | : . ' , ; getFutureContext() ... [01:56:33.682] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:33.682] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:56:33.683] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:33.683] | : . ' , ; ` Packages needed by future backend (n = 0): [01:56:33.683] | : . ' , ; getFutureContext() ... done [01:56:33.683] | : . ' , getFutureData() ... done [01:56:33.683] | : . ' , attachPackages() ... [01:56:33.684] | : . ' , ; packages: [n=1] 'future' [01:56:33.684] | : . ' , attachPackages() ... done [01:56:33.684] | : . ' , attachPackages() ... [01:56:33.684] | : . ' , ; packages: [n=0] [01:56:33.684] | : . ' , attachPackages() ... done [01:56:33.685] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:56:33.685] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:56:33.685] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:56:33.685] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:33.686] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:33.686] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:56:33.686] | : . ' , ; ` | New stack: [01:56:33.686] | : . ' , ; ` | List of 1 [01:56:33.686] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.686] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.686] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:56:33.686] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.686] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.686] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.686] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:33.686] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.689] | : . ' , ; ` | Old stack: [01:56:33.690] | : . ' , ; ` | List of 1 [01:56:33.690] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.690] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.690] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:56:33.690] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.690] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.690] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.690] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:56:33.690] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.690] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.690] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.690] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.695] | : . ' , ; ` | Not identical [01:56:33.695] | : . ' , ; ` | all.equal() for future ... [01:56:33.696] | : . ' , ; ` | : List of 2 [01:56:33.696] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.696] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.696] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:56:33.696] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.696] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.696] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.696] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:56:33.696] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.696] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.696] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:33.696] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.696] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.696] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.696] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:33.696] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.696] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.696] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.702] | : . ' , ; ` | all.equal() for future ... done [01:56:33.702] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:56:33.702] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:33.703] | : . ' , ; ` List of future strategies: [01:56:33.703] | : . ' , ; ` 1. sequential: [01:56:33.703] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:33.703] | : . ' , ; ` - tweaked: FALSE [01:56:33.703] | : . ' , ; ` - call: plan(sequential) [01:56:33.703] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:33.703] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:33.706] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:33.706] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:56:33.706] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:56:33.706] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:56:33.706] | : . ' , ; ` | : New stack: [01:56:33.706] | : . ' , ; ` | : List of 1 [01:56:33.706] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.706] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.706] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:33.706] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.706] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.706] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.706] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:33.706] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.706] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.706] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.706] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.710] | : . ' , ; ` | : Old stack: [01:56:33.711] | : . ' , ; ` | : List of 1 [01:56:33.711] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:56:33.711] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:56:33.711] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:56:33.711] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.711] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.711] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.711] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:56:33.711] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:56:33.711] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:56:33.711] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:56:33.711] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:56:33.715] | : . ' , ; ` | : Identical [01:56:33.715] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:56:33.715] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:56:33.715] | : . ' , ; ` | List of future strategies: [01:56:33.715] | : . ' , ; ` | 1. sequential: [01:56:33.715] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:56:33.715] | : . ' , ; ` | - tweaked: FALSE [01:56:33.715] | : . ' , ; ` | - call: plan(sequential) [01:56:33.716] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:56:33.716] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:33.716] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:56:33.717] | : . ' , SequentialFuture started (and completed) [01:56:33.717] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:56:33.717] | : . Launching futures ... done [01:56:33.717] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:56:33.717] | : Using SequentialFutureBackend ... done [01:56:33.718] | run() for 'Future' (NULL) ... done [01:56:33.718] future(..., label = NULL) ... done > FutureRegistry(where = "test", action = "add", future = f) [[1]] SequentialFuture: Label: NULL Expression: [1] 1 Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'finished' Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 60bdc58b478ca0944a822deae8ebaaa1 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' > 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_05_09_01_55_17_23336' Sourcing 6 epilogue scripts ... done Test time: user.self=0.6s, sys.self=0s, elapsed=0.6s, user.child=NAs, sys.child=NAs Test 'FutureRegistry' ... success > > proc.time() user system elapsed 0.73 0.07 0.79