R Under development (unstable) (2025-11-15 r89024 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script inst/testme/test-dotdotdot.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("dotdotdot") Test 'dotdotdot' ... 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-dotdotdot.R' > library(future) [23:12:46.804] Option 'future.startup.script': TRUE [23:12:46.806] Future startup scripts considered: '.future.R', '~/.future.R' [23:12:46.806] Future startup scripts found: > library(listenv) > for (cores in 1:availCores) { + message(sprintf("Testing with %d cores ...", cores)) + options(mc.cores = cores) + message("*** Global a ..." ... [TRUNCATED] Testing with 1 cores ... *** Global argument '...' ... - plan('sequential') ... [23:12:46.881] plan("sequential", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:46.881] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:12:46.882] | : all.equal() for FutureStrategyList ... [23:12:46.882] | : . New stack: [23:12:46.882] | : . List of 1 [23:12:46.882] | : . $ :function (..., envir = parent.frame()) [23:12:46.882] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:46.882] | : . ..- attr(*, "init")= logi TRUE [23:12:46.882] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:46.882] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:46.882] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:46.882] | : . ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [23:12:46.882] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:46.891] | : . Old stack: [23:12:46.891] | : . List of 1 [23:12:46.891] | : . $ :function (..., envir = parent.frame()) [23:12:46.891] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:46.891] | : . ..- attr(*, "init")= logi TRUE [23:12:46.891] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:46.891] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:46.891] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:46.891] | : . ..- attr(*, "call")= language plan(sequential) [23:12:46.891] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:46.896] | : . Not identical [23:12:46.896] | : . all.equal() for future ... [23:12:46.897] | : . ' List of 2 [23:12:46.897] | : . ' $ target :function (..., envir = parent.frame()) [23:12:46.897] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:46.897] | : . ' ..- attr(*, "init")= logi TRUE [23:12:46.897] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:46.897] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:46.897] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:46.897] | : . ' ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [23:12:46.897] | : . ' $ current:function (..., envir = parent.frame()) [23:12:46.897] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:46.897] | : . ' ..- attr(*, "init")= logi TRUE [23:12:46.897] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:46.897] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:46.897] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:46.897] | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:46.909] | : . all.equal() for future ... done [23:12:46.909] | : all.equal() for FutureStrategyList ... done [23:12:46.910] | : plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:46.910] | : List of future strategies: [23:12:46.910] | : 1. sequential: [23:12:46.910] | : - args: function (..., envir = parent.frame(), workers = "") [23:12:46.910] | : - tweaked: FALSE [23:12:46.910] | : - call: plan(sequential) [23:12:46.911] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [23:12:46.911] plan("sequential", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done ** Sum function 'A' with plan('sequential') ... function (x, ...) { message("Arguments '...' exists: ", exists("...", inherits = TRUE)) y %<-% { sum(x, ...) } y } Arguments '...' exists: TRUE [23:12:46.914] future(..., label = NULL) ... [23:12:46.914] | lazy: FALSE [23:12:46.914] | stdout: TRUE [23:12:46.914] | conditions: [n=1] 'condition' [23:12:46.915] | gc: FALSE [23:12:46.915] | earlySignal: FALSE [23:12:46.916] | getGlobalsAndPackages() ... [23:12:46.916] | : Searching for globals ... [23:12:46.938] | : . globals found: [4] '{', 'sum', 'x', '...' [23:12:46.939] | : Searching for globals ... done [23:12:46.939] | : Resolving globals: FALSE [23:12:46.939] | : Tweak future expression to call with '...' arguments ... [23:12:46.939] | : . { [23:12:46.939] | : . "# future::getGlobalsAndPackages(): wrapping the original future" [23:12:46.939] | : . "# expression in do.call(), because function called uses '...' " [23:12:46.939] | : . "# as a global variable " [23:12:46.939] | : . do.call(function(...) { [23:12:46.939] | : . sum(x, ...) [23:12:46.939] | : . }, args = future.call.arguments) [23:12:46.939] | : . } [23:12:46.940] | : Tweak future expression to call with '...' arguments ... done [23:12:46.940] | : Search for packages associated with the globals ... [23:12:46.943] | : . Packages associated with globals: [1] 'base' [23:12:46.944] | : . Packages: [1] 'base' [23:12:46.944] | : Search for packages associated with the globals ... done [23:12:46.944] | : Packages after dropping 'base': [0] [23:12:46.944] | : globals: [2] 'x', 'future.call.arguments' [23:12:46.945] | : packages: [0] [23:12:46.945] | getGlobalsAndPackages() ... done [23:12:46.946] | run() for 'Future' () ... [23:12:46.946] | : state: 'created' [23:12:46.946] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:46.946] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [23:12:46.946] | : . ' function (..., envir = parent.frame()) [23:12:46.946] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:46.946] | : . ' - attr(*, "init")= logi TRUE [23:12:46.946] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:46.946] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:46.946] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:46.946] | : . ' - attr(*, "call")= language plan(sequential) [23:12:46.950] | : . ' init: TRUE [23:12:46.950] | : . ' makeFutureBackend() ... [23:12:46.950] | : . ' , Backend function: <'NULL'> [23:12:46.951] | : . ' , Evaluator tweak arguments: [n=0] [23:12:46.951] | : . ' , list() [23:12:46.951] | : . ' , Evaluator formal arguments: [n=0] [23:12:46.951] | : . ' , NULL [23:12:46.952] | : . ' , Arguments passed to the future-backend factory: [n=0] [23:12:46.952] | : . ' , list() [23:12:46.953] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [23:12:46.953] | : . ' makeFutureBackend() ... done [23:12:46.953] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [23:12:46.954] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:46.954] | : Using SequentialFutureBackend ... [23:12:46.954] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [23:12:46.955] | : . Launching futures ... [23:12:46.955] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:12:46.956] | : . ' , getFutureData() ... [23:12:46.956] | : . ' , ; getFutureCore() ... [23:12:46.956] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:12:46.956] | : . ' , ; getFutureCore() ... done [23:12:46.957] | : . ' , ; getFutureCapture() ... [23:12:46.957] | : . ' , ; getFutureCapture() ... done [23:12:46.957] | : . ' , ; getFutureContext() ... [23:12:46.957] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:46.958] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:12:46.958] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:46.958] | : . ' , ; ` Packages needed by future backend (n = 0): [23:12:46.959] | : . ' , ; getFutureContext() ... done [23:12:46.959] | : . ' , getFutureData() ... done [23:12:46.964] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:46.964] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:12:46.965] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:46.965] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:46.966] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:12:46.966] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:12:46.966] | : . ' , ; ` | New stack: [23:12:46.967] | : . ' , ; ` | List of 1 [23:12:46.967] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:12:46.967] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:46.967] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:12:46.967] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:46.967] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:46.967] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:46.967] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:12:46.967] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:46.971] | : . ' , ; ` | Old stack: [23:12:46.972] | : . ' , ; ` | List of 1 [23:12:46.972] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:12:46.972] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:46.972] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:12:46.972] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:46.972] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:46.972] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:46.972] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:12:46.972] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:46.972] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:46.972] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:46.972] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.012] | : . ' , ; ` | Not identical [23:12:47.012] | : . ' , ; ` | all.equal() for future ... [23:12:47.013] | : . ' , ; ` | : List of 2 [23:12:47.013] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:12:47.013] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.013] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:12:47.013] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.013] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.013] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.013] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:12:47.013] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:12:47.013] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.013] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:12:47.013] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.013] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.013] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.013] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:12:47.013] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.013] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.013] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.021] | : . ' , ; ` | all.equal() for future ... done [23:12:47.022] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:12:47.022] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:47.022] | : . ' , ; ` List of future strategies: [23:12:47.022] | : . ' , ; ` 1. sequential: [23:12:47.022] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:12:47.022] | : . ' , ; ` - tweaked: FALSE [23:12:47.022] | : . ' , ; ` - call: plan(sequential) [23:12:47.023] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:12:47.023] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:47.024] | : . ' , assign_globals() ... [23:12:47.024] | : . ' , List of 2 [23:12:47.024] | : . ' , $ x : int [1:2] 1 2 [23:12:47.024] | : . ' , $ future.call.arguments:List of 1 [23:12:47.024] | : . ' , ..$ : num 3 [23:12:47.024] | : . ' , ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [23:12:47.024] | : . ' , - attr(*, "where")=List of 2 [23:12:47.024] | : . ' , ..$ x : [23:12:47.024] | : . ' , ..$ future.call.arguments: [23:12:47.024] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:12:47.024] | : . ' , - attr(*, "resolved")= logi FALSE [23:12:47.024] | : . ' , - attr(*, "total_size")= num NA [23:12:47.024] | : . ' , - attr(*, "already-done")= logi TRUE [23:12:47.072] | : . ' , - copied 'x' to environment [23:12:47.073] | : . ' , - copied 'future.call.arguments' to environment [23:12:47.073] | : . ' , assign_globals() ... done [23:12:47.079] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:47.079] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:47.080] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:12:47.080] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:12:47.080] | : . ' , ; ` | : New stack: [23:12:47.080] | : . ' , ; ` | : List of 1 [23:12:47.080] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:12:47.080] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.080] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:12:47.080] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.080] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.080] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.080] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:12:47.080] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.080] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.080] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.080] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.085] | : . ' , ; ` | : Old stack: [23:12:47.085] | : . ' , ; ` | : List of 1 [23:12:47.085] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:12:47.085] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.085] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:12:47.085] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.085] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.085] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.085] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:12:47.085] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.085] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.085] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.085] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.089] | : . ' , ; ` | : Identical [23:12:47.090] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:12:47.090] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:47.090] | : . ' , ; ` | List of future strategies: [23:12:47.090] | : . ' , ; ` | 1. sequential: [23:12:47.090] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:12:47.090] | : . ' , ; ` | - tweaked: FALSE [23:12:47.090] | : . ' , ; ` | - call: plan(sequential) [23:12:47.090] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:12:47.091] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:47.091] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:47.095] | : . ' , SequentialFuture started (and completed) [23:12:47.096] | : . ' , signalConditions() ... [23:12:47.096] | : . ' , ; include = 'immediateCondition' [23:12:47.097] | : . ' , ; exclude = [23:12:47.097] | : . ' , ; resignal = FALSE [23:12:47.097] | : . ' , ; Number of conditions: 6 [23:12:47.097] | : . ' , ; int 6 [23:12:47.098] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.098] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.098] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.098] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.099] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.099] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.099] | : . ' , signalConditions() ... done [23:12:47.100] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:12:47.100] | : . Launching futures ... done [23:12:47.100] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:12:47.100] | : Using SequentialFutureBackend ... done [23:12:47.101] | run() for 'Future' () ... done [23:12:47.101] future(..., label = NULL) ... done [23:12:47.102] value() for SequentialFuture () ... [23:12:47.102] | signalConditions() ... [23:12:47.102] | : include = 'immediateCondition' [23:12:47.102] | : exclude = [23:12:47.103] | : resignal = FALSE [23:12:47.103] | : Number of conditions: 6 [23:12:47.103] | : int 6 [23:12:47.104] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.104] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.105] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.105] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.105] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.105] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.106] | signalConditions() ... done [23:12:47.106] | relay stdout ... [23:12:47.106] | relay stdout ... done [23:12:47.106] | check for misuse ... [23:12:47.107] | check for misuse ... done [23:12:47.107] | relay conditions ... [23:12:47.107] | : Future state: 'finished' [23:12:47.107] | : signalConditions() ... [23:12:47.108] | : . include = 'condition' [23:12:47.108] | : . exclude = 'immediateCondition' [23:12:47.108] | : . resignal = TRUE [23:12:47.108] | : . Number of conditions: 6 [23:12:47.109] | : . int 6 [23:12:47.110] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.110] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:12:46.961] | : . ' , attachPackages() ... [23:12:47.110] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.110] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:12:46.962] | : . ' , ; packages: [n=1] 'future' [23:12:47.111] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.111] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:12:46.962] | : . ' , attachPackages() ... done [23:12:47.111] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.112] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:12:46.962] | : . ' , attachPackages() ... [23:12:47.112] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.112] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:12:46.963] | : . ' , ; packages: [n=0] [23:12:47.113] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.113] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:12:46.963] | : . ' , attachPackages() ... done [23:12:47.113] | : signalConditions() ... done [23:12:47.114] | relay conditions ... done [23:12:47.114] value() for SequentialFuture () ... done [1] 6 ** Sum function 'B' with plan('sequential') ... function (x, ...) { sumt <- function(x) { message("Arguments '...' exists: ", exists("...", inherits = TRUE)) y %<-% { sum(x, ...) } y } sumt(x) } Arguments '...' exists: TRUE [23:12:47.115] future(..., label = NULL) ... [23:12:47.115] | lazy: FALSE [23:12:47.116] | stdout: TRUE [23:12:47.116] | conditions: [n=1] 'condition' [23:12:47.116] | gc: FALSE [23:12:47.116] | earlySignal: FALSE [23:12:47.117] | getGlobalsAndPackages() ... [23:12:47.117] | : Searching for globals ... [23:12:47.130] | : . globals found: [4] '{', 'sum', 'x', '...' [23:12:47.130] | : Searching for globals ... done [23:12:47.131] | : Resolving globals: FALSE [23:12:47.131] | : Tweak future expression to call with '...' arguments ... [23:12:47.131] | : . { [23:12:47.131] | : . "# future::getGlobalsAndPackages(): wrapping the original future" [23:12:47.131] | : . "# expression in do.call(), because function called uses '...' " [23:12:47.131] | : . "# as a global variable " [23:12:47.131] | : . do.call(function(...) { [23:12:47.131] | : . sum(x, ...) [23:12:47.131] | : . }, args = future.call.arguments) [23:12:47.131] | : . } [23:12:47.132] | : Tweak future expression to call with '...' arguments ... done [23:12:47.132] | : Search for packages associated with the globals ... [23:12:47.132] | : . Packages associated with globals: [1] 'base' [23:12:47.133] | : . Packages: [1] 'base' [23:12:47.133] | : Search for packages associated with the globals ... done [23:12:47.134] | : Packages after dropping 'base': [0] [23:12:47.134] | : globals: [2] 'x', 'future.call.arguments' [23:12:47.134] | : packages: [0] [23:12:47.134] | getGlobalsAndPackages() ... done [23:12:47.135] | run() for 'Future' () ... [23:12:47.135] | : state: 'created' [23:12:47.135] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:47.136] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:47.136] | : Using SequentialFutureBackend ... [23:12:47.136] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [23:12:47.136] | : . Launching futures ... [23:12:47.137] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:12:47.137] | : . ' , getFutureData() ... [23:12:47.137] | : . ' , ; getFutureCore() ... [23:12:47.138] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:12:47.138] | : . ' , ; getFutureCore() ... done [23:12:47.138] | : . ' , ; getFutureCapture() ... [23:12:47.138] | : . ' , ; getFutureCapture() ... done [23:12:47.139] | : . ' , ; getFutureContext() ... [23:12:47.139] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:47.139] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:12:47.139] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:47.140] | : . ' , ; ` Packages needed by future backend (n = 0): [23:12:47.140] | : . ' , ; getFutureContext() ... done [23:12:47.140] | : . ' , getFutureData() ... done [23:12:47.143] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:47.143] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:12:47.144] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:47.144] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:47.144] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:12:47.145] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:12:47.145] | : . ' , ; ` | New stack: [23:12:47.145] | : . ' , ; ` | List of 1 [23:12:47.145] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:12:47.145] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.145] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:12:47.145] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.145] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.145] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.145] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:12:47.145] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.149] | : . ' , ; ` | Old stack: [23:12:47.149] | : . ' , ; ` | List of 1 [23:12:47.149] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:12:47.149] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.149] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:12:47.149] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.149] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.149] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.149] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:12:47.149] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.149] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.149] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.149] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.153] | : . ' , ; ` | Not identical [23:12:47.153] | : . ' , ; ` | all.equal() for future ... [23:12:47.154] | : . ' , ; ` | : List of 2 [23:12:47.154] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:12:47.154] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.154] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:12:47.154] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.154] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.154] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.154] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:12:47.154] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:12:47.154] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.154] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:12:47.154] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.154] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.154] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.154] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:12:47.154] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.154] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.154] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.163] | : . ' , ; ` | all.equal() for future ... done [23:12:47.164] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:12:47.164] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:47.164] | : . ' , ; ` List of future strategies: [23:12:47.164] | : . ' , ; ` 1. sequential: [23:12:47.164] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:12:47.164] | : . ' , ; ` - tweaked: FALSE [23:12:47.164] | : . ' , ; ` - call: plan(sequential) [23:12:47.165] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:12:47.165] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:47.165] | : . ' , assign_globals() ... [23:12:47.165] | : . ' , List of 2 [23:12:47.165] | : . ' , $ x : int [1:2] 1 2 [23:12:47.165] | : . ' , $ future.call.arguments:List of 1 [23:12:47.165] | : . ' , ..$ : num 3 [23:12:47.165] | : . ' , ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [23:12:47.165] | : . ' , - attr(*, "where")=List of 2 [23:12:47.165] | : . ' , ..$ x : [23:12:47.165] | : . ' , ..$ future.call.arguments: [23:12:47.165] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:12:47.165] | : . ' , - attr(*, "resolved")= logi FALSE [23:12:47.165] | : . ' , - attr(*, "total_size")= num NA [23:12:47.165] | : . ' , - attr(*, "already-done")= logi TRUE [23:12:47.171] | : . ' , - copied 'x' to environment [23:12:47.171] | : . ' , - copied 'future.call.arguments' to environment [23:12:47.171] | : . ' , assign_globals() ... done [23:12:47.174] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:47.175] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:47.175] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:12:47.175] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:12:47.176] | : . ' , ; ` | : New stack: [23:12:47.176] | : . ' , ; ` | : List of 1 [23:12:47.176] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:12:47.176] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.176] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:12:47.176] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.176] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.176] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.176] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:12:47.176] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.176] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.176] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.176] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.182] | : . ' , ; ` | : Old stack: [23:12:47.183] | : . ' , ; ` | : List of 1 [23:12:47.183] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:12:47.183] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.183] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:12:47.183] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.183] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.183] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.183] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:12:47.183] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.183] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.183] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.183] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.188] | : . ' , ; ` | : Identical [23:12:47.188] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:12:47.188] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:47.188] | : . ' , ; ` | List of future strategies: [23:12:47.188] | : . ' , ; ` | 1. sequential: [23:12:47.188] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:12:47.188] | : . ' , ; ` | - tweaked: FALSE [23:12:47.188] | : . ' , ; ` | - call: plan(sequential) [23:12:47.189] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:12:47.189] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:47.189] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:47.190] | : . ' , SequentialFuture started (and completed) [23:12:47.190] | : . ' , signalConditions() ... [23:12:47.190] | : . ' , ; include = 'immediateCondition' [23:12:47.190] | : . ' , ; exclude = [23:12:47.191] | : . ' , ; resignal = FALSE [23:12:47.191] | : . ' , ; Number of conditions: 6 [23:12:47.191] | : . ' , ; int 6 [23:12:47.192] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.192] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.192] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.192] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.192] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.193] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.193] | : . ' , signalConditions() ... done [23:12:47.193] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:12:47.193] | : . Launching futures ... done [23:12:47.193] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:12:47.193] | : Using SequentialFutureBackend ... done [23:12:47.194] | run() for 'Future' () ... done [23:12:47.194] future(..., label = NULL) ... done [23:12:47.194] value() for SequentialFuture () ... [23:12:47.194] | signalConditions() ... [23:12:47.194] | : include = 'immediateCondition' [23:12:47.195] | : exclude = [23:12:47.195] | : resignal = FALSE [23:12:47.195] | : Number of conditions: 6 [23:12:47.195] | : int 6 [23:12:47.196] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.196] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.196] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.196] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.196] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.197] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.197] | signalConditions() ... done [23:12:47.197] | relay stdout ... [23:12:47.197] | relay stdout ... done [23:12:47.197] | check for misuse ... [23:12:47.198] | check for misuse ... done [23:12:47.198] | relay conditions ... [23:12:47.198] | : Future state: 'finished' [23:12:47.198] | : signalConditions() ... [23:12:47.198] | : . include = 'condition' [23:12:47.199] | : . exclude = 'immediateCondition' [23:12:47.199] | : . resignal = TRUE [23:12:47.199] | : . Number of conditions: 6 [23:12:47.199] | : . int 6 [23:12:47.200] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.200] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:12:47.141] | : . ' , attachPackages() ... [23:12:47.200] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.200] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:12:47.141] | : . ' , ; packages: [n=1] 'future' [23:12:47.200] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.200] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:12:47.141] | : . ' , attachPackages() ... done [23:12:47.201] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.201] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:12:47.142] | : . ' , attachPackages() ... [23:12:47.201] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.201] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:12:47.142] | : . ' , ; packages: [n=0] [23:12:47.202] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.202] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:12:47.142] | : . ' , attachPackages() ... done [23:12:47.202] | : signalConditions() ... done [23:12:47.202] | relay conditions ... done [23:12:47.202] value() for SequentialFuture () ... done [1] 6 ** Sum function 'C' with plan('sequential') ... function (x, y) { message("Arguments '...' exists: ", exists("...", inherits = TRUE)) y %<-% { sum(x, y) } y } Arguments '...' exists: FALSE [23:12:47.203] future(..., label = NULL) ... [23:12:47.204] | lazy: FALSE [23:12:47.204] | stdout: TRUE [23:12:47.204] | conditions: [n=1] 'condition' [23:12:47.204] | gc: FALSE [23:12:47.205] | earlySignal: FALSE [23:12:47.205] | getGlobalsAndPackages() ... [23:12:47.205] | : Searching for globals ... [23:12:47.216] | : . globals found: [4] '{', 'sum', 'x', 'y' [23:12:47.216] | : Searching for globals ... done [23:12:47.217] | : Resolving globals: FALSE [23:12:47.217] | : Search for packages associated with the globals ... [23:12:47.217] | : . Packages associated with globals: [1] 'base' [23:12:47.217] | : . Packages: [1] 'base' [23:12:47.217] | : Search for packages associated with the globals ... done [23:12:47.218] | : Packages after dropping 'base': [0] [23:12:47.218] | : globals: [2] 'x', 'y' [23:12:47.218] | : packages: [0] [23:12:47.218] | getGlobalsAndPackages() ... done [23:12:47.218] | run() for 'Future' () ... [23:12:47.219] | : state: 'created' [23:12:47.219] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:47.219] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:47.219] | : Using SequentialFutureBackend ... [23:12:47.219] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [23:12:47.219] | : . Launching futures ... [23:12:47.220] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:12:47.220] | : . ' , getFutureData() ... [23:12:47.220] | : . ' , ; getFutureCore() ... [23:12:47.220] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:12:47.220] | : . ' , ; getFutureCore() ... done [23:12:47.220] | : . ' , ; getFutureCapture() ... [23:12:47.220] | : . ' , ; getFutureCapture() ... done [23:12:47.221] | : . ' , ; getFutureContext() ... [23:12:47.221] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:47.221] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:12:47.221] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:47.221] | : . ' , ; ` Packages needed by future backend (n = 0): [23:12:47.221] | : . ' , ; getFutureContext() ... done [23:12:47.222] | : . ' , getFutureData() ... done [23:12:47.223] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:47.223] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:12:47.224] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:47.224] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:47.224] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:12:47.224] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:12:47.225] | : . ' , ; ` | New stack: [23:12:47.225] | : . ' , ; ` | List of 1 [23:12:47.225] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:12:47.225] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.225] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:12:47.225] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.225] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.225] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.225] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:12:47.225] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.228] | : . ' , ; ` | Old stack: [23:12:47.228] | : . ' , ; ` | List of 1 [23:12:47.228] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:12:47.228] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.228] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:12:47.228] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.228] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.228] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.228] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:12:47.228] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.228] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.228] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.228] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.231] | : . ' , ; ` | Not identical [23:12:47.232] | : . ' , ; ` | all.equal() for future ... [23:12:47.232] | : . ' , ; ` | : List of 2 [23:12:47.232] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:12:47.232] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.232] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:12:47.232] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.232] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.232] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.232] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:12:47.232] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:12:47.232] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.232] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:12:47.232] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.232] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.232] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.232] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:12:47.232] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.232] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.232] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.240] | : . ' , ; ` | all.equal() for future ... done [23:12:47.240] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:12:47.241] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:47.241] | : . ' , ; ` List of future strategies: [23:12:47.241] | : . ' , ; ` 1. sequential: [23:12:47.241] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:12:47.241] | : . ' , ; ` - tweaked: FALSE [23:12:47.241] | : . ' , ; ` - call: plan(sequential) [23:12:47.242] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:12:47.242] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:47.242] | : . ' , assign_globals() ... [23:12:47.242] | : . ' , List of 2 [23:12:47.242] | : . ' , $ x: int [1:2] 1 2 [23:12:47.242] | : . ' , $ y: num 3 [23:12:47.242] | : . ' , - attr(*, "where")=List of 2 [23:12:47.242] | : . ' , ..$ x: [23:12:47.242] | : . ' , ..$ y: [23:12:47.242] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:12:47.242] | : . ' , - attr(*, "resolved")= logi FALSE [23:12:47.242] | : . ' , - attr(*, "total_size")= num NA [23:12:47.242] | : . ' , - attr(*, "already-done")= logi TRUE [23:12:47.246] | : . ' , - copied 'x' to environment [23:12:47.246] | : . ' , - copied 'y' to environment [23:12:47.246] | : . ' , assign_globals() ... done [23:12:47.249] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:47.249] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:47.249] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:12:47.250] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:12:47.250] | : . ' , ; ` | : New stack: [23:12:47.250] | : . ' , ; ` | : List of 1 [23:12:47.250] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:12:47.250] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.250] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:12:47.250] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.250] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.250] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.250] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:12:47.250] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.250] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.250] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.250] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.256] | : . ' , ; ` | : Old stack: [23:12:47.256] | : . ' , ; ` | : List of 1 [23:12:47.256] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:12:47.256] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.256] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:12:47.256] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.256] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.256] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.256] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:12:47.256] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.256] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.256] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.256] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.260] | : . ' , ; ` | : Identical [23:12:47.261] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:12:47.261] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:47.261] | : . ' , ; ` | List of future strategies: [23:12:47.261] | : . ' , ; ` | 1. sequential: [23:12:47.261] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:12:47.261] | : . ' , ; ` | - tweaked: FALSE [23:12:47.261] | : . ' , ; ` | - call: plan(sequential) [23:12:47.262] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:12:47.262] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:47.263] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:47.263] | : . ' , SequentialFuture started (and completed) [23:12:47.263] | : . ' , signalConditions() ... [23:12:47.263] | : . ' , ; include = 'immediateCondition' [23:12:47.264] | : . ' , ; exclude = [23:12:47.264] | : . ' , ; resignal = FALSE [23:12:47.264] | : . ' , ; Number of conditions: 6 [23:12:47.264] | : . ' , ; int 6 [23:12:47.265] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.265] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.265] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.265] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.265] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.265] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.266] | : . ' , signalConditions() ... done [23:12:47.266] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:12:47.266] | : . Launching futures ... done [23:12:47.266] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:12:47.267] | : Using SequentialFutureBackend ... done [23:12:47.267] | run() for 'Future' () ... done [23:12:47.267] future(..., label = NULL) ... done [23:12:47.267] value() for SequentialFuture () ... [23:12:47.267] | signalConditions() ... [23:12:47.268] | : include = 'immediateCondition' [23:12:47.268] | : exclude = [23:12:47.268] | : resignal = FALSE [23:12:47.268] | : Number of conditions: 6 [23:12:47.268] | : int 6 [23:12:47.269] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.269] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.269] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.270] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.270] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.270] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.270] | signalConditions() ... done [23:12:47.270] | relay stdout ... [23:12:47.271] | relay stdout ... done [23:12:47.271] | check for misuse ... [23:12:47.271] | check for misuse ... done [23:12:47.271] | relay conditions ... [23:12:47.271] | : Future state: 'finished' [23:12:47.272] | : signalConditions() ... [23:12:47.272] | : . include = 'condition' [23:12:47.272] | : . exclude = 'immediateCondition' [23:12:47.272] | : . resignal = TRUE [23:12:47.272] | : . Number of conditions: 6 [23:12:47.272] | : . int 6 [23:12:47.273] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.273] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:12:47.222] | : . ' , attachPackages() ... [23:12:47.273] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.274] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:12:47.222] | : . ' , ; packages: [n=1] 'future' [23:12:47.274] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.274] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:12:47.222] | : . ' , attachPackages() ... done [23:12:47.274] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.274] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:12:47.222] | : . ' , attachPackages() ... [23:12:47.275] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.275] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:12:47.223] | : . ' , ; packages: [n=0] [23:12:47.275] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.276] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:12:47.223] | : . ' , attachPackages() ... done [23:12:47.276] | : signalConditions() ... done [23:12:47.276] | relay conditions ... done [23:12:47.276] value() for SequentialFuture () ... done [1] 6 ** Sum function 'D' with plan('sequential') ... function (x, y) { message("Arguments '...' exists: ", exists("...", inherits = TRUE)) y %<-% { sum(x, y, ...) } y } Arguments '...' exists: FALSE [23:12:47.277] future(..., label = NULL) ... [23:12:47.277] | lazy: FALSE [23:12:47.278] | stdout: TRUE [23:12:47.278] | conditions: [n=1] 'condition' [23:12:47.278] | gc: FALSE [23:12:47.278] | earlySignal: FALSE [23:12:47.278] | getGlobalsAndPackages() ... [23:12:47.279] | : Searching for globals ... [23:12:47.291] | : . globals found: [5] '{', 'sum', 'x', 'y', '...' [23:12:47.292] | : Searching for globals ... done [23:12:47.292] | : Resolving globals: FALSE [23:12:47.293] | : Tweak future expression to call with '...' arguments ... [23:12:47.293] | : . Search for packages associated with the globals ... [23:12:47.294] | : . ' Packages associated with globals: [1] 'base' [23:12:47.295] | : . ' Packages: [1] 'base' [23:12:47.295] | : . Search for packages associated with the globals ... done [23:12:47.295] | : . Packages after dropping 'base': [0] [23:12:47.296] | : . globals: [2] 'x', 'y' [23:12:47.296] | : . packages: [0] [23:12:47.296] | : Tweak future expression to call with '...' arguments ... done [23:12:47.297] | : run() for 'Future' () ... [23:12:47.297] | : . state: 'created' [23:12:47.297] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:47.298] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:47.298] | : . Using SequentialFutureBackend ... [23:12:47.298] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [23:12:47.298] | : . ' Launching futures ... [23:12:47.299] | : . ' , launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:12:47.299] | : . ' , ; getFutureData() ... [23:12:47.299] | : . ' , ; ` getFutureCore() ... [23:12:47.299] | : . ' , ; ` | Packages needed by the future expression (n = 0): [23:12:47.300] | : . ' , ; ` getFutureCore() ... done [23:12:47.300] | : . ' , ; ` getFutureCapture() ... [23:12:47.300] | : . ' , ; ` getFutureCapture() ... done [23:12:47.300] | : . ' , ; ` getFutureContext() ... [23:12:47.301] | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:47.301] | : . ' , ; ` | : Getting stack without first backend: [n=0] [23:12:47.301] | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:47.302] | : . ' , ; ` | Packages needed by future backend (n = 0): [23:12:47.302] | : . ' , ; ` getFutureContext() ... done [23:12:47.302] | : . ' , ; getFutureData() ... done [23:12:47.305] | : . ' , ; plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:47.305] | : . ' , ; ` Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:12:47.305] | : . ' , ; plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:47.306] | : . ' , ; plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:47.306] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:12:47.306] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:12:47.307] | : . ' , ; ` | : New stack: [23:12:47.307] | : . ' , ; ` | : List of 1 [23:12:47.307] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:12:47.307] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.307] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:12:47.307] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.307] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.307] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.307] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:12:47.307] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.311] | : . ' , ; ` | : Old stack: [23:12:47.311] | : . ' , ; ` | : List of 1 [23:12:47.311] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:12:47.311] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.311] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:12:47.311] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.311] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.311] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.311] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:12:47.311] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.311] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.311] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.311] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.316] | : . ' , ; ` | : Not identical [23:12:47.317] | : . ' , ; ` | : all.equal() for future ... [23:12:47.317] | : . ' , ; ` | : . List of 2 [23:12:47.317] | : . ' , ; ` | : . $ target :function (..., envir = parent.frame()) [23:12:47.317] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.317] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [23:12:47.317] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.317] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.317] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.317] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:12:47.317] | : . ' , ; ` | : . $ current:function (..., envir = parent.frame()) [23:12:47.317] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.317] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [23:12:47.317] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.317] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.317] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.317] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [23:12:47.317] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.317] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.317] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.331] | : . ' , ; ` | : all.equal() for future ... done [23:12:47.332] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:12:47.332] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:47.332] | : . ' , ; ` | List of future strategies: [23:12:47.332] | : . ' , ; ` | 1. sequential: [23:12:47.332] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:12:47.332] | : . ' , ; ` | - tweaked: FALSE [23:12:47.332] | : . ' , ; ` | - call: plan(sequential) [23:12:47.333] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:12:47.333] | : . ' , ; plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:47.333] | : . ' , ; assign_globals() ... [23:12:47.333] | : . ' , ; List of 2 [23:12:47.333] | : . ' , ; $ x: int [1:2] 1 2 [23:12:47.333] | : . ' , ; $ y: num 3 [23:12:47.333] | : . ' , ; - attr(*, "where")=List of 2 [23:12:47.333] | : . ' , ; ..$ x: [23:12:47.333] | : . ' , ; ..$ y: [23:12:47.333] | : . ' , ; - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:12:47.333] | : . ' , ; - attr(*, "resolved")= logi FALSE [23:12:47.333] | : . ' , ; - attr(*, "total_size")= num NA [23:12:47.333] | : . ' , ; - attr(*, "already-done")= logi TRUE [23:12:47.337] | : . ' , ; - copied 'x' to environment [23:12:47.337] | : . ' , ; - copied 'y' to environment [23:12:47.337] | : . ' , ; assign_globals() ... done [23:12:47.341] | : . ' , ; plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:47.341] | : . ' , ; ` plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:47.341] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:12:47.341] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [23:12:47.341] | : . ' , ; ` | : . New stack: [23:12:47.342] | : . ' , ; ` | : . List of 1 [23:12:47.342] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [23:12:47.342] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.342] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [23:12:47.342] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.342] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.342] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.342] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [23:12:47.342] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.342] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.342] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.342] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.346] | : . ' , ; ` | : . Old stack: [23:12:47.346] | : . ' , ; ` | : . List of 1 [23:12:47.346] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [23:12:47.346] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.346] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [23:12:47.346] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.346] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.346] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.346] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [23:12:47.346] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.346] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.346] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.346] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.350] | : . ' , ; ` | : . Identical [23:12:47.350] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [23:12:47.350] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:47.350] | : . ' , ; ` | : List of future strategies: [23:12:47.350] | : . ' , ; ` | : 1. sequential: [23:12:47.350] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [23:12:47.350] | : . ' , ; ` | : - tweaked: FALSE [23:12:47.350] | : . ' , ; ` | : - call: plan(sequential) [23:12:47.351] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:12:47.351] | : . ' , ; ` plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:47.351] | : . ' , ; plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:47.352] | : . ' , ; SequentialFuture started (and completed) [23:12:47.352] | : . ' , ; signalConditions() ... [23:12:47.352] | : . ' , ; ` include = 'immediateCondition' [23:12:47.353] | : . ' , ; ` exclude = [23:12:47.353] | : . ' , ; ` resignal = FALSE [23:12:47.353] | : . ' , ; ` Number of conditions: 7 [23:12:47.353] | : . ' , ; ` int 7 [23:12:47.354] | : . ' , ; ` Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.354] | : . ' , ; ` Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.354] | : . ' , ; ` Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.354] | : . ' , ; ` Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.354] | : . ' , ; ` Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.354] | : . ' , ; ` Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.355] | : . ' , ; ` Condition #7 (class: 'simpleError', 'error', 'condition'): [23:12:47.355] | : . ' , ; signalConditions() ... done [23:12:47.355] | : . ' , launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:12:47.355] | : . ' Launching futures ... done [23:12:47.355] | : . ' Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:12:47.356] | : . Using SequentialFutureBackend ... done [23:12:47.356] | : run() for 'Future' () ... done [23:12:47.356] | getGlobalsAndPackages() ... done [23:12:47.357] | value() for SequentialFuture () ... [23:12:47.357] | : signalConditions() ... [23:12:47.357] | : . include = 'immediateCondition' [23:12:47.358] | : . exclude = [23:12:47.358] | : . resignal = FALSE [23:12:47.358] | : . Number of conditions: 7 [23:12:47.358] | : . int 7 [23:12:47.359] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.359] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.360] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.360] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.360] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.361] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.361] | : . Condition #7 (class: 'simpleError', 'error', 'condition'): [23:12:47.361] | : signalConditions() ... done [23:12:47.361] | : relay stdout ... [23:12:47.362] | : relay stdout ... done [23:12:47.362] | : check for misuse ... [23:12:47.362] | : check for misuse ... done [23:12:47.362] | : relay conditions ... [23:12:47.363] | : . Future state: 'finished' [23:12:47.363] | : . signalConditions() ... [23:12:47.363] | : . ' include = 'condition' [23:12:47.364] | : . ' exclude = 'immediateCondition' [23:12:47.364] | : . ' resignal = TRUE [23:12:47.364] | : . ' Number of conditions: 7 [23:12:47.364] | : . ' int 7 [23:12:47.365] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.365] | : . ' Condition #1: 'simpleMessage', 'message', 'condition' [23:12:47.303] | : . ' , ; attachPackages() ... [23:12:47.366] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.366] | : . ' Condition #2: 'simpleMessage', 'message', 'condition' [23:12:47.303] | : . ' , ; ` packages: [n=1] 'future' [23:12:47.367] | : . ' Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.367] | : . ' Condition #3: 'simpleMessage', 'message', 'condition' [23:12:47.303] | : . ' , ; attachPackages() ... done [23:12:47.367] | : . ' Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.368] | : . ' Condition #4: 'simpleMessage', 'message', 'condition' [23:12:47.303] | : . ' , ; attachPackages() ... [23:12:47.368] | : . ' Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.368] | : . ' Condition #5: 'simpleMessage', 'message', 'condition' [23:12:47.304] | : . ' , ; ` packages: [n=0] [23:12:47.369] | : . ' Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.369] | : . ' Condition #6: 'simpleMessage', 'message', 'condition' [23:12:47.304] | : . ' , ; attachPackages() ... done [23:12:47.370] | : . ' Condition #7 (class: 'simpleError', 'error', 'condition'): [23:12:47.370] | : . ' Condition #7: 'simpleError', 'error', 'condition' [23:12:47.370] | : . signalConditions() ... done [23:12:47.371] | : relay conditions ... done Error in eval(quote({ : '...' used in an incorrect context [1] "Error in eval(quote({ : '...' used in an incorrect context\n" attr(,"class") [1] "try-error" attr(,"condition") ** Sum function 'E' with plan('sequential') ... function (...) { message("Arguments '...' exists: ", exists("...", inherits = TRUE)) globals <- globals::globalsByName("...", envir = environment()) f <- future({ fcn <- function() sum(...) fcn() }, envir = parent.frame(), globals = globals) y <- value(f) y } Arguments '...' exists: TRUE [23:12:47.373] | : future(..., label = NULL) ... [23:12:47.373] | : . lazy: FALSE [23:12:47.373] | : . stdout: TRUE [23:12:47.374] | : . conditions: [n=1] 'condition' [23:12:47.374] | : . gc: FALSE [23:12:47.374] | : . earlySignal: FALSE [23:12:47.375] | : . getGlobalsAndPackages() ... [23:12:47.375] | : . ' globals passed as-is: [1] '...' [23:12:47.375] | : . ' Resolving globals: FALSE [23:12:47.376] | : . ' Tweak future expression to call with '...' arguments ... [23:12:47.376] | : . ' , { [23:12:47.376] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [23:12:47.376] | : . ' , "# expression in do.call(), because function called uses '...' " [23:12:47.376] | : . ' , "# as a global variable " [23:12:47.376] | : . ' , do.call(function(...) { [23:12:47.376] | : . ' , fcn <- function() sum(...) [23:12:47.376] | : . ' , fcn() [23:12:47.376] | : . ' , }, args = future.call.arguments) [23:12:47.376] | : . ' , } [23:12:47.377] | : . ' Tweak future expression to call with '...' arguments ... done [23:12:47.377] | : . ' Search for packages associated with the globals ... [23:12:47.378] | : . ' , Packages associated with globals: [0] [23:12:47.378] | : . ' , Packages: [0] [23:12:47.379] | : . ' Search for packages associated with the globals ... done [23:12:47.379] | : . ' Packages after dropping 'base': [0] [23:12:47.379] | : . ' globals: [1] 'future.call.arguments' [23:12:47.380] | : . ' packages: [0] [23:12:47.380] | : . getGlobalsAndPackages() ... done [23:12:47.381] | : . run() for 'Future' () ... [23:12:47.381] | : . ' state: 'created' [23:12:47.381] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:47.382] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:47.382] | : . ' Using SequentialFutureBackend ... [23:12:47.382] | : . ' , Number of futures since start: 4 (4 created, 4 launched, 4 finished) [23:12:47.383] | : . ' , Launching futures ... [23:12:47.383] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:12:47.383] | : . ' , ; ` getFutureData() ... [23:12:47.384] | : . ' , ; ` | getFutureCore() ... [23:12:47.384] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [23:12:47.384] | : . ' , ; ` | getFutureCore() ... done [23:12:47.385] | : . ' , ; ` | getFutureCapture() ... [23:12:47.385] | : . ' , ; ` | getFutureCapture() ... done [23:12:47.385] | : . ' , ; ` | getFutureContext() ... [23:12:47.386] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:47.386] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:12:47.386] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:47.386] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:12:47.387] | : . ' , ; ` | getFutureContext() ... done [23:12:47.387] | : . ' , ; ` getFutureData() ... done [23:12:47.391] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:47.391] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:12:47.391] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:47.392] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:47.392] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:12:47.393] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [23:12:47.393] | : . ' , ; ` | : . New stack: [23:12:47.393] | : . ' , ; ` | : . List of 1 [23:12:47.393] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [23:12:47.393] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.393] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [23:12:47.393] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.393] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.393] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.393] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:12:47.393] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.399] | : . ' , ; ` | : . Old stack: [23:12:47.399] | : . ' , ; ` | : . List of 1 [23:12:47.399] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [23:12:47.399] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.399] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [23:12:47.399] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.399] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.399] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.399] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [23:12:47.399] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.399] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.399] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.399] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.407] | : . ' , ; ` | : . Not identical [23:12:47.407] | : . ' , ; ` | : . all.equal() for future ... [23:12:47.407] | : . ' , ; ` | : . ' List of 2 [23:12:47.407] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [23:12:47.407] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.407] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [23:12:47.407] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.407] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.407] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.407] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:12:47.407] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [23:12:47.407] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.407] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [23:12:47.407] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.407] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.407] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.407] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:47.407] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.407] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.407] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.419] | : . ' , ; ` | : . all.equal() for future ... done [23:12:47.419] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [23:12:47.420] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:47.420] | : . ' , ; ` | : List of future strategies: [23:12:47.420] | : . ' , ; ` | : 1. sequential: [23:12:47.420] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [23:12:47.420] | : . ' , ; ` | : - tweaked: FALSE [23:12:47.420] | : . ' , ; ` | : - call: plan(sequential) [23:12:47.420] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:12:47.421] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:47.421] | : . ' , ; ` assign_globals() ... [23:12:47.421] | : . ' , ; ` List of 1 [23:12:47.421] | : . ' , ; ` $ future.call.arguments:List of 2 [23:12:47.421] | : . ' , ; ` ..$ : int [1:2] 1 2 [23:12:47.421] | : . ' , ; ` ..$ : num 3 [23:12:47.421] | : . ' , ; ` ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [23:12:47.421] | : . ' , ; ` - attr(*, "where")=List of 1 [23:12:47.421] | : . ' , ; ` ..$ future.call.arguments: [23:12:47.421] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:12:47.421] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [23:12:47.421] | : . ' , ; ` - attr(*, "total_size")= num NA [23:12:47.421] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [23:12:47.426] | : . ' , ; ` - copied 'future.call.arguments' to environment [23:12:47.426] | : . ' , ; ` assign_globals() ... done [23:12:47.432] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:47.432] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:47.433] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:12:47.433] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [23:12:47.434] | : . ' , ; ` | : . ' New stack: [23:12:47.434] | : . ' , ; ` | : . ' List of 1 [23:12:47.434] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [23:12:47.434] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.434] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [23:12:47.434] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.434] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.434] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.434] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:47.434] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.434] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.434] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.434] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.441] | : . ' , ; ` | : . ' Old stack: [23:12:47.442] | : . ' , ; ` | : . ' List of 1 [23:12:47.442] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [23:12:47.442] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.442] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [23:12:47.442] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.442] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.442] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.442] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:47.442] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.442] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.442] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.442] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.449] | : . ' , ; ` | : . ' Identical [23:12:47.449] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [23:12:47.450] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:47.450] | : . ' , ; ` | : . List of future strategies: [23:12:47.450] | : . ' , ; ` | : . 1. sequential: [23:12:47.450] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [23:12:47.450] | : . ' , ; ` | : . - tweaked: FALSE [23:12:47.450] | : . ' , ; ` | : . - call: plan(sequential) [23:12:47.451] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:12:47.452] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:47.452] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:47.453] | : . ' , ; ` SequentialFuture started (and completed) [23:12:47.453] | : . ' , ; ` signalConditions() ... [23:12:47.454] | : . ' , ; ` | include = 'immediateCondition' [23:12:47.454] | : . ' , ; ` | exclude = [23:12:47.454] | : . ' , ; ` | resignal = FALSE [23:12:47.455] | : . ' , ; ` | Number of conditions: 6 [23:12:47.455] | : . ' , ; ` | int 6 [23:12:47.456] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.456] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.457] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.457] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.457] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.458] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.458] | : . ' , ; ` signalConditions() ... done [23:12:47.459] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:12:47.459] | : . ' , Launching futures ... done [23:12:47.459] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:12:47.459] | : . ' Using SequentialFutureBackend ... done [23:12:47.460] | : . run() for 'Future' () ... done [23:12:47.460] | : future(..., label = NULL) ... done [23:12:47.460] | : value() for SequentialFuture () ... [23:12:47.461] | : . signalConditions() ... [23:12:47.461] | : . ' include = 'immediateCondition' [23:12:47.461] | : . ' exclude = [23:12:47.461] | : . ' resignal = FALSE [23:12:47.462] | : . ' Number of conditions: 6 [23:12:47.462] | : . ' int 6 [23:12:47.463] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.463] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.464] | : . ' Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.464] | : . ' Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.464] | : . ' Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.464] | : . ' Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.465] | : . signalConditions() ... done [23:12:47.465] | : . relay stdout ... [23:12:47.465] | : . relay stdout ... done [23:12:47.466] | : . check for misuse ... [23:12:47.466] | : . check for misuse ... done [23:12:47.466] | : . relay conditions ... [23:12:47.467] | : . ' Future state: 'finished' [23:12:47.467] | : . ' signalConditions() ... [23:12:47.467] | : . ' , include = 'condition' [23:12:47.467] | : . ' , exclude = 'immediateCondition' [23:12:47.468] | : . ' , resignal = TRUE [23:12:47.468] | : . ' , Number of conditions: 6 [23:12:47.468] | : . ' , int 6 [23:12:47.469] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.469] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [23:12:47.388] | : . ' , ; ` attachPackages() ... [23:12:47.470] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.470] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [23:12:47.388] | : . ' , ; ` | packages: [n=1] 'future' [23:12:47.470] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.471] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [23:12:47.389] | : . ' , ; ` attachPackages() ... done [23:12:47.471] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.471] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [23:12:47.389] | : . ' , ; ` attachPackages() ... [23:12:47.472] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.472] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [23:12:47.389] | : . ' , ; ` | packages: [n=0] [23:12:47.472] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.473] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [23:12:47.390] | : . ' , ; ` attachPackages() ... done [23:12:47.473] | : . ' signalConditions() ... done [23:12:47.473] | : . relay conditions ... done [23:12:47.474] | : value() for SequentialFuture () ... done [1] 6 ** Sum function 'F' with plan('sequential') ... function (x, y) { message("Using '...' in a formula") fcn <- function(x, y) { z = ~list(...) sum(x, y) } f <- future(fcn(x, y)) y <- value(f) y } Using '...' in a formula [23:12:47.475] | : future(..., label = NULL) ... [23:12:47.475] | : . lazy: FALSE [23:12:47.475] | : . stdout: TRUE [23:12:47.475] | : . conditions: [n=1] 'condition' [23:12:47.476] | : . gc: FALSE [23:12:47.476] | : . earlySignal: FALSE [23:12:47.476] | : . getGlobalsAndPackages() ... [23:12:47.477] | : . ' Searching for globals ... [23:12:47.505] | : . ' , globals found: [9] 'fcn', 'x', 'y', '{', '=', '~', 'list', '...', 'sum' [23:12:47.505] | : . ' Searching for globals ... done [23:12:47.505] | : . ' Resolving globals: FALSE [23:12:47.506] | : . ' Tweak future expression to call with '...' arguments ... [23:12:47.506] | : . ' , Search for packages associated with the globals ... [23:12:47.506] | : . ' , ; Packages associated with globals: [1] 'base' [23:12:47.507] | : . ' , ; Packages: [1] 'base' [23:12:47.507] | : . ' , Search for packages associated with the globals ... done [23:12:47.507] | : . ' , Packages after dropping 'base': [0] [23:12:47.507] | : . ' , globals: [3] 'fcn', 'x', 'y' [23:12:47.507] | : . ' , packages: [0] [23:12:47.508] | : . ' Tweak future expression to call with '...' arguments ... done [23:12:47.508] | : . ' run() for 'Future' () ... [23:12:47.508] | : . ' , state: 'created' [23:12:47.509] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:47.509] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:47.509] | : . ' , Using SequentialFutureBackend ... [23:12:47.509] | : . ' , ; Number of futures since start: 5 (5 created, 5 launched, 5 finished) [23:12:47.509] | : . ' , ; Launching futures ... [23:12:47.510] | : . ' , ; ` launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:12:47.510] | : . ' , ; ` | getFutureData() ... [23:12:47.510] | : . ' , ; ` | : getFutureCore() ... [23:12:47.510] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [23:12:47.510] | : . ' , ; ` | : getFutureCore() ... done [23:12:47.511] | : . ' , ; ` | : getFutureCapture() ... [23:12:47.511] | : . ' , ; ` | : getFutureCapture() ... done [23:12:47.511] | : . ' , ; ` | : getFutureContext() ... [23:12:47.511] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:47.511] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [23:12:47.512] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:47.512] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [23:12:47.512] | : . ' , ; ` | : getFutureContext() ... done [23:12:47.512] | : . ' , ; ` | getFutureData() ... done [23:12:47.514] | : . ' , ; ` | plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:47.514] | : . ' , ; ` | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:12:47.515] | : . ' , ; ` | plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:47.515] | : . ' , ; ` | plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:47.515] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:12:47.515] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [23:12:47.516] | : . ' , ; ` | : . ' New stack: [23:12:47.516] | : . ' , ; ` | : . ' List of 1 [23:12:47.516] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [23:12:47.516] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.516] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [23:12:47.516] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.516] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.516] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.516] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:12:47.516] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.519] | : . ' , ; ` | : . ' Old stack: [23:12:47.520] | : . ' , ; ` | : . ' List of 1 [23:12:47.520] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [23:12:47.520] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.520] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [23:12:47.520] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.520] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.520] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.520] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [23:12:47.520] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.520] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.520] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.520] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.524] | : . ' , ; ` | : . ' Not identical [23:12:47.524] | : . ' , ; ` | : . ' all.equal() for future ... [23:12:47.525] | : . ' , ; ` | : . ' , List of 2 [23:12:47.525] | : . ' , ; ` | : . ' , $ target :function (..., envir = parent.frame()) [23:12:47.525] | : . ' , ; ` | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.525] | : . ' , ; ` | : . ' , ..- attr(*, "init")= logi TRUE [23:12:47.525] | : . ' , ; ` | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.525] | : . ' , ; ` | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.525] | : . ' , ; ` | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.525] | : . ' , ; ` | : . ' , ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:12:47.525] | : . ' , ; ` | : . ' , $ current:function (..., envir = parent.frame()) [23:12:47.525] | : . ' , ; ` | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.525] | : . ' , ; ` | : . ' , ..- attr(*, "init")= chr "done" [23:12:47.525] | : . ' , ; ` | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.525] | : . ' , ; ` | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.525] | : . ' , ; ` | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.525] | : . ' , ; ` | : . ' , ..- attr(*, "call")= language plan(sequential) [23:12:47.525] | : . ' , ; ` | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.525] | : . ' , ; ` | : . ' , .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.525] | : . ' , ; ` | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.532] | : . ' , ; ` | : . ' all.equal() for future ... done [23:12:47.532] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [23:12:47.533] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:47.533] | : . ' , ; ` | : . List of future strategies: [23:12:47.533] | : . ' , ; ` | : . 1. sequential: [23:12:47.533] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [23:12:47.533] | : . ' , ; ` | : . - tweaked: FALSE [23:12:47.533] | : . ' , ; ` | : . - call: plan(sequential) [23:12:47.534] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:12:47.534] | : . ' , ; ` | plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:47.534] | : . ' , ; ` | assign_globals() ... [23:12:47.534] | : . ' , ; ` | List of 3 [23:12:47.534] | : . ' , ; ` | $ fcn:function (x, y) [23:12:47.534] | : . ' , ; ` | $ x : int [1:2] 1 2 [23:12:47.534] | : . ' , ; ` | $ y : num 3 [23:12:47.534] | : . ' , ; ` | - attr(*, "where")=List of 3 [23:12:47.534] | : . ' , ; ` | ..$ fcn: [23:12:47.534] | : . ' , ; ` | ..$ x : [23:12:47.534] | : . ' , ; ` | ..$ y : [23:12:47.534] | : . ' , ; ` | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:12:47.534] | : . ' , ; ` | - attr(*, "resolved")= logi FALSE [23:12:47.534] | : . ' , ; ` | - attr(*, "total_size")= num NA [23:12:47.534] | : . ' , ; ` | - attr(*, "already-done")= logi TRUE [23:12:47.540] | : . ' , ; ` | - copied 'fcn' to environment [23:12:47.540] | : . ' , ; ` | - copied 'x' to environment [23:12:47.540] | : . ' , ; ` | - copied 'y' to environment [23:12:47.540] | : . ' , ; ` | assign_globals() ... done [23:12:47.543] | : . ' , ; ` | plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:47.543] | : . ' , ; ` | : plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:12:47.543] | : . ' , ; ` | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:12:47.543] | : . ' , ; ` | : . ' all.equal() for FutureStrategyList ... [23:12:47.544] | : . ' , ; ` | : . ' , New stack: [23:12:47.544] | : . ' , ; ` | : . ' , List of 1 [23:12:47.544] | : . ' , ; ` | : . ' , $ :function (..., envir = parent.frame()) [23:12:47.544] | : . ' , ; ` | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.544] | : . ' , ; ` | : . ' , ..- attr(*, "init")= chr "done" [23:12:47.544] | : . ' , ; ` | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.544] | : . ' , ; ` | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.544] | : . ' , ; ` | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.544] | : . ' , ; ` | : . ' , ..- attr(*, "call")= language plan(sequential) [23:12:47.544] | : . ' , ; ` | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.544] | : . ' , ; ` | : . ' , .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.544] | : . ' , ; ` | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.544] | : . ' , ; ` | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.548] | : . ' , ; ` | : . ' , Old stack: [23:12:47.548] | : . ' , ; ` | : . ' , List of 1 [23:12:47.548] | : . ' , ; ` | : . ' , $ :function (..., envir = parent.frame()) [23:12:47.548] | : . ' , ; ` | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.548] | : . ' , ; ` | : . ' , ..- attr(*, "init")= chr "done" [23:12:47.548] | : . ' , ; ` | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.548] | : . ' , ; ` | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.548] | : . ' , ; ` | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.548] | : . ' , ; ` | : . ' , ..- attr(*, "call")= language plan(sequential) [23:12:47.548] | : . ' , ; ` | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.548] | : . ' , ; ` | : . ' , .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.548] | : . ' , ; ` | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.548] | : . ' , ; ` | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.552] | : . ' , ; ` | : . ' , Identical [23:12:47.552] | : . ' , ; ` | : . ' all.equal() for FutureStrategyList ... done [23:12:47.552] | : . ' , ; ` | : . ' plan(): Skip setting new future backend stack because it is the same as the current one: [23:12:47.553] | : . ' , ; ` | : . ' List of future strategies: [23:12:47.553] | : . ' , ; ` | : . ' 1. sequential: [23:12:47.553] | : . ' , ; ` | : . ' - args: function (..., envir = parent.frame(), workers = "") [23:12:47.553] | : . ' , ; ` | : . ' - tweaked: FALSE [23:12:47.553] | : . ' , ; ` | : . ' - call: plan(sequential) [23:12:47.553] | : . ' , ; ` | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:12:47.553] | : . ' , ; ` | : plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:47.554] | : . ' , ; ` | plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:12:47.554] | : . ' , ; ` | SequentialFuture started (and completed) [23:12:47.555] | : . ' , ; ` | signalConditions() ... [23:12:47.555] | : . ' , ; ` | : include = 'immediateCondition' [23:12:47.555] | : . ' , ; ` | : exclude = [23:12:47.555] | : . ' , ; ` | : resignal = FALSE [23:12:47.555] | : . ' , ; ` | : Number of conditions: 6 [23:12:47.555] | : . ' , ; ` | : int 6 [23:12:47.556] | : . ' , ; ` | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.556] | : . ' , ; ` | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.556] | : . ' , ; ` | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.557] | : . ' , ; ` | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.557] | : . ' , ; ` | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.557] | : . ' , ; ` | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.557] | : . ' , ; ` | signalConditions() ... done [23:12:47.557] | : . ' , ; ` launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:12:47.558] | : . ' , ; Launching futures ... done [23:12:47.558] | : . ' , ; Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:12:47.558] | : . ' , Using SequentialFutureBackend ... done [23:12:47.558] | : . ' run() for 'Future' () ... done [23:12:47.558] | : . getGlobalsAndPackages() ... done [23:12:47.558] | : . value() for SequentialFuture () ... [23:12:47.559] | : . ' signalConditions() ... [23:12:47.559] | : . ' , include = 'immediateCondition' [23:12:47.559] | : . ' , exclude = [23:12:47.559] | : . ' , resignal = FALSE [23:12:47.559] | : . ' , Number of conditions: 6 [23:12:47.560] | : . ' , int 6 [23:12:47.560] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.561] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.561] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.561] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.561] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.561] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.561] | : . ' signalConditions() ... done [23:12:47.562] | : . ' relay stdout ... [23:12:47.562] | : . ' relay stdout ... done [23:12:47.562] | : . ' check for misuse ... [23:12:47.562] | : . ' check for misuse ... done [23:12:47.562] | : . ' relay conditions ... [23:12:47.563] | : . ' , Future state: 'finished' [23:12:47.563] | : . ' , signalConditions() ... [23:12:47.563] | : . ' , ; include = 'condition' [23:12:47.563] | : . ' , ; exclude = 'immediateCondition' [23:12:47.564] | : . ' , ; resignal = TRUE [23:12:47.564] | : . ' , ; Number of conditions: 6 [23:12:47.564] | : . ' , ; int 6 [23:12:47.565] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.565] | : . ' , ; Condition #1: 'simpleMessage', 'message', 'condition' [23:12:47.512] | : . ' , ; ` | attachPackages() ... [23:12:47.566] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.566] | : . ' , ; Condition #2: 'simpleMessage', 'message', 'condition' [23:12:47.513] | : . ' , ; ` | : packages: [n=1] 'future' [23:12:47.566] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.566] | : . ' , ; Condition #3: 'simpleMessage', 'message', 'condition' [23:12:47.513] | : . ' , ; ` | attachPackages() ... done [23:12:47.567] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.567] | : . ' , ; Condition #4: 'simpleMessage', 'message', 'condition' [23:12:47.513] | : . ' , ; ` | attachPackages() ... [23:12:47.567] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.568] | : . ' , ; Condition #5: 'simpleMessage', 'message', 'condition' [23:12:47.513] | : . ' , ; ` | : packages: [n=0] [23:12:47.568] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:12:47.568] | : . ' , ; Condition #6: 'simpleMessage', 'message', 'condition' [23:12:47.514] | : . ' , ; ` | attachPackages() ... done [23:12:47.569] | : . ' , signalConditions() ... done [23:12:47.569] | : . ' relay conditions ... done [23:12:47.569] | : . value() for SequentialFuture () ... done [1] 6 Testing with 1 cores ... DONE Testing with 2 cores ... *** Global argument '...' ... - plan('multisession') ... [23:12:47.570] | : . plan("multisession", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:47.571] | : . ' plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:12:47.571] | : . ' , all.equal() for FutureStrategyList ... [23:12:47.571] | : . ' , ; New stack: [23:12:47.571] | : . ' , ; List of 1 [23:12:47.571] | : . ' , ; $ :function (..., workers = availableCores(constraints = "connections-16"), [23:12:47.571] | : . ' , ; rscript_libs = .libPaths()) [23:12:47.571] | : . ' , ; ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:12:47.571] | : . ' , ; ..- attr(*, "init")= logi TRUE [23:12:47.571] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:12:47.571] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:12:47.571] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:47.571] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:47.571] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [23:12:47.571] | : . ' , ; ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [23:12:47.571] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.576] | : . ' , ; Old stack: [23:12:47.576] | : . ' , ; List of 1 [23:12:47.576] | : . ' , ; $ :function (..., envir = parent.frame()) [23:12:47.576] | : . ' , ; ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.576] | : . ' , ; ..- attr(*, "init")= chr "done" [23:12:47.576] | : . ' , ; ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.576] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.576] | : . ' , ; ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.576] | : . ' , ; ..- attr(*, "call")= language plan(sequential) [23:12:47.576] | : . ' , ; ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.576] | : . ' , ; .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.576] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.576] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.582] | : . ' , ; Not identical [23:12:47.583] | : . ' , ; all.equal() for future ... [23:12:47.583] | : . ' , ; ` List of 2 [23:12:47.583] | : . ' , ; ` $ target :function (..., workers = availableCores(constraints = "connections-16"), [23:12:47.583] | : . ' , ; ` rscript_libs = .libPaths()) [23:12:47.583] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:12:47.583] | : . ' , ; ` ..- attr(*, "init")= logi TRUE [23:12:47.583] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:12:47.583] | : . ' , ; ` interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:12:47.583] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:47.583] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:47.583] | : . ' , ; ` ..- attr(*, "untweakable")= chr "persistent" [23:12:47.583] | : . ' , ; ` ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [23:12:47.583] | : . ' , ; ` $ current:function (..., envir = parent.frame()) [23:12:47.583] | : . ' , ; ` ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:12:47.583] | : . ' , ; ` ..- attr(*, "init")= chr "done" [23:12:47.583] | : . ' , ; ` ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.583] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.583] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.583] | : . ' , ; ` ..- attr(*, "call")= language plan(sequential) [23:12:47.583] | : . ' , ; ` ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:12:47.583] | : . ' , ; ` .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:12:47.583] | : . ' , ; ` .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:12:47.593] | : . ' , ; ` Formals differ [23:12:47.593] | : . ' , ; all.equal() for future ... done [23:12:47.594] | : . ' , ; Future strategies differ at level 1 [23:12:47.594] | : . ' , all.equal() for FutureStrategyList ... done [23:12:47.594] | : . ' , plan(): Setting new future backend stack: [23:12:47.594] | : . ' , List of future strategies: [23:12:47.594] | : . ' , 1. multisession: [23:12:47.594] | : . ' , - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [23:12:47.594] | : . ' , - tweaked: FALSE [23:12:47.594] | : . ' , - call: plan(strategy, substitute = FALSE) [23:12:47.595] | : . ' , List of 1 [23:12:47.595] | : . ' , $ :function (..., workers = availableCores(constraints = "connections-16"), [23:12:47.595] | : . ' , rscript_libs = .libPaths()) [23:12:47.595] | : . ' , ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:12:47.595] | : . ' , ..- attr(*, "init")= logi TRUE [23:12:47.595] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:12:47.595] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:12:47.595] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:47.595] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:47.595] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [23:12:47.595] | : . ' , ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [23:12:47.595] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:12:47.601] | : . ' , plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [23:12:47.602] | : . ' , ; plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:47.602] | : . ' , ; ` Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [23:12:47.602] | : . ' , ; plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:47.603] | : . ' , ; Legacy shutdown of cluster workers ... [23:12:47.603] | : . ' , ; ` Stopping existing cluster ... [23:12:47.603] | : . ' , ; ` | No pre-existing cluster. Skipping [23:12:47.604] | : . ' , ; ` Stopping existing cluster ... done [23:12:47.604] | : . ' , ; Legacy shutdown of cluster workers ... done [23:12:47.604] | : . ' , plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [23:12:47.605] | : . ' , plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [23:12:47.605] | : . ' , ; function (..., workers = availableCores(constraints = "connections-16"), [23:12:47.605] | : . ' , ; rscript_libs = .libPaths()) [23:12:47.605] | : . ' , ; - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:12:47.605] | : . ' , ; - attr(*, "init")= logi TRUE [23:12:47.605] | : . ' , ; - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:12:47.605] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:12:47.605] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:47.605] | : . ' , ; - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:12:47.605] | : . ' , ; - attr(*, "untweakable")= chr "persistent" [23:12:47.605] | : . ' , ; - attr(*, "call")= language plan(strategy, substitute = FALSE) [23:12:47.610] | : . ' , ; init: TRUE [23:12:47.610] | : . ' , ; makeFutureBackend() ... [23:12:47.610] | : . ' , ; ` Backend function: <'NULL'> [23:12:47.611] | : . ' , ; ` Evaluator tweak arguments: [n=0] [23:12:47.611] | : . ' , ; ` list() [23:12:47.612] | : . ' , ; ` Evaluator formal arguments: [n=2] [23:12:47.612] | : . ' , ; ` Dotted pair list of 2 [23:12:47.612] | : . ' , ; ` $ workers : language availableCores(constraints = "connections-16") [23:12:47.612] | : . ' , ; ` $ rscript_libs: language .libPaths() [23:12:47.617] | : . ' , ; ` Arguments passed to the future-backend factory: [n=2] [23:12:47.617] | : . ' , ; ` List of 2 [23:12:47.617] | : . ' , ; ` $ workers : language availableCores(constraints = "connections-16") [23:12:47.617] | : . ' , ; ` $ rscript_libs: language .libPaths() [23:12:47.619] | : . ' , ; ` MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [23:12:47.619] | : . ' , ; ` | Arguments: [23:12:47.620] | : . ' , ; ` | List of 5 [23:12:47.620] | : . ' , ; ` | $ workers : Named int 2 [23:12:47.620] | : . ' , ; ` | ..- attr(*, "names")= chr "mc.cores" [23:12:47.620] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:12:47.620] | : . ' , ; ` | $ interrupts : logi TRUE [23:12:47.620] | : . ' , ; ` | $ gc : logi FALSE [23:12:47.620] | : . ' , ; ` | $ earlySignal : logi FALSE [23:12:47.684] | : . ' , ; ` | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [23:12:47.684] | : . ' , ; ` | : workers: 2 [23:12:47.685] | : . ' , ; ` | : getCluster() ... [23:12:47.685] | : . ' , ; ` | : getCluster() ... done [23:12:47.685] | : . ' , ; ` | : Stopping existing cluster ... [23:12:47.685] | : . ' , ; ` | : . No pre-existing cluster. Skipping [23:12:47.686] | : . ' , ; ` | : Stopping existing cluster ... done [23:12:47.686] | : . ' , ; ` | : Starting new cluster ... [23:12:47.686] | : . ' , ; ` | : . makeCluster(workers, ...) ... [23:12:47.687] | : . ' , ; ` | : . ' Arguments: [23:12:47.687] | : . ' , ; ` | : . ' List of 2 [23:12:47.687] | : . ' , ; ` | : . ' $ : int 2 [23:12:47.687] | : . ' , ; ` | : . ' $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:12:47.689] | : . ' , ; ` | : . ' .makeCluster() ... [23:12:47.689] | : . ' , ; ` | : . ' , workers: '2' [23:12:47.690] | : . ' , ; ` | : . ' , R_FUTURE_PLAN: NA [23:12:47.690] | : . ' , ; ` | : . ' , parallelly::makeClusterPSOCK() arguments: [23:12:47.690] | : . ' , ; ` | : . ' , List of 2 [23:12:47.690] | : . ' , ; ` | : . ' , $ : int 2 [23:12:47.690] | : . ' , ; ` | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:12:48.774] | : . ' , ; ` | : . ' , Generated cluster UUID [23:12:48.774] | : . ' , ; ` | : . ' , Cluster UUID: '478d30a1c6278a2c64cd7a79a6390572' [23:12:48.774] | : . ' , ; ` | : . ' , Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:12:48.779] | : . ' , ; ` | : . ' .makeCluster() ... done [23:12:48.779] | : . ' , ; ` | : . ' Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:12:48.782] | : . ' , ; ` | : . makeCluster(workers, ...) ... done [23:12:48.783] | : . ' , ; ` | : . Number of workers: 2 [23:12:48.783] | : . ' , ; ` | : . Workers UUID: '478d30a1c6278a2c64cd7a79a6390572' [23:12:48.784] | : . ' , ; ` | : Starting new cluster ... done [23:12:48.784] | : . ' , ; ` | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [23:12:48.784] | : . ' , ; ` | Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [23:12:48.785] | : . ' , ; ` MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [23:12:48.785] | : . ' , ; makeFutureBackend() ... done [23:12:48.785] | : . ' , ; nbrOfWorkers(NULL) ... [23:12:48.786] | : . ' , ; ` List of 4 [23:12:48.786] | : . ' , ; ` $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [23:12:48.786] | : . ' , ; ` $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [23:12:48.786] | : . ' , ; ` $ : language nbrOfWorkers() [23:12:48.786] | : . ' , ; ` $ : language nbrOfWorkers.NULL() [23:12:48.789] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:48.790] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:48.790] | : . ' , ; ` Number of workers: 2 [23:12:48.790] | : . ' , ; nbrOfWorkers(NULL) ... done [23:12:48.791] | : . ' , ; plan(): nbrOfWorkers() = 2 [23:12:48.791] | : . ' , plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [23:12:48.791] | : . ' plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done ** Sum function 'A' with plan('multisession') ... function (x, ...) { message("Arguments '...' exists: ", exists("...", inherits = TRUE)) y %<-% { sum(x, ...) } y } Arguments '...' exists: TRUE [23:12:48.792] | : . ' future(..., label = NULL) ... [23:12:48.793] | : . ' , lazy: FALSE [23:12:48.793] | : . ' , stdout: TRUE [23:12:48.793] | : . ' , conditions: [n=1] 'condition' [23:12:48.793] | : . ' , gc: FALSE [23:12:48.794] | : . ' , earlySignal: FALSE [23:12:48.794] | : . ' , getGlobalsAndPackages() ... [23:12:48.794] | : . ' , ; Searching for globals ... [23:12:48.807] | : . ' , ; ` globals found: [4] '{', 'sum', 'x', '...' [23:12:48.807] | : . ' , ; Searching for globals ... done [23:12:48.807] | : . ' , ; Resolving globals: FALSE [23:12:48.808] | : . ' , ; Tweak future expression to call with '...' arguments ... [23:12:48.808] | : . ' , ; ` { [23:12:48.808] | : . ' , ; ` "# future::getGlobalsAndPackages(): wrapping the original future" [23:12:48.808] | : . ' , ; ` "# expression in do.call(), because function called uses '...' " [23:12:48.808] | : . ' , ; ` "# as a global variable " [23:12:48.808] | : . ' , ; ` do.call(function(...) { [23:12:48.808] | : . ' , ; ` sum(x, ...) [23:12:48.808] | : . ' , ; ` }, args = future.call.arguments) [23:12:48.808] | : . ' , ; ` } [23:12:48.809] | : . ' , ; Tweak future expression to call with '...' arguments ... done [23:12:48.809] | : . ' , ; Search for packages associated with the globals ... [23:12:48.809] | : . ' , ; ` Packages associated with globals: [1] 'base' [23:12:48.810] | : . ' , ; ` Packages: [1] 'base' [23:12:48.810] | : . ' , ; Search for packages associated with the globals ... done [23:12:48.811] | : . ' , ; Packages after dropping 'base': [0] [23:12:48.811] | : . ' , ; globals: [2] 'x', 'future.call.arguments' [23:12:48.811] | : . ' , ; packages: [0] [23:12:48.812] | : . ' , getGlobalsAndPackages() ... done [23:12:48.812] | : . ' , run() for 'Future' () ... [23:12:48.813] | : . ' , ; state: 'created' [23:12:48.813] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:48.813] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:48.814] | : . ' , ; Using MultisessionFutureBackend ... [23:12:48.814] | : . ' , ; ` Number of futures since start: 0 (0 created, 0 launched, 0 finished) [23:12:48.814] | : . ' , ; ` Launching futures ... [23:12:48.815] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... [23:12:48.815] | : . ' , ; ` | : Workers: [n=2] [23:12:48.816] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:12:48.819] | : . ' , ; ` | : FutureRegistry: 'workers-478d30a1c6278a2c64cd7a79a6390572' [23:12:48.819] | : . ' , ; ` | : requestWorker() ... [23:12:48.820] | : . ' , ; ` | : . requestNode() ... [23:12:48.820] | : . ' , ; ` | : . ' Number of workers: 2 [23:12:48.820] | : . ' , ; ` | : . ' Polling for a free worker ... [23:12:48.821] | : . ' , ; ` | : . ' , FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... [23:12:48.821] | : . ' , ; ` | : . ' , ; Created empty registry 'workers-478d30a1c6278a2c64cd7a79a6390572' [23:12:48.821] | : . ' , ; ` | : . ' , ; Listing all futures [23:12:48.822] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [23:12:48.822] | : . ' , ; ` | : . ' , FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... done [23:12:48.822] | : . ' , ; ` | : . ' , Total time: 0 [23:12:48.823] | : . ' , ; ` | : . ' Polling for a free worker ... done [23:12:48.823] | : . ' , ; ` | : . ' FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... [23:12:48.823] | : . ' , ; ` | : . ' , Listing all futures [23:12:48.824] | : . ' , ; ` | : . ' , Number of registered futures: 0 [23:12:48.824] | : . ' , ; ` | : . ' FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... done [23:12:48.824] | : . ' , ; ` | : . ' avail: [n=2] '1', '2' [23:12:48.825] | : . ' , ; ` | : . ' Index of first available worker: 1 [23:12:48.825] | : . ' , ; ` | : . ' Validate that the worker is functional ... [23:12:48.826] | : . ' , ; ` | : . ' , Worker is functional [23:12:48.827] | : . ' , ; ` | : . ' , FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... [23:12:48.827] | : . ' , ; ` | : . ' , ; Listing all futures [23:12:48.827] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [23:12:48.828] | : . ' , ; ` | : . ' , FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... done [23:12:48.828] | : . ' , ; ` | : . ' Validate that the worker is functional ... done [23:12:48.828] | : . ' , ; ` | : . requestNode() ... done [23:12:48.829] | : . ' , ; ` | : . cluster node index: 1 [23:12:48.829] | : . ' , ; ` | : requestWorker() ... done [23:12:48.829] | : . ' , ; ` | : eraseGlobalEnvironment() ... [23:12:48.830] | : . ' , ; ` | : eraseGlobalEnvironment() ... done [23:12:48.831] | : . ' , ; ` | : launchFuture() ... [23:12:48.831] | : . ' , ; ` | : . cluster node index: 1 [23:12:48.831] | : . ' , ; ` | : . getFutureData() ... [23:12:48.832] | : . ' , ; ` | : . ' getFutureCore() ... [23:12:48.832] | : . ' , ; ` | : . ' , Packages needed by the future expression (n = 0): [23:12:48.832] | : . ' , ; ` | : . ' getFutureCore() ... done [23:12:48.833] | : . ' , ; ` | : . ' getFutureCapture() ... [23:12:48.833] | : . ' , ; ` | : . ' getFutureCapture() ... done [23:12:48.833] | : . ' , ; ` | : . ' getFutureContext() ... [23:12:48.834] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:48.834] | : . ' , ; ` | : . ' , ; Getting stack without first backend: [n=0] [23:12:48.835] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:48.835] | : . ' , ; ` | : . ' , Packages needed by future backend (n = 0): [23:12:48.835] | : . ' , ; ` | : . ' getFutureContext() ... done [23:12:48.836] | : . ' , ; ` | : . getFutureData() ... done [23:12:48.837] | : . ' , ; ` | : . FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'add', earlySignal = 0) ... [23:12:48.837] | : . ' , ; ` | : . ' Appended future to position #1 [23:12:48.837] | : . ' , ; ` | : . ' Number of registered futures: 1 [23:12:48.838] | : . ' , ; ` | : . FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'add', earlySignal = 0) ... done [23:12:48.838] | : . ' , ; ` | : launchFuture() ... done [23:12:48.838] | : . ' , ; ` | : MultisessionFuture started [23:12:48.839] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... done [23:12:48.839] | : . ' , ; ` Launching futures ... done [23:12:48.839] | : . ' , ; ` Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:12:48.839] | : . ' , ; Using MultisessionFutureBackend ... done [23:12:48.840] | : . ' , run() for 'Future' () ... done [23:12:48.840] | : . ' future(..., label = NULL) ... done [23:12:48.840] | : . ' value() for MultisessionFuture () ... [23:12:48.841] | : . ' , result() for ClusterFuture ... [23:12:48.842] | : . ' , ; assertValidConnection() ... [23:12:48.842] | : . ' , ; ` cluster node index: 1 [23:12:48.843] | : . ' , ; assertValidConnection() ... done [23:12:48.844] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [23:12:48.844] | : . ' , ; ` cluster node index: 1 [23:12:48.937] | : . ' , ; ` [1] TRUE [23:12:48.938] | : . ' , ; ` Received data: [23:12:48.938] | : . ' , ; ` List of 5 [23:12:48.938] | : . ' , ; ` $ type : chr "VALUE" [23:12:48.938] | : . ' , ; ` $ value :List of 16 [23:12:48.938] | : . ' , ; ` ..$ value : num 6 [23:12:48.938] | : . ' , ; ` ..$ visible : logi TRUE [23:12:48.938] | : . ' , ; ` ..$ stdout : chr "" [23:12:48.938] | : . ' , ; ` ..$ conditions : list() [23:12:48.938] | : . ' , ; ` ..$ rng : logi FALSE [23:12:48.938] | : . ' , ; ` ..$ seed : NULL [23:12:48.938] | : . ' , ; ` ..$ misuseGlobalEnv : NULL [23:12:48.938] | : . ' , ; ` ..$ misuseConnections :List of 3 [23:12:48.938] | : . ' , ; ` .. ..$ added : NULL [23:12:48.938] | : . ' , ; ` .. ..$ removed : NULL [23:12:48.938] | : . ' , ; ` .. ..$ replaced: NULL [23:12:48.938] | : . ' , ; ` ..$ misuseDevices : NULL [23:12:48.938] | : . ' , ; ` ..$ misuseDefaultDevice: list() [23:12:48.938] | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2025-11-16 23:12:48" [23:12:48.938] | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2025-11-16 23:12:48" [23:12:48.938] | : . ' , ; ` ..$ uuid : chr [1:2] "ef75d8d29989909c559eb141d139d012" "7" [23:12:48.938] | : . ' , ; ` ..$ session_uuid : chr "9d86be86104be975d5af37584c27e82c" [23:12:48.938] | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [23:12:48.938] | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [23:12:48.938] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:12:48.938] | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:12:48.938] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:12:48.938] | : . ' , ; ` .. .. ..$ pid : int 55228 [23:12:48.938] | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:12:48" [23:12:48.938] | : . ' , ; ` .. .. ..$ random: int 2147483647 [23:12:48.938] | : . ' , ; ` ..$ r_info :List of 4 [23:12:48.938] | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:12:48.938] | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [23:12:48.938] | : . ' , ; ` .. ..$ os : chr "windows" [23:12:48.938] | : . ' , ; ` .. ..$ os_name : chr "Windows" [23:12:48.938] | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [23:12:48.938] | : . ' , ; ` ..$ version : chr "1.8" [23:12:48.938] | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [23:12:48.938] | : . ' , ; ` $ success: logi TRUE [23:12:48.938] | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0.08 0.02 0.09 NA NA [23:12:48.938] | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:12:48.938] | : . ' , ; ` $ tag : NULL [23:12:48.962] | : . ' , ; ` Received FutureResult [23:12:48.963] | : . ' , ; ` FutureResult: [23:12:48.963] | : . ' , ; ` value: 'numeric' [23:12:48.963] | : . ' , ; ` visible: TRUE [23:12:48.963] | : . ' , ; ` stdout: character [23:12:48.963] | : . ' , ; ` conditions: [n = 0] [23:12:48.963] | : . ' , ; ` RNG used: FALSE [23:12:48.963] | : . ' , ; ` duration: 0.09516597 secs (started 2025-11-16 23:12:48.840841) [23:12:48.963] | : . ' , ; ` version: 1.8 [23:12:48.964] | : . ' , ; ` FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'remove', earlySignal = 0) ... [23:12:48.965] | : . ' , ; ` | Removed future from position #1 [23:12:48.965] | : . ' , ; ` | Number of registered futures: 0 [23:12:48.965] | : . ' , ; ` FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'remove', earlySignal = 0) ... done [23:12:48.966] | : . ' , ; ` Erased future from future backend [23:12:48.966] | : . ' , ; ` result() for ClusterFuture ... [23:12:48.966] | : . ' , ; ` | result already collected: FutureResult [23:12:48.967] | : . ' , ; ` result() for ClusterFuture ... done [23:12:48.967] | : . ' , ; ` signalConditions() ... [23:12:48.967] | : . ' , ; ` | include = 'immediateCondition' [23:12:48.967] | : . ' , ; ` | exclude = [23:12:48.968] | : . ' , ; ` | resignal = FALSE [23:12:48.968] | : . ' , ; ` | Number of conditions: 0 [23:12:48.968] | : . ' , ; ` | int 0 [23:12:48.969] | : . ' , ; ` signalConditions() ... done [23:12:48.970] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [23:12:48.970] | : . ' , result() for ClusterFuture ... done [23:12:48.970] | : . ' , result() for ClusterFuture ... [23:12:48.971] | : . ' , ; result already collected: FutureResult [23:12:48.971] | : . ' , result() for ClusterFuture ... done [23:12:48.971] | : . ' , signalConditions() ... [23:12:48.971] | : . ' , ; include = 'immediateCondition' [23:12:48.972] | : . ' , ; exclude = [23:12:48.972] | : . ' , ; resignal = FALSE [23:12:48.972] | : . ' , ; Number of conditions: 0 [23:12:48.973] | : . ' , ; int 0 [23:12:48.974] | : . ' , signalConditions() ... done [23:12:48.974] | : . ' , relay stdout ... [23:12:48.974] | : . ' , relay stdout ... done [23:12:48.974] | : . ' , check for misuse ... [23:12:48.975] | : . ' , check for misuse ... done [23:12:48.975] | : . ' value() for MultisessionFuture () ... done [1] 6 ** Sum function 'B' with plan('multisession') ... function (x, ...) { sumt <- function(x) { message("Arguments '...' exists: ", exists("...", inherits = TRUE)) y %<-% { sum(x, ...) } y } sumt(x) } Arguments '...' exists: TRUE [23:12:48.976] | : . ' future(..., label = NULL) ... [23:12:48.977] | : . ' , lazy: FALSE [23:12:48.977] | : . ' , stdout: TRUE [23:12:48.977] | : . ' , conditions: [n=1] 'condition' [23:12:48.978] | : . ' , gc: FALSE [23:12:48.978] | : . ' , earlySignal: FALSE [23:12:48.978] | : . ' , getGlobalsAndPackages() ... [23:12:48.978] | : . ' , ; Searching for globals ... [23:12:48.992] | : . ' , ; ` globals found: [4] '{', 'sum', 'x', '...' [23:12:48.992] | : . ' , ; Searching for globals ... done [23:12:48.992] | : . ' , ; Resolving globals: FALSE [23:12:48.993] | : . ' , ; Tweak future expression to call with '...' arguments ... [23:12:48.993] | : . ' , ; ` { [23:12:48.993] | : . ' , ; ` "# future::getGlobalsAndPackages(): wrapping the original future" [23:12:48.993] | : . ' , ; ` "# expression in do.call(), because function called uses '...' " [23:12:48.993] | : . ' , ; ` "# as a global variable " [23:12:48.993] | : . ' , ; ` do.call(function(...) { [23:12:48.993] | : . ' , ; ` sum(x, ...) [23:12:48.993] | : . ' , ; ` }, args = future.call.arguments) [23:12:48.993] | : . ' , ; ` } [23:12:48.994] | : . ' , ; Tweak future expression to call with '...' arguments ... done [23:12:48.994] | : . ' , ; Search for packages associated with the globals ... [23:12:48.995] | : . ' , ; ` Packages associated with globals: [1] 'base' [23:12:48.995] | : . ' , ; ` Packages: [1] 'base' [23:12:48.996] | : . ' , ; Search for packages associated with the globals ... done [23:12:48.996] | : . ' , ; Packages after dropping 'base': [0] [23:12:48.996] | : . ' , ; globals: [2] 'x', 'future.call.arguments' [23:12:48.997] | : . ' , ; packages: [0] [23:12:48.997] | : . ' , getGlobalsAndPackages() ... done [23:12:48.998] | : . ' , run() for 'Future' () ... [23:12:48.998] | : . ' , ; state: 'created' [23:12:48.998] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:48.998] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:48.999] | : . ' , ; Using MultisessionFutureBackend ... [23:12:48.999] | : . ' , ; ` Number of futures since start: 1 (1 created, 1 launched, 1 finished) [23:12:48.999] | : . ' , ; ` Launching futures ... [23:12:49.000] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... [23:12:49.000] | : . ' , ; ` | : Workers: [n=2] [23:12:49.000] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:12:49.004] | : . ' , ; ` | : FutureRegistry: 'workers-478d30a1c6278a2c64cd7a79a6390572' [23:12:49.004] | : . ' , ; ` | : requestWorker() ... [23:12:49.004] | : . ' , ; ` | : . requestNode() ... [23:12:49.009] | : . ' , ; ` | : . ' Number of workers: 2 [23:12:49.009] | : . ' , ; ` | : . ' Polling for a free worker ... [23:12:49.009] | : . ' , ; ` | : . ' , FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... [23:12:49.009] | : . ' , ; ` | : . ' , ; Listing all futures [23:12:49.010] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [23:12:49.010] | : . ' , ; ` | : . ' , FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... done [23:12:49.010] | : . ' , ; ` | : . ' , Total time: 0 [23:12:49.011] | : . ' , ; ` | : . ' Polling for a free worker ... done [23:12:49.011] | : . ' , ; ` | : . ' FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... [23:12:49.011] | : . ' , ; ` | : . ' , Listing all futures [23:12:49.011] | : . ' , ; ` | : . ' , Number of registered futures: 0 [23:12:49.012] | : . ' , ; ` | : . ' FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... done [23:12:49.012] | : . ' , ; ` | : . ' avail: [n=2] '1', '2' [23:12:49.012] | : . ' , ; ` | : . ' Index of first available worker: 1 [23:12:49.013] | : . ' , ; ` | : . ' Validate that the worker is functional ... [23:12:49.013] | : . ' , ; ` | : . ' , Worker is functional [23:12:49.014] | : . ' , ; ` | : . ' , FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... [23:12:49.014] | : . ' , ; ` | : . ' , ; Listing all futures [23:12:49.014] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [23:12:49.014] | : . ' , ; ` | : . ' , FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... done [23:12:49.015] | : . ' , ; ` | : . ' Validate that the worker is functional ... done [23:12:49.015] | : . ' , ; ` | : . requestNode() ... done [23:12:49.015] | : . ' , ; ` | : . cluster node index: 1 [23:12:49.016] | : . ' , ; ` | : requestWorker() ... done [23:12:49.016] | : . ' , ; ` | : eraseGlobalEnvironment() ... [23:12:49.017] | : . ' , ; ` | : eraseGlobalEnvironment() ... done [23:12:49.017] | : . ' , ; ` | : launchFuture() ... [23:12:49.017] | : . ' , ; ` | : . cluster node index: 1 [23:12:49.018] | : . ' , ; ` | : . getFutureData() ... [23:12:49.018] | : . ' , ; ` | : . ' getFutureCore() ... [23:12:49.018] | : . ' , ; ` | : . ' , Packages needed by the future expression (n = 0): [23:12:49.018] | : . ' , ; ` | : . ' getFutureCore() ... done [23:12:49.019] | : . ' , ; ` | : . ' getFutureCapture() ... [23:12:49.019] | : . ' , ; ` | : . ' getFutureCapture() ... done [23:12:49.019] | : . ' , ; ` | : . ' getFutureContext() ... [23:12:49.020] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:49.020] | : . ' , ; ` | : . ' , ; Getting stack without first backend: [n=0] [23:12:49.020] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:49.021] | : . ' , ; ` | : . ' , Packages needed by future backend (n = 0): [23:12:49.021] | : . ' , ; ` | : . ' getFutureContext() ... done [23:12:49.021] | : . ' , ; ` | : . getFutureData() ... done [23:12:49.022] | : . ' , ; ` | : . FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'add', earlySignal = 0) ... [23:12:49.022] | : . ' , ; ` | : . ' Appended future to position #1 [23:12:49.023] | : . ' , ; ` | : . ' Number of registered futures: 1 [23:12:49.023] | : . ' , ; ` | : . FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'add', earlySignal = 0) ... done [23:12:49.023] | : . ' , ; ` | : launchFuture() ... done [23:12:49.024] | : . ' , ; ` | : MultisessionFuture started [23:12:49.024] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... done [23:12:49.024] | : . ' , ; ` Launching futures ... done [23:12:49.025] | : . ' , ; ` Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:12:49.025] | : . ' , ; Using MultisessionFutureBackend ... done [23:12:49.026] | : . ' , run() for 'Future' () ... done [23:12:49.026] | : . ' future(..., label = NULL) ... done [23:12:49.026] | : . ' value() for MultisessionFuture () ... [23:12:49.027] | : . ' , result() for ClusterFuture ... [23:12:49.027] | : . ' , ; assertValidConnection() ... [23:12:49.028] | : . ' , ; ` cluster node index: 1 [23:12:49.029] | : . ' , ; assertValidConnection() ... done [23:12:49.029] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [23:12:49.029] | : . ' , ; ` cluster node index: 1 [23:12:49.030] | : . ' , ; ` [1] TRUE [23:12:49.031] | : . ' , ; ` Received data: [23:12:49.031] | : . ' , ; ` List of 5 [23:12:49.031] | : . ' , ; ` $ type : chr "VALUE" [23:12:49.031] | : . ' , ; ` $ value :List of 16 [23:12:49.031] | : . ' , ; ` ..$ value : num 6 [23:12:49.031] | : . ' , ; ` ..$ visible : logi TRUE [23:12:49.031] | : . ' , ; ` ..$ stdout : chr "" [23:12:49.031] | : . ' , ; ` ..$ conditions : list() [23:12:49.031] | : . ' , ; ` ..$ rng : logi FALSE [23:12:49.031] | : . ' , ; ` ..$ seed : NULL [23:12:49.031] | : . ' , ; ` ..$ misuseGlobalEnv : NULL [23:12:49.031] | : . ' , ; ` ..$ misuseConnections :List of 3 [23:12:49.031] | : . ' , ; ` .. ..$ added : NULL [23:12:49.031] | : . ' , ; ` .. ..$ removed : NULL [23:12:49.031] | : . ' , ; ` .. ..$ replaced: NULL [23:12:49.031] | : . ' , ; ` ..$ misuseDevices : NULL [23:12:49.031] | : . ' , ; ` ..$ misuseDefaultDevice: list() [23:12:49.031] | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2025-11-16 23:12:49" [23:12:49.031] | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2025-11-16 23:12:49" [23:12:49.031] | : . ' , ; ` ..$ uuid : chr [1:2] "ef75d8d29989909c559eb141d139d012" "8" [23:12:49.031] | : . ' , ; ` ..$ session_uuid : chr "9d86be86104be975d5af37584c27e82c" [23:12:49.031] | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [23:12:49.031] | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [23:12:49.031] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:12:49.031] | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:12:49.031] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:12:49.031] | : . ' , ; ` .. .. ..$ pid : int 55228 [23:12:49.031] | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:12:48" [23:12:49.031] | : . ' , ; ` .. .. ..$ random: int 2147483647 [23:12:49.031] | : . ' , ; ` ..$ r_info :List of 4 [23:12:49.031] | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:12:49.031] | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [23:12:49.031] | : . ' , ; ` .. ..$ os : chr "windows" [23:12:49.031] | : . ' , ; ` .. ..$ os_name : chr "Windows" [23:12:49.031] | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [23:12:49.031] | : . ' , ; ` ..$ version : chr "1.8" [23:12:49.031] | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [23:12:49.031] | : . ' , ; ` $ success: logi TRUE [23:12:49.031] | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:12:49.031] | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:12:49.031] | : . ' , ; ` $ tag : NULL [23:12:49.058] | : . ' , ; ` Received FutureResult [23:12:49.058] | : . ' , ; ` FutureResult: [23:12:49.058] | : . ' , ; ` value: 'numeric' [23:12:49.058] | : . ' , ; ` visible: TRUE [23:12:49.058] | : . ' , ; ` stdout: character [23:12:49.058] | : . ' , ; ` conditions: [n = 0] [23:12:49.058] | : . ' , ; ` RNG used: FALSE [23:12:49.058] | : . ' , ; ` duration: 0.005403996 secs (started 2025-11-16 23:12:49.02267) [23:12:49.058] | : . ' , ; ` version: 1.8 [23:12:49.059] | : . ' , ; ` FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'remove', earlySignal = 0) ... [23:12:49.060] | : . ' , ; ` | Removed future from position #1 [23:12:49.060] | : . ' , ; ` | Number of registered futures: 0 [23:12:49.061] | : . ' , ; ` FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'remove', earlySignal = 0) ... done [23:12:49.061] | : . ' , ; ` Erased future from future backend [23:12:49.061] | : . ' , ; ` result() for ClusterFuture ... [23:12:49.062] | : . ' , ; ` | result already collected: FutureResult [23:12:49.062] | : . ' , ; ` result() for ClusterFuture ... done [23:12:49.062] | : . ' , ; ` signalConditions() ... [23:12:49.063] | : . ' , ; ` | include = 'immediateCondition' [23:12:49.063] | : . ' , ; ` | exclude = [23:12:49.063] | : . ' , ; ` | resignal = FALSE [23:12:49.064] | : . ' , ; ` | Number of conditions: 0 [23:12:49.064] | : . ' , ; ` | int 0 [23:12:49.065] | : . ' , ; ` signalConditions() ... done [23:12:49.065] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [23:12:49.066] | : . ' , result() for ClusterFuture ... done [23:12:49.066] | : . ' , result() for ClusterFuture ... [23:12:49.066] | : . ' , ; result already collected: FutureResult [23:12:49.067] | : . ' , result() for ClusterFuture ... done [23:12:49.067] | : . ' , signalConditions() ... [23:12:49.068] | : . ' , ; include = 'immediateCondition' [23:12:49.068] | : . ' , ; exclude = [23:12:49.068] | : . ' , ; resignal = FALSE [23:12:49.069] | : . ' , ; Number of conditions: 0 [23:12:49.069] | : . ' , ; int 0 [23:12:49.070] | : . ' , signalConditions() ... done [23:12:49.070] | : . ' , relay stdout ... [23:12:49.071] | : . ' , relay stdout ... done [23:12:49.071] | : . ' , check for misuse ... [23:12:49.071] | : . ' , check for misuse ... done [23:12:49.072] | : . ' value() for MultisessionFuture () ... done [1] 6 ** Sum function 'C' with plan('multisession') ... function (x, y) { message("Arguments '...' exists: ", exists("...", inherits = TRUE)) y %<-% { sum(x, y) } y } Arguments '...' exists: FALSE [23:12:49.073] | : . ' future(..., label = NULL) ... [23:12:49.073] | : . ' , lazy: FALSE [23:12:49.074] | : . ' , stdout: TRUE [23:12:49.074] | : . ' , conditions: [n=1] 'condition' [23:12:49.074] | : . ' , gc: FALSE [23:12:49.075] | : . ' , earlySignal: FALSE [23:12:49.075] | : . ' , getGlobalsAndPackages() ... [23:12:49.075] | : . ' , ; Searching for globals ... [23:12:49.088] | : . ' , ; ` globals found: [4] '{', 'sum', 'x', 'y' [23:12:49.089] | : . ' , ; Searching for globals ... done [23:12:49.089] | : . ' , ; Resolving globals: FALSE [23:12:49.089] | : . ' , ; Search for packages associated with the globals ... [23:12:49.090] | : . ' , ; ` Packages associated with globals: [1] 'base' [23:12:49.090] | : . ' , ; ` Packages: [1] 'base' [23:12:49.090] | : . ' , ; Search for packages associated with the globals ... done [23:12:49.091] | : . ' , ; Packages after dropping 'base': [0] [23:12:49.091] | : . ' , ; globals: [2] 'x', 'y' [23:12:49.091] | : . ' , ; packages: [0] [23:12:49.092] | : . ' , getGlobalsAndPackages() ... done [23:12:49.092] | : . ' , run() for 'Future' () ... [23:12:49.093] | : . ' , ; state: 'created' [23:12:49.093] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:49.093] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:49.094] | : . ' , ; Using MultisessionFutureBackend ... [23:12:49.094] | : . ' , ; ` Number of futures since start: 2 (2 created, 2 launched, 2 finished) [23:12:49.094] | : . ' , ; ` Launching futures ... [23:12:49.095] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... [23:12:49.095] | : . ' , ; ` | : Workers: [n=2] [23:12:49.095] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:12:49.098] | : . ' , ; ` | : FutureRegistry: 'workers-478d30a1c6278a2c64cd7a79a6390572' [23:12:49.099] | : . ' , ; ` | : requestWorker() ... [23:12:49.099] | : . ' , ; ` | : . requestNode() ... [23:12:49.100] | : . ' , ; ` | : . ' Number of workers: 2 [23:12:49.100] | : . ' , ; ` | : . ' Polling for a free worker ... [23:12:49.100] | : . ' , ; ` | : . ' , FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... [23:12:49.100] | : . ' , ; ` | : . ' , ; Listing all futures [23:12:49.101] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [23:12:49.101] | : . ' , ; ` | : . ' , FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... done [23:12:49.101] | : . ' , ; ` | : . ' , Total time: 0 [23:12:49.102] | : . ' , ; ` | : . ' Polling for a free worker ... done [23:12:49.102] | : . ' , ; ` | : . ' FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... [23:12:49.102] | : . ' , ; ` | : . ' , Listing all futures [23:12:49.102] | : . ' , ; ` | : . ' , Number of registered futures: 0 [23:12:49.103] | : . ' , ; ` | : . ' FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... done [23:12:49.103] | : . ' , ; ` | : . ' avail: [n=2] '1', '2' [23:12:49.103] | : . ' , ; ` | : . ' Index of first available worker: 1 [23:12:49.104] | : . ' , ; ` | : . ' Validate that the worker is functional ... [23:12:49.105] | : . ' , ; ` | : . ' , Worker is functional [23:12:49.105] | : . ' , ; ` | : . ' , FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... [23:12:49.105] | : . ' , ; ` | : . ' , ; Listing all futures [23:12:49.106] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [23:12:49.106] | : . ' , ; ` | : . ' , FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... done [23:12:49.106] | : . ' , ; ` | : . ' Validate that the worker is functional ... done [23:12:49.106] | : . ' , ; ` | : . requestNode() ... done [23:12:49.107] | : . ' , ; ` | : . cluster node index: 1 [23:12:49.107] | : . ' , ; ` | : requestWorker() ... done [23:12:49.108] | : . ' , ; ` | : eraseGlobalEnvironment() ... [23:12:49.109] | : . ' , ; ` | : eraseGlobalEnvironment() ... done [23:12:49.109] | : . ' , ; ` | : launchFuture() ... [23:12:49.109] | : . ' , ; ` | : . cluster node index: 1 [23:12:49.109] | : . ' , ; ` | : . getFutureData() ... [23:12:49.110] | : . ' , ; ` | : . ' getFutureCore() ... [23:12:49.110] | : . ' , ; ` | : . ' , Packages needed by the future expression (n = 0): [23:12:49.110] | : . ' , ; ` | : . ' getFutureCore() ... done [23:12:49.110] | : . ' , ; ` | : . ' getFutureCapture() ... [23:12:49.110] | : . ' , ; ` | : . ' getFutureCapture() ... done [23:12:49.110] | : . ' , ; ` | : . ' getFutureContext() ... [23:12:49.111] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:49.111] | : . ' , ; ` | : . ' , ; Getting stack without first backend: [n=0] [23:12:49.111] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:49.111] | : . ' , ; ` | : . ' , Packages needed by future backend (n = 0): [23:12:49.111] | : . ' , ; ` | : . ' getFutureContext() ... done [23:12:49.112] | : . ' , ; ` | : . getFutureData() ... done [23:12:49.112] | : . ' , ; ` | : . FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'add', earlySignal = 0) ... [23:12:49.112] | : . ' , ; ` | : . ' Appended future to position #1 [23:12:49.113] | : . ' , ; ` | : . ' Number of registered futures: 1 [23:12:49.113] | : . ' , ; ` | : . FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'add', earlySignal = 0) ... done [23:12:49.113] | : . ' , ; ` | : launchFuture() ... done [23:12:49.113] | : . ' , ; ` | : MultisessionFuture started [23:12:49.113] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... done [23:12:49.114] | : . ' , ; ` Launching futures ... done [23:12:49.114] | : . ' , ; ` Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:12:49.114] | : . ' , ; Using MultisessionFutureBackend ... done [23:12:49.115] | : . ' , run() for 'Future' () ... done [23:12:49.115] | : . ' future(..., label = NULL) ... done [23:12:49.115] | : . ' value() for MultisessionFuture () ... [23:12:49.116] | : . ' , result() for ClusterFuture ... [23:12:49.116] | : . ' , ; assertValidConnection() ... [23:12:49.116] | : . ' , ; ` cluster node index: 1 [23:12:49.117] | : . ' , ; assertValidConnection() ... done [23:12:49.117] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [23:12:49.117] | : . ' , ; ` cluster node index: 1 [23:12:49.119] | : . ' , ; ` [1] TRUE [23:12:49.120] | : . ' , ; ` Received data: [23:12:49.120] | : . ' , ; ` List of 5 [23:12:49.120] | : . ' , ; ` $ type : chr "VALUE" [23:12:49.120] | : . ' , ; ` $ value :List of 16 [23:12:49.120] | : . ' , ; ` ..$ value : num 6 [23:12:49.120] | : . ' , ; ` ..$ visible : logi TRUE [23:12:49.120] | : . ' , ; ` ..$ stdout : chr "" [23:12:49.120] | : . ' , ; ` ..$ conditions : list() [23:12:49.120] | : . ' , ; ` ..$ rng : logi FALSE [23:12:49.120] | : . ' , ; ` ..$ seed : NULL [23:12:49.120] | : . ' , ; ` ..$ misuseGlobalEnv : NULL [23:12:49.120] | : . ' , ; ` ..$ misuseConnections :List of 3 [23:12:49.120] | : . ' , ; ` .. ..$ added : NULL [23:12:49.120] | : . ' , ; ` .. ..$ removed : NULL [23:12:49.120] | : . ' , ; ` .. ..$ replaced: NULL [23:12:49.120] | : . ' , ; ` ..$ misuseDevices : NULL [23:12:49.120] | : . ' , ; ` ..$ misuseDefaultDevice: list() [23:12:49.120] | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2025-11-16 23:12:49" [23:12:49.120] | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2025-11-16 23:12:49" [23:12:49.120] | : . ' , ; ` ..$ uuid : chr [1:2] "ef75d8d29989909c559eb141d139d012" "9" [23:12:49.120] | : . ' , ; ` ..$ session_uuid : chr "9d86be86104be975d5af37584c27e82c" [23:12:49.120] | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [23:12:49.120] | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [23:12:49.120] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:12:49.120] | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:12:49.120] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:12:49.120] | : . ' , ; ` .. .. ..$ pid : int 55228 [23:12:49.120] | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:12:48" [23:12:49.120] | : . ' , ; ` .. .. ..$ random: int 2147483647 [23:12:49.120] | : . ' , ; ` ..$ r_info :List of 4 [23:12:49.120] | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:12:49.120] | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [23:12:49.120] | : . ' , ; ` .. ..$ os : chr "windows" [23:12:49.120] | : . ' , ; ` .. ..$ os_name : chr "Windows" [23:12:49.120] | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [23:12:49.120] | : . ' , ; ` ..$ version : chr "1.8" [23:12:49.120] | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [23:12:49.120] | : . ' , ; ` $ success: logi TRUE [23:12:49.120] | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [23:12:49.120] | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:12:49.120] | : . ' , ; ` $ tag : NULL [23:12:49.135] | : . ' , ; ` Received FutureResult [23:12:49.135] | : . ' , ; ` FutureResult: [23:12:49.135] | : . ' , ; ` value: 'numeric' [23:12:49.135] | : . ' , ; ` visible: TRUE [23:12:49.135] | : . ' , ; ` stdout: character [23:12:49.135] | : . ' , ; ` conditions: [n = 0] [23:12:49.135] | : . ' , ; ` RNG used: FALSE [23:12:49.135] | : . ' , ; ` duration: 0.005048037 secs (started 2025-11-16 23:12:49.11301) [23:12:49.135] | : . ' , ; ` version: 1.8 [23:12:49.136] | : . ' , ; ` FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'remove', earlySignal = 0) ... [23:12:49.137] | : . ' , ; ` | Removed future from position #1 [23:12:49.137] | : . ' , ; ` | Number of registered futures: 0 [23:12:49.137] | : . ' , ; ` FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'remove', earlySignal = 0) ... done [23:12:49.138] | : . ' , ; ` Erased future from future backend [23:12:49.138] | : . ' , ; ` result() for ClusterFuture ... [23:12:49.138] | : . ' , ; ` | result already collected: FutureResult [23:12:49.139] | : . ' , ; ` result() for ClusterFuture ... done [23:12:49.139] | : . ' , ; ` signalConditions() ... [23:12:49.139] | : . ' , ; ` | include = 'immediateCondition' [23:12:49.139] | : . ' , ; ` | exclude = [23:12:49.139] | : . ' , ; ` | resignal = FALSE [23:12:49.139] | : . ' , ; ` | Number of conditions: 0 [23:12:49.140] | : . ' , ; ` | int 0 [23:12:49.140] | : . ' , ; ` signalConditions() ... done [23:12:49.140] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [23:12:49.140] | : . ' , result() for ClusterFuture ... done [23:12:49.141] | : . ' , result() for ClusterFuture ... [23:12:49.141] | : . ' , ; result already collected: FutureResult [23:12:49.141] | : . ' , result() for ClusterFuture ... done [23:12:49.141] | : . ' , signalConditions() ... [23:12:49.141] | : . ' , ; include = 'immediateCondition' [23:12:49.142] | : . ' , ; exclude = [23:12:49.142] | : . ' , ; resignal = FALSE [23:12:49.142] | : . ' , ; Number of conditions: 0 [23:12:49.142] | : . ' , ; int 0 [23:12:49.143] | : . ' , signalConditions() ... done [23:12:49.143] | : . ' , relay stdout ... [23:12:49.143] | : . ' , relay stdout ... done [23:12:49.143] | : . ' , check for misuse ... [23:12:49.143] | : . ' , check for misuse ... done [23:12:49.143] | : . ' value() for MultisessionFuture () ... done [1] 6 ** Sum function 'D' with plan('multisession') ... function (x, y) { message("Arguments '...' exists: ", exists("...", inherits = TRUE)) y %<-% { sum(x, y, ...) } y } Arguments '...' exists: FALSE [23:12:49.144] | : . ' future(..., label = NULL) ... [23:12:49.144] | : . ' , lazy: FALSE [23:12:49.144] | : . ' , stdout: TRUE [23:12:49.145] | : . ' , conditions: [n=1] 'condition' [23:12:49.145] | : . ' , gc: FALSE [23:12:49.145] | : . ' , earlySignal: FALSE [23:12:49.145] | : . ' , getGlobalsAndPackages() ... [23:12:49.146] | : . ' , ; Searching for globals ... [23:12:49.157] | : . ' , ; ` globals found: [5] '{', 'sum', 'x', 'y', '...' [23:12:49.158] | : . ' , ; Searching for globals ... done [23:12:49.158] | : . ' , ; Resolving globals: FALSE [23:12:49.158] | : . ' , ; Tweak future expression to call with '...' arguments ... [23:12:49.158] | : . ' , ; ` Search for packages associated with the globals ... [23:12:49.159] | : . ' , ; ` | Packages associated with globals: [1] 'base' [23:12:49.159] | : . ' , ; ` | Packages: [1] 'base' [23:12:49.159] | : . ' , ; ` Search for packages associated with the globals ... done [23:12:49.159] | : . ' , ; ` Packages after dropping 'base': [0] [23:12:49.160] | : . ' , ; ` globals: [2] 'x', 'y' [23:12:49.162] | : . ' , ; ` packages: [0] [23:12:49.162] | : . ' , ; Tweak future expression to call with '...' arguments ... done [23:12:49.162] | : . ' , ; run() for 'Future' () ... [23:12:49.162] | : . ' , ; ` state: 'created' [23:12:49.163] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:49.163] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:49.163] | : . ' , ; ` Using MultisessionFutureBackend ... [23:12:49.163] | : . ' , ; ` | Number of futures since start: 3 (3 created, 3 launched, 3 finished) [23:12:49.164] | : . ' , ; ` | Launching futures ... [23:12:49.164] | : . ' , ; ` | : launchFuture() for ClusterFutureBackend ... [23:12:49.164] | : . ' , ; ` | : . Workers: [n=2] [23:12:49.164] | : . ' , ; ` | : . Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:12:49.167] | : . ' , ; ` | : . FutureRegistry: 'workers-478d30a1c6278a2c64cd7a79a6390572' [23:12:49.167] | : . ' , ; ` | : . requestWorker() ... [23:12:49.168] | : . ' , ; ` | : . ' requestNode() ... [23:12:49.168] | : . ' , ; ` | : . ' , Number of workers: 2 [23:12:49.168] | : . ' , ; ` | : . ' , Polling for a free worker ... [23:12:49.168] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... [23:12:49.169] | : . ' , ; ` | : . ' , ; ` Listing all futures [23:12:49.169] | : . ' , ; ` | : . ' , ; ` Number of registered futures: 0 [23:12:49.169] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... done [23:12:49.169] | : . ' , ; ` | : . ' , ; Total time: 0 [23:12:49.170] | : . ' , ; ` | : . ' , Polling for a free worker ... done [23:12:49.170] | : . ' , ; ` | : . ' , FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... [23:12:49.170] | : . ' , ; ` | : . ' , ; Listing all futures [23:12:49.170] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [23:12:49.170] | : . ' , ; ` | : . ' , FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... done [23:12:49.170] | : . ' , ; ` | : . ' , avail: [n=2] '1', '2' [23:12:49.171] | : . ' , ; ` | : . ' , Index of first available worker: 1 [23:12:49.171] | : . ' , ; ` | : . ' , Validate that the worker is functional ... [23:12:49.171] | : . ' , ; ` | : . ' , ; Worker is functional [23:12:49.171] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... [23:12:49.172] | : . ' , ; ` | : . ' , ; ` Listing all futures [23:12:49.172] | : . ' , ; ` | : . ' , ; ` Number of registered futures: 0 [23:12:49.172] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... done [23:12:49.172] | : . ' , ; ` | : . ' , Validate that the worker is functional ... done [23:12:49.172] | : . ' , ; ` | : . ' requestNode() ... done [23:12:49.173] | : . ' , ; ` | : . ' cluster node index: 1 [23:12:49.173] | : . ' , ; ` | : . requestWorker() ... done [23:12:49.173] | : . ' , ; ` | : . eraseGlobalEnvironment() ... [23:12:49.174] | : . ' , ; ` | : . eraseGlobalEnvironment() ... done [23:12:49.174] | : . ' , ; ` | : . launchFuture() ... [23:12:49.174] | : . ' , ; ` | : . ' cluster node index: 1 [23:12:49.174] | : . ' , ; ` | : . ' getFutureData() ... [23:12:49.175] | : . ' , ; ` | : . ' , getFutureCore() ... [23:12:49.175] | : . ' , ; ` | : . ' , ; Packages needed by the future expression (n = 0): [23:12:49.175] | : . ' , ; ` | : . ' , getFutureCore() ... done [23:12:49.175] | : . ' , ; ` | : . ' , getFutureCapture() ... [23:12:49.175] | : . ' , ; ` | : . ' , getFutureCapture() ... done [23:12:49.176] | : . ' , ; ` | : . ' , getFutureContext() ... [23:12:49.176] | : . ' , ; ` | : . ' , ; plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:49.176] | : . ' , ; ` | : . ' , ; ` Getting stack without first backend: [n=0] [23:12:49.176] | : . ' , ; ` | : . ' , ; plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:49.176] | : . ' , ; ` | : . ' , ; Packages needed by future backend (n = 0): [23:12:49.177] | : . ' , ; ` | : . ' , getFutureContext() ... done [23:12:49.177] | : . ' , ; ` | : . ' getFutureData() ... done [23:12:49.177] | : . ' , ; ` | : . ' FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'add', earlySignal = 0) ... [23:12:49.177] | : . ' , ; ` | : . ' , Appended future to position #1 [23:12:49.178] | : . ' , ; ` | : . ' , Number of registered futures: 1 [23:12:49.178] | : . ' , ; ` | : . ' FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'add', earlySignal = 0) ... done [23:12:49.178] | : . ' , ; ` | : . launchFuture() ... done [23:12:49.178] | : . ' , ; ` | : . MultisessionFuture started [23:12:49.178] | : . ' , ; ` | : launchFuture() for ClusterFutureBackend ... done [23:12:49.178] | : . ' , ; ` | Launching futures ... done [23:12:49.179] | : . ' , ; ` | Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:12:49.179] | : . ' , ; ` Using MultisessionFutureBackend ... done [23:12:49.179] | : . ' , ; run() for 'Future' () ... done [23:12:49.179] | : . ' , getGlobalsAndPackages() ... done [23:12:49.179] | : . ' , value() for MultisessionFuture () ... [23:12:49.180] | : . ' , ; result() for ClusterFuture ... [23:12:49.180] | : . ' , ; ` assertValidConnection() ... [23:12:49.180] | : . ' , ; ` | cluster node index: 1 [23:12:49.180] | : . ' , ; ` assertValidConnection() ... done [23:12:49.181] | : . ' , ; ` receiveMessageFromWorker() for ClusterFuture ... [23:12:49.181] | : . ' , ; ` | cluster node index: 1 [23:12:49.186] | : . ' , ; ` | [1] TRUE [23:12:49.187] | : . ' , ; ` | Received data: [23:12:49.187] | : . ' , ; ` | List of 5 [23:12:49.187] | : . ' , ; ` | $ type : chr "VALUE" [23:12:49.187] | : . ' , ; ` | $ value :List of 16 [23:12:49.187] | : . ' , ; ` | ..$ value : NULL [23:12:49.187] | : . ' , ; ` | ..$ visible : logi TRUE [23:12:49.187] | : . ' , ; ` | ..$ stdout : chr "" [23:12:49.187] | : . ' , ; ` | ..$ conditions :List of 1 [23:12:49.187] | : . ' , ; ` | .. ..$ :List of 5 [23:12:49.187] | : . ' , ; ` | .. .. ..$ condition:List of 2 [23:12:49.187] | : . ' , ; ` | .. .. .. ..$ message: chr "'...' used in an incorrect context" [23:12:49.187] | : . ' , ; ` | .. .. .. ..$ call : language eval(quote({ { ... [23:12:49.187] | : . ' , ; ` | .. .. .. ..- attr(*, "class")= chr [1:3] "simpleError" "error" "condition" [23:12:49.187] | : . ' , ; ` | .. .. ..$ calls :List of 9 [23:12:49.187] | : . ' , ; ` | .. .. .. ..$ : language eval(expr, envir = globalenv()) [23:12:49.187] | : . ' , ; ` | .. .. .. ..$ : language eval(expr, envir = globalenv()) [23:12:49.187] | : . ' , ; ` | .. .. .. ..$ : language local({ { ... [23:12:49.187] | : . ' , ; ` | .. .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [23:12:49.187] | : . ' , ; ` | .. .. .. ..$ : language eval(expr, p) [23:12:49.187] | : . ' , ; ` | .. .. .. ..$ : language eval(expr, p) [23:12:49.187] | : . ' , ; ` | .. .. .. ..$ : language eval(quote({ { ... [23:12:49.187] | : . ' , ; ` | .. .. .. ..$ : language eval(quote({ { ... [23:12:49.187] | : . ' , ; ` | .. .. .. ..$ : language eval(quote({ { ... [23:12:49.187] | : . ' , ; ` | .. .. ..$ session :List of 6 [23:12:49.187] | : . ' , ; ` | .. .. .. ..$ r :List of 15 [23:12:49.187] | : . ' , ; ` | .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [23:12:49.187] | : . ' , ; ` | .. .. .. .. ..$ arch : chr "x86_64" [23:12:49.187] | : . ' , ; ` | .. .. .. .. ..$ os : chr "mingw32" [23:12:49.187] | : . ' , ; ` | .. .. .. .. ..$ crt : chr "ucrt" [23:12:49.187] | : . ' , ; ` | .. .. .. .. ..$ system : chr "x86_64, mingw32" [23:12:49.187] | : . ' , ; ` | .. .. .. .. ..$ status : chr "Under development (unstable)" [23:12:49.187] | : . ' , ; ` | .. .. .. .. ..$ major : chr "4" [23:12:49.187] | : . ' , ; ` | .. .. .. .. ..$ minor : chr "6.0" [23:12:49.187] | : . ' , ; ` | .. .. .. .. ..$ year : chr "2025" [23:12:49.187] | : . ' , ; ` | .. .. .. .. ..$ month : chr "11" [23:12:49.187] | : . ' , ; ` | .. .. .. .. ..$ day : chr "15" [23:12:49.187] | : . ' , ; ` | .. .. .. .. ..$ svn rev : chr "89024" [23:12:49.187] | : . ' , ; ` | .. .. .. .. ..$ language : chr "R" [23:12:49.187] | : . ' , ; ` | .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-11-15 r89024 ucrt)" [23:12:49.187] | : . ' , ; ` | .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [23:12:49.187] | : . ' , ; ` | .. .. .. ..$ locale : chr "LC_COLLATE=C;LC_CTYPE=German_Germany.utf8;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C" [23:12:49.187] | : . ' , ; ` | .. .. .. ..$ rngkind : chr [1:3] "Mersenne-Twister" "Inversion" "Rejection" [23:12:49.187] | : . ' , ; ` | .. .. .. ..$ namespaces: chr [1:17] "compiler" "parallelly" "graphics" "tools" ... [23:12:49.187] | : . ' , ; ` | .. .. .. ..$ search : chr [1:10] ".GlobalEnv" "package:future" "package:stats" "package:graphics" ... [23:12:49.187] | : . ' , ; ` | .. .. .. ..$ system : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:12:49.187] | : . ' , ; ` | .. .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:12:49.187] | : . ' , ; ` | .. .. ..$ timestamp: POSIXct[1:1], format: "2025-11-16 23:12:49" [23:12:49.187] | : . ' , ; ` | .. .. ..$ signaled : int 0 [23:12:49.187] | : . ' , ; ` | ..$ rng : logi FALSE [23:12:49.187] | : . ' , ; ` | ..$ seed : NULL [23:12:49.187] | : . ' , ; ` | ..$ misuseGlobalEnv : NULL [23:12:49.187] | : . ' , ; ` | ..$ misuseConnections :List of 3 [23:12:49.187] | : . ' , ; ` | .. ..$ added : NULL [23:12:49.187] | : . ' , ; ` | .. ..$ removed : NULL [23:12:49.187] | : . ' , ; ` | .. ..$ replaced: NULL [23:12:49.187] | : . ' , ; ` | ..$ misuseDevices : NULL [23:12:49.187] | : . ' , ; ` | ..$ misuseDefaultDevice: list() [23:12:49.187] | : . ' , ; ` | ..$ started : POSIXct[1:1], format: "2025-11-16 23:12:49" [23:12:49.187] | : . ' , ; ` | ..$ finished : POSIXct[1:1], format: "2025-11-16 23:12:49" [23:12:49.187] | : . ' , ; ` | ..$ uuid : chr [1:2] "ef75d8d29989909c559eb141d139d012" "10" [23:12:49.187] | : . ' , ; ` | ..$ session_uuid : chr "9d86be86104be975d5af37584c27e82c" [23:12:49.187] | : . ' , ; ` | .. ..- attr(*, "source")=List of 5 [23:12:49.187] | : . ' , ; ` | .. .. ..$ host : Named chr "CRANWIN3" [23:12:49.187] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:12:49.187] | : . ' , ; ` | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:12:49.187] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:12:49.187] | : . ' , ; ` | .. .. ..$ pid : int 55228 [23:12:49.187] | : . ' , ; ` | .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:12:48" [23:12:49.187] | : . ' , ; ` | .. .. ..$ random: int 2147483647 [23:12:49.187] | : . ' , ; ` | ..$ r_info :List of 4 [23:12:49.187] | : . ' , ; ` | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:12:49.187] | : . ' , ; ` | .. .. ..$ : int [1:3] 4 6 0 [23:12:49.187] | : . ' , ; ` | .. ..$ os : chr "windows" [23:12:49.187] | : . ' , ; ` | .. ..$ os_name : chr "Windows" [23:12:49.187] | : . ' , ; ` | .. ..$ captures_utf8: logi TRUE [23:12:49.187] | : . ' , ; ` | ..$ version : chr "1.8" [23:12:49.187] | : . ' , ; ` | ..- attr(*, "class")= chr "FutureResult" [23:12:49.187] | : . ' , ; ` | $ success: logi TRUE [23:12:49.187] | : . ' , ; ` | $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:12:49.187] | : . ' , ; ` | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:12:49.187] | : . ' , ; ` | $ tag : NULL [23:12:49.226] | : . ' , ; ` | Received FutureResult [23:12:49.227] | : . ' , ; ` | FutureResult: [23:12:49.227] | : . ' , ; ` | value: 'NULL' [23:12:49.227] | : . ' , ; ` | visible: TRUE [23:12:49.227] | : . ' , ; ` | stdout: character [23:12:49.227] | : . ' , ; ` | conditions: [n = 1] simpleError [23:12:49.227] | : . ' , ; ` | RNG used: FALSE [23:12:49.227] | : . ' , ; ` | duration: 0.006447077 secs (started 2025-11-16 23:12:49.178252) [23:12:49.227] | : . ' , ; ` | version: 1.8 [23:12:49.228] | : . ' , ; ` | FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'remove', earlySignal = 0) ... [23:12:49.228] | : . ' , ; ` | : Removed future from position #1 [23:12:49.228] | : . ' , ; ` | : Number of registered futures: 0 [23:12:49.229] | : . ' , ; ` | FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'remove', earlySignal = 0) ... done [23:12:49.229] | : . ' , ; ` | Erased future from future backend [23:12:49.229] | : . ' , ; ` | result() for ClusterFuture ... [23:12:49.230] | : . ' , ; ` | : result already collected: FutureResult [23:12:49.230] | : . ' , ; ` | result() for ClusterFuture ... done [23:12:49.230] | : . ' , ; ` | signalConditions() ... [23:12:49.230] | : . ' , ; ` | : include = 'immediateCondition' [23:12:49.231] | : . ' , ; ` | : exclude = [23:12:49.231] | : . ' , ; ` | : resignal = FALSE [23:12:49.231] | : . ' , ; ` | : Number of conditions: 1 [23:12:49.231] | : . ' , ; ` | : int 1 [23:12:49.232] | : . ' , ; ` | : Condition #1 (class: 'simpleError', 'error', 'condition'): [23:12:49.233] | : . ' , ; ` | signalConditions() ... done [23:12:49.233] | : . ' , ; ` receiveMessageFromWorker() for ClusterFuture ... done [23:12:49.233] | : . ' , ; result() for ClusterFuture ... done [23:12:49.233] | : . ' , ; result() for ClusterFuture ... [23:12:49.234] | : . ' , ; ` result already collected: FutureResult [23:12:49.234] | : . ' , ; result() for ClusterFuture ... done [23:12:49.234] | : . ' , ; signalConditions() ... [23:12:49.235] | : . ' , ; ` include = 'immediateCondition' [23:12:49.235] | : . ' , ; ` exclude = [23:12:49.235] | : . ' , ; ` resignal = FALSE [23:12:49.235] | : . ' , ; ` Number of conditions: 1 [23:12:49.236] | : . ' , ; ` int 1 [23:12:49.236] | : . ' , ; ` Condition #1 (class: 'simpleError', 'error', 'condition'): [23:12:49.237] | : . ' , ; signalConditions() ... done [23:12:49.237] | : . ' , ; relay stdout ... [23:12:49.237] | : . ' , ; relay stdout ... done [23:12:49.237] | : . ' , ; check for misuse ... [23:12:49.238] | : . ' , ; check for misuse ... done [23:12:49.238] | : . ' , ; relay conditions ... [23:12:49.238] | : . ' , ; ` Future state: 'finished' [23:12:49.238] | : . ' , ; ` result() for ClusterFuture ... [23:12:49.239] | : . ' , ; ` | result already collected: FutureResult [23:12:49.239] | : . ' , ; ` result() for ClusterFuture ... done [23:12:49.239] | : . ' , ; ` signalConditions() ... [23:12:49.239] | : . ' , ; ` | include = 'condition' [23:12:49.240] | : . ' , ; ` | exclude = 'immediateCondition' [23:12:49.240] | : . ' , ; ` | resignal = TRUE [23:12:49.240] | : . ' , ; ` | Number of conditions: 1 [23:12:49.240] | : . ' , ; ` | int 1 [23:12:49.241] | : . ' , ; ` | Condition #1 (class: 'simpleError', 'error', 'condition'): [23:12:49.241] | : . ' , ; ` | Condition #1: 'simpleError', 'error', 'condition' [23:12:49.241] | : . ' , ; ` signalConditions() ... done [23:12:49.241] | : . ' , ; relay conditions ... done Error in eval(quote({ : '...' used in an incorrect context [1] "Error in eval(quote({ : '...' used in an incorrect context\n" attr(,"class") [1] "try-error" attr(,"condition") ** Sum function 'E' with plan('multisession') ... function (...) { message("Arguments '...' exists: ", exists("...", inherits = TRUE)) globals <- globals::globalsByName("...", envir = environment()) f <- future({ fcn <- function() sum(...) fcn() }, envir = parent.frame(), globals = globals) y <- value(f) y } Arguments '...' exists: TRUE [23:12:49.242] | : . ' , ; future(..., label = NULL) ... [23:12:49.242] | : . ' , ; ` lazy: FALSE [23:12:49.242] | : . ' , ; ` stdout: TRUE [23:12:49.243] | : . ' , ; ` conditions: [n=1] 'condition' [23:12:49.243] | : . ' , ; ` gc: FALSE [23:12:49.243] | : . ' , ; ` earlySignal: FALSE [23:12:49.243] | : . ' , ; ` getGlobalsAndPackages() ... [23:12:49.243] | : . ' , ; ` | globals passed as-is: [1] '...' [23:12:49.243] | : . ' , ; ` | Resolving globals: FALSE [23:12:49.244] | : . ' , ; ` | Tweak future expression to call with '...' arguments ... [23:12:49.244] | : . ' , ; ` | : { [23:12:49.244] | : . ' , ; ` | : "# future::getGlobalsAndPackages(): wrapping the original future" [23:12:49.244] | : . ' , ; ` | : "# expression in do.call(), because function called uses '...' " [23:12:49.244] | : . ' , ; ` | : "# as a global variable " [23:12:49.244] | : . ' , ; ` | : do.call(function(...) { [23:12:49.244] | : . ' , ; ` | : fcn <- function() sum(...) [23:12:49.244] | : . ' , ; ` | : fcn() [23:12:49.244] | : . ' , ; ` | : }, args = future.call.arguments) [23:12:49.244] | : . ' , ; ` | : } [23:12:49.244] | : . ' , ; ` | Tweak future expression to call with '...' arguments ... done [23:12:49.244] | : . ' , ; ` | Search for packages associated with the globals ... [23:12:49.245] | : . ' , ; ` | : Packages associated with globals: [0] [23:12:49.245] | : . ' , ; ` | : Packages: [0] [23:12:49.245] | : . ' , ; ` | Search for packages associated with the globals ... done [23:12:49.245] | : . ' , ; ` | Packages after dropping 'base': [0] [23:12:49.245] | : . ' , ; ` | globals: [1] 'future.call.arguments' [23:12:49.246] | : . ' , ; ` | packages: [0] [23:12:49.246] | : . ' , ; ` getGlobalsAndPackages() ... done [23:12:49.246] | : . ' , ; ` run() for 'Future' () ... [23:12:49.246] | : . ' , ; ` | state: 'created' [23:12:49.246] | : . ' , ; ` | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:49.247] | : . ' , ; ` | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:49.247] | : . ' , ; ` | Using MultisessionFutureBackend ... [23:12:49.247] | : . ' , ; ` | : Number of futures since start: 4 (4 created, 4 launched, 4 finished) [23:12:49.247] | : . ' , ; ` | : Launching futures ... [23:12:49.247] | : . ' , ; ` | : . launchFuture() for ClusterFutureBackend ... [23:12:49.247] | : . ' , ; ` | : . ' Workers: [n=2] [23:12:49.248] | : . ' , ; ` | : . ' Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:12:49.249] | : . ' , ; ` | : . ' FutureRegistry: 'workers-478d30a1c6278a2c64cd7a79a6390572' [23:12:49.250] | : . ' , ; ` | : . ' requestWorker() ... [23:12:49.250] | : . ' , ; ` | : . ' , requestNode() ... [23:12:49.250] | : . ' , ; ` | : . ' , ; Number of workers: 2 [23:12:49.250] | : . ' , ; ` | : . ' , ; Polling for a free worker ... [23:12:49.250] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... [23:12:49.250] | : . ' , ; ` | : . ' , ; ` | Listing all futures [23:12:49.251] | : . ' , ; ` | : . ' , ; ` | Number of registered futures: 0 [23:12:49.251] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... done [23:12:49.251] | : . ' , ; ` | : . ' , ; ` Total time: 0 [23:12:49.251] | : . ' , ; ` | : . ' , ; Polling for a free worker ... done [23:12:49.251] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... [23:12:49.251] | : . ' , ; ` | : . ' , ; ` Listing all futures [23:12:49.252] | : . ' , ; ` | : . ' , ; ` Number of registered futures: 0 [23:12:49.252] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... done [23:12:49.252] | : . ' , ; ` | : . ' , ; avail: [n=2] '1', '2' [23:12:49.252] | : . ' , ; ` | : . ' , ; Index of first available worker: 1 [23:12:49.252] | : . ' , ; ` | : . ' , ; Validate that the worker is functional ... [23:12:49.253] | : . ' , ; ` | : . ' , ; ` Worker is functional [23:12:49.253] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... [23:12:49.253] | : . ' , ; ` | : . ' , ; ` | Listing all futures [23:12:49.253] | : . ' , ; ` | : . ' , ; ` | Number of registered futures: 0 [23:12:49.254] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... done [23:12:49.254] | : . ' , ; ` | : . ' , ; Validate that the worker is functional ... done [23:12:49.254] | : . ' , ; ` | : . ' , requestNode() ... done [23:12:49.254] | : . ' , ; ` | : . ' , cluster node index: 1 [23:12:49.254] | : . ' , ; ` | : . ' requestWorker() ... done [23:12:49.254] | : . ' , ; ` | : . ' eraseGlobalEnvironment() ... [23:12:49.255] | : . ' , ; ` | : . ' eraseGlobalEnvironment() ... done [23:12:49.256] | : . ' , ; ` | : . ' launchFuture() ... [23:12:49.256] | : . ' , ; ` | : . ' , cluster node index: 1 [23:12:49.256] | : . ' , ; ` | : . ' , getFutureData() ... [23:12:49.256] | : . ' , ; ` | : . ' , ; getFutureCore() ... [23:12:49.257] | : . ' , ; ` | : . ' , ; ` Packages needed by the future expression (n = 0): [23:12:49.257] | : . ' , ; ` | : . ' , ; getFutureCore() ... done [23:12:49.257] | : . ' , ; ` | : . ' , ; getFutureCapture() ... [23:12:49.258] | : . ' , ; ` | : . ' , ; getFutureCapture() ... done [23:12:49.258] | : . ' , ; ` | : . ' , ; getFutureContext() ... [23:12:49.258] | : . ' , ; ` | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:49.258] | : . ' , ; ` | : . ' , ; ` | Getting stack without first backend: [n=0] [23:12:49.259] | : . ' , ; ` | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:49.259] | : . ' , ; ` | : . ' , ; ` Packages needed by future backend (n = 0): [23:12:49.259] | : . ' , ; ` | : . ' , ; getFutureContext() ... done [23:12:49.260] | : . ' , ; ` | : . ' , getFutureData() ... done [23:12:49.260] | : . ' , ; ` | : . ' , FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'add', earlySignal = 0) ... [23:12:49.261] | : . ' , ; ` | : . ' , ; Appended future to position #1 [23:12:49.261] | : . ' , ; ` | : . ' , ; Number of registered futures: 1 [23:12:49.261] | : . ' , ; ` | : . ' , FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'add', earlySignal = 0) ... done [23:12:49.261] | : . ' , ; ` | : . ' launchFuture() ... done [23:12:49.262] | : . ' , ; ` | : . ' MultisessionFuture started [23:12:49.262] | : . ' , ; ` | : . launchFuture() for ClusterFutureBackend ... done [23:12:49.262] | : . ' , ; ` | : Launching futures ... done [23:12:49.262] | : . ' , ; ` | : Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:12:49.263] | : . ' , ; ` | Using MultisessionFutureBackend ... done [23:12:49.263] | : . ' , ; ` run() for 'Future' () ... done [23:12:49.263] | : . ' , ; future(..., label = NULL) ... done [23:12:49.264] | : . ' , ; value() for MultisessionFuture () ... [23:12:49.264] | : . ' , ; ` result() for ClusterFuture ... [23:12:49.264] | : . ' , ; ` | assertValidConnection() ... [23:12:49.264] | : . ' , ; ` | : cluster node index: 1 [23:12:49.265] | : . ' , ; ` | assertValidConnection() ... done [23:12:49.265] | : . ' , ; ` | receiveMessageFromWorker() for ClusterFuture ... [23:12:49.266] | : . ' , ; ` | : cluster node index: 1 [23:12:49.267] | : . ' , ; ` | : [1] TRUE [23:12:49.268] | : . ' , ; ` | : Received data: [23:12:49.268] | : . ' , ; ` | : List of 5 [23:12:49.268] | : . ' , ; ` | : $ type : chr "VALUE" [23:12:49.268] | : . ' , ; ` | : $ value :List of 16 [23:12:49.268] | : . ' , ; ` | : ..$ value : num 6 [23:12:49.268] | : . ' , ; ` | : ..$ visible : logi TRUE [23:12:49.268] | : . ' , ; ` | : ..$ stdout : chr "" [23:12:49.268] | : . ' , ; ` | : ..$ conditions : list() [23:12:49.268] | : . ' , ; ` | : ..$ rng : logi FALSE [23:12:49.268] | : . ' , ; ` | : ..$ seed : NULL [23:12:49.268] | : . ' , ; ` | : ..$ misuseGlobalEnv : NULL [23:12:49.268] | : . ' , ; ` | : ..$ misuseConnections :List of 3 [23:12:49.268] | : . ' , ; ` | : .. ..$ added : NULL [23:12:49.268] | : . ' , ; ` | : .. ..$ removed : NULL [23:12:49.268] | : . ' , ; ` | : .. ..$ replaced: NULL [23:12:49.268] | : . ' , ; ` | : ..$ misuseDevices : NULL [23:12:49.268] | : . ' , ; ` | : ..$ misuseDefaultDevice: list() [23:12:49.268] | : . ' , ; ` | : ..$ started : POSIXct[1:1], format: "2025-11-16 23:12:49" [23:12:49.268] | : . ' , ; ` | : ..$ finished : POSIXct[1:1], format: "2025-11-16 23:12:49" [23:12:49.268] | : . ' , ; ` | : ..$ uuid : chr [1:2] "ef75d8d29989909c559eb141d139d012" "11" [23:12:49.268] | : . ' , ; ` | : ..$ session_uuid : chr "9d86be86104be975d5af37584c27e82c" [23:12:49.268] | : . ' , ; ` | : .. ..- attr(*, "source")=List of 5 [23:12:49.268] | : . ' , ; ` | : .. .. ..$ host : Named chr "CRANWIN3" [23:12:49.268] | : . ' , ; ` | : .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:12:49.268] | : . ' , ; ` | : .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:12:49.268] | : . ' , ; ` | : .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:12:49.268] | : . ' , ; ` | : .. .. ..$ pid : int 55228 [23:12:49.268] | : . ' , ; ` | : .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:12:48" [23:12:49.268] | : . ' , ; ` | : .. .. ..$ random: int 2147483647 [23:12:49.268] | : . ' , ; ` | : ..$ r_info :List of 4 [23:12:49.268] | : . ' , ; ` | : .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:12:49.268] | : . ' , ; ` | : .. .. ..$ : int [1:3] 4 6 0 [23:12:49.268] | : . ' , ; ` | : .. ..$ os : chr "windows" [23:12:49.268] | : . ' , ; ` | : .. ..$ os_name : chr "Windows" [23:12:49.268] | : . ' , ; ` | : .. ..$ captures_utf8: logi TRUE [23:12:49.268] | : . ' , ; ` | : ..$ version : chr "1.8" [23:12:49.268] | : . ' , ; ` | : ..- attr(*, "class")= chr "FutureResult" [23:12:49.268] | : . ' , ; ` | : $ success: logi TRUE [23:12:49.268] | : . ' , ; ` | : $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:12:49.268] | : . ' , ; ` | : ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:12:49.268] | : . ' , ; ` | : $ tag : NULL [23:12:49.288] | : . ' , ; ` | : Received FutureResult [23:12:49.289] | : . ' , ; ` | : FutureResult: [23:12:49.289] | : . ' , ; ` | : value: 'numeric' [23:12:49.289] | : . ' , ; ` | : visible: TRUE [23:12:49.289] | : . ' , ; ` | : stdout: character [23:12:49.289] | : . ' , ; ` | : conditions: [n = 0] [23:12:49.289] | : . ' , ; ` | : RNG used: FALSE [23:12:49.289] | : . ' , ; ` | : duration: 0.005068064 secs (started 2025-11-16 23:12:49.260993) [23:12:49.289] | : . ' , ; ` | : version: 1.8 [23:12:49.289] | : . ' , ; ` | : FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'remove', earlySignal = 0) ... [23:12:49.290] | : . ' , ; ` | : . Removed future from position #1 [23:12:49.290] | : . ' , ; ` | : . Number of registered futures: 0 [23:12:49.290] | : . ' , ; ` | : FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'remove', earlySignal = 0) ... done [23:12:49.291] | : . ' , ; ` | : Erased future from future backend [23:12:49.291] | : . ' , ; ` | : result() for ClusterFuture ... [23:12:49.291] | : . ' , ; ` | : . result already collected: FutureResult [23:12:49.291] | : . ' , ; ` | : result() for ClusterFuture ... done [23:12:49.292] | : . ' , ; ` | : signalConditions() ... [23:12:49.292] | : . ' , ; ` | : . include = 'immediateCondition' [23:12:49.292] | : . ' , ; ` | : . exclude = [23:12:49.292] | : . ' , ; ` | : . resignal = FALSE [23:12:49.293] | : . ' , ; ` | : . Number of conditions: 0 [23:12:49.293] | : . ' , ; ` | : . int 0 [23:12:49.294] | : . ' , ; ` | : signalConditions() ... done [23:12:49.294] | : . ' , ; ` | receiveMessageFromWorker() for ClusterFuture ... done [23:12:49.294] | : . ' , ; ` result() for ClusterFuture ... done [23:12:49.294] | : . ' , ; ` result() for ClusterFuture ... [23:12:49.295] | : . ' , ; ` | result already collected: FutureResult [23:12:49.295] | : . ' , ; ` result() for ClusterFuture ... done [23:12:49.295] | : . ' , ; ` signalConditions() ... [23:12:49.295] | : . ' , ; ` | include = 'immediateCondition' [23:12:49.296] | : . ' , ; ` | exclude = [23:12:49.296] | : . ' , ; ` | resignal = FALSE [23:12:49.296] | : . ' , ; ` | Number of conditions: 0 [23:12:49.296] | : . ' , ; ` | int 0 [23:12:49.300] | : . ' , ; ` signalConditions() ... done [23:12:49.300] | : . ' , ; ` relay stdout ... [23:12:49.300] | : . ' , ; ` relay stdout ... done [23:12:49.301] | : . ' , ; ` check for misuse ... [23:12:49.301] | : . ' , ; ` check for misuse ... done [23:12:49.301] | : . ' , ; value() for MultisessionFuture () ... done [1] 6 ** Sum function 'F' with plan('multisession') ... function (x, y) { message("Using '...' in a formula") fcn <- function(x, y) { z = ~list(...) sum(x, y) } f <- future(fcn(x, y)) y <- value(f) y } Using '...' in a formula [23:12:49.302] | : . ' , ; future(..., label = NULL) ... [23:12:49.302] | : . ' , ; ` lazy: FALSE [23:12:49.302] | : . ' , ; ` stdout: TRUE [23:12:49.303] | : . ' , ; ` conditions: [n=1] 'condition' [23:12:49.303] | : . ' , ; ` gc: FALSE [23:12:49.303] | : . ' , ; ` earlySignal: FALSE [23:12:49.303] | : . ' , ; ` getGlobalsAndPackages() ... [23:12:49.304] | : . ' , ; ` | Searching for globals ... [23:12:49.324] | : . ' , ; ` | : globals found: [9] 'fcn', 'x', 'y', '{', '=', '~', 'list', '...', 'sum' [23:12:49.324] | : . ' , ; ` | Searching for globals ... done [23:12:49.324] | : . ' , ; ` | Resolving globals: FALSE [23:12:49.324] | : . ' , ; ` | Tweak future expression to call with '...' arguments ... [23:12:49.325] | : . ' , ; ` | : Search for packages associated with the globals ... [23:12:49.325] | : . ' , ; ` | : . Packages associated with globals: [1] 'base' [23:12:49.326] | : . ' , ; ` | : . Packages: [1] 'base' [23:12:49.326] | : . ' , ; ` | : Search for packages associated with the globals ... done [23:12:49.326] | : . ' , ; ` | : Packages after dropping 'base': [0] [23:12:49.327] | : . ' , ; ` | : globals: [3] 'fcn', 'x', 'y' [23:12:49.327] | : . ' , ; ` | : packages: [0] [23:12:49.327] | : . ' , ; ` | Tweak future expression to call with '...' arguments ... done [23:12:49.327] | : . ' , ; ` | run() for 'Future' () ... [23:12:49.328] | : . ' , ; ` | : state: 'created' [23:12:49.328] | : . ' , ; ` | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:49.328] | : . ' , ; ` | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:49.328] | : . ' , ; ` | : Using MultisessionFutureBackend ... [23:12:49.329] | : . ' , ; ` | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [23:12:49.329] | : . ' , ; ` | : . Launching futures ... [23:12:49.329] | : . ' , ; ` | : . ' launchFuture() for ClusterFutureBackend ... [23:12:49.329] | : . ' , ; ` | : . ' , Workers: [n=2] [23:12:49.330] | : . ' , ; ` | : . ' , Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:12:49.332] | : . ' , ; ` | : . ' , FutureRegistry: 'workers-478d30a1c6278a2c64cd7a79a6390572' [23:12:49.332] | : . ' , ; ` | : . ' , requestWorker() ... [23:12:49.333] | : . ' , ; ` | : . ' , ; requestNode() ... [23:12:49.333] | : . ' , ; ` | : . ' , ; ` Number of workers: 2 [23:12:49.333] | : . ' , ; ` | : . ' , ; ` Polling for a free worker ... [23:12:49.333] | : . ' , ; ` | : . ' , ; ` | FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... [23:12:49.334] | : . ' , ; ` | : . ' , ; ` | : Listing all futures [23:12:49.334] | : . ' , ; ` | : . ' , ; ` | : Number of registered futures: 0 [23:12:49.334] | : . ' , ; ` | : . ' , ; ` | FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... done [23:12:49.334] | : . ' , ; ` | : . ' , ; ` | Total time: 0 [23:12:49.334] | : . ' , ; ` | : . ' , ; ` Polling for a free worker ... done [23:12:49.335] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... [23:12:49.335] | : . ' , ; ` | : . ' , ; ` | Listing all futures [23:12:49.335] | : . ' , ; ` | : . ' , ; ` | Number of registered futures: 0 [23:12:49.335] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... done [23:12:49.335] | : . ' , ; ` | : . ' , ; ` avail: [n=2] '1', '2' [23:12:49.336] | : . ' , ; ` | : . ' , ; ` Index of first available worker: 1 [23:12:49.336] | : . ' , ; ` | : . ' , ; ` Validate that the worker is functional ... [23:12:49.337] | : . ' , ; ` | : . ' , ; ` | Worker is functional [23:12:49.337] | : . ' , ; ` | : . ' , ; ` | FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... [23:12:49.337] | : . ' , ; ` | : . ' , ; ` | : Listing all futures [23:12:49.337] | : . ' , ; ` | : . ' , ; ` | : Number of registered futures: 0 [23:12:49.337] | : . ' , ; ` | : . ' , ; ` | FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'list', earlySignal = 0) ... done [23:12:49.338] | : . ' , ; ` | : . ' , ; ` Validate that the worker is functional ... done [23:12:49.338] | : . ' , ; ` | : . ' , ; requestNode() ... done [23:12:49.338] | : . ' , ; ` | : . ' , ; cluster node index: 1 [23:12:49.338] | : . ' , ; ` | : . ' , requestWorker() ... done [23:12:49.338] | : . ' , ; ` | : . ' , eraseGlobalEnvironment() ... [23:12:49.339] | : . ' , ; ` | : . ' , eraseGlobalEnvironment() ... done [23:12:49.339] | : . ' , ; ` | : . ' , launchFuture() ... [23:12:49.339] | : . ' , ; ` | : . ' , ; cluster node index: 1 [23:12:49.339] | : . ' , ; ` | : . ' , ; getFutureData() ... [23:12:49.339] | : . ' , ; ` | : . ' , ; ` getFutureCore() ... [23:12:49.340] | : . ' , ; ` | : . ' , ; ` | Packages needed by the future expression (n = 0): [23:12:49.340] | : . ' , ; ` | : . ' , ; ` getFutureCore() ... done [23:12:49.340] | : . ' , ; ` | : . ' , ; ` getFutureCapture() ... [23:12:49.340] | : . ' , ; ` | : . ' , ; ` getFutureCapture() ... done [23:12:49.340] | : . ' , ; ` | : . ' , ; ` getFutureContext() ... [23:12:49.340] | : . ' , ; ` | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:12:49.341] | : . ' , ; ` | : . ' , ; ` | : Getting stack without first backend: [n=0] [23:12:49.341] | : . ' , ; ` | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:12:49.341] | : . ' , ; ` | : . ' , ; ` | Packages needed by future backend (n = 0): [23:12:49.341] | : . ' , ; ` | : . ' , ; ` getFutureContext() ... done [23:12:49.341] | : . ' , ; ` | : . ' , ; getFutureData() ... done [23:12:49.342] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'add', earlySignal = 0) ... [23:12:49.342] | : . ' , ; ` | : . ' , ; ` Appended future to position #1 [23:12:49.342] | : . ' , ; ` | : . ' , ; ` Number of registered futures: 1 [23:12:49.342] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'add', earlySignal = 0) ... done [23:12:49.342] | : . ' , ; ` | : . ' , launchFuture() ... done [23:12:49.342] | : . ' , ; ` | : . ' , MultisessionFuture started [23:12:49.343] | : . ' , ; ` | : . ' launchFuture() for ClusterFutureBackend ... done [23:12:49.343] | : . ' , ; ` | : . Launching futures ... done [23:12:49.343] | : . ' , ; ` | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:12:49.343] | : . ' , ; ` | : Using MultisessionFutureBackend ... done [23:12:49.343] | : . ' , ; ` | run() for 'Future' () ... done [23:12:49.343] | : . ' , ; ` getGlobalsAndPackages() ... done [23:12:49.343] | : . ' , ; ` value() for MultisessionFuture () ... [23:12:49.344] | : . ' , ; ` | result() for ClusterFuture ... [23:12:49.344] | : . ' , ; ` | : assertValidConnection() ... [23:12:49.344] | : . ' , ; ` | : . cluster node index: 1 [23:12:49.344] | : . ' , ; ` | : assertValidConnection() ... done [23:12:49.345] | : . ' , ; ` | : receiveMessageFromWorker() for ClusterFuture ... [23:12:49.345] | : . ' , ; ` | : . cluster node index: 1 [23:12:49.348] | : . ' , ; ` | : . [1] TRUE [23:12:49.349] | : . ' , ; ` | : . Received data: [23:12:49.349] | : . ' , ; ` | : . List of 5 [23:12:49.349] | : . ' , ; ` | : . $ type : chr "VALUE" [23:12:49.349] | : . ' , ; ` | : . $ value :List of 16 [23:12:49.349] | : . ' , ; ` | : . ..$ value : num 6 [23:12:49.349] | : . ' , ; ` | : . ..$ visible : logi TRUE [23:12:49.349] | : . ' , ; ` | : . ..$ stdout : chr "" [23:12:49.349] | : . ' , ; ` | : . ..$ conditions : list() [23:12:49.349] | : . ' , ; ` | : . ..$ rng : logi FALSE [23:12:49.349] | : . ' , ; ` | : . ..$ seed : NULL [23:12:49.349] | : . ' , ; ` | : . ..$ misuseGlobalEnv : NULL [23:12:49.349] | : . ' , ; ` | : . ..$ misuseConnections :List of 3 [23:12:49.349] | : . ' , ; ` | : . .. ..$ added : NULL [23:12:49.349] | : . ' , ; ` | : . .. ..$ removed : NULL [23:12:49.349] | : . ' , ; ` | : . .. ..$ replaced: NULL [23:12:49.349] | : . ' , ; ` | : . ..$ misuseDevices : NULL [23:12:49.349] | : . ' , ; ` | : . ..$ misuseDefaultDevice: list() [23:12:49.349] | : . ' , ; ` | : . ..$ started : POSIXct[1:1], format: "2025-11-16 23:12:49" [23:12:49.349] | : . ' , ; ` | : . ..$ finished : POSIXct[1:1], format: "2025-11-16 23:12:49" [23:12:49.349] | : . ' , ; ` | : . ..$ uuid : chr [1:2] "ef75d8d29989909c559eb141d139d012" "12" [23:12:49.349] | : . ' , ; ` | : . ..$ session_uuid : chr "9d86be86104be975d5af37584c27e82c" [23:12:49.349] | : . ' , ; ` | : . .. ..- attr(*, "source")=List of 5 [23:12:49.349] | : . ' , ; ` | : . .. .. ..$ host : Named chr "CRANWIN3" [23:12:49.349] | : . ' , ; ` | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:12:49.349] | : . ' , ; ` | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:12:49.349] | : . ' , ; ` | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:12:49.349] | : . ' , ; ` | : . .. .. ..$ pid : int 55228 [23:12:49.349] | : . ' , ; ` | : . .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:12:48" [23:12:49.349] | : . ' , ; ` | : . .. .. ..$ random: int 2147483647 [23:12:49.349] | : . ' , ; ` | : . ..$ r_info :List of 4 [23:12:49.349] | : . ' , ; ` | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:12:49.349] | : . ' , ; ` | : . .. .. ..$ : int [1:3] 4 6 0 [23:12:49.349] | : . ' , ; ` | : . .. ..$ os : chr "windows" [23:12:49.349] | : . ' , ; ` | : . .. ..$ os_name : chr "Windows" [23:12:49.349] | : . ' , ; ` | : . .. ..$ captures_utf8: logi TRUE [23:12:49.349] | : . ' , ; ` | : . ..$ version : chr "1.8" [23:12:49.349] | : . ' , ; ` | : . ..- attr(*, "class")= chr "FutureResult" [23:12:49.349] | : . ' , ; ` | : . $ success: logi TRUE [23:12:49.349] | : . ' , ; ` | : . $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [23:12:49.349] | : . ' , ; ` | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:12:49.349] | : . ' , ; ` | : . $ tag : NULL [23:12:49.367] | : . ' , ; ` | : . Received FutureResult [23:12:49.367] | : . ' , ; ` | : . FutureResult: [23:12:49.367] | : . ' , ; ` | : . value: 'numeric' [23:12:49.367] | : . ' , ; ` | : . visible: TRUE [23:12:49.367] | : . ' , ; ` | : . stdout: character [23:12:49.367] | : . ' , ; ` | : . conditions: [n = 0] [23:12:49.367] | : . ' , ; ` | : . RNG used: FALSE [23:12:49.367] | : . ' , ; ` | : . duration: 0.004791021 secs (started 2025-11-16 23:12:49.342397) [23:12:49.367] | : . ' , ; ` | : . version: 1.8 [23:12:49.368] | : . ' , ; ` | : . FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'remove', earlySignal = 0) ... [23:12:49.368] | : . ' , ; ` | : . ' Removed future from position #1 [23:12:49.368] | : . ' , ; ` | : . ' Number of registered futures: 0 [23:12:49.369] | : . ' , ; ` | : . FutureRegistry('workers-478d30a1c6278a2c64cd7a79a6390572', action = 'remove', earlySignal = 0) ... done [23:12:49.369] | : . ' , ; ` | : . Erased future from future backend [23:12:49.369] | : . ' , ; ` | : . result() for ClusterFuture ... [23:12:49.369] | : . ' , ; ` | : . ' result already collected: FutureResult [23:12:49.370] | : . ' , ; ` | : . result() for ClusterFuture ... done [23:12:49.370] | : . ' , ; ` | : . signalConditions() ... [23:12:49.370] | : . ' , ; ` | : . ' include = 'immediateCondition' [23:12:49.370] | : . ' , ; ` | : . ' exclude = [23:12:49.371] | : . ' , ; ` | : . ' resignal = FALSE [23:12:49.371] | : . ' , ; ` | : . ' Number of conditions: 0 [23:12:49.371] | : . ' , ; ` | : . ' int 0 [23:12:49.372] | : . ' , ; ` | : . signalConditions() ... done [23:12:49.372] | : . ' , ; ` | : receiveMessageFromWorker() for ClusterFuture ... done [23:12:49.372] | : . ' , ; ` | result() for ClusterFuture ... done [23:12:49.373] | : . ' , ; ` | result() for ClusterFuture ... [23:12:49.373] | : . ' , ; ` | : result already collected: FutureResult [23:12:49.373] | : . ' , ; ` | result() for ClusterFuture ... done [23:12:49.373] | : . ' , ; ` | signalConditions() ... [23:12:49.374] | : . ' , ; ` | : include = 'immediateCondition' [23:12:49.374] | : . ' , ; ` | : exclude = [23:12:49.374] | : . ' , ; ` | : resignal = FALSE [23:12:49.374] | : . ' , ; ` | : Number of conditions: 0 [23:12:49.375] | : . ' , ; ` | : int 0 [23:12:49.375] | : . ' , ; ` | signalConditions() ... done [23:12:49.375] | : . ' , ; ` | relay stdout ... [23:12:49.376] | : . ' , ; ` | relay stdout ... done [23:12:49.376] | : . ' , ; ` | check for misuse ... [23:12:49.376] | : . ' , ; ` | check for misuse ... done [23:12:49.376] | : . ' , ; ` value() for MultisessionFuture () ... done [1] 6 Testing with 2 cores ... DONE > message("*** Global argument '...' ... DONE") *** Global argument '...' ... DONE Sourcing 6 epilogue scripts ... 01/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/001.undo-future.R' 02/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/002.undo-state.R' Failed to undo environment variables: - Expected environment variables: [n=214] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CV_Instance001', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_11_16_23_10_16_9296' Sourcing 6 epilogue scripts ... done Test time: user.self=2s, sys.self=0.08s, elapsed=3s, user.child=NAs, sys.child=NAs Test 'dotdotdot' ... success > > proc.time() user system elapsed 1.81 0.20 3.10