R version 4.5.0 RC (2025-04-04 r88126 ucrt) -- "How About a Twenty-Six" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script incl/testme/test-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) [08:46:54.841] Option 'future.startup.script': TRUE [08:46:54.843] Future startup scripts considered: '.future.R', '~/.future.R' [08:46:54.843] 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') ... [08:46:54.896] getGlobalsAndPackages() ... [08:46:54.896] | Searching for globals ... [08:46:54.902] | : globals found: [1] '{' [08:46:54.902] | Searching for globals ... DONE [08:46:54.902] | Resolving globals: FALSE [08:46:54.903] | Search for packages associated with the globals ... [08:46:54.903] | : Packages associated with globals: [1] 'base' [08:46:54.904] | : Packages: [1] 'base' [08:46:54.904] | Search for packages associated with the globals ... DONE [08:46:54.904] | Packages after dropping 'base': [0] [08:46:54.905] | globals: [0] [08:46:54.905] | packages: [0] [08:46:54.905] getGlobalsAndPackages() ... done [08:46:54.906] run() for Future ('Future') ... [08:46:54.907] | state: 'created' [08:46:54.907] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:46:54.907] | : makeFutureBackend() ... [08:46:54.907] | : . Backend function: <'NULL'> [08:46:54.908] | : . Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [08:46:54.908] | : makeFutureBackend() ... done [08:46:54.909] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:46:54.909] | Using SequentialFutureBackend ... [08:46:54.913] | : Launching futures ... [08:46:54.914] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:46:54.914] | : . | getFutureData() ... [08:46:54.914] | : . | : getFutureCore() ... [08:46:54.915] | : . | : . Packages needed by the future expression (n = 0): [08:46:54.915] | : . | : getFutureCore() ... done [08:46:54.915] | : . | : getFutureCapture() ... [08:46:54.916] | : . | : getFutureCapture() ... done [08:46:54.916] | : . | : getFutureContext() ... [08:46:54.916] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:46:54.917] | : . | : . | Getting stack without first strategy: [n=0] [08:46:54.917] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:46:54.917] | : . | : . Packages needed by future strategies (n = 0): [08:46:54.917] | : . | : getFutureContext() ... done [08:46:54.918] | : . | getFutureData() ... done [08:46:54.920] | : . | attachPackages() ... [08:46:54.920] | : . | : packages: [n=1] 'future' [08:46:54.920] | : . | attachPackages() ... DONE [08:46:54.921] | : . | attachPackages() ... [08:46:54.921] | : . | : packages: [n=0] [08:46:54.921] | : . | attachPackages() ... DONE [08:46:54.922] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:46:54.922] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:46:54.923] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:46:54.924] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:46:54.924] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:46:54.924] | : . | : . all.equal() for FutureStrategyList ... [08:46:54.925] | : . | : . | New stack: [08:46:54.925] | : . | : . | List of 1 [08:46:54.925] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:54.925] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:54.925] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:54.925] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:54.925] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:54.925] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:46:54.925] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:54.932] | : . | : . | Old stack: [08:46:54.932] | : . | : . | List of 1 [08:46:54.932] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:54.932] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:54.932] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:54.932] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:54.932] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:54.932] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:46:54.932] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:54.932] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:54.932] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:54.932] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:54.938] | : . | : . | Not identical [08:46:54.938] | : . | : . | all.equal() for future ... [08:46:54.939] | : . | : . | : List of 2 [08:46:54.939] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:54.939] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:54.939] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:54.939] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:54.939] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:54.939] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:46:54.939] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:54.939] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:54.939] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:54.939] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:54.939] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:54.939] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:46:54.939] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:54.939] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:54.939] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:54.946] | : . | : . | all.equal() for future ... done [08:46:54.946] | : . | : . all.equal() for FutureStrategyList ... done [08:46:54.946] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:46:54.946] | : . | : . List of future strategies: [08:46:54.946] | : . | : . 1. sequential: [08:46:54.946] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:46:54.946] | : . | : . - tweaked: FALSE [08:46:54.946] | : . | : . - call: plan(sequential) [08:46:54.947] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:46:54.948] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:46:54.955] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:46:54.956] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:46:54.956] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:46:54.956] | : . | : . | all.equal() for FutureStrategyList ... [08:46:54.956] | : . | : . | : New stack: [08:46:54.957] | : . | : . | : List of 1 [08:46:54.957] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:54.957] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:54.957] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:54.957] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:54.957] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:54.957] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:46:54.957] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:54.957] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:54.957] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:54.957] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:54.961] | : . | : . | : Old stack: [08:46:54.961] | : . | : . | : List of 1 [08:46:54.961] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:54.961] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:54.961] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:54.961] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:54.961] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:54.961] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:46:54.961] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:54.961] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:54.961] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:54.961] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:54.965] | : . | : . | : Identical [08:46:54.965] | : . | : . | all.equal() for FutureStrategyList ... done [08:46:54.965] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:46:54.966] | : . | : . | List of future strategies: [08:46:54.966] | : . | : . | 1. sequential: [08:46:54.966] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:46:54.966] | : . | : . | - tweaked: FALSE [08:46:54.966] | : . | : . | - call: plan(sequential) [08:46:54.966] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:46:54.967] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:46:54.967] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:46:54.967] | : . | SequentialFuture started (and completed) [08:46:54.968] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:46:54.968] | : Launching futures ... done [08:46:54.968] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:46:54.969] | Using SequentialFutureBackend ... done [08:46:54.969] run() for Future ('SequentialFuture') ... 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) Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 264ffe4abd8df0cff3478b3251530e61 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) Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 264ffe4abd8df0cff3478b3251530e61 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' *** FutureRegistry('multicore-dummy-uuid', 'remove') ... *** FutureRegistry('multicore-dummy-uuid', 'list') ... list() *** FutureRegistry('multicore-dummy-uuid', 'add') ... [08:46:54.978] getGlobalsAndPackages() ... [08:46:54.978] | Searching for globals ... [08:46:54.980] | : globals found: [1] '{' [08:46:54.980] | Searching for globals ... DONE [08:46:54.980] | Resolving globals: FALSE [08:46:54.981] | Search for packages associated with the globals ... [08:46:54.985] | : Packages associated with globals: [1] 'base' [08:46:54.985] | : Packages: [1] 'base' [08:46:54.985] | Search for packages associated with the globals ... DONE [08:46:54.986] | Packages after dropping 'base': [0] [08:46:54.986] | globals: [0] [08:46:54.986] | packages: [0] [08:46:54.987] getGlobalsAndPackages() ... done [08:46:54.987] run() for Future ('Future') ... [08:46:54.988] | state: 'created' [08:46:54.988] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:46:54.988] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:46:54.989] | Using SequentialFutureBackend ... [08:46:54.989] | : Launching futures ... [08:46:54.989] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:46:54.990] | : . | getFutureData() ... [08:46:54.990] | : . | : getFutureCore() ... [08:46:54.990] | : . | : . Packages needed by the future expression (n = 0): [08:46:54.990] | : . | : getFutureCore() ... done [08:46:54.991] | : . | : getFutureCapture() ... [08:46:54.991] | : . | : getFutureCapture() ... done [08:46:54.991] | : . | : getFutureContext() ... [08:46:54.992] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:46:54.992] | : . | : . | Getting stack without first strategy: [n=0] [08:46:54.992] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:46:54.993] | : . | : . Packages needed by future strategies (n = 0): [08:46:54.993] | : . | : getFutureContext() ... done [08:46:54.993] | : . | getFutureData() ... done [08:46:54.994] | : . | attachPackages() ... [08:46:54.994] | : . | : packages: [n=1] 'future' [08:46:54.995] | : . | attachPackages() ... DONE [08:46:54.995] | : . | attachPackages() ... [08:46:54.995] | : . | : packages: [n=0] [08:46:54.995] | : . | attachPackages() ... DONE [08:46:54.996] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:46:54.997] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:46:54.997] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:46:54.998] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:46:54.998] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:46:54.999] | : . | : . all.equal() for FutureStrategyList ... [08:46:54.999] | : . | : . | New stack: [08:46:54.999] | : . | : . | List of 1 [08:46:54.999] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:54.999] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:54.999] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:54.999] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:54.999] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:54.999] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:46:54.999] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.004] | : . | : . | Old stack: [08:46:55.005] | : . | : . | List of 1 [08:46:55.005] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.005] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.005] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.005] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.005] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.005] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:46:55.005] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.005] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.005] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.005] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.011] | : . | : . | Not identical [08:46:55.011] | : . | : . | all.equal() for future ... [08:46:55.012] | : . | : . | : List of 2 [08:46:55.012] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.012] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.012] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.012] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.012] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.012] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:46:55.012] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.012] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.012] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.012] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.012] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.012] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:46:55.012] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.012] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.012] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.025] | : . | : . | all.equal() for future ... done [08:46:55.025] | : . | : . all.equal() for FutureStrategyList ... done [08:46:55.026] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:46:55.026] | : . | : . List of future strategies: [08:46:55.026] | : . | : . 1. sequential: [08:46:55.026] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:46:55.026] | : . | : . - tweaked: FALSE [08:46:55.026] | : . | : . - call: plan(sequential) [08:46:55.027] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:46:55.027] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:46:55.031] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:46:55.032] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:46:55.032] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:46:55.033] | : . | : . | all.equal() for FutureStrategyList ... [08:46:55.033] | : . | : . | : New stack: [08:46:55.033] | : . | : . | : List of 1 [08:46:55.033] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.033] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.033] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.033] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.033] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.033] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:46:55.033] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.033] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.033] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.033] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.039] | : . | : . | : Old stack: [08:46:55.040] | : . | : . | : List of 1 [08:46:55.040] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.040] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.040] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.040] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.040] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.040] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:46:55.040] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.040] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.040] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.040] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.046] | : . | : . | : Identical [08:46:55.046] | : . | : . | all.equal() for FutureStrategyList ... done [08:46:55.046] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:46:55.047] | : . | : . | List of future strategies: [08:46:55.047] | : . | : . | 1. sequential: [08:46:55.047] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:46:55.047] | : . | : . | - tweaked: FALSE [08:46:55.047] | : . | : . | - call: plan(sequential) [08:46:55.048] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:46:55.048] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:46:55.048] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:46:55.049] | : . | SequentialFuture started (and completed) [08:46:55.049] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:46:55.050] | : Launching futures ... done [08:46:55.050] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:46:55.050] | Using SequentialFutureBackend ... done [08:46:55.051] run() for Future ('SequentialFuture') ... 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) Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 264ffe4abd8df0cff3478b3251530e61 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) Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 264ffe4abd8df0cff3478b3251530e61 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' *** FutureRegistry('multicore-dummy-uuid', 'collect-first') ... [08:46:55.053] resolved() for 'SequentialFuture' ... [08:46:55.054] | state: 'finished' [08:46:55.054] | run: FALSE [08:46:55.054] | result: 'FutureResult' [08:46:55.055] resolved() for 'SequentialFuture' ... done list() *** FutureRegistry('multicore-dummy-uuid', 'add') ... [08:46:55.056] getGlobalsAndPackages() ... [08:46:55.056] | Searching for globals ... [08:46:55.091] | : globals found: [1] '{' [08:46:55.092] | Searching for globals ... DONE [08:46:55.092] | Resolving globals: FALSE [08:46:55.092] | Search for packages associated with the globals ... [08:46:55.093] | : Packages associated with globals: [1] 'base' [08:46:55.093] | : Packages: [1] 'base' [08:46:55.093] | Search for packages associated with the globals ... DONE [08:46:55.094] | Packages after dropping 'base': [0] [08:46:55.094] | globals: [0] [08:46:55.094] | packages: [0] [08:46:55.094] getGlobalsAndPackages() ... done [08:46:55.095] run() for Future ('Future') ... [08:46:55.095] | state: 'created' [08:46:55.095] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:46:55.096] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:46:55.096] | Using SequentialFutureBackend ... [08:46:55.096] | : Launching futures ... [08:46:55.096] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:46:55.097] | : . | getFutureData() ... [08:46:55.097] | : . | : getFutureCore() ... [08:46:55.097] | : . | : . Packages needed by the future expression (n = 0): [08:46:55.097] | : . | : getFutureCore() ... done [08:46:55.098] | : . | : getFutureCapture() ... [08:46:55.098] | : . | : getFutureCapture() ... done [08:46:55.098] | : . | : getFutureContext() ... [08:46:55.098] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:46:55.099] | : . | : . | Getting stack without first strategy: [n=0] [08:46:55.099] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:46:55.099] | : . | : . Packages needed by future strategies (n = 0): [08:46:55.099] | : . | : getFutureContext() ... done [08:46:55.100] | : . | getFutureData() ... done [08:46:55.100] | : . | attachPackages() ... [08:46:55.100] | : . | : packages: [n=1] 'future' [08:46:55.101] | : . | attachPackages() ... DONE [08:46:55.101] | : . | attachPackages() ... [08:46:55.101] | : . | : packages: [n=0] [08:46:55.101] | : . | attachPackages() ... DONE [08:46:55.102] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:46:55.102] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:46:55.103] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:46:55.103] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:46:55.104] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:46:55.104] | : . | : . all.equal() for FutureStrategyList ... [08:46:55.104] | : . | : . | New stack: [08:46:55.104] | : . | : . | List of 1 [08:46:55.104] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.104] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.104] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.104] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.104] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.104] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:46:55.104] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.108] | : . | : . | Old stack: [08:46:55.109] | : . | : . | List of 1 [08:46:55.109] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.109] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.109] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.109] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.109] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.109] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:46:55.109] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.109] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.109] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.109] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.114] | : . | : . | Not identical [08:46:55.114] | : . | : . | all.equal() for future ... [08:46:55.114] | : . | : . | : List of 2 [08:46:55.114] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.114] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.114] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.114] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.114] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.114] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:46:55.114] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.114] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.114] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.114] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.114] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.114] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:46:55.114] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.114] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.114] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.126] | : . | : . | all.equal() for future ... done [08:46:55.126] | : . | : . all.equal() for FutureStrategyList ... done [08:46:55.127] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:46:55.127] | : . | : . List of future strategies: [08:46:55.127] | : . | : . 1. sequential: [08:46:55.127] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:46:55.127] | : . | : . - tweaked: FALSE [08:46:55.127] | : . | : . - call: plan(sequential) [08:46:55.128] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:46:55.128] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:46:55.132] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:46:55.132] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:46:55.132] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:46:55.133] | : . | : . | all.equal() for FutureStrategyList ... [08:46:55.133] | : . | : . | : New stack: [08:46:55.133] | : . | : . | : List of 1 [08:46:55.133] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.133] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.133] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.133] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.133] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.133] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:46:55.133] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.133] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.133] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.133] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.139] | : . | : . | : Old stack: [08:46:55.139] | : . | : . | : List of 1 [08:46:55.139] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.139] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.139] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.139] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.139] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.139] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:46:55.139] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.139] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.139] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.139] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.145] | : . | : . | : Identical [08:46:55.145] | : . | : . | all.equal() for FutureStrategyList ... done [08:46:55.145] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:46:55.145] | : . | : . | List of future strategies: [08:46:55.145] | : . | : . | 1. sequential: [08:46:55.145] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:46:55.145] | : . | : . | - tweaked: FALSE [08:46:55.145] | : . | : . | - call: plan(sequential) [08:46:55.146] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:46:55.147] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:46:55.147] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:46:55.147] | : . | SequentialFuture started (and completed) [08:46:55.148] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:46:55.148] | : Launching futures ... done [08:46:55.148] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:46:55.149] | Using SequentialFutureBackend ... done [08:46:55.149] run() for Future ('SequentialFuture') ... 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) Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 264ffe4abd8df0cff3478b3251530e61 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' *** FutureRegistry('multicore-dummy-uuid', 'reset') ... *** FutureRegistry('multicore-dummy-uuid', 'list') ... list() *** FutureRegistry('rscript', 'list') ... list() *** FutureRegistry('rscript', 'add') ... [08:46:55.151] getGlobalsAndPackages() ... [08:46:55.151] | Searching for globals ... [08:46:55.152] | : globals found: [1] '{' [08:46:55.152] | Searching for globals ... DONE [08:46:55.153] | Resolving globals: FALSE [08:46:55.153] | Search for packages associated with the globals ... [08:46:55.153] | : Packages associated with globals: [1] 'base' [08:46:55.154] | : Packages: [1] 'base' [08:46:55.154] | Search for packages associated with the globals ... DONE [08:46:55.154] | Packages after dropping 'base': [0] [08:46:55.155] | globals: [0] [08:46:55.155] | packages: [0] [08:46:55.155] getGlobalsAndPackages() ... done [08:46:55.156] run() for Future ('Future') ... [08:46:55.156] | state: 'created' [08:46:55.156] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:46:55.159] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:46:55.159] | Using SequentialFutureBackend ... [08:46:55.159] | : Launching futures ... [08:46:55.160] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:46:55.160] | : . | getFutureData() ... [08:46:55.160] | : . | : getFutureCore() ... [08:46:55.161] | : . | : . Packages needed by the future expression (n = 0): [08:46:55.161] | : . | : getFutureCore() ... done [08:46:55.161] | : . | : getFutureCapture() ... [08:46:55.161] | : . | : getFutureCapture() ... done [08:46:55.162] | : . | : getFutureContext() ... [08:46:55.162] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:46:55.162] | : . | : . | Getting stack without first strategy: [n=0] [08:46:55.162] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:46:55.163] | : . | : . Packages needed by future strategies (n = 0): [08:46:55.163] | : . | : getFutureContext() ... done [08:46:55.163] | : . | getFutureData() ... done [08:46:55.164] | : . | attachPackages() ... [08:46:55.164] | : . | : packages: [n=1] 'future' [08:46:55.164] | : . | attachPackages() ... DONE [08:46:55.165] | : . | attachPackages() ... [08:46:55.165] | : . | : packages: [n=0] [08:46:55.165] | : . | attachPackages() ... DONE [08:46:55.166] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:46:55.166] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:46:55.167] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:46:55.167] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:46:55.168] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:46:55.168] | : . | : . all.equal() for FutureStrategyList ... [08:46:55.168] | : . | : . | New stack: [08:46:55.168] | : . | : . | List of 1 [08:46:55.168] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.168] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.168] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.168] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.168] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.168] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:46:55.168] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.172] | : . | : . | Old stack: [08:46:55.172] | : . | : . | List of 1 [08:46:55.172] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.172] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.172] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.172] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.172] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.172] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:46:55.172] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.172] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.172] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.172] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.179] | : . | : . | Not identical [08:46:55.179] | : . | : . | all.equal() for future ... [08:46:55.179] | : . | : . | : List of 2 [08:46:55.179] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.179] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.179] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.179] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.179] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.179] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:46:55.179] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.179] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.179] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.179] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.179] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.179] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:46:55.179] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.179] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.179] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.189] | : . | : . | all.equal() for future ... done [08:46:55.190] | : . | : . all.equal() for FutureStrategyList ... done [08:46:55.190] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:46:55.190] | : . | : . List of future strategies: [08:46:55.190] | : . | : . 1. sequential: [08:46:55.190] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:46:55.190] | : . | : . - tweaked: FALSE [08:46:55.190] | : . | : . - call: plan(sequential) [08:46:55.194] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:46:55.194] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:46:55.198] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:46:55.198] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:46:55.199] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:46:55.199] | : . | : . | all.equal() for FutureStrategyList ... [08:46:55.199] | : . | : . | : New stack: [08:46:55.200] | : . | : . | : List of 1 [08:46:55.200] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.200] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.200] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.200] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.200] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.200] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:46:55.200] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.200] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.200] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.200] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.206] | : . | : . | : Old stack: [08:46:55.207] | : . | : . | : List of 1 [08:46:55.207] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.207] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.207] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.207] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.207] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.207] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:46:55.207] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.207] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.207] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.207] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.213] | : . | : . | : Identical [08:46:55.213] | : . | : . | all.equal() for FutureStrategyList ... done [08:46:55.213] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:46:55.214] | : . | : . | List of future strategies: [08:46:55.214] | : . | : . | 1. sequential: [08:46:55.214] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:46:55.214] | : . | : . | - tweaked: FALSE [08:46:55.214] | : . | : . | - call: plan(sequential) [08:46:55.215] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:46:55.215] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:46:55.215] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:46:55.216] | : . | SequentialFuture started (and completed) [08:46:55.216] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:46:55.217] | : Launching futures ... done [08:46:55.217] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:46:55.217] | Using SequentialFutureBackend ... done [08:46:55.218] run() for Future ('SequentialFuture') ... 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) Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 264ffe4abd8df0cff3478b3251530e61 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) Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 264ffe4abd8df0cff3478b3251530e61 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' *** FutureRegistry('rscript', 'remove') ... *** FutureRegistry('rscript', 'list') ... list() *** FutureRegistry('rscript', 'add') ... [08:46:55.220] getGlobalsAndPackages() ... [08:46:55.221] | Searching for globals ... [08:46:55.222] | : globals found: [1] '{' [08:46:55.222] | Searching for globals ... DONE [08:46:55.223] | Resolving globals: FALSE [08:46:55.223] | Search for packages associated with the globals ... [08:46:55.223] | : Packages associated with globals: [1] 'base' [08:46:55.224] | : Packages: [1] 'base' [08:46:55.224] | Search for packages associated with the globals ... DONE [08:46:55.225] | Packages after dropping 'base': [0] [08:46:55.225] | globals: [0] [08:46:55.225] | packages: [0] [08:46:55.225] getGlobalsAndPackages() ... done [08:46:55.226] run() for Future ('Future') ... [08:46:55.226] | state: 'created' [08:46:55.227] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:46:55.227] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:46:55.227] | Using SequentialFutureBackend ... [08:46:55.228] | : Launching futures ... [08:46:55.228] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:46:55.228] | : . | getFutureData() ... [08:46:55.229] | : . | : getFutureCore() ... [08:46:55.229] | : . | : . Packages needed by the future expression (n = 0): [08:46:55.229] | : . | : getFutureCore() ... done [08:46:55.230] | : . | : getFutureCapture() ... [08:46:55.232] | : . | : getFutureCapture() ... done [08:46:55.232] | : . | : getFutureContext() ... [08:46:55.233] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:46:55.233] | : . | : . | Getting stack without first strategy: [n=0] [08:46:55.234] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:46:55.234] | : . | : . Packages needed by future strategies (n = 0): [08:46:55.234] | : . | : getFutureContext() ... done [08:46:55.235] | : . | getFutureData() ... done [08:46:55.235] | : . | attachPackages() ... [08:46:55.235] | : . | : packages: [n=1] 'future' [08:46:55.236] | : . | attachPackages() ... DONE [08:46:55.236] | : . | attachPackages() ... [08:46:55.236] | : . | : packages: [n=0] [08:46:55.237] | : . | attachPackages() ... DONE [08:46:55.238] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:46:55.238] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:46:55.238] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:46:55.239] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:46:55.239] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:46:55.240] | : . | : . all.equal() for FutureStrategyList ... [08:46:55.240] | : . | : . | New stack: [08:46:55.240] | : . | : . | List of 1 [08:46:55.240] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.240] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.240] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.240] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.240] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.240] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:46:55.240] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.245] | : . | : . | Old stack: [08:46:55.245] | : . | : . | List of 1 [08:46:55.245] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.245] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.245] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.245] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.245] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.245] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:46:55.245] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.245] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.245] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.245] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.252] | : . | : . | Not identical [08:46:55.252] | : . | : . | all.equal() for future ... [08:46:55.252] | : . | : . | : List of 2 [08:46:55.252] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.252] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.252] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.252] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.252] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.252] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:46:55.252] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.252] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.252] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.252] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.252] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.252] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:46:55.252] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.252] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.252] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.263] | : . | : . | all.equal() for future ... done [08:46:55.263] | : . | : . all.equal() for FutureStrategyList ... done [08:46:55.263] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:46:55.264] | : . | : . List of future strategies: [08:46:55.264] | : . | : . 1. sequential: [08:46:55.264] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:46:55.264] | : . | : . - tweaked: FALSE [08:46:55.264] | : . | : . - call: plan(sequential) [08:46:55.265] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:46:55.265] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:46:55.271] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:46:55.272] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:46:55.272] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:46:55.273] | : . | : . | all.equal() for FutureStrategyList ... [08:46:55.273] | : . | : . | : New stack: [08:46:55.273] | : . | : . | : List of 1 [08:46:55.273] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.273] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.273] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.273] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.273] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.273] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:46:55.273] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.273] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.273] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.273] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.280] | : . | : . | : Old stack: [08:46:55.280] | : . | : . | : List of 1 [08:46:55.280] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.280] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.280] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.280] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.280] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.280] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:46:55.280] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.280] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.280] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.280] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.286] | : . | : . | : Identical [08:46:55.287] | : . | : . | all.equal() for FutureStrategyList ... done [08:46:55.287] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:46:55.287] | : . | : . | List of future strategies: [08:46:55.287] | : . | : . | 1. sequential: [08:46:55.287] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:46:55.287] | : . | : . | - tweaked: FALSE [08:46:55.287] | : . | : . | - call: plan(sequential) [08:46:55.288] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:46:55.289] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:46:55.289] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:46:55.290] | : . | SequentialFuture started (and completed) [08:46:55.290] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:46:55.290] | : Launching futures ... done [08:46:55.291] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:46:55.291] | Using SequentialFutureBackend ... done [08:46:55.291] run() for Future ('SequentialFuture') ... 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) Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 264ffe4abd8df0cff3478b3251530e61 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) Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 264ffe4abd8df0cff3478b3251530e61 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' *** FutureRegistry('rscript', 'collect-first') ... [08:46:55.334] resolved() for 'SequentialFuture' ... [08:46:55.335] | state: 'finished' [08:46:55.335] | run: FALSE [08:46:55.335] | result: 'FutureResult' [08:46:55.336] resolved() for 'SequentialFuture' ... done list() *** FutureRegistry('rscript', 'add') ... [08:46:55.337] getGlobalsAndPackages() ... [08:46:55.337] | Searching for globals ... [08:46:55.338] | : globals found: [1] '{' [08:46:55.338] | Searching for globals ... DONE [08:46:55.339] | Resolving globals: FALSE [08:46:55.339] | Search for packages associated with the globals ... [08:46:55.340] | : Packages associated with globals: [1] 'base' [08:46:55.340] | : Packages: [1] 'base' [08:46:55.340] | Search for packages associated with the globals ... DONE [08:46:55.341] | Packages after dropping 'base': [0] [08:46:55.341] | globals: [0] [08:46:55.341] | packages: [0] [08:46:55.342] getGlobalsAndPackages() ... done [08:46:55.342] run() for Future ('Future') ... [08:46:55.342] | state: 'created' [08:46:55.343] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:46:55.343] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:46:55.343] | Using SequentialFutureBackend ... [08:46:55.344] | : Launching futures ... [08:46:55.344] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:46:55.344] | : . | getFutureData() ... [08:46:55.345] | : . | : getFutureCore() ... [08:46:55.345] | : . | : . Packages needed by the future expression (n = 0): [08:46:55.345] | : . | : getFutureCore() ... done [08:46:55.345] | : . | : getFutureCapture() ... [08:46:55.346] | : . | : getFutureCapture() ... done [08:46:55.346] | : . | : getFutureContext() ... [08:46:55.346] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:46:55.346] | : . | : . | Getting stack without first strategy: [n=0] [08:46:55.347] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:46:55.347] | : . | : . Packages needed by future strategies (n = 0): [08:46:55.347] | : . | : getFutureContext() ... done [08:46:55.347] | : . | getFutureData() ... done [08:46:55.348] | : . | attachPackages() ... [08:46:55.348] | : . | : packages: [n=1] 'future' [08:46:55.349] | : . | attachPackages() ... DONE [08:46:55.349] | : . | attachPackages() ... [08:46:55.349] | : . | : packages: [n=0] [08:46:55.349] | : . | attachPackages() ... DONE [08:46:55.350] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:46:55.351] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:46:55.351] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:46:55.351] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:46:55.352] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:46:55.352] | : . | : . all.equal() for FutureStrategyList ... [08:46:55.353] | : . | : . | New stack: [08:46:55.353] | : . | : . | List of 1 [08:46:55.353] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.353] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.353] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.353] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.353] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.353] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:46:55.353] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.357] | : . | : . | Old stack: [08:46:55.357] | : . | : . | List of 1 [08:46:55.357] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.357] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.357] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.357] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.357] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.357] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:46:55.357] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.357] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.357] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.357] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.363] | : . | : . | Not identical [08:46:55.363] | : . | : . | all.equal() for future ... [08:46:55.364] | : . | : . | : List of 2 [08:46:55.364] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.364] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.364] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.364] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.364] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.364] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:46:55.364] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.364] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.364] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.364] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.364] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.364] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:46:55.364] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.364] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.364] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.375] | : . | : . | all.equal() for future ... done [08:46:55.376] | : . | : . all.equal() for FutureStrategyList ... done [08:46:55.376] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:46:55.376] | : . | : . List of future strategies: [08:46:55.376] | : . | : . 1. sequential: [08:46:55.376] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:46:55.376] | : . | : . - tweaked: FALSE [08:46:55.376] | : . | : . - call: plan(sequential) [08:46:55.377] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:46:55.377] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:46:55.381] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:46:55.381] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:46:55.382] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:46:55.382] | : . | : . | all.equal() for FutureStrategyList ... [08:46:55.382] | : . | : . | : New stack: [08:46:55.382] | : . | : . | : List of 1 [08:46:55.382] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.382] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.382] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.382] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.382] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.382] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:46:55.382] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.382] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.382] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.382] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.388] | : . | : . | : Old stack: [08:46:55.388] | : . | : . | : List of 1 [08:46:55.388] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.388] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.388] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.388] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.388] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.388] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:46:55.388] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.388] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.388] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.388] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.394] | : . | : . | : Identical [08:46:55.394] | : . | : . | all.equal() for FutureStrategyList ... done [08:46:55.395] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:46:55.395] | : . | : . | List of future strategies: [08:46:55.395] | : . | : . | 1. sequential: [08:46:55.395] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:46:55.395] | : . | : . | - tweaked: FALSE [08:46:55.395] | : . | : . | - call: plan(sequential) [08:46:55.396] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:46:55.396] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:46:55.399] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:46:55.399] | : . | SequentialFuture started (and completed) [08:46:55.400] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:46:55.400] | : Launching futures ... done [08:46:55.400] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:46:55.401] | Using SequentialFutureBackend ... done [08:46:55.401] run() for Future ('SequentialFuture') ... 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) Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 264ffe4abd8df0cff3478b3251530e61 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) [08:46:55.403] getGlobalsAndPackages() ... [08:46:55.403] | Searching for globals ... [08:46:55.404] | : globals found: [0] [08:46:55.404] | Searching for globals ... DONE [08:46:55.405] | globals: [0] [08:46:55.405] | packages: [0] [08:46:55.405] getGlobalsAndPackages() ... done [08:46:55.406] run() for Future ('Future') ... [08:46:55.406] | state: 'created' [08:46:55.406] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:46:55.407] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:46:55.407] | Using SequentialFutureBackend ... [08:46:55.407] | : Launching futures ... [08:46:55.407] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:46:55.408] | : . | getFutureData() ... [08:46:55.408] | : . | : getFutureCore() ... [08:46:55.408] | : . | : . Packages needed by the future expression (n = 0): [08:46:55.409] | : . | : getFutureCore() ... done [08:46:55.409] | : . | : getFutureCapture() ... [08:46:55.409] | : . | : getFutureCapture() ... done [08:46:55.409] | : . | : getFutureContext() ... [08:46:55.410] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:46:55.410] | : . | : . | Getting stack without first strategy: [n=0] [08:46:55.410] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:46:55.411] | : . | : . Packages needed by future strategies (n = 0): [08:46:55.411] | : . | : getFutureContext() ... done [08:46:55.411] | : . | getFutureData() ... done [08:46:55.412] | : . | attachPackages() ... [08:46:55.412] | : . | : packages: [n=1] 'future' [08:46:55.412] | : . | attachPackages() ... DONE [08:46:55.413] | : . | attachPackages() ... [08:46:55.413] | : . | : packages: [n=0] [08:46:55.413] | : . | attachPackages() ... DONE [08:46:55.414] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:46:55.414] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:46:55.415] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:46:55.415] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:46:55.416] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:46:55.416] | : . | : . all.equal() for FutureStrategyList ... [08:46:55.416] | : . | : . | New stack: [08:46:55.416] | : . | : . | List of 1 [08:46:55.416] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.416] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.416] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.416] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.416] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.416] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:46:55.416] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.421] | : . | : . | Old stack: [08:46:55.421] | : . | : . | List of 1 [08:46:55.421] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.421] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.421] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.421] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.421] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.421] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:46:55.421] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.421] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.421] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.421] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.427] | : . | : . | Not identical [08:46:55.427] | : . | : . | all.equal() for future ... [08:46:55.427] | : . | : . | : List of 2 [08:46:55.427] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.427] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.427] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.427] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.427] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.427] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:46:55.427] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.427] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.427] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.427] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.427] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.427] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:46:55.427] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.427] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.427] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.439] | : . | : . | all.equal() for future ... done [08:46:55.439] | : . | : . all.equal() for FutureStrategyList ... done [08:46:55.440] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:46:55.440] | : . | : . List of future strategies: [08:46:55.440] | : . | : . 1. sequential: [08:46:55.440] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:46:55.440] | : . | : . - tweaked: FALSE [08:46:55.440] | : . | : . - call: plan(sequential) [08:46:55.441] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:46:55.441] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:46:55.444] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:46:55.445] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:46:55.445] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:46:55.445] | : . | : . | all.equal() for FutureStrategyList ... [08:46:55.446] | : . | : . | : New stack: [08:46:55.446] | : . | : . | : List of 1 [08:46:55.446] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.446] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.446] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.446] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.446] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.446] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:46:55.446] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.446] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.446] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.446] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.452] | : . | : . | : Old stack: [08:46:55.452] | : . | : . | : List of 1 [08:46:55.452] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:46:55.452] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:46:55.452] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.452] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.452] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.452] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:46:55.452] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:46:55.452] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:46:55.452] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:46:55.452] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:46:55.457] | : . | : . | : Identical [08:46:55.458] | : . | : . | all.equal() for FutureStrategyList ... done [08:46:55.458] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:46:55.458] | : . | : . | List of future strategies: [08:46:55.458] | : . | : . | 1. sequential: [08:46:55.458] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:46:55.458] | : . | : . | - tweaked: FALSE [08:46:55.458] | : . | : . | - call: plan(sequential) [08:46:55.459] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:46:55.459] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:46:55.460] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:46:55.460] | : . | SequentialFuture started (and completed) [08:46:55.461] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:46:55.461] | : Launching futures ... done [08:46:55.461] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:46:55.462] | Using SequentialFutureBackend ... done [08:46:55.462] run() for Future ('SequentialFuture') ... 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) Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 264ffe4abd8df0cff3478b3251530e61 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_04_10_08_45_16_15127' Sourcing 6 epilogue scripts ... done Test time: user.self=0.8s, sys.self=0s, elapsed=0.8s, user.child=NAs, sys.child=NAs Test 'FutureRegistry' ... success > > proc.time() user system elapsed 1.04 0.10 1.14