R Under development (unstable) (2026-01-15 r89304 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > #! /usr/bin/env Rscript > ## 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' ... chr "none" > library(future) [12:32:57.080] Option 'future.startup.script': TRUE [12:32:57.082] Future startup scripts considered: '.future.R', '~/.future.R' [12:32:57.082] 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') ... [12:32:57.153] plan("sequential", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:57.153] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:32:57.153] | : all.equal() for FutureStrategyList ... [12:32:57.154] | : . New stack: [12:32:57.154] | : . List of 1 [12:32:57.154] | : . $ :function (..., envir = parent.frame()) [12:32:57.154] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.154] | : . ..- attr(*, "init")= logi TRUE [12:32:57.154] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.154] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.154] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.154] | : . ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [12:32:57.154] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.160] | : . Old stack: [12:32:57.161] | : . List of 1 [12:32:57.161] | : . $ :function (..., envir = parent.frame()) [12:32:57.161] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.161] | : . ..- attr(*, "init")= logi TRUE [12:32:57.161] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.161] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.161] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.161] | : . ..- attr(*, "call")= language plan(sequential) [12:32:57.161] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.165] | : . Not identical [12:32:57.166] | : . all.equal() for future ... [12:32:57.166] | : . ' List of 2 [12:32:57.166] | : . ' $ target :function (..., envir = parent.frame()) [12:32:57.166] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.166] | : . ' ..- attr(*, "init")= logi TRUE [12:32:57.166] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.166] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.166] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.166] | : . ' ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [12:32:57.166] | : . ' $ current:function (..., envir = parent.frame()) [12:32:57.166] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.166] | : . ' ..- attr(*, "init")= logi TRUE [12:32:57.166] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.166] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.166] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.166] | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:57.175] | : . all.equal() for future ... done [12:32:57.178] | : all.equal() for FutureStrategyList ... done [12:32:57.179] | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:57.179] | : List of future strategies: [12:32:57.179] | : 1. sequential: [12:32:57.179] | : - args: function (..., envir = parent.frame(), workers = "") [12:32:57.179] | : - tweaked: FALSE [12:32:57.179] | : - call: plan(sequential) [12:32:57.180] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:32:57.180] 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 [12:32:57.182] future(..., label = NULL) ... [12:32:57.183] | lazy: FALSE [12:32:57.183] | stdout: TRUE [12:32:57.183] | conditions: [n=1] 'condition' [12:32:57.184] | getGlobalsAndPackages() ... [12:32:57.185] | : Searching for globals ... [12:32:57.209] | : . globals found: [4] '{', 'sum', 'x', '...' [12:32:57.209] | : Searching for globals ... done [12:32:57.209] | : Resolving globals: FALSE [12:32:57.210] | : Tweak future expression to call with '...' arguments ... [12:32:57.210] | : . { [12:32:57.210] | : . "# future::getGlobalsAndPackages(): wrapping the original future" [12:32:57.210] | : . "# expression in do.call(), because function called uses '...' " [12:32:57.210] | : . "# as a global variable " [12:32:57.210] | : . do.call(function(...) { [12:32:57.210] | : . sum(x, ...) [12:32:57.210] | : . }, args = future.call.arguments) [12:32:57.210] | : . } [12:32:57.211] | : Tweak future expression to call with '...' arguments ... done [12:32:57.211] | : Search for packages associated with the globals ... [12:32:57.212] | : . Packages associated with globals: [1] 'base' [12:32:57.213] | : . Packages: [1] 'base' [12:32:57.217] | : Search for packages associated with the globals ... done [12:32:57.217] | : Packages after dropping 'base': [0] [12:32:57.217] | : globals: [2] 'x', 'future.call.arguments' [12:32:57.218] | : packages: [0] [12:32:57.218] | getGlobalsAndPackages() ... done [12:32:57.219] | run() for 'Future' () ... [12:32:57.220] | : state: 'created' [12:32:57.220] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:57.220] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:32:57.220] | : . ' function (..., envir = parent.frame()) [12:32:57.220] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.220] | : . ' - attr(*, "init")= logi TRUE [12:32:57.220] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.220] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.220] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.220] | : . ' - attr(*, "call")= language plan(sequential) [12:32:57.224] | : . ' init: TRUE [12:32:57.225] | : . ' makeFutureBackend() ... [12:32:57.225] | : . ' , Backend function: <'NULL'> [12:32:57.225] | : . ' , Evaluator tweak arguments: [n=0] [12:32:57.226] | : . ' , list() [12:32:57.226] | : . ' , Evaluator formal arguments: [n=1] [12:32:57.227] | : . ' , Dotted pair list of 1 [12:32:57.227] | : . ' , $ envir: language parent.frame() [12:32:57.228] | : . ' , Arguments passed to the future-backend factory: [n=1] [12:32:57.228] | : . ' , List of 1 [12:32:57.228] | : . ' , $ envir: language parent.frame() [12:32:57.230] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:32:57.230] | : . ' makeFutureBackend() ... done [12:32:57.230] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:32:57.231] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:57.231] | : Using SequentialFutureBackend ... [12:32:57.231] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:32:57.232] | : . Launching futures ... [12:32:57.232] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:57.233] | : . ' , getFutureData() ... [12:32:57.233] | : . ' , ; getFutureCore() ... [12:32:57.233] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:57.233] | : . ' , ; getFutureCore() ... done [12:32:57.234] | : . ' , ; getFutureCapture() ... [12:32:57.234] | : . ' , ; getFutureCapture() ... done [12:32:57.235] | : . ' , ; getFutureContext() ... [12:32:57.235] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:57.235] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:57.236] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:57.236] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:57.236] | : . ' , ; getFutureContext() ... done [12:32:57.236] | : . ' , getFutureData() ... done [12:32:57.241] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:57.242] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:57.242] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:57.243] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:57.243] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:57.244] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:57.244] | : . ' , ; ` | New stack: [12:32:57.244] | : . ' , ; ` | List of 1 [12:32:57.244] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:57.244] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.244] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:57.244] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.244] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.244] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.244] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:57.244] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.288] | : . ' , ; ` | Old stack: [12:32:57.289] | : . ' , ; ` | List of 1 [12:32:57.289] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:57.289] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.289] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:57.289] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.289] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.289] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.289] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:57.289] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.289] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.289] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.289] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.295] | : . ' , ; ` | Not identical [12:32:57.295] | : . ' , ; ` | all.equal() for future ... [12:32:57.296] | : . ' , ; ` | : List of 2 [12:32:57.296] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:57.296] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.296] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:57.296] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.296] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.296] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.296] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:57.296] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:57.296] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.296] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:57.296] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.296] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.296] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.296] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:57.296] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.296] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.296] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.306] | : . ' , ; ` | all.equal() for future ... done [12:32:57.306] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:57.307] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:57.307] | : . ' , ; ` List of future strategies: [12:32:57.307] | : . ' , ; ` 1. sequential: [12:32:57.307] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:57.307] | : . ' , ; ` - tweaked: FALSE [12:32:57.307] | : . ' , ; ` - call: plan(sequential) [12:32:57.308] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:57.308] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:57.309] | : . ' , assign_globals() ... [12:32:57.309] | : . ' , List of 2 [12:32:57.309] | : . ' , $ x : int [1:2] 1 2 [12:32:57.309] | : . ' , $ future.call.arguments:List of 1 [12:32:57.309] | : . ' , ..$ : num 3 [12:32:57.309] | : . ' , ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [12:32:57.309] | : . ' , - attr(*, "where")=List of 2 [12:32:57.309] | : . ' , ..$ x : [12:32:57.309] | : . ' , ..$ future.call.arguments: [12:32:57.309] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:32:57.309] | : . ' , - attr(*, "resolved")= logi FALSE [12:32:57.309] | : . ' , - attr(*, "total_size")= num NA [12:32:57.309] | : . ' , - attr(*, "already-done")= logi TRUE [12:32:57.357] | : . ' , - copied 'x' to environment [12:32:57.358] | : . ' , - copied 'future.call.arguments' to environment [12:32:57.358] | : . ' , assign_globals() ... done [12:32:57.364] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:57.364] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:57.365] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:57.365] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:57.365] | : . ' , ; ` | : New stack: [12:32:57.366] | : . ' , ; ` | : List of 1 [12:32:57.366] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:57.366] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.366] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:57.366] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.366] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.366] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.366] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:57.366] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.366] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.366] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.366] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.372] | : . ' , ; ` | : Old stack: [12:32:57.372] | : . ' , ; ` | : List of 1 [12:32:57.372] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:57.372] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.372] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:57.372] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.372] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.372] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.372] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:57.372] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.372] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.372] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.372] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.379] | : . ' , ; ` | : Identical [12:32:57.379] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:57.379] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:57.380] | : . ' , ; ` | List of future strategies: [12:32:57.380] | : . ' , ; ` | 1. sequential: [12:32:57.380] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:57.380] | : . ' , ; ` | - tweaked: FALSE [12:32:57.380] | : . ' , ; ` | - call: plan(sequential) [12:32:57.381] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:57.381] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:57.381] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:57.387] | : . ' , SequentialFuture started (and completed) [12:32:57.388] | : . ' , signalConditions() ... [12:32:57.388] | : . ' , ; include = 'immediateCondition' [12:32:57.389] | : . ' , ; exclude = [12:32:57.389] | : . ' , ; resignal = FALSE [12:32:57.389] | : . ' , ; Number of conditions: 6 [12:32:57.390] | : . ' , ; int 6 [12:32:57.390] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.391] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.391] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.391] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.392] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.392] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.393] | : . ' , signalConditions() ... done [12:32:57.393] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:57.393] | : . Launching futures ... done [12:32:57.394] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:57.394] | : Using SequentialFutureBackend ... done [12:32:57.394] | run() for 'Future' () ... done [12:32:57.395] future(..., label = NULL) ... done [12:32:57.396] value() for SequentialFuture () ... [12:32:57.396] | signalConditions() ... [12:32:57.397] | : include = 'immediateCondition' [12:32:57.397] | : exclude = [12:32:57.398] | : resignal = FALSE [12:32:57.398] | : Number of conditions: 6 [12:32:57.398] | : int 6 [12:32:57.399] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.400] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.400] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.400] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.401] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.401] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.401] | signalConditions() ... done [12:32:57.402] | relay stdout ... [12:32:57.402] | relay stdout ... done [12:32:57.402] | check for misuse ... [12:32:57.403] | check for misuse ... done [12:32:57.403] | relay conditions ... [12:32:57.403] | : Future state: 'finished' [12:32:57.404] | : signalConditions() ... [12:32:57.404] | : . include = 'condition' [12:32:57.404] | : . exclude = 'immediateCondition' [12:32:57.405] | : . resignal = TRUE [12:32:57.405] | : . Number of conditions: 6 [12:32:57.405] | : . int 6 [12:32:57.406] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.407] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:32:57.239] | : . ' , attachPackages() ... [12:32:57.407] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.407] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:32:57.239] | : . ' , ; packages: [n=1] 'future' [12:32:57.408] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.408] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:32:57.240] | : . ' , attachPackages() ... done [12:32:57.409] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.409] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:32:57.240] | : . ' , attachPackages() ... [12:32:57.409] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.410] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:32:57.240] | : . ' , ; packages: [n=0] [12:32:57.410] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.410] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:32:57.241] | : . ' , attachPackages() ... done [12:32:57.411] | : signalConditions() ... done [12:32:57.411] | relay conditions ... done [12:32:57.411] 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 [12:32:57.413] future(..., label = NULL) ... [12:32:57.413] | lazy: FALSE [12:32:57.413] | stdout: TRUE [12:32:57.413] | conditions: [n=1] 'condition' [12:32:57.414] | getGlobalsAndPackages() ... [12:32:57.414] | : Searching for globals ... [12:32:57.428] | : . globals found: [4] '{', 'sum', 'x', '...' [12:32:57.428] | : Searching for globals ... done [12:32:57.429] | : Resolving globals: FALSE [12:32:57.429] | : Tweak future expression to call with '...' arguments ... [12:32:57.430] | : . { [12:32:57.430] | : . "# future::getGlobalsAndPackages(): wrapping the original future" [12:32:57.430] | : . "# expression in do.call(), because function called uses '...' " [12:32:57.430] | : . "# as a global variable " [12:32:57.430] | : . do.call(function(...) { [12:32:57.430] | : . sum(x, ...) [12:32:57.430] | : . }, args = future.call.arguments) [12:32:57.430] | : . } [12:32:57.430] | : Tweak future expression to call with '...' arguments ... done [12:32:57.431] | : Search for packages associated with the globals ... [12:32:57.431] | : . Packages associated with globals: [1] 'base' [12:32:57.432] | : . Packages: [1] 'base' [12:32:57.432] | : Search for packages associated with the globals ... done [12:32:57.433] | : Packages after dropping 'base': [0] [12:32:57.433] | : globals: [2] 'x', 'future.call.arguments' [12:32:57.433] | : packages: [0] [12:32:57.433] | getGlobalsAndPackages() ... done [12:32:57.434] | run() for 'Future' () ... [12:32:57.434] | : state: 'created' [12:32:57.435] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:57.435] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:57.435] | : Using SequentialFutureBackend ... [12:32:57.436] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:32:57.436] | : . Launching futures ... [12:32:57.436] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:57.437] | : . ' , getFutureData() ... [12:32:57.437] | : . ' , ; getFutureCore() ... [12:32:57.437] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:57.438] | : . ' , ; getFutureCore() ... done [12:32:57.438] | : . ' , ; getFutureCapture() ... [12:32:57.438] | : . ' , ; getFutureCapture() ... done [12:32:57.439] | : . ' , ; getFutureContext() ... [12:32:57.439] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:57.439] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:57.440] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:57.440] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:57.440] | : . ' , ; getFutureContext() ... done [12:32:57.441] | : . ' , getFutureData() ... done [12:32:57.444] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:57.444] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:57.445] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:57.445] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:57.446] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:57.446] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:57.446] | : . ' , ; ` | New stack: [12:32:57.447] | : . ' , ; ` | List of 1 [12:32:57.447] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:57.447] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.447] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:57.447] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.447] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.447] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.447] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:57.447] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.453] | : . ' , ; ` | Old stack: [12:32:57.453] | : . ' , ; ` | List of 1 [12:32:57.453] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:57.453] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.453] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:57.453] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.453] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.453] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.453] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:57.453] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.453] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.453] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.453] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.461] | : . ' , ; ` | Not identical [12:32:57.461] | : . ' , ; ` | all.equal() for future ... [12:32:57.461] | : . ' , ; ` | : List of 2 [12:32:57.461] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:57.461] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.461] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:57.461] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.461] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.461] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.461] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:57.461] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:57.461] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.461] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:57.461] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.461] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.461] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.461] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:57.461] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.461] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.461] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.475] | : . ' , ; ` | all.equal() for future ... done [12:32:57.475] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:57.475] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:57.476] | : . ' , ; ` List of future strategies: [12:32:57.476] | : . ' , ; ` 1. sequential: [12:32:57.476] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:57.476] | : . ' , ; ` - tweaked: FALSE [12:32:57.476] | : . ' , ; ` - call: plan(sequential) [12:32:57.477] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:57.477] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:57.478] | : . ' , assign_globals() ... [12:32:57.478] | : . ' , List of 2 [12:32:57.478] | : . ' , $ x : int [1:2] 1 2 [12:32:57.478] | : . ' , $ future.call.arguments:List of 1 [12:32:57.478] | : . ' , ..$ : num 3 [12:32:57.478] | : . ' , ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [12:32:57.478] | : . ' , - attr(*, "where")=List of 2 [12:32:57.478] | : . ' , ..$ x : [12:32:57.478] | : . ' , ..$ future.call.arguments: [12:32:57.478] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:32:57.478] | : . ' , - attr(*, "resolved")= logi FALSE [12:32:57.478] | : . ' , - attr(*, "total_size")= num NA [12:32:57.478] | : . ' , - attr(*, "already-done")= logi TRUE [12:32:57.487] | : . ' , - copied 'x' to environment [12:32:57.487] | : . ' , - copied 'future.call.arguments' to environment [12:32:57.487] | : . ' , assign_globals() ... done [12:32:57.492] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:57.493] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:57.493] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:57.493] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:57.494] | : . ' , ; ` | : New stack: [12:32:57.494] | : . ' , ; ` | : List of 1 [12:32:57.494] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:57.494] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.494] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:57.494] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.494] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.494] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.494] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:57.494] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.494] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.494] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.494] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.502] | : . ' , ; ` | : Old stack: [12:32:57.502] | : . ' , ; ` | : List of 1 [12:32:57.502] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:57.502] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.502] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:57.502] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.502] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.502] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.502] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:57.502] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.502] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.502] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.502] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.510] | : . ' , ; ` | : Identical [12:32:57.510] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:57.511] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:57.511] | : . ' , ; ` | List of future strategies: [12:32:57.511] | : . ' , ; ` | 1. sequential: [12:32:57.511] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:57.511] | : . ' , ; ` | - tweaked: FALSE [12:32:57.511] | : . ' , ; ` | - call: plan(sequential) [12:32:57.512] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:57.512] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:57.513] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:57.514] | : . ' , SequentialFuture started (and completed) [12:32:57.514] | : . ' , signalConditions() ... [12:32:57.514] | : . ' , ; include = 'immediateCondition' [12:32:57.515] | : . ' , ; exclude = [12:32:57.515] | : . ' , ; resignal = FALSE [12:32:57.515] | : . ' , ; Number of conditions: 6 [12:32:57.516] | : . ' , ; int 6 [12:32:57.517] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.517] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.517] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.518] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.518] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.518] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.519] | : . ' , signalConditions() ... done [12:32:57.519] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:57.519] | : . Launching futures ... done [12:32:57.520] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:57.520] | : Using SequentialFutureBackend ... done [12:32:57.520] | run() for 'Future' () ... done [12:32:57.521] future(..., label = NULL) ... done [12:32:57.521] value() for SequentialFuture () ... [12:32:57.521] | signalConditions() ... [12:32:57.522] | : include = 'immediateCondition' [12:32:57.522] | : exclude = [12:32:57.522] | : resignal = FALSE [12:32:57.523] | : Number of conditions: 6 [12:32:57.523] | : int 6 [12:32:57.524] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.524] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.524] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.525] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.525] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.525] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.526] | signalConditions() ... done [12:32:57.526] | relay stdout ... [12:32:57.526] | relay stdout ... done [12:32:57.527] | check for misuse ... [12:32:57.527] | check for misuse ... done [12:32:57.527] | relay conditions ... [12:32:57.528] | : Future state: 'finished' [12:32:57.528] | : signalConditions() ... [12:32:57.528] | : . include = 'condition' [12:32:57.529] | : . exclude = 'immediateCondition' [12:32:57.529] | : . resignal = TRUE [12:32:57.529] | : . Number of conditions: 6 [12:32:57.530] | : . int 6 [12:32:57.530] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.531] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:32:57.441] | : . ' , attachPackages() ... [12:32:57.531] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.531] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:32:57.442] | : . ' , ; packages: [n=1] 'future' [12:32:57.532] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.532] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:32:57.442] | : . ' , attachPackages() ... done [12:32:57.533] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.533] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:32:57.442] | : . ' , attachPackages() ... [12:32:57.533] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.534] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:32:57.443] | : . ' , ; packages: [n=0] [12:32:57.534] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.534] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:32:57.443] | : . ' , attachPackages() ... done [12:32:57.535] | : signalConditions() ... done [12:32:57.535] | relay conditions ... done [12:32:57.536] 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 [12:32:57.537] future(..., label = NULL) ... [12:32:57.537] | lazy: FALSE [12:32:57.537] | stdout: TRUE [12:32:57.538] | conditions: [n=1] 'condition' [12:32:57.538] | getGlobalsAndPackages() ... [12:32:57.538] | : Searching for globals ... [12:32:57.553] | : . globals found: [4] '{', 'sum', 'x', 'y' [12:32:57.553] | : Searching for globals ... done [12:32:57.554] | : Resolving globals: FALSE [12:32:57.554] | : Search for packages associated with the globals ... [12:32:57.555] | : . Packages associated with globals: [1] 'base' [12:32:57.555] | : . Packages: [1] 'base' [12:32:57.555] | : Search for packages associated with the globals ... done [12:32:57.556] | : Packages after dropping 'base': [0] [12:32:57.556] | : globals: [2] 'x', 'y' [12:32:57.556] | : packages: [0] [12:32:57.557] | getGlobalsAndPackages() ... done [12:32:57.557] | run() for 'Future' () ... [12:32:57.558] | : state: 'created' [12:32:57.558] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:57.558] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:57.559] | : Using SequentialFutureBackend ... [12:32:57.559] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:32:57.559] | : . Launching futures ... [12:32:57.559] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:57.560] | : . ' , getFutureData() ... [12:32:57.560] | : . ' , ; getFutureCore() ... [12:32:57.560] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:57.561] | : . ' , ; getFutureCore() ... done [12:32:57.561] | : . ' , ; getFutureCapture() ... [12:32:57.561] | : . ' , ; getFutureCapture() ... done [12:32:57.562] | : . ' , ; getFutureContext() ... [12:32:57.562] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:57.562] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:57.562] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:57.563] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:57.563] | : . ' , ; getFutureContext() ... done [12:32:57.563] | : . ' , getFutureData() ... done [12:32:57.566] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:57.567] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:57.567] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:57.568] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:57.568] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:57.568] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:57.569] | : . ' , ; ` | New stack: [12:32:57.569] | : . ' , ; ` | List of 1 [12:32:57.569] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:57.569] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.569] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:57.569] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.569] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.569] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.569] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:57.569] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.574] | : . ' , ; ` | Old stack: [12:32:57.575] | : . ' , ; ` | List of 1 [12:32:57.575] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:57.575] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.575] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:57.575] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.575] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.575] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.575] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:57.575] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.575] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.575] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.575] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.581] | : . ' , ; ` | Not identical [12:32:57.581] | : . ' , ; ` | all.equal() for future ... [12:32:57.582] | : . ' , ; ` | : List of 2 [12:32:57.582] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:57.582] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.582] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:57.582] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.582] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.582] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.582] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:57.582] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:57.582] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.582] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:57.582] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.582] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.582] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.582] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:57.582] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.582] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.582] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.594] | : . ' , ; ` | all.equal() for future ... done [12:32:57.595] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:57.595] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:57.596] | : . ' , ; ` List of future strategies: [12:32:57.596] | : . ' , ; ` 1. sequential: [12:32:57.596] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:57.596] | : . ' , ; ` - tweaked: FALSE [12:32:57.596] | : . ' , ; ` - call: plan(sequential) [12:32:57.597] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:57.597] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:57.598] | : . ' , assign_globals() ... [12:32:57.598] | : . ' , List of 2 [12:32:57.598] | : . ' , $ x: int [1:2] 1 2 [12:32:57.598] | : . ' , $ y: num 3 [12:32:57.598] | : . ' , - attr(*, "where")=List of 2 [12:32:57.598] | : . ' , ..$ x: [12:32:57.598] | : . ' , ..$ y: [12:32:57.598] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:32:57.598] | : . ' , - attr(*, "resolved")= logi FALSE [12:32:57.598] | : . ' , - attr(*, "total_size")= num NA [12:32:57.598] | : . ' , - attr(*, "already-done")= logi TRUE [12:32:57.605] | : . ' , - copied 'x' to environment [12:32:57.606] | : . ' , - copied 'y' to environment [12:32:57.606] | : . ' , assign_globals() ... done [12:32:57.611] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:57.611] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:57.611] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:57.612] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:57.612] | : . ' , ; ` | : New stack: [12:32:57.612] | : . ' , ; ` | : List of 1 [12:32:57.612] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:57.612] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.612] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:57.612] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.612] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.612] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.612] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:57.612] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.612] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.612] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.612] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.620] | : . ' , ; ` | : Old stack: [12:32:57.621] | : . ' , ; ` | : List of 1 [12:32:57.621] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:57.621] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.621] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:57.621] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.621] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.621] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.621] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:57.621] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.621] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.621] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.621] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.628] | : . ' , ; ` | : Identical [12:32:57.629] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:57.629] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:57.629] | : . ' , ; ` | List of future strategies: [12:32:57.629] | : . ' , ; ` | 1. sequential: [12:32:57.629] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:57.629] | : . ' , ; ` | - tweaked: FALSE [12:32:57.629] | : . ' , ; ` | - call: plan(sequential) [12:32:57.631] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:57.631] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:57.631] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:57.632] | : . ' , SequentialFuture started (and completed) [12:32:57.633] | : . ' , signalConditions() ... [12:32:57.633] | : . ' , ; include = 'immediateCondition' [12:32:57.633] | : . ' , ; exclude = [12:32:57.634] | : . ' , ; resignal = FALSE [12:32:57.634] | : . ' , ; Number of conditions: 6 [12:32:57.634] | : . ' , ; int 6 [12:32:57.635] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.636] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.636] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.636] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.637] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.637] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.637] | : . ' , signalConditions() ... done [12:32:57.638] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:57.638] | : . Launching futures ... done [12:32:57.638] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:57.639] | : Using SequentialFutureBackend ... done [12:32:57.639] | run() for 'Future' () ... done [12:32:57.640] future(..., label = NULL) ... done [12:32:57.640] value() for SequentialFuture () ... [12:32:57.640] | signalConditions() ... [12:32:57.641] | : include = 'immediateCondition' [12:32:57.641] | : exclude = [12:32:57.641] | : resignal = FALSE [12:32:57.642] | : Number of conditions: 6 [12:32:57.642] | : int 6 [12:32:57.643] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.643] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.644] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.644] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.644] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.645] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.645] | signalConditions() ... done [12:32:57.645] | relay stdout ... [12:32:57.646] | relay stdout ... done [12:32:57.646] | check for misuse ... [12:32:57.646] | check for misuse ... done [12:32:57.647] | relay conditions ... [12:32:57.647] | : Future state: 'finished' [12:32:57.647] | : signalConditions() ... [12:32:57.648] | : . include = 'condition' [12:32:57.648] | : . exclude = 'immediateCondition' [12:32:57.648] | : . resignal = TRUE [12:32:57.649] | : . Number of conditions: 6 [12:32:57.649] | : . int 6 [12:32:57.650] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.650] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:32:57.564] | : . ' , attachPackages() ... [12:32:57.651] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.651] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:32:57.564] | : . ' , ; packages: [n=1] 'future' [12:32:57.651] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.652] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:32:57.565] | : . ' , attachPackages() ... done [12:32:57.652] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.653] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:32:57.565] | : . ' , attachPackages() ... [12:32:57.653] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.653] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:32:57.565] | : . ' , ; packages: [n=0] [12:32:57.654] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.654] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:32:57.566] | : . ' , attachPackages() ... done [12:32:57.655] | : signalConditions() ... done [12:32:57.655] | relay conditions ... done [12:32:57.655] 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 [12:32:57.656] future(..., label = NULL) ... [12:32:57.657] | lazy: FALSE [12:32:57.657] | stdout: TRUE [12:32:57.657] | conditions: [n=1] 'condition' [12:32:57.658] | getGlobalsAndPackages() ... [12:32:57.658] | : Searching for globals ... [12:32:57.674] | : . globals found: [5] '{', 'sum', 'x', 'y', '...' [12:32:57.675] | : Searching for globals ... done [12:32:57.675] | : Resolving globals: FALSE [12:32:57.675] | : Tweak future expression to call with '...' arguments ... [12:32:57.676] | : . Search for packages associated with the globals ... [12:32:57.676] | : . ' Packages associated with globals: [1] 'base' [12:32:57.677] | : . ' Packages: [1] 'base' [12:32:57.678] | : . Search for packages associated with the globals ... done [12:32:57.678] | : . Packages after dropping 'base': [0] [12:32:57.678] | : . globals: [2] 'x', 'y' [12:32:57.679] | : . packages: [0] [12:32:57.679] | : Tweak future expression to call with '...' arguments ... done [12:32:57.680] | : run() for 'Future' () ... [12:32:57.680] | : . state: 'created' [12:32:57.680] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:57.681] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:57.681] | : . Using SequentialFutureBackend ... [12:32:57.681] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [12:32:57.682] | : . ' Launching futures ... [12:32:57.682] | : . ' , launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:57.683] | : . ' , ; getFutureData() ... [12:32:57.683] | : . ' , ; ` getFutureCore() ... [12:32:57.683] | : . ' , ; ` | Packages needed by the future expression (n = 0): [12:32:57.684] | : . ' , ; ` getFutureCore() ... done [12:32:57.684] | : . ' , ; ` getFutureCapture() ... [12:32:57.684] | : . ' , ; ` getFutureCapture() ... done [12:32:57.685] | : . ' , ; ` getFutureContext() ... [12:32:57.685] | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:57.685] | : . ' , ; ` | : Getting stack without first backend: [n=0] [12:32:57.686] | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:57.686] | : . ' , ; ` | Packages needed by future backend (n = 0): [12:32:57.686] | : . ' , ; ` getFutureContext() ... done [12:32:57.687] | : . ' , ; getFutureData() ... done [12:32:57.690] | : . ' , ; plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:57.691] | : . ' , ; ` Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:57.691] | : . ' , ; plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:57.692] | : . ' , ; plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:57.692] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:57.693] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:57.693] | : . ' , ; ` | : New stack: [12:32:57.693] | : . ' , ; ` | : List of 1 [12:32:57.693] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:57.693] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.693] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:57.693] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.693] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.693] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.693] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:57.693] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.700] | : . ' , ; ` | : Old stack: [12:32:57.700] | : . ' , ; ` | : List of 1 [12:32:57.700] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:57.700] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.700] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:57.700] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.700] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.700] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.700] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:57.700] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.700] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.700] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.700] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.708] | : . ' , ; ` | : Not identical [12:32:57.708] | : . ' , ; ` | : all.equal() for future ... [12:32:57.709] | : . ' , ; ` | : . List of 2 [12:32:57.709] | : . ' , ; ` | : . $ target :function (..., envir = parent.frame()) [12:32:57.709] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.709] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [12:32:57.709] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.709] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.709] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.709] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:57.709] | : . ' , ; ` | : . $ current:function (..., envir = parent.frame()) [12:32:57.709] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.709] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [12:32:57.709] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.709] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.709] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.709] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [12:32:57.709] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.709] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.709] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.721] | : . ' , ; ` | : all.equal() for future ... done [12:32:57.721] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:57.721] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:57.722] | : . ' , ; ` | List of future strategies: [12:32:57.722] | : . ' , ; ` | 1. sequential: [12:32:57.722] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:57.722] | : . ' , ; ` | - tweaked: FALSE [12:32:57.722] | : . ' , ; ` | - call: plan(sequential) [12:32:57.723] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:57.723] | : . ' , ; plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:57.726] | : . ' , ; assign_globals() ... [12:32:57.726] | : . ' , ; List of 2 [12:32:57.726] | : . ' , ; $ x: int [1:2] 1 2 [12:32:57.726] | : . ' , ; $ y: num 3 [12:32:57.726] | : . ' , ; - attr(*, "where")=List of 2 [12:32:57.726] | : . ' , ; ..$ x: [12:32:57.726] | : . ' , ; ..$ y: [12:32:57.726] | : . ' , ; - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:32:57.726] | : . ' , ; - attr(*, "resolved")= logi FALSE [12:32:57.726] | : . ' , ; - attr(*, "total_size")= num NA [12:32:57.726] | : . ' , ; - attr(*, "already-done")= logi TRUE [12:32:57.732] | : . ' , ; - copied 'x' to environment [12:32:57.733] | : . ' , ; - copied 'y' to environment [12:32:57.733] | : . ' , ; assign_globals() ... done [12:32:57.738] | : . ' , ; plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:57.738] | : . ' , ; ` plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:57.738] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:57.739] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [12:32:57.739] | : . ' , ; ` | : . New stack: [12:32:57.739] | : . ' , ; ` | : . List of 1 [12:32:57.739] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [12:32:57.739] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.739] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [12:32:57.739] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.739] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.739] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.739] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [12:32:57.739] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.739] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.739] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.739] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.746] | : . ' , ; ` | : . Old stack: [12:32:57.746] | : . ' , ; ` | : . List of 1 [12:32:57.746] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [12:32:57.746] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.746] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [12:32:57.746] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.746] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.746] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.746] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [12:32:57.746] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.746] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.746] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.746] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.752] | : . ' , ; ` | : . Identical [12:32:57.753] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [12:32:57.753] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:57.753] | : . ' , ; ` | : List of future strategies: [12:32:57.753] | : . ' , ; ` | : 1. sequential: [12:32:57.753] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [12:32:57.753] | : . ' , ; ` | : - tweaked: FALSE [12:32:57.753] | : . ' , ; ` | : - call: plan(sequential) [12:32:57.754] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:57.754] | : . ' , ; ` plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:57.755] | : . ' , ; plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:57.756] | : . ' , ; SequentialFuture started (and completed) [12:32:57.756] | : . ' , ; signalConditions() ... [12:32:57.756] | : . ' , ; ` include = 'immediateCondition' [12:32:57.757] | : . ' , ; ` exclude = [12:32:57.757] | : . ' , ; ` resignal = FALSE [12:32:57.757] | : . ' , ; ` Number of conditions: 7 [12:32:57.757] | : . ' , ; ` int 7 [12:32:57.758] | : . ' , ; ` Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.758] | : . ' , ; ` Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.759] | : . ' , ; ` Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.759] | : . ' , ; ` Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.759] | : . ' , ; ` Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.760] | : . ' , ; ` Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.760] | : . ' , ; ` Condition #7 (class: 'simpleError', 'error', 'condition'): [12:32:57.760] | : . ' , ; signalConditions() ... done [12:32:57.761] | : . ' , launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:57.761] | : . ' Launching futures ... done [12:32:57.761] | : . ' Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:57.761] | : . Using SequentialFutureBackend ... done [12:32:57.762] | : run() for 'Future' () ... done [12:32:57.762] | getGlobalsAndPackages() ... done [12:32:57.762] | value() for SequentialFuture () ... [12:32:57.763] | : signalConditions() ... [12:32:57.763] | : . include = 'immediateCondition' [12:32:57.763] | : . exclude = [12:32:57.764] | : . resignal = FALSE [12:32:57.764] | : . Number of conditions: 7 [12:32:57.764] | : . int 7 [12:32:57.765] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.765] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.766] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.766] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.766] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.766] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.767] | : . Condition #7 (class: 'simpleError', 'error', 'condition'): [12:32:57.767] | : signalConditions() ... done [12:32:57.767] | : relay stdout ... [12:32:57.767] | : relay stdout ... done [12:32:57.768] | : check for misuse ... [12:32:57.768] | : check for misuse ... done [12:32:57.768] | : relay conditions ... [12:32:57.769] | : . Future state: 'finished' [12:32:57.769] | : . signalConditions() ... [12:32:57.769] | : . ' include = 'condition' [12:32:57.769] | : . ' exclude = 'immediateCondition' [12:32:57.770] | : . ' resignal = TRUE [12:32:57.770] | : . ' Number of conditions: 7 [12:32:57.770] | : . ' int 7 [12:32:57.771] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.771] | : . ' Condition #1: 'simpleMessage', 'message', 'condition' [12:32:57.687] | : . ' , ; attachPackages() ... [12:32:57.772] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.772] | : . ' Condition #2: 'simpleMessage', 'message', 'condition' [12:32:57.688] | : . ' , ; ` packages: [n=1] 'future' [12:32:57.772] | : . ' Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.773] | : . ' Condition #3: 'simpleMessage', 'message', 'condition' [12:32:57.688] | : . ' , ; attachPackages() ... done [12:32:57.773] | : . ' Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.773] | : . ' Condition #4: 'simpleMessage', 'message', 'condition' [12:32:57.689] | : . ' , ; attachPackages() ... [12:32:57.774] | : . ' Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.774] | : . ' Condition #5: 'simpleMessage', 'message', 'condition' [12:32:57.689] | : . ' , ; ` packages: [n=0] [12:32:57.774] | : . ' Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.775] | : . ' Condition #6: 'simpleMessage', 'message', 'condition' [12:32:57.689] | : . ' , ; attachPackages() ... done [12:32:57.775] | : . ' Condition #7 (class: 'simpleError', 'error', 'condition'): [12:32:57.775] | : . ' Condition #7: 'simpleError', 'error', 'condition' [12:32:57.776] | : . signalConditions() ... done [12:32:57.776] | : 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 [12:32:57.777] | : future(..., label = NULL) ... [12:32:57.778] | : . lazy: FALSE [12:32:57.778] | : . stdout: TRUE [12:32:57.778] | : . conditions: [n=1] 'condition' [12:32:57.779] | : . getGlobalsAndPackages() ... [12:32:57.779] | : . ' globals passed as-is: [1] '...' [12:32:57.779] | : . ' Resolving globals: FALSE [12:32:57.780] | : . ' Tweak future expression to call with '...' arguments ... [12:32:57.780] | : . ' , { [12:32:57.780] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [12:32:57.780] | : . ' , "# expression in do.call(), because function called uses '...' " [12:32:57.780] | : . ' , "# as a global variable " [12:32:57.780] | : . ' , do.call(function(...) { [12:32:57.780] | : . ' , fcn <- function() sum(...) [12:32:57.780] | : . ' , fcn() [12:32:57.780] | : . ' , }, args = future.call.arguments) [12:32:57.780] | : . ' , } [12:32:57.780] | : . ' Tweak future expression to call with '...' arguments ... done [12:32:57.781] | : . ' Search for packages associated with the globals ... [12:32:57.781] | : . ' , Packages associated with globals: [0] [12:32:57.782] | : . ' , Packages: [0] [12:32:57.782] | : . ' Search for packages associated with the globals ... done [12:32:57.782] | : . ' Packages after dropping 'base': [0] [12:32:57.782] | : . ' globals: [1] 'future.call.arguments' [12:32:57.783] | : . ' packages: [0] [12:32:57.783] | : . getGlobalsAndPackages() ... done [12:32:57.783] | : . run() for 'Future' () ... [12:32:57.784] | : . ' state: 'created' [12:32:57.784] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:57.784] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:57.785] | : . ' Using SequentialFutureBackend ... [12:32:57.785] | : . ' , Number of futures since start: 4 (4 created, 4 launched, 4 finished) [12:32:57.785] | : . ' , Launching futures ... [12:32:57.786] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:57.786] | : . ' , ; ` getFutureData() ... [12:32:57.786] | : . ' , ; ` | getFutureCore() ... [12:32:57.786] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:32:57.787] | : . ' , ; ` | getFutureCore() ... done [12:32:57.787] | : . ' , ; ` | getFutureCapture() ... [12:32:57.787] | : . ' , ; ` | getFutureCapture() ... done [12:32:57.787] | : . ' , ; ` | getFutureContext() ... [12:32:57.788] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:57.788] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:32:57.788] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:57.789] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:32:57.789] | : . ' , ; ` | getFutureContext() ... done [12:32:57.789] | : . ' , ; ` getFutureData() ... done [12:32:57.792] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:57.793] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:57.793] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:57.794] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:57.794] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:57.794] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [12:32:57.795] | : . ' , ; ` | : . New stack: [12:32:57.795] | : . ' , ; ` | : . List of 1 [12:32:57.795] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [12:32:57.795] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.795] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [12:32:57.795] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.795] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.795] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.795] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:57.795] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.800] | : . ' , ; ` | : . Old stack: [12:32:57.800] | : . ' , ; ` | : . List of 1 [12:32:57.800] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [12:32:57.800] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.800] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [12:32:57.800] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.800] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.800] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.800] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [12:32:57.800] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.800] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.800] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.800] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.807] | : . ' , ; ` | : . Not identical [12:32:57.807] | : . ' , ; ` | : . all.equal() for future ... [12:32:57.807] | : . ' , ; ` | : . ' List of 2 [12:32:57.807] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [12:32:57.807] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.807] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [12:32:57.807] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.807] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.807] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.807] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:57.807] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [12:32:57.807] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.807] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:32:57.807] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.807] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.807] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.807] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:57.807] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.807] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.807] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.818] | : . ' , ; ` | : . all.equal() for future ... done [12:32:57.819] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [12:32:57.819] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:57.819] | : . ' , ; ` | : List of future strategies: [12:32:57.819] | : . ' , ; ` | : 1. sequential: [12:32:57.819] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [12:32:57.819] | : . ' , ; ` | : - tweaked: FALSE [12:32:57.819] | : . ' , ; ` | : - call: plan(sequential) [12:32:57.820] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:57.821] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:57.821] | : . ' , ; ` assign_globals() ... [12:32:57.821] | : . ' , ; ` List of 1 [12:32:57.821] | : . ' , ; ` $ future.call.arguments:List of 2 [12:32:57.821] | : . ' , ; ` ..$ : int [1:2] 1 2 [12:32:57.821] | : . ' , ; ` ..$ : num 3 [12:32:57.821] | : . ' , ; ` ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [12:32:57.821] | : . ' , ; ` - attr(*, "where")=List of 1 [12:32:57.821] | : . ' , ; ` ..$ future.call.arguments: [12:32:57.821] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:32:57.821] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [12:32:57.821] | : . ' , ; ` - attr(*, "total_size")= num NA [12:32:57.821] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [12:32:57.828] | : . ' , ; ` - copied 'future.call.arguments' to environment [12:32:57.828] | : . ' , ; ` assign_globals() ... done [12:32:57.832] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:57.833] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:57.833] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:57.833] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [12:32:57.834] | : . ' , ; ` | : . ' New stack: [12:32:57.834] | : . ' , ; ` | : . ' List of 1 [12:32:57.834] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [12:32:57.834] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.834] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:32:57.834] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.834] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.834] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.834] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:57.834] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.834] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.834] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.834] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.840] | : . ' , ; ` | : . ' Old stack: [12:32:57.841] | : . ' , ; ` | : . ' List of 1 [12:32:57.841] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [12:32:57.841] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.841] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:32:57.841] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.841] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.841] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.841] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:57.841] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.841] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.841] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.841] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.847] | : . ' , ; ` | : . ' Identical [12:32:57.847] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [12:32:57.848] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:57.848] | : . ' , ; ` | : . List of future strategies: [12:32:57.848] | : . ' , ; ` | : . 1. sequential: [12:32:57.848] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [12:32:57.848] | : . ' , ; ` | : . - tweaked: FALSE [12:32:57.848] | : . ' , ; ` | : . - call: plan(sequential) [12:32:57.849] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:57.849] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:57.850] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:57.850] | : . ' , ; ` SequentialFuture started (and completed) [12:32:57.851] | : . ' , ; ` signalConditions() ... [12:32:57.851] | : . ' , ; ` | include = 'immediateCondition' [12:32:57.851] | : . ' , ; ` | exclude = [12:32:57.852] | : . ' , ; ` | resignal = FALSE [12:32:57.852] | : . ' , ; ` | Number of conditions: 6 [12:32:57.852] | : . ' , ; ` | int 6 [12:32:57.853] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.853] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.854] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.854] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.854] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.854] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.855] | : . ' , ; ` signalConditions() ... done [12:32:57.855] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:57.855] | : . ' , Launching futures ... done [12:32:57.856] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:57.856] | : . ' Using SequentialFutureBackend ... done [12:32:57.856] | : . run() for 'Future' () ... done [12:32:57.856] | : future(..., label = NULL) ... done [12:32:57.857] | : value() for SequentialFuture () ... [12:32:57.857] | : . signalConditions() ... [12:32:57.857] | : . ' include = 'immediateCondition' [12:32:57.858] | : . ' exclude = [12:32:57.858] | : . ' resignal = FALSE [12:32:57.858] | : . ' Number of conditions: 6 [12:32:57.858] | : . ' int 6 [12:32:57.859] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.860] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.860] | : . ' Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.860] | : . ' Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.860] | : . ' Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.861] | : . ' Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.861] | : . signalConditions() ... done [12:32:57.861] | : . relay stdout ... [12:32:57.862] | : . relay stdout ... done [12:32:57.862] | : . check for misuse ... [12:32:57.862] | : . check for misuse ... done [12:32:57.862] | : . relay conditions ... [12:32:57.863] | : . ' Future state: 'finished' [12:32:57.863] | : . ' signalConditions() ... [12:32:57.863] | : . ' , include = 'condition' [12:32:57.864] | : . ' , exclude = 'immediateCondition' [12:32:57.864] | : . ' , resignal = TRUE [12:32:57.864] | : . ' , Number of conditions: 6 [12:32:57.864] | : . ' , int 6 [12:32:57.865] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.865] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [12:32:57.790] | : . ' , ; ` attachPackages() ... [12:32:57.866] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.866] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [12:32:57.790] | : . ' , ; ` | packages: [n=1] 'future' [12:32:57.866] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.867] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [12:32:57.791] | : . ' , ; ` attachPackages() ... done [12:32:57.867] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.867] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [12:32:57.791] | : . ' , ; ` attachPackages() ... [12:32:57.868] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.868] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [12:32:57.791] | : . ' , ; ` | packages: [n=0] [12:32:57.868] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.869] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [12:32:57.791] | : . ' , ; ` attachPackages() ... done [12:32:57.869] | : . ' signalConditions() ... done [12:32:57.869] | : . relay conditions ... done [12:32:57.870] | : 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 [12:32:57.870] | : future(..., label = NULL) ... [12:32:57.871] | : . lazy: FALSE [12:32:57.871] | : . stdout: TRUE [12:32:57.871] | : . conditions: [n=1] 'condition' [12:32:57.872] | : . getGlobalsAndPackages() ... [12:32:57.872] | : . ' Searching for globals ... [12:32:57.900] | : . ' , globals found: [9] 'fcn', 'x', 'y', '{', '=', '~', 'list', '...', 'sum' [12:32:57.900] | : . ' Searching for globals ... done [12:32:57.901] | : . ' Resolving globals: FALSE [12:32:57.901] | : . ' Tweak future expression to call with '...' arguments ... [12:32:57.901] | : . ' , Search for packages associated with the globals ... [12:32:57.902] | : . ' , ; Packages associated with globals: [1] 'base' [12:32:57.903] | : . ' , ; Packages: [1] 'base' [12:32:57.903] | : . ' , Search for packages associated with the globals ... done [12:32:57.903] | : . ' , Packages after dropping 'base': [0] [12:32:57.904] | : . ' , globals: [3] 'fcn', 'x', 'y' [12:32:57.904] | : . ' , packages: [0] [12:32:57.904] | : . ' Tweak future expression to call with '...' arguments ... done [12:32:57.905] | : . ' run() for 'Future' () ... [12:32:57.905] | : . ' , state: 'created' [12:32:57.906] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:57.906] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:57.906] | : . ' , Using SequentialFutureBackend ... [12:32:57.907] | : . ' , ; Number of futures since start: 5 (5 created, 5 launched, 5 finished) [12:32:57.907] | : . ' , ; Launching futures ... [12:32:57.907] | : . ' , ; ` launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:57.908] | : . ' , ; ` | getFutureData() ... [12:32:57.908] | : . ' , ; ` | : getFutureCore() ... [12:32:57.908] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [12:32:57.909] | : . ' , ; ` | : getFutureCore() ... done [12:32:57.909] | : . ' , ; ` | : getFutureCapture() ... [12:32:57.909] | : . ' , ; ` | : getFutureCapture() ... done [12:32:57.910] | : . ' , ; ` | : getFutureContext() ... [12:32:57.910] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:57.910] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [12:32:57.911] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:57.911] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [12:32:57.911] | : . ' , ; ` | : getFutureContext() ... done [12:32:57.912] | : . ' , ; ` | getFutureData() ... done [12:32:57.915] | : . ' , ; ` | plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:57.915] | : . ' , ; ` | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:57.916] | : . ' , ; ` | plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:57.916] | : . ' , ; ` | plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:57.917] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:57.917] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [12:32:57.918] | : . ' , ; ` | : . ' New stack: [12:32:57.918] | : . ' , ; ` | : . ' List of 1 [12:32:57.918] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [12:32:57.918] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.918] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [12:32:57.918] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.918] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.918] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.918] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:57.918] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.924] | : . ' , ; ` | : . ' Old stack: [12:32:57.924] | : . ' , ; ` | : . ' List of 1 [12:32:57.924] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [12:32:57.924] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.924] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:32:57.924] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.924] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.924] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.924] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:57.924] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.924] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.924] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.924] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.931] | : . ' , ; ` | : . ' Not identical [12:32:57.932] | : . ' , ; ` | : . ' all.equal() for future ... [12:32:57.932] | : . ' , ; ` | : . ' , List of 2 [12:32:57.932] | : . ' , ; ` | : . ' , $ target :function (..., envir = parent.frame()) [12:32:57.932] | : . ' , ; ` | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.932] | : . ' , ; ` | : . ' , ..- attr(*, "init")= logi TRUE [12:32:57.932] | : . ' , ; ` | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.932] | : . ' , ; ` | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.932] | : . ' , ; ` | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.932] | : . ' , ; ` | : . ' , ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:57.932] | : . ' , ; ` | : . ' , $ current:function (..., envir = parent.frame()) [12:32:57.932] | : . ' , ; ` | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.932] | : . ' , ; ` | : . ' , ..- attr(*, "init")= chr "done" [12:32:57.932] | : . ' , ; ` | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.932] | : . ' , ; ` | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.932] | : . ' , ; ` | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.932] | : . ' , ; ` | : . ' , ..- attr(*, "call")= language plan(sequential) [12:32:57.932] | : . ' , ; ` | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.932] | : . ' , ; ` | : . ' , .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.932] | : . ' , ; ` | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.944] | : . ' , ; ` | : . ' all.equal() for future ... done [12:32:57.944] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [12:32:57.945] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:57.945] | : . ' , ; ` | : . List of future strategies: [12:32:57.945] | : . ' , ; ` | : . 1. sequential: [12:32:57.945] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [12:32:57.945] | : . ' , ; ` | : . - tweaked: FALSE [12:32:57.945] | : . ' , ; ` | : . - call: plan(sequential) [12:32:57.946] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:57.947] | : . ' , ; ` | plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:57.947] | : . ' , ; ` | assign_globals() ... [12:32:57.947] | : . ' , ; ` | List of 3 [12:32:57.947] | : . ' , ; ` | $ fcn:function (x, y) [12:32:57.947] | : . ' , ; ` | $ x : int [1:2] 1 2 [12:32:57.947] | : . ' , ; ` | $ y : num 3 [12:32:57.947] | : . ' , ; ` | - attr(*, "where")=List of 3 [12:32:57.947] | : . ' , ; ` | ..$ fcn: [12:32:57.947] | : . ' , ; ` | ..$ x : [12:32:57.947] | : . ' , ; ` | ..$ y : [12:32:57.947] | : . ' , ; ` | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:32:57.947] | : . ' , ; ` | - attr(*, "resolved")= logi FALSE [12:32:57.947] | : . ' , ; ` | - attr(*, "total_size")= num NA [12:32:57.947] | : . ' , ; ` | - attr(*, "already-done")= logi TRUE [12:32:57.955] | : . ' , ; ` | - copied 'fcn' to environment [12:32:57.956] | : . ' , ; ` | - copied 'x' to environment [12:32:57.956] | : . ' , ; ` | - copied 'y' to environment [12:32:57.956] | : . ' , ; ` | assign_globals() ... done [12:32:57.961] | : . ' , ; ` | plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:57.961] | : . ' , ; ` | : plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:57.961] | : . ' , ; ` | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:57.962] | : . ' , ; ` | : . ' all.equal() for FutureStrategyList ... [12:32:57.962] | : . ' , ; ` | : . ' , New stack: [12:32:57.962] | : . ' , ; ` | : . ' , List of 1 [12:32:57.962] | : . ' , ; ` | : . ' , $ :function (..., envir = parent.frame()) [12:32:57.962] | : . ' , ; ` | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.962] | : . ' , ; ` | : . ' , ..- attr(*, "init")= chr "done" [12:32:57.962] | : . ' , ; ` | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.962] | : . ' , ; ` | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.962] | : . ' , ; ` | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.962] | : . ' , ; ` | : . ' , ..- attr(*, "call")= language plan(sequential) [12:32:57.962] | : . ' , ; ` | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.962] | : . ' , ; ` | : . ' , .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.962] | : . ' , ; ` | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.962] | : . ' , ; ` | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.969] | : . ' , ; ` | : . ' , Old stack: [12:32:57.970] | : . ' , ; ` | : . ' , List of 1 [12:32:57.970] | : . ' , ; ` | : . ' , $ :function (..., envir = parent.frame()) [12:32:57.970] | : . ' , ; ` | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:57.970] | : . ' , ; ` | : . ' , ..- attr(*, "init")= chr "done" [12:32:57.970] | : . ' , ; ` | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.970] | : . ' , ; ` | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.970] | : . ' , ; ` | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.970] | : . ' , ; ` | : . ' , ..- attr(*, "call")= language plan(sequential) [12:32:57.970] | : . ' , ; ` | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:57.970] | : . ' , ; ` | : . ' , .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:57.970] | : . ' , ; ` | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:57.970] | : . ' , ; ` | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:57.977] | : . ' , ; ` | : . ' , Identical [12:32:57.977] | : . ' , ; ` | : . ' all.equal() for FutureStrategyList ... done [12:32:57.977] | : . ' , ; ` | : . ' plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:57.978] | : . ' , ; ` | : . ' List of future strategies: [12:32:57.978] | : . ' , ; ` | : . ' 1. sequential: [12:32:57.978] | : . ' , ; ` | : . ' - args: function (..., envir = parent.frame(), workers = "") [12:32:57.978] | : . ' , ; ` | : . ' - tweaked: FALSE [12:32:57.978] | : . ' , ; ` | : . ' - call: plan(sequential) [12:32:57.979] | : . ' , ; ` | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:57.979] | : . ' , ; ` | : plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:57.979] | : . ' , ; ` | plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:57.980] | : . ' , ; ` | SequentialFuture started (and completed) [12:32:57.981] | : . ' , ; ` | signalConditions() ... [12:32:57.981] | : . ' , ; ` | : include = 'immediateCondition' [12:32:57.981] | : . ' , ; ` | : exclude = [12:32:57.981] | : . ' , ; ` | : resignal = FALSE [12:32:57.982] | : . ' , ; ` | : Number of conditions: 6 [12:32:57.982] | : . ' , ; ` | : int 6 [12:32:57.983] | : . ' , ; ` | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.983] | : . ' , ; ` | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.984] | : . ' , ; ` | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.984] | : . ' , ; ` | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.984] | : . ' , ; ` | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.985] | : . ' , ; ` | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.985] | : . ' , ; ` | signalConditions() ... done [12:32:57.985] | : . ' , ; ` launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:57.985] | : . ' , ; Launching futures ... done [12:32:57.986] | : . ' , ; Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:57.986] | : . ' , Using SequentialFutureBackend ... done [12:32:57.986] | : . ' run() for 'Future' () ... done [12:32:57.987] | : . getGlobalsAndPackages() ... done [12:32:57.987] | : . value() for SequentialFuture () ... [12:32:57.987] | : . ' signalConditions() ... [12:32:57.988] | : . ' , include = 'immediateCondition' [12:32:57.988] | : . ' , exclude = [12:32:57.988] | : . ' , resignal = FALSE [12:32:57.989] | : . ' , Number of conditions: 6 [12:32:57.989] | : . ' , int 6 [12:32:57.990] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.990] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.990] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.991] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.991] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.991] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.992] | : . ' signalConditions() ... done [12:32:57.992] | : . ' relay stdout ... [12:32:57.992] | : . ' relay stdout ... done [12:32:57.993] | : . ' check for misuse ... [12:32:57.993] | : . ' check for misuse ... done [12:32:57.993] | : . ' relay conditions ... [12:32:57.994] | : . ' , Future state: 'finished' [12:32:57.994] | : . ' , signalConditions() ... [12:32:57.994] | : . ' , ; include = 'condition' [12:32:57.994] | : . ' , ; exclude = 'immediateCondition' [12:32:57.995] | : . ' , ; resignal = TRUE [12:32:57.995] | : . ' , ; Number of conditions: 6 [12:32:57.995] | : . ' , ; int 6 [12:32:57.996] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.996] | : . ' , ; Condition #1: 'simpleMessage', 'message', 'condition' [12:32:57.912] | : . ' , ; ` | attachPackages() ... [12:32:57.997] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.997] | : . ' , ; Condition #2: 'simpleMessage', 'message', 'condition' [12:32:57.913] | : . ' , ; ` | : packages: [n=1] 'future' [12:32:57.997] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.998] | : . ' , ; Condition #3: 'simpleMessage', 'message', 'condition' [12:32:57.913] | : . ' , ; ` | attachPackages() ... done [12:32:57.998] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.998] | : . ' , ; Condition #4: 'simpleMessage', 'message', 'condition' [12:32:57.913] | : . ' , ; ` | attachPackages() ... [12:32:57.999] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.999] | : . ' , ; Condition #5: 'simpleMessage', 'message', 'condition' [12:32:57.914] | : . ' , ; ` | : packages: [n=0] [12:32:57.999] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:57.999] | : . ' , ; Condition #6: 'simpleMessage', 'message', 'condition' [12:32:57.914] | : . ' , ; ` | attachPackages() ... done [12:32:58.000] | : . ' , signalConditions() ... done [12:32:58.000] | : . ' relay conditions ... done [12:32:58.000] | : . value() for SequentialFuture () ... done [1] 6 Testing with 1 cores ... DONE Testing with 2 cores ... *** Global argument '...' ... - plan('multisession') ... [12:32:58.001] | : . plan("multisession", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:58.002] | : . ' plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:32:58.002] | : . ' , all.equal() for FutureStrategyList ... [12:32:58.003] | : . ' , ; New stack: [12:32:58.003] | : . ' , ; List of 1 [12:32:58.003] | : . ' , ; $ :function (..., workers = availableCores(constraints = "connections-16"), [12:32:58.003] | : . ' , ; rscript_libs = .libPaths()) [12:32:58.003] | : . ' , ; ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:32:58.003] | : . ' , ; ..- attr(*, "init")= logi TRUE [12:32:58.003] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:58.003] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:58.003] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:58.003] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:58.003] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [12:32:58.003] | : . ' , ; ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [12:32:58.003] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:58.009] | : . ' , ; Old stack: [12:32:58.009] | : . ' , ; List of 1 [12:32:58.009] | : . ' , ; $ :function (..., envir = parent.frame()) [12:32:58.009] | : . ' , ; ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:58.009] | : . ' , ; ..- attr(*, "init")= chr "done" [12:32:58.009] | : . ' , ; ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:58.009] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:58.009] | : . ' , ; ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:58.009] | : . ' , ; ..- attr(*, "call")= language plan(sequential) [12:32:58.009] | : . ' , ; ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:58.009] | : . ' , ; .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:58.009] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:58.009] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:58.016] | : . ' , ; Not identical [12:32:58.017] | : . ' , ; all.equal() for future ... [12:32:58.017] | : . ' , ; ` List of 2 [12:32:58.017] | : . ' , ; ` $ target :function (..., workers = availableCores(constraints = "connections-16"), [12:32:58.017] | : . ' , ; ` rscript_libs = .libPaths()) [12:32:58.017] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:32:58.017] | : . ' , ; ` ..- attr(*, "init")= logi TRUE [12:32:58.017] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:58.017] | : . ' , ; ` interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:58.017] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:58.017] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:58.017] | : . ' , ; ` ..- attr(*, "untweakable")= chr "persistent" [12:32:58.017] | : . ' , ; ` ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [12:32:58.017] | : . ' , ; ` $ current:function (..., envir = parent.frame()) [12:32:58.017] | : . ' , ; ` ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:58.017] | : . ' , ; ` ..- attr(*, "init")= chr "done" [12:32:58.017] | : . ' , ; ` ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:58.017] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:58.017] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:58.017] | : . ' , ; ` ..- attr(*, "call")= language plan(sequential) [12:32:58.017] | : . ' , ; ` ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:58.017] | : . ' , ; ` .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:58.017] | : . ' , ; ` .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:58.029] | : . ' , ; ` Formals differ [12:32:58.029] | : . ' , ; all.equal() for future ... done [12:32:58.030] | : . ' , ; Future strategies differ at level 1 [12:32:58.030] | : . ' , all.equal() for FutureStrategyList ... done [12:32:58.030] | : . ' , plan(): Setting new future backend stack: [12:32:58.031] | : . ' , List of future strategies: [12:32:58.031] | : . ' , 1. multisession: [12:32:58.031] | : . ' , - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [12:32:58.031] | : . ' , - tweaked: FALSE [12:32:58.031] | : . ' , - call: plan(strategy, substitute = FALSE) [12:32:58.032] | : . ' , List of 1 [12:32:58.032] | : . ' , $ :function (..., workers = availableCores(constraints = "connections-16"), [12:32:58.032] | : . ' , rscript_libs = .libPaths()) [12:32:58.032] | : . ' , ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:32:58.032] | : . ' , ..- attr(*, "init")= logi TRUE [12:32:58.032] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:58.032] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:58.032] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:58.032] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:58.032] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [12:32:58.032] | : . ' , ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [12:32:58.032] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:58.038] | : . ' , plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [12:32:58.039] | : . ' , ; plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:58.039] | : . ' , ; ` Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [12:32:58.039] | : . ' , ; plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:58.040] | : . ' , ; Legacy shutdown of cluster workers ... [12:32:58.040] | : . ' , ; ` Stopping existing cluster ... [12:32:58.041] | : . ' , ; ` | No pre-existing cluster. Skipping [12:32:58.041] | : . ' , ; ` Stopping existing cluster ... done [12:32:58.041] | : . ' , ; Legacy shutdown of cluster workers ... done [12:32:58.042] | : . ' , plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [12:32:58.042] | : . ' , plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [12:32:58.042] | : . ' , ; function (..., workers = availableCores(constraints = "connections-16"), [12:32:58.042] | : . ' , ; rscript_libs = .libPaths()) [12:32:58.042] | : . ' , ; - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:32:58.042] | : . ' , ; - attr(*, "init")= logi TRUE [12:32:58.042] | : . ' , ; - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:58.042] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:58.042] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:58.042] | : . ' , ; - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:58.042] | : . ' , ; - attr(*, "untweakable")= chr "persistent" [12:32:58.042] | : . ' , ; - attr(*, "call")= language plan(strategy, substitute = FALSE) [12:32:58.048] | : . ' , ; init: TRUE [12:32:58.048] | : . ' , ; makeFutureBackend() ... [12:32:58.048] | : . ' , ; ` Backend function: <'NULL'> [12:32:58.049] | : . ' , ; ` Evaluator tweak arguments: [n=0] [12:32:58.049] | : . ' , ; ` list() [12:32:58.050] | : . ' , ; ` Evaluator formal arguments: [n=2] [12:32:58.050] | : . ' , ; ` Dotted pair list of 2 [12:32:58.050] | : . ' , ; ` $ workers : language availableCores(constraints = "connections-16") [12:32:58.050] | : . ' , ; ` $ rscript_libs: language .libPaths() [12:32:58.052] | : . ' , ; ` Arguments passed to the future-backend factory: [n=2] [12:32:58.053] | : . ' , ; ` List of 2 [12:32:58.053] | : . ' , ; ` $ workers : language availableCores(constraints = "connections-16") [12:32:58.053] | : . ' , ; ` $ rscript_libs: language .libPaths() [12:32:58.055] | : . ' , ; ` MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:32:58.055] | : . ' , ; ` | Arguments: [12:32:58.055] | : . ' , ; ` | List of 5 [12:32:58.055] | : . ' , ; ` | $ workers : Named int 2 [12:32:58.055] | : . ' , ; ` | ..- attr(*, "names")= chr "mc.cores" [12:32:58.055] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:32:58.055] | : . ' , ; ` | $ interrupts : logi TRUE [12:32:58.055] | : . ' , ; ` | $ gc : logi FALSE [12:32:58.055] | : . ' , ; ` | $ earlySignal : logi FALSE [12:32:58.126] | : . ' , ; ` | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [12:32:58.127] | : . ' , ; ` | : workers: 2 [12:32:58.127] | : . ' , ; ` | : getCluster() ... [12:32:58.127] | : . ' , ; ` | : getCluster() ... done [12:32:58.127] | : . ' , ; ` | : Stopping existing cluster ... [12:32:58.128] | : . ' , ; ` | : . No pre-existing cluster. Skipping [12:32:58.128] | : . ' , ; ` | : Stopping existing cluster ... done [12:32:58.128] | : . ' , ; ` | : Starting new cluster ... [12:32:58.129] | : . ' , ; ` | : . makeCluster(workers, ...) ... [12:32:58.129] | : . ' , ; ` | : . ' Arguments: [12:32:58.129] | : . ' , ; ` | : . ' List of 2 [12:32:58.129] | : . ' , ; ` | : . ' $ : int 2 [12:32:58.129] | : . ' , ; ` | : . ' $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:32:58.132] | : . ' , ; ` | : . ' .makeCluster() ... [12:32:58.132] | : . ' , ; ` | : . ' , workers: '2' [12:32:58.132] | : . ' , ; ` | : . ' , R_FUTURE_PLAN: NA [12:32:58.133] | : . ' , ; ` | : . ' , parallelly::makeClusterPSOCK() arguments: [12:32:58.133] | : . ' , ; ` | : . ' , List of 2 [12:32:58.133] | : . ' , ; ` | : . ' , $ : int 2 [12:32:58.133] | : . ' , ; ` | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:32:59.153] | : . ' , ; ` | : . ' , Generated cluster UUID [12:32:59.153] | : . ' , ; ` | : . ' , Cluster UUID: '95dd8ca86ae58203562edfb398b94e0c' [12:32:59.154] | : . ' , ; ` | : . ' , Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:32:59.157] | : . ' , ; ` | : . ' .makeCluster() ... done [12:32:59.157] | : . ' , ; ` | : . ' Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:32:59.159] | : . ' , ; ` | : . makeCluster(workers, ...) ... done [12:32:59.159] | : . ' , ; ` | : . Number of workers: 2 [12:32:59.160] | : . ' , ; ` | : . Workers UUID: '95dd8ca86ae58203562edfb398b94e0c' [12:32:59.160] | : . ' , ; ` | : Starting new cluster ... done [12:32:59.160] | : . ' , ; ` | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [12:32:59.160] | : . ' , ; ` | Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:32:59.161] | : . ' , ; ` MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [12:32:59.161] | : . ' , ; makeFutureBackend() ... done [12:32:59.161] | : . ' , ; nbrOfWorkers(NULL) ... [12:32:59.161] | : . ' , ; ` List of 4 [12:32:59.161] | : . ' , ; ` $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:32:59.161] | : . ' , ; ` $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:32:59.161] | : . ' , ; ` $ : language nbrOfWorkers() [12:32:59.161] | : . ' , ; ` $ : language nbrOfWorkers.NULL() [12:32:59.164] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:59.164] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:59.164] | : . ' , ; ` Number of workers: 2 [12:32:59.164] | : . ' , ; nbrOfWorkers(NULL) ... done [12:32:59.165] | : . ' , ; plan(): nbrOfWorkers() = 2 [12:32:59.165] | : . ' , plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [12:32:59.165] | : . ' 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 [12:32:59.166] | : . ' future(..., label = NULL) ... [12:32:59.166] | : . ' , lazy: FALSE [12:32:59.166] | : . ' , stdout: TRUE [12:32:59.166] | : . ' , conditions: [n=1] 'condition' [12:32:59.167] | : . ' , getGlobalsAndPackages() ... [12:32:59.167] | : . ' , ; Searching for globals ... [12:32:59.175] | : . ' , ; ` globals found: [4] '{', 'sum', 'x', '...' [12:32:59.176] | : . ' , ; Searching for globals ... done [12:32:59.176] | : . ' , ; Resolving globals: FALSE [12:32:59.176] | : . ' , ; Tweak future expression to call with '...' arguments ... [12:32:59.176] | : . ' , ; ` { [12:32:59.176] | : . ' , ; ` "# future::getGlobalsAndPackages(): wrapping the original future" [12:32:59.176] | : . ' , ; ` "# expression in do.call(), because function called uses '...' " [12:32:59.176] | : . ' , ; ` "# as a global variable " [12:32:59.176] | : . ' , ; ` do.call(function(...) { [12:32:59.176] | : . ' , ; ` sum(x, ...) [12:32:59.176] | : . ' , ; ` }, args = future.call.arguments) [12:32:59.176] | : . ' , ; ` } [12:32:59.177] | : . ' , ; Tweak future expression to call with '...' arguments ... done [12:32:59.177] | : . ' , ; Search for packages associated with the globals ... [12:32:59.177] | : . ' , ; ` Packages associated with globals: [1] 'base' [12:32:59.178] | : . ' , ; ` Packages: [1] 'base' [12:32:59.178] | : . ' , ; Search for packages associated with the globals ... done [12:32:59.178] | : . ' , ; Packages after dropping 'base': [0] [12:32:59.178] | : . ' , ; globals: [2] 'x', 'future.call.arguments' [12:32:59.178] | : . ' , ; packages: [0] [12:32:59.179] | : . ' , getGlobalsAndPackages() ... done [12:32:59.179] | : . ' , run() for 'Future' () ... [12:32:59.179] | : . ' , ; state: 'created' [12:32:59.179] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:59.180] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:59.180] | : . ' , ; Using MultisessionFutureBackend ... [12:32:59.180] | : . ' , ; ` Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:32:59.180] | : . ' , ; ` Launching futures ... [12:32:59.181] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... [12:32:59.181] | : . ' , ; ` | : Workers: [n=2] [12:32:59.181] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:32:59.183] | : . ' , ; ` | : FutureRegistry: 'workers-95dd8ca86ae58203562edfb398b94e0c' [12:32:59.183] | : . ' , ; ` | : requestWorker() ... [12:32:59.184] | : . ' , ; ` | : . requestNode() ... [12:32:59.184] | : . ' , ; ` | : . ' Number of workers: 2 [12:32:59.184] | : . ' , ; ` | : . ' Polling for a free worker ... [12:32:59.184] | : . ' , ; ` | : . ' , FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... [12:32:59.184] | : . ' , ; ` | : . ' , ; Created empty registry 'workers-95dd8ca86ae58203562edfb398b94e0c' [12:32:59.185] | : . ' , ; ` | : . ' , ; Listing all futures [12:32:59.185] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [12:32:59.185] | : . ' , ; ` | : . ' , FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... done [12:32:59.185] | : . ' , ; ` | : . ' , Total time: 0 [12:32:59.186] | : . ' , ; ` | : . ' Polling for a free worker ... done [12:32:59.186] | : . ' , ; ` | : . ' FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... [12:32:59.186] | : . ' , ; ` | : . ' , Listing all futures [12:32:59.186] | : . ' , ; ` | : . ' , Number of registered futures: 0 [12:32:59.186] | : . ' , ; ` | : . ' FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... done [12:32:59.187] | : . ' , ; ` | : . ' avail: [n=2] '1', '2' [12:32:59.187] | : . ' , ; ` | : . ' Index of first available worker: 1 [12:32:59.187] | : . ' , ; ` | : . ' Validate that the worker is functional ... [12:32:59.188] | : . ' , ; ` | : . ' , Worker is functional [12:32:59.188] | : . ' , ; ` | : . ' , FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... [12:32:59.188] | : . ' , ; ` | : . ' , ; Listing all futures [12:32:59.188] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [12:32:59.189] | : . ' , ; ` | : . ' , FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... done [12:32:59.189] | : . ' , ; ` | : . ' Validate that the worker is functional ... done [12:32:59.189] | : . ' , ; ` | : . requestNode() ... done [12:32:59.189] | : . ' , ; ` | : . cluster node index: 1 [12:32:59.190] | : . ' , ; ` | : requestWorker() ... done [12:32:59.190] | : . ' , ; ` | : eraseGlobalEnvironment() ... [12:32:59.191] | : . ' , ; ` | : eraseGlobalEnvironment() ... done [12:32:59.191] | : . ' , ; ` | : launchFuture() ... [12:32:59.191] | : . ' , ; ` | : . cluster node index: 1 [12:32:59.191] | : . ' , ; ` | : . getFutureData() ... [12:32:59.191] | : . ' , ; ` | : . ' getFutureCore() ... [12:32:59.192] | : . ' , ; ` | : . ' , Packages needed by the future expression (n = 0): [12:32:59.192] | : . ' , ; ` | : . ' getFutureCore() ... done [12:32:59.192] | : . ' , ; ` | : . ' getFutureCapture() ... [12:32:59.192] | : . ' , ; ` | : . ' getFutureCapture() ... done [12:32:59.192] | : . ' , ; ` | : . ' getFutureContext() ... [12:32:59.193] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:59.193] | : . ' , ; ` | : . ' , ; Getting stack without first backend: [n=0] [12:32:59.193] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:59.193] | : . ' , ; ` | : . ' , Packages needed by future backend (n = 0): [12:32:59.194] | : . ' , ; ` | : . ' getFutureContext() ... done [12:32:59.194] | : . ' , ; ` | : . getFutureData() ... done [12:32:59.195] | : . ' , ; ` | : . FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'add', earlySignal = 0) ... [12:32:59.195] | : . ' , ; ` | : . ' Appended future to position #1 [12:32:59.195] | : . ' , ; ` | : . ' Number of registered futures: 1 [12:32:59.195] | : . ' , ; ` | : . FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'add', earlySignal = 0) ... done [12:32:59.196] | : . ' , ; ` | : launchFuture() ... done [12:32:59.196] | : . ' , ; ` | : MultisessionFuture started [12:32:59.196] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... done [12:32:59.196] | : . ' , ; ` Launching futures ... done [12:32:59.196] | : . ' , ; ` Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:32:59.197] | : . ' , ; Using MultisessionFutureBackend ... done [12:32:59.197] | : . ' , run() for 'Future' () ... done [12:32:59.197] | : . ' future(..., label = NULL) ... done [12:32:59.197] | : . ' value() for MultisessionFuture () ... [12:32:59.198] | : . ' , result() for ClusterFuture ... [12:32:59.198] | : . ' , ; assertValidConnection() ... [12:32:59.199] | : . ' , ; ` cluster node index: 1 [12:32:59.199] | : . ' , ; assertValidConnection() ... done [12:32:59.200] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [12:32:59.200] | : . ' , ; ` cluster node index: 1 [12:32:59.277] | : . ' , ; ` [1] TRUE [12:32:59.277] | : . ' , ; ` Received data: [12:32:59.277] | : . ' , ; ` List of 5 [12:32:59.277] | : . ' , ; ` $ type : chr "VALUE" [12:32:59.277] | : . ' , ; ` $ value :List of 16 [12:32:59.277] | : . ' , ; ` ..$ value : num 6 [12:32:59.277] | : . ' , ; ` ..$ visible : logi TRUE [12:32:59.277] | : . ' , ; ` ..$ stdout : chr "" [12:32:59.277] | : . ' , ; ` ..$ conditions : list() [12:32:59.277] | : . ' , ; ` ..$ rng : logi FALSE [12:32:59.277] | : . ' , ; ` ..$ seed : NULL [12:32:59.277] | : . ' , ; ` ..$ misuseGlobalEnv : NULL [12:32:59.277] | : . ' , ; ` ..$ misuseConnections :List of 3 [12:32:59.277] | : . ' , ; ` .. ..$ added : NULL [12:32:59.277] | : . ' , ; ` .. ..$ removed : NULL [12:32:59.277] | : . ' , ; ` .. ..$ replaced: NULL [12:32:59.277] | : . ' , ; ` ..$ misuseDevices : NULL [12:32:59.277] | : . ' , ; ` ..$ misuseDefaultDevice: list() [12:32:59.277] | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2026-01-16 12:32:59" [12:32:59.277] | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2026-01-16 12:32:59" [12:32:59.277] | : . ' , ; ` ..$ uuid : chr [1:2] "7d7a3057fe728a6fb28b6c625e9bb6ac" "7" [12:32:59.277] | : . ' , ; ` ..$ session_uuid : chr "50f13900e0d3c45921e01917fe9a5db1" [12:32:59.277] | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [12:32:59.277] | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [12:32:59.277] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:32:59.277] | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:59.277] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:59.277] | : . ' , ; ` .. .. ..$ pid : int 86504 [12:32:59.277] | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:32:59" [12:32:59.277] | : . ' , ; ` .. .. ..$ random: int 2147483647 [12:32:59.277] | : . ' , ; ` ..$ r_info :List of 4 [12:32:59.277] | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:32:59.277] | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [12:32:59.277] | : . ' , ; ` .. ..$ os : chr "windows" [12:32:59.277] | : . ' , ; ` .. ..$ os_name : chr "Windows" [12:32:59.277] | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [12:32:59.277] | : . ' , ; ` ..$ version : chr "1.8" [12:32:59.277] | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [12:32:59.277] | : . ' , ; ` $ success: logi TRUE [12:32:59.277] | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0.08 0.01 0.09 NA NA [12:32:59.277] | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:32:59.277] | : . ' , ; ` $ tag : NULL [12:32:59.295] | : . ' , ; ` Received FutureResult [12:32:59.295] | : . ' , ; ` FutureResult: [12:32:59.295] | : . ' , ; ` value: 'numeric' [12:32:59.295] | : . ' , ; ` visible: TRUE [12:32:59.295] | : . ' , ; ` stdout: character [12:32:59.295] | : . ' , ; ` conditions: [n = 0] [12:32:59.295] | : . ' , ; ` RNG used: FALSE [12:32:59.295] | : . ' , ; ` duration: 0.07844996 secs (started 2026-01-16 12:32:59.197014) [12:32:59.295] | : . ' , ; ` version: 1.8 [12:32:59.296] | : . ' , ; ` FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'remove', earlySignal = 0) ... [12:32:59.297] | : . ' , ; ` | Removed future from position #1 [12:32:59.297] | : . ' , ; ` | Number of registered futures: 0 [12:32:59.297] | : . ' , ; ` FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'remove', earlySignal = 0) ... done [12:32:59.297] | : . ' , ; ` Erased future from future backend [12:32:59.298] | : . ' , ; ` result() for ClusterFuture ... [12:32:59.298] | : . ' , ; ` | result already collected: FutureResult [12:32:59.298] | : . ' , ; ` result() for ClusterFuture ... done [12:32:59.298] | : . ' , ; ` signalConditions() ... [12:32:59.298] | : . ' , ; ` | include = 'immediateCondition' [12:32:59.299] | : . ' , ; ` | exclude = [12:32:59.299] | : . ' , ; ` | resignal = FALSE [12:32:59.299] | : . ' , ; ` | Number of conditions: 0 [12:32:59.299] | : . ' , ; ` | int 0 [12:32:59.300] | : . ' , ; ` signalConditions() ... done [12:32:59.300] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [12:32:59.300] | : . ' , result() for ClusterFuture ... done [12:32:59.301] | : . ' , result() for ClusterFuture ... [12:32:59.301] | : . ' , ; result already collected: FutureResult [12:32:59.301] | : . ' , result() for ClusterFuture ... done [12:32:59.301] | : . ' , signalConditions() ... [12:32:59.301] | : . ' , ; include = 'immediateCondition' [12:32:59.302] | : . ' , ; exclude = [12:32:59.302] | : . ' , ; resignal = FALSE [12:32:59.302] | : . ' , ; Number of conditions: 0 [12:32:59.302] | : . ' , ; int 0 [12:32:59.303] | : . ' , signalConditions() ... done [12:32:59.303] | : . ' , relay stdout ... [12:32:59.303] | : . ' , relay stdout ... done [12:32:59.304] | : . ' , check for misuse ... [12:32:59.304] | : . ' , check for misuse ... done [12:32:59.304] | : . ' 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 [12:32:59.305] | : . ' future(..., label = NULL) ... [12:32:59.305] | : . ' , lazy: FALSE [12:32:59.305] | : . ' , stdout: TRUE [12:32:59.306] | : . ' , conditions: [n=1] 'condition' [12:32:59.306] | : . ' , getGlobalsAndPackages() ... [12:32:59.306] | : . ' , ; Searching for globals ... [12:32:59.315] | : . ' , ; ` globals found: [4] '{', 'sum', 'x', '...' [12:32:59.315] | : . ' , ; Searching for globals ... done [12:32:59.316] | : . ' , ; Resolving globals: FALSE [12:32:59.316] | : . ' , ; Tweak future expression to call with '...' arguments ... [12:32:59.316] | : . ' , ; ` { [12:32:59.316] | : . ' , ; ` "# future::getGlobalsAndPackages(): wrapping the original future" [12:32:59.316] | : . ' , ; ` "# expression in do.call(), because function called uses '...' " [12:32:59.316] | : . ' , ; ` "# as a global variable " [12:32:59.316] | : . ' , ; ` do.call(function(...) { [12:32:59.316] | : . ' , ; ` sum(x, ...) [12:32:59.316] | : . ' , ; ` }, args = future.call.arguments) [12:32:59.316] | : . ' , ; ` } [12:32:59.317] | : . ' , ; Tweak future expression to call with '...' arguments ... done [12:32:59.317] | : . ' , ; Search for packages associated with the globals ... [12:32:59.317] | : . ' , ; ` Packages associated with globals: [1] 'base' [12:32:59.318] | : . ' , ; ` Packages: [1] 'base' [12:32:59.318] | : . ' , ; Search for packages associated with the globals ... done [12:32:59.318] | : . ' , ; Packages after dropping 'base': [0] [12:32:59.318] | : . ' , ; globals: [2] 'x', 'future.call.arguments' [12:32:59.319] | : . ' , ; packages: [0] [12:32:59.319] | : . ' , getGlobalsAndPackages() ... done [12:32:59.319] | : . ' , run() for 'Future' () ... [12:32:59.319] | : . ' , ; state: 'created' [12:32:59.320] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:59.320] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:59.320] | : . ' , ; Using MultisessionFutureBackend ... [12:32:59.320] | : . ' , ; ` Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:32:59.321] | : . ' , ; ` Launching futures ... [12:32:59.321] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... [12:32:59.321] | : . ' , ; ` | : Workers: [n=2] [12:32:59.321] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:32:59.324] | : . ' , ; ` | : FutureRegistry: 'workers-95dd8ca86ae58203562edfb398b94e0c' [12:32:59.324] | : . ' , ; ` | : requestWorker() ... [12:32:59.324] | : . ' , ; ` | : . requestNode() ... [12:32:59.324] | : . ' , ; ` | : . ' Number of workers: 2 [12:32:59.325] | : . ' , ; ` | : . ' Polling for a free worker ... [12:32:59.325] | : . ' , ; ` | : . ' , FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... [12:32:59.325] | : . ' , ; ` | : . ' , ; Listing all futures [12:32:59.325] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [12:32:59.325] | : . ' , ; ` | : . ' , FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... done [12:32:59.326] | : . ' , ; ` | : . ' , Total time: 0 [12:32:59.326] | : . ' , ; ` | : . ' Polling for a free worker ... done [12:32:59.326] | : . ' , ; ` | : . ' FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... [12:32:59.326] | : . ' , ; ` | : . ' , Listing all futures [12:32:59.327] | : . ' , ; ` | : . ' , Number of registered futures: 0 [12:32:59.327] | : . ' , ; ` | : . ' FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... done [12:32:59.327] | : . ' , ; ` | : . ' avail: [n=2] '1', '2' [12:32:59.327] | : . ' , ; ` | : . ' Index of first available worker: 1 [12:32:59.327] | : . ' , ; ` | : . ' Validate that the worker is functional ... [12:32:59.328] | : . ' , ; ` | : . ' , Worker is functional [12:32:59.329] | : . ' , ; ` | : . ' , FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... [12:32:59.329] | : . ' , ; ` | : . ' , ; Listing all futures [12:32:59.330] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [12:32:59.330] | : . ' , ; ` | : . ' , FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... done [12:32:59.331] | : . ' , ; ` | : . ' Validate that the worker is functional ... done [12:32:59.338] | : . ' , ; ` | : . requestNode() ... done [12:32:59.338] | : . ' , ; ` | : . cluster node index: 1 [12:32:59.338] | : . ' , ; ` | : requestWorker() ... done [12:32:59.339] | : . ' , ; ` | : eraseGlobalEnvironment() ... [12:32:59.340] | : . ' , ; ` | : eraseGlobalEnvironment() ... done [12:32:59.340] | : . ' , ; ` | : launchFuture() ... [12:32:59.341] | : . ' , ; ` | : . cluster node index: 1 [12:32:59.341] | : . ' , ; ` | : . getFutureData() ... [12:32:59.341] | : . ' , ; ` | : . ' getFutureCore() ... [12:32:59.341] | : . ' , ; ` | : . ' , Packages needed by the future expression (n = 0): [12:32:59.342] | : . ' , ; ` | : . ' getFutureCore() ... done [12:32:59.342] | : . ' , ; ` | : . ' getFutureCapture() ... [12:32:59.342] | : . ' , ; ` | : . ' getFutureCapture() ... done [12:32:59.342] | : . ' , ; ` | : . ' getFutureContext() ... [12:32:59.342] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:59.343] | : . ' , ; ` | : . ' , ; Getting stack without first backend: [n=0] [12:32:59.343] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:59.343] | : . ' , ; ` | : . ' , Packages needed by future backend (n = 0): [12:32:59.343] | : . ' , ; ` | : . ' getFutureContext() ... done [12:32:59.344] | : . ' , ; ` | : . getFutureData() ... done [12:32:59.344] | : . ' , ; ` | : . FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'add', earlySignal = 0) ... [12:32:59.345] | : . ' , ; ` | : . ' Appended future to position #1 [12:32:59.345] | : . ' , ; ` | : . ' Number of registered futures: 1 [12:32:59.345] | : . ' , ; ` | : . FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'add', earlySignal = 0) ... done [12:32:59.345] | : . ' , ; ` | : launchFuture() ... done [12:32:59.346] | : . ' , ; ` | : MultisessionFuture started [12:32:59.346] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... done [12:32:59.346] | : . ' , ; ` Launching futures ... done [12:32:59.346] | : . ' , ; ` Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:32:59.347] | : . ' , ; Using MultisessionFutureBackend ... done [12:32:59.347] | : . ' , run() for 'Future' () ... done [12:32:59.347] | : . ' future(..., label = NULL) ... done [12:32:59.347] | : . ' value() for MultisessionFuture () ... [12:32:59.348] | : . ' , result() for ClusterFuture ... [12:32:59.348] | : . ' , ; assertValidConnection() ... [12:32:59.348] | : . ' , ; ` cluster node index: 1 [12:32:59.349] | : . ' , ; assertValidConnection() ... done [12:32:59.349] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [12:32:59.349] | : . ' , ; ` cluster node index: 1 [12:32:59.351] | : . ' , ; ` [1] TRUE [12:32:59.351] | : . ' , ; ` Received data: [12:32:59.351] | : . ' , ; ` List of 5 [12:32:59.351] | : . ' , ; ` $ type : chr "VALUE" [12:32:59.351] | : . ' , ; ` $ value :List of 16 [12:32:59.351] | : . ' , ; ` ..$ value : num 6 [12:32:59.351] | : . ' , ; ` ..$ visible : logi TRUE [12:32:59.351] | : . ' , ; ` ..$ stdout : chr "" [12:32:59.351] | : . ' , ; ` ..$ conditions : list() [12:32:59.351] | : . ' , ; ` ..$ rng : logi FALSE [12:32:59.351] | : . ' , ; ` ..$ seed : NULL [12:32:59.351] | : . ' , ; ` ..$ misuseGlobalEnv : NULL [12:32:59.351] | : . ' , ; ` ..$ misuseConnections :List of 3 [12:32:59.351] | : . ' , ; ` .. ..$ added : NULL [12:32:59.351] | : . ' , ; ` .. ..$ removed : NULL [12:32:59.351] | : . ' , ; ` .. ..$ replaced: NULL [12:32:59.351] | : . ' , ; ` ..$ misuseDevices : NULL [12:32:59.351] | : . ' , ; ` ..$ misuseDefaultDevice: list() [12:32:59.351] | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2026-01-16 12:32:59" [12:32:59.351] | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2026-01-16 12:32:59" [12:32:59.351] | : . ' , ; ` ..$ uuid : chr [1:2] "7d7a3057fe728a6fb28b6c625e9bb6ac" "8" [12:32:59.351] | : . ' , ; ` ..$ session_uuid : chr "50f13900e0d3c45921e01917fe9a5db1" [12:32:59.351] | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [12:32:59.351] | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [12:32:59.351] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:32:59.351] | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:59.351] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:59.351] | : . ' , ; ` .. .. ..$ pid : int 86504 [12:32:59.351] | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:32:59" [12:32:59.351] | : . ' , ; ` .. .. ..$ random: int 2147483647 [12:32:59.351] | : . ' , ; ` ..$ r_info :List of 4 [12:32:59.351] | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:32:59.351] | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [12:32:59.351] | : . ' , ; ` .. ..$ os : chr "windows" [12:32:59.351] | : . ' , ; ` .. ..$ os_name : chr "Windows" [12:32:59.351] | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [12:32:59.351] | : . ' , ; ` ..$ version : chr "1.8" [12:32:59.351] | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [12:32:59.351] | : . ' , ; ` $ success: logi TRUE [12:32:59.351] | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:32:59.351] | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:32:59.351] | : . ' , ; ` $ tag : NULL [12:32:59.369] | : . ' , ; ` Received FutureResult [12:32:59.369] | : . ' , ; ` FutureResult: [12:32:59.369] | : . ' , ; ` value: 'numeric' [12:32:59.369] | : . ' , ; ` visible: TRUE [12:32:59.369] | : . ' , ; ` stdout: character [12:32:59.369] | : . ' , ; ` conditions: [n = 0] [12:32:59.369] | : . ' , ; ` RNG used: FALSE [12:32:59.369] | : . ' , ; ` duration: 0.004472971 secs (started 2026-01-16 12:32:59.345094) [12:32:59.369] | : . ' , ; ` version: 1.8 [12:32:59.370] | : . ' , ; ` FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'remove', earlySignal = 0) ... [12:32:59.371] | : . ' , ; ` | Removed future from position #1 [12:32:59.371] | : . ' , ; ` | Number of registered futures: 0 [12:32:59.371] | : . ' , ; ` FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'remove', earlySignal = 0) ... done [12:32:59.371] | : . ' , ; ` Erased future from future backend [12:32:59.372] | : . ' , ; ` result() for ClusterFuture ... [12:32:59.372] | : . ' , ; ` | result already collected: FutureResult [12:32:59.372] | : . ' , ; ` result() for ClusterFuture ... done [12:32:59.372] | : . ' , ; ` signalConditions() ... [12:32:59.372] | : . ' , ; ` | include = 'immediateCondition' [12:32:59.373] | : . ' , ; ` | exclude = [12:32:59.373] | : . ' , ; ` | resignal = FALSE [12:32:59.373] | : . ' , ; ` | Number of conditions: 0 [12:32:59.373] | : . ' , ; ` | int 0 [12:32:59.374] | : . ' , ; ` signalConditions() ... done [12:32:59.374] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [12:32:59.374] | : . ' , result() for ClusterFuture ... done [12:32:59.375] | : . ' , result() for ClusterFuture ... [12:32:59.375] | : . ' , ; result already collected: FutureResult [12:32:59.375] | : . ' , result() for ClusterFuture ... done [12:32:59.375] | : . ' , signalConditions() ... [12:32:59.376] | : . ' , ; include = 'immediateCondition' [12:32:59.376] | : . ' , ; exclude = [12:32:59.376] | : . ' , ; resignal = FALSE [12:32:59.376] | : . ' , ; Number of conditions: 0 [12:32:59.376] | : . ' , ; int 0 [12:32:59.377] | : . ' , signalConditions() ... done [12:32:59.377] | : . ' , relay stdout ... [12:32:59.378] | : . ' , relay stdout ... done [12:32:59.378] | : . ' , check for misuse ... [12:32:59.378] | : . ' , check for misuse ... done [12:32:59.378] | : . ' 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 [12:32:59.379] | : . ' future(..., label = NULL) ... [12:32:59.380] | : . ' , lazy: FALSE [12:32:59.380] | : . ' , stdout: TRUE [12:32:59.380] | : . ' , conditions: [n=1] 'condition' [12:32:59.380] | : . ' , getGlobalsAndPackages() ... [12:32:59.380] | : . ' , ; Searching for globals ... [12:32:59.389] | : . ' , ; ` globals found: [4] '{', 'sum', 'x', 'y' [12:32:59.390] | : . ' , ; Searching for globals ... done [12:32:59.390] | : . ' , ; Resolving globals: FALSE [12:32:59.390] | : . ' , ; Search for packages associated with the globals ... [12:32:59.391] | : . ' , ; ` Packages associated with globals: [1] 'base' [12:32:59.391] | : . ' , ; ` Packages: [1] 'base' [12:32:59.391] | : . ' , ; Search for packages associated with the globals ... done [12:32:59.392] | : . ' , ; Packages after dropping 'base': [0] [12:32:59.392] | : . ' , ; globals: [2] 'x', 'y' [12:32:59.392] | : . ' , ; packages: [0] [12:32:59.392] | : . ' , getGlobalsAndPackages() ... done [12:32:59.393] | : . ' , run() for 'Future' () ... [12:32:59.393] | : . ' , ; state: 'created' [12:32:59.393] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:59.394] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:59.394] | : . ' , ; Using MultisessionFutureBackend ... [12:32:59.394] | : . ' , ; ` Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:32:59.394] | : . ' , ; ` Launching futures ... [12:32:59.394] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... [12:32:59.395] | : . ' , ; ` | : Workers: [n=2] [12:32:59.395] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:32:59.397] | : . ' , ; ` | : FutureRegistry: 'workers-95dd8ca86ae58203562edfb398b94e0c' [12:32:59.398] | : . ' , ; ` | : requestWorker() ... [12:32:59.398] | : . ' , ; ` | : . requestNode() ... [12:32:59.398] | : . ' , ; ` | : . ' Number of workers: 2 [12:32:59.398] | : . ' , ; ` | : . ' Polling for a free worker ... [12:32:59.399] | : . ' , ; ` | : . ' , FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... [12:32:59.399] | : . ' , ; ` | : . ' , ; Listing all futures [12:32:59.399] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [12:32:59.399] | : . ' , ; ` | : . ' , FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... done [12:32:59.399] | : . ' , ; ` | : . ' , Total time: 0 [12:32:59.400] | : . ' , ; ` | : . ' Polling for a free worker ... done [12:32:59.400] | : . ' , ; ` | : . ' FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... [12:32:59.400] | : . ' , ; ` | : . ' , Listing all futures [12:32:59.400] | : . ' , ; ` | : . ' , Number of registered futures: 0 [12:32:59.400] | : . ' , ; ` | : . ' FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... done [12:32:59.401] | : . ' , ; ` | : . ' avail: [n=2] '1', '2' [12:32:59.401] | : . ' , ; ` | : . ' Index of first available worker: 1 [12:32:59.401] | : . ' , ; ` | : . ' Validate that the worker is functional ... [12:32:59.402] | : . ' , ; ` | : . ' , Worker is functional [12:32:59.402] | : . ' , ; ` | : . ' , FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... [12:32:59.402] | : . ' , ; ` | : . ' , ; Listing all futures [12:32:59.402] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [12:32:59.403] | : . ' , ; ` | : . ' , FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... done [12:32:59.403] | : . ' , ; ` | : . ' Validate that the worker is functional ... done [12:32:59.403] | : . ' , ; ` | : . requestNode() ... done [12:32:59.403] | : . ' , ; ` | : . cluster node index: 1 [12:32:59.404] | : . ' , ; ` | : requestWorker() ... done [12:32:59.404] | : . ' , ; ` | : eraseGlobalEnvironment() ... [12:32:59.404] | : . ' , ; ` | : eraseGlobalEnvironment() ... done [12:32:59.405] | : . ' , ; ` | : launchFuture() ... [12:32:59.405] | : . ' , ; ` | : . cluster node index: 1 [12:32:59.405] | : . ' , ; ` | : . getFutureData() ... [12:32:59.405] | : . ' , ; ` | : . ' getFutureCore() ... [12:32:59.406] | : . ' , ; ` | : . ' , Packages needed by the future expression (n = 0): [12:32:59.406] | : . ' , ; ` | : . ' getFutureCore() ... done [12:32:59.406] | : . ' , ; ` | : . ' getFutureCapture() ... [12:32:59.406] | : . ' , ; ` | : . ' getFutureCapture() ... done [12:32:59.407] | : . ' , ; ` | : . ' getFutureContext() ... [12:32:59.407] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:59.407] | : . ' , ; ` | : . ' , ; Getting stack without first backend: [n=0] [12:32:59.407] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:59.407] | : . ' , ; ` | : . ' , Packages needed by future backend (n = 0): [12:32:59.408] | : . ' , ; ` | : . ' getFutureContext() ... done [12:32:59.408] | : . ' , ; ` | : . getFutureData() ... done [12:32:59.408] | : . ' , ; ` | : . FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'add', earlySignal = 0) ... [12:32:59.409] | : . ' , ; ` | : . ' Appended future to position #1 [12:32:59.409] | : . ' , ; ` | : . ' Number of registered futures: 1 [12:32:59.409] | : . ' , ; ` | : . FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'add', earlySignal = 0) ... done [12:32:59.409] | : . ' , ; ` | : launchFuture() ... done [12:32:59.410] | : . ' , ; ` | : MultisessionFuture started [12:32:59.410] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... done [12:32:59.410] | : . ' , ; ` Launching futures ... done [12:32:59.410] | : . ' , ; ` Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:32:59.410] | : . ' , ; Using MultisessionFutureBackend ... done [12:32:59.411] | : . ' , run() for 'Future' () ... done [12:32:59.411] | : . ' future(..., label = NULL) ... done [12:32:59.411] | : . ' value() for MultisessionFuture () ... [12:32:59.411] | : . ' , result() for ClusterFuture ... [12:32:59.412] | : . ' , ; assertValidConnection() ... [12:32:59.412] | : . ' , ; ` cluster node index: 1 [12:32:59.413] | : . ' , ; assertValidConnection() ... done [12:32:59.413] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [12:32:59.413] | : . ' , ; ` cluster node index: 1 [12:32:59.415] | : . ' , ; ` [1] TRUE [12:32:59.415] | : . ' , ; ` Received data: [12:32:59.415] | : . ' , ; ` List of 5 [12:32:59.415] | : . ' , ; ` $ type : chr "VALUE" [12:32:59.415] | : . ' , ; ` $ value :List of 16 [12:32:59.415] | : . ' , ; ` ..$ value : num 6 [12:32:59.415] | : . ' , ; ` ..$ visible : logi TRUE [12:32:59.415] | : . ' , ; ` ..$ stdout : chr "" [12:32:59.415] | : . ' , ; ` ..$ conditions : list() [12:32:59.415] | : . ' , ; ` ..$ rng : logi FALSE [12:32:59.415] | : . ' , ; ` ..$ seed : NULL [12:32:59.415] | : . ' , ; ` ..$ misuseGlobalEnv : NULL [12:32:59.415] | : . ' , ; ` ..$ misuseConnections :List of 3 [12:32:59.415] | : . ' , ; ` .. ..$ added : NULL [12:32:59.415] | : . ' , ; ` .. ..$ removed : NULL [12:32:59.415] | : . ' , ; ` .. ..$ replaced: NULL [12:32:59.415] | : . ' , ; ` ..$ misuseDevices : NULL [12:32:59.415] | : . ' , ; ` ..$ misuseDefaultDevice: list() [12:32:59.415] | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2026-01-16 12:32:59" [12:32:59.415] | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2026-01-16 12:32:59" [12:32:59.415] | : . ' , ; ` ..$ uuid : chr [1:2] "7d7a3057fe728a6fb28b6c625e9bb6ac" "9" [12:32:59.415] | : . ' , ; ` ..$ session_uuid : chr "50f13900e0d3c45921e01917fe9a5db1" [12:32:59.415] | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [12:32:59.415] | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [12:32:59.415] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:32:59.415] | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:59.415] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:59.415] | : . ' , ; ` .. .. ..$ pid : int 86504 [12:32:59.415] | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:32:59" [12:32:59.415] | : . ' , ; ` .. .. ..$ random: int 2147483647 [12:32:59.415] | : . ' , ; ` ..$ r_info :List of 4 [12:32:59.415] | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:32:59.415] | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [12:32:59.415] | : . ' , ; ` .. ..$ os : chr "windows" [12:32:59.415] | : . ' , ; ` .. ..$ os_name : chr "Windows" [12:32:59.415] | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [12:32:59.415] | : . ' , ; ` ..$ version : chr "1.8" [12:32:59.415] | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [12:32:59.415] | : . ' , ; ` $ success: logi TRUE [12:32:59.415] | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0 0.02 0.01 NA NA [12:32:59.415] | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:32:59.415] | : . ' , ; ` $ tag : NULL [12:32:59.433] | : . ' , ; ` Received FutureResult [12:32:59.433] | : . ' , ; ` FutureResult: [12:32:59.433] | : . ' , ; ` value: 'numeric' [12:32:59.433] | : . ' , ; ` visible: TRUE [12:32:59.433] | : . ' , ; ` stdout: character [12:32:59.433] | : . ' , ; ` conditions: [n = 0] [12:32:59.433] | : . ' , ; ` RNG used: FALSE [12:32:59.433] | : . ' , ; ` duration: 0.004507065 secs (started 2026-01-16 12:32:59.409198) [12:32:59.433] | : . ' , ; ` version: 1.8 [12:32:59.434] | : . ' , ; ` FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'remove', earlySignal = 0) ... [12:32:59.434] | : . ' , ; ` | Removed future from position #1 [12:32:59.435] | : . ' , ; ` | Number of registered futures: 0 [12:32:59.435] | : . ' , ; ` FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'remove', earlySignal = 0) ... done [12:32:59.435] | : . ' , ; ` Erased future from future backend [12:32:59.436] | : . ' , ; ` result() for ClusterFuture ... [12:32:59.436] | : . ' , ; ` | result already collected: FutureResult [12:32:59.436] | : . ' , ; ` result() for ClusterFuture ... done [12:32:59.436] | : . ' , ; ` signalConditions() ... [12:32:59.437] | : . ' , ; ` | include = 'immediateCondition' [12:32:59.437] | : . ' , ; ` | exclude = [12:32:59.437] | : . ' , ; ` | resignal = FALSE [12:32:59.437] | : . ' , ; ` | Number of conditions: 0 [12:32:59.437] | : . ' , ; ` | int 0 [12:32:59.438] | : . ' , ; ` signalConditions() ... done [12:32:59.438] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [12:32:59.439] | : . ' , result() for ClusterFuture ... done [12:32:59.439] | : . ' , result() for ClusterFuture ... [12:32:59.439] | : . ' , ; result already collected: FutureResult [12:32:59.439] | : . ' , result() for ClusterFuture ... done [12:32:59.440] | : . ' , signalConditions() ... [12:32:59.440] | : . ' , ; include = 'immediateCondition' [12:32:59.440] | : . ' , ; exclude = [12:32:59.440] | : . ' , ; resignal = FALSE [12:32:59.440] | : . ' , ; Number of conditions: 0 [12:32:59.441] | : . ' , ; int 0 [12:32:59.441] | : . ' , signalConditions() ... done [12:32:59.441] | : . ' , relay stdout ... [12:32:59.442] | : . ' , relay stdout ... done [12:32:59.442] | : . ' , check for misuse ... [12:32:59.442] | : . ' , check for misuse ... done [12:32:59.442] | : . ' 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 [12:32:59.443] | : . ' future(..., label = NULL) ... [12:32:59.444] | : . ' , lazy: FALSE [12:32:59.444] | : . ' , stdout: TRUE [12:32:59.444] | : . ' , conditions: [n=1] 'condition' [12:32:59.444] | : . ' , getGlobalsAndPackages() ... [12:32:59.444] | : . ' , ; Searching for globals ... [12:32:59.455] | : . ' , ; ` globals found: [5] '{', 'sum', 'x', 'y', '...' [12:32:59.456] | : . ' , ; Searching for globals ... done [12:32:59.456] | : . ' , ; Resolving globals: FALSE [12:32:59.456] | : . ' , ; Tweak future expression to call with '...' arguments ... [12:32:59.457] | : . ' , ; ` Search for packages associated with the globals ... [12:32:59.457] | : . ' , ; ` | Packages associated with globals: [1] 'base' [12:32:59.458] | : . ' , ; ` | Packages: [1] 'base' [12:32:59.458] | : . ' , ; ` Search for packages associated with the globals ... done [12:32:59.458] | : . ' , ; ` Packages after dropping 'base': [0] [12:32:59.458] | : . ' , ; ` globals: [2] 'x', 'y' [12:32:59.459] | : . ' , ; ` packages: [0] [12:32:59.459] | : . ' , ; Tweak future expression to call with '...' arguments ... done [12:32:59.460] | : . ' , ; run() for 'Future' () ... [12:32:59.460] | : . ' , ; ` state: 'created' [12:32:59.460] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:59.460] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:59.461] | : . ' , ; ` Using MultisessionFutureBackend ... [12:32:59.461] | : . ' , ; ` | Number of futures since start: 3 (3 created, 3 launched, 3 finished) [12:32:59.461] | : . ' , ; ` | Launching futures ... [12:32:59.461] | : . ' , ; ` | : launchFuture() for ClusterFutureBackend ... [12:32:59.462] | : . ' , ; ` | : . Workers: [n=2] [12:32:59.462] | : . ' , ; ` | : . Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:32:59.465] | : . ' , ; ` | : . FutureRegistry: 'workers-95dd8ca86ae58203562edfb398b94e0c' [12:32:59.465] | : . ' , ; ` | : . requestWorker() ... [12:32:59.466] | : . ' , ; ` | : . ' requestNode() ... [12:32:59.466] | : . ' , ; ` | : . ' , Number of workers: 2 [12:32:59.466] | : . ' , ; ` | : . ' , Polling for a free worker ... [12:32:59.467] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... [12:32:59.467] | : . ' , ; ` | : . ' , ; ` Listing all futures [12:32:59.467] | : . ' , ; ` | : . ' , ; ` Number of registered futures: 0 [12:32:59.467] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... done [12:32:59.468] | : . ' , ; ` | : . ' , ; Total time: 0 [12:32:59.468] | : . ' , ; ` | : . ' , Polling for a free worker ... done [12:32:59.468] | : . ' , ; ` | : . ' , FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... [12:32:59.469] | : . ' , ; ` | : . ' , ; Listing all futures [12:32:59.469] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [12:32:59.469] | : . ' , ; ` | : . ' , FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... done [12:32:59.473] | : . ' , ; ` | : . ' , avail: [n=2] '1', '2' [12:32:59.474] | : . ' , ; ` | : . ' , Index of first available worker: 1 [12:32:59.474] | : . ' , ; ` | : . ' , Validate that the worker is functional ... [12:32:59.475] | : . ' , ; ` | : . ' , ; Worker is functional [12:32:59.475] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... [12:32:59.475] | : . ' , ; ` | : . ' , ; ` Listing all futures [12:32:59.476] | : . ' , ; ` | : . ' , ; ` Number of registered futures: 0 [12:32:59.476] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... done [12:32:59.476] | : . ' , ; ` | : . ' , Validate that the worker is functional ... done [12:32:59.476] | : . ' , ; ` | : . ' requestNode() ... done [12:32:59.477] | : . ' , ; ` | : . ' cluster node index: 1 [12:32:59.477] | : . ' , ; ` | : . requestWorker() ... done [12:32:59.477] | : . ' , ; ` | : . eraseGlobalEnvironment() ... [12:32:59.478] | : . ' , ; ` | : . eraseGlobalEnvironment() ... done [12:32:59.478] | : . ' , ; ` | : . launchFuture() ... [12:32:59.478] | : . ' , ; ` | : . ' cluster node index: 1 [12:32:59.479] | : . ' , ; ` | : . ' getFutureData() ... [12:32:59.479] | : . ' , ; ` | : . ' , getFutureCore() ... [12:32:59.479] | : . ' , ; ` | : . ' , ; Packages needed by the future expression (n = 0): [12:32:59.479] | : . ' , ; ` | : . ' , getFutureCore() ... done [12:32:59.479] | : . ' , ; ` | : . ' , getFutureCapture() ... [12:32:59.480] | : . ' , ; ` | : . ' , getFutureCapture() ... done [12:32:59.480] | : . ' , ; ` | : . ' , getFutureContext() ... [12:32:59.480] | : . ' , ; ` | : . ' , ; plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:59.480] | : . ' , ; ` | : . ' , ; ` Getting stack without first backend: [n=0] [12:32:59.481] | : . ' , ; ` | : . ' , ; plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:59.481] | : . ' , ; ` | : . ' , ; Packages needed by future backend (n = 0): [12:32:59.481] | : . ' , ; ` | : . ' , getFutureContext() ... done [12:32:59.481] | : . ' , ; ` | : . ' getFutureData() ... done [12:32:59.482] | : . ' , ; ` | : . ' FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'add', earlySignal = 0) ... [12:32:59.482] | : . ' , ; ` | : . ' , Appended future to position #1 [12:32:59.482] | : . ' , ; ` | : . ' , Number of registered futures: 1 [12:32:59.483] | : . ' , ; ` | : . ' FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'add', earlySignal = 0) ... done [12:32:59.483] | : . ' , ; ` | : . launchFuture() ... done [12:32:59.483] | : . ' , ; ` | : . MultisessionFuture started [12:32:59.483] | : . ' , ; ` | : launchFuture() for ClusterFutureBackend ... done [12:32:59.484] | : . ' , ; ` | Launching futures ... done [12:32:59.484] | : . ' , ; ` | Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:32:59.484] | : . ' , ; ` Using MultisessionFutureBackend ... done [12:32:59.484] | : . ' , ; run() for 'Future' () ... done [12:32:59.484] | : . ' , getGlobalsAndPackages() ... done [12:32:59.485] | : . ' , value() for MultisessionFuture () ... [12:32:59.485] | : . ' , ; result() for ClusterFuture ... [12:32:59.485] | : . ' , ; ` assertValidConnection() ... [12:32:59.486] | : . ' , ; ` | cluster node index: 1 [12:32:59.486] | : . ' , ; ` assertValidConnection() ... done [12:32:59.486] | : . ' , ; ` receiveMessageFromWorker() for ClusterFuture ... [12:32:59.487] | : . ' , ; ` | cluster node index: 1 [12:32:59.489] | : . ' , ; ` | [1] TRUE [12:32:59.489] | : . ' , ; ` | Received data: [12:32:59.490] | : . ' , ; ` | List of 5 [12:32:59.490] | : . ' , ; ` | $ type : chr "VALUE" [12:32:59.490] | : . ' , ; ` | $ value :List of 16 [12:32:59.490] | : . ' , ; ` | ..$ value : NULL [12:32:59.490] | : . ' , ; ` | ..$ visible : logi TRUE [12:32:59.490] | : . ' , ; ` | ..$ stdout : chr "" [12:32:59.490] | : . ' , ; ` | ..$ conditions :List of 1 [12:32:59.490] | : . ' , ; ` | .. ..$ :List of 5 [12:32:59.490] | : . ' , ; ` | .. .. ..$ condition:List of 2 [12:32:59.490] | : . ' , ; ` | .. .. .. ..$ message: chr "'...' used in an incorrect context" [12:32:59.490] | : . ' , ; ` | .. .. .. ..$ call : language eval(quote({ { ... [12:32:59.490] | : . ' , ; ` | .. .. .. ..- attr(*, "class")= chr [1:3] "simpleError" "error" "condition" [12:32:59.490] | : . ' , ; ` | .. .. ..$ calls :List of 9 [12:32:59.490] | : . ' , ; ` | .. .. .. ..$ : language eval(expr, envir = globalenv()) [12:32:59.490] | : . ' , ; ` | .. .. .. ..$ : language eval(expr, envir = globalenv()) [12:32:59.490] | : . ' , ; ` | .. .. .. ..$ : language local({ { ... [12:32:59.490] | : . ' , ; ` | .. .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [12:32:59.490] | : . ' , ; ` | .. .. .. ..$ : language eval(expr, p) [12:32:59.490] | : . ' , ; ` | .. .. .. ..$ : language eval(expr, p) [12:32:59.490] | : . ' , ; ` | .. .. .. ..$ : language eval(quote({ { ... [12:32:59.490] | : . ' , ; ` | .. .. .. ..$ : language eval(quote({ { ... [12:32:59.490] | : . ' , ; ` | .. .. .. ..$ : language eval(quote({ { ... [12:32:59.490] | : . ' , ; ` | .. .. ..$ session :List of 6 [12:32:59.490] | : . ' , ; ` | .. .. .. ..$ r :List of 15 [12:32:59.490] | : . ' , ; ` | .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:32:59.490] | : . ' , ; ` | .. .. .. .. ..$ arch : chr "x86_64" [12:32:59.490] | : . ' , ; ` | .. .. .. .. ..$ os : chr "mingw32" [12:32:59.490] | : . ' , ; ` | .. .. .. .. ..$ crt : chr "ucrt" [12:32:59.490] | : . ' , ; ` | .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:32:59.490] | : . ' , ; ` | .. .. .. .. ..$ status : chr "Under development (unstable)" [12:32:59.490] | : . ' , ; ` | .. .. .. .. ..$ major : chr "4" [12:32:59.490] | : . ' , ; ` | .. .. .. .. ..$ minor : chr "6.0" [12:32:59.490] | : . ' , ; ` | .. .. .. .. ..$ year : chr "2026" [12:32:59.490] | : . ' , ; ` | .. .. .. .. ..$ month : chr "01" [12:32:59.490] | : . ' , ; ` | .. .. .. .. ..$ day : chr "15" [12:32:59.490] | : . ' , ; ` | .. .. .. .. ..$ svn rev : chr "89304" [12:32:59.490] | : . ' , ; ` | .. .. .. .. ..$ language : chr "R" [12:32:59.490] | : . ' , ; ` | .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-01-15 r89304 ucrt)" [12:32:59.490] | : . ' , ; ` | .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:32:59.490] | : . ' , ; ` | .. .. .. ..$ locale : chr "LC_COLLATE=C;LC_CTYPE=German_Germany.utf8;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C" [12:32:59.490] | : . ' , ; ` | .. .. .. ..$ rngkind : chr [1:3] "Mersenne-Twister" "Inversion" "Rejection" [12:32:59.490] | : . ' , ; ` | .. .. .. ..$ namespaces: chr [1:17] "compiler" "parallelly" "graphics" "tools" ... [12:32:59.490] | : . ' , ; ` | .. .. .. ..$ search : chr [1:10] ".GlobalEnv" "package:future" "package:stats" "package:graphics" ... [12:32:59.490] | : . ' , ; ` | .. .. .. ..$ system : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:59.490] | : . ' , ; ` | .. .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:59.490] | : . ' , ; ` | .. .. ..$ timestamp: POSIXct[1:1], format: "2026-01-16 12:32:59" [12:32:59.490] | : . ' , ; ` | .. .. ..$ signaled : int 0 [12:32:59.490] | : . ' , ; ` | ..$ rng : logi FALSE [12:32:59.490] | : . ' , ; ` | ..$ seed : NULL [12:32:59.490] | : . ' , ; ` | ..$ misuseGlobalEnv : NULL [12:32:59.490] | : . ' , ; ` | ..$ misuseConnections :List of 3 [12:32:59.490] | : . ' , ; ` | .. ..$ added : NULL [12:32:59.490] | : . ' , ; ` | .. ..$ removed : NULL [12:32:59.490] | : . ' , ; ` | .. ..$ replaced: NULL [12:32:59.490] | : . ' , ; ` | ..$ misuseDevices : NULL [12:32:59.490] | : . ' , ; ` | ..$ misuseDefaultDevice: list() [12:32:59.490] | : . ' , ; ` | ..$ started : POSIXct[1:1], format: "2026-01-16 12:32:59" [12:32:59.490] | : . ' , ; ` | ..$ finished : POSIXct[1:1], format: "2026-01-16 12:32:59" [12:32:59.490] | : . ' , ; ` | ..$ uuid : chr [1:2] "7d7a3057fe728a6fb28b6c625e9bb6ac" "10" [12:32:59.490] | : . ' , ; ` | ..$ session_uuid : chr "50f13900e0d3c45921e01917fe9a5db1" [12:32:59.490] | : . ' , ; ` | .. ..- attr(*, "source")=List of 5 [12:32:59.490] | : . ' , ; ` | .. .. ..$ host : Named chr "CRANWIN3" [12:32:59.490] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:32:59.490] | : . ' , ; ` | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:59.490] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:59.490] | : . ' , ; ` | .. .. ..$ pid : int 86504 [12:32:59.490] | : . ' , ; ` | .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:32:59" [12:32:59.490] | : . ' , ; ` | .. .. ..$ random: int 2147483647 [12:32:59.490] | : . ' , ; ` | ..$ r_info :List of 4 [12:32:59.490] | : . ' , ; ` | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:32:59.490] | : . ' , ; ` | .. .. ..$ : int [1:3] 4 6 0 [12:32:59.490] | : . ' , ; ` | .. ..$ os : chr "windows" [12:32:59.490] | : . ' , ; ` | .. ..$ os_name : chr "Windows" [12:32:59.490] | : . ' , ; ` | .. ..$ captures_utf8: logi TRUE [12:32:59.490] | : . ' , ; ` | ..$ version : chr "1.8" [12:32:59.490] | : . ' , ; ` | ..- attr(*, "class")= chr "FutureResult" [12:32:59.490] | : . ' , ; ` | $ success: logi TRUE [12:32:59.490] | : . ' , ; ` | $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:32:59.490] | : . ' , ; ` | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:32:59.490] | : . ' , ; ` | $ tag : NULL [12:32:59.522] | : . ' , ; ` | Received FutureResult [12:32:59.522] | : . ' , ; ` | FutureResult: [12:32:59.522] | : . ' , ; ` | value: 'NULL' [12:32:59.522] | : . ' , ; ` | visible: TRUE [12:32:59.522] | : . ' , ; ` | stdout: character [12:32:59.522] | : . ' , ; ` | conditions: [n = 1] simpleError [12:32:59.522] | : . ' , ; ` | RNG used: FALSE [12:32:59.522] | : . ' , ; ` | duration: 0.004959822 secs (started 2026-01-16 12:32:59.482726) [12:32:59.522] | : . ' , ; ` | version: 1.8 [12:32:59.523] | : . ' , ; ` | FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'remove', earlySignal = 0) ... [12:32:59.523] | : . ' , ; ` | : Removed future from position #1 [12:32:59.524] | : . ' , ; ` | : Number of registered futures: 0 [12:32:59.524] | : . ' , ; ` | FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'remove', earlySignal = 0) ... done [12:32:59.524] | : . ' , ; ` | Erased future from future backend [12:32:59.524] | : . ' , ; ` | result() for ClusterFuture ... [12:32:59.525] | : . ' , ; ` | : result already collected: FutureResult [12:32:59.525] | : . ' , ; ` | result() for ClusterFuture ... done [12:32:59.525] | : . ' , ; ` | signalConditions() ... [12:32:59.525] | : . ' , ; ` | : include = 'immediateCondition' [12:32:59.525] | : . ' , ; ` | : exclude = [12:32:59.526] | : . ' , ; ` | : resignal = FALSE [12:32:59.526] | : . ' , ; ` | : Number of conditions: 1 [12:32:59.526] | : . ' , ; ` | : int 1 [12:32:59.527] | : . ' , ; ` | : Condition #1 (class: 'simpleError', 'error', 'condition'): [12:32:59.527] | : . ' , ; ` | signalConditions() ... done [12:32:59.527] | : . ' , ; ` receiveMessageFromWorker() for ClusterFuture ... done [12:32:59.527] | : . ' , ; result() for ClusterFuture ... done [12:32:59.528] | : . ' , ; result() for ClusterFuture ... [12:32:59.528] | : . ' , ; ` result already collected: FutureResult [12:32:59.528] | : . ' , ; result() for ClusterFuture ... done [12:32:59.528] | : . ' , ; signalConditions() ... [12:32:59.529] | : . ' , ; ` include = 'immediateCondition' [12:32:59.529] | : . ' , ; ` exclude = [12:32:59.529] | : . ' , ; ` resignal = FALSE [12:32:59.529] | : . ' , ; ` Number of conditions: 1 [12:32:59.530] | : . ' , ; ` int 1 [12:32:59.530] | : . ' , ; ` Condition #1 (class: 'simpleError', 'error', 'condition'): [12:32:59.531] | : . ' , ; signalConditions() ... done [12:32:59.531] | : . ' , ; relay stdout ... [12:32:59.531] | : . ' , ; relay stdout ... done [12:32:59.531] | : . ' , ; check for misuse ... [12:32:59.532] | : . ' , ; check for misuse ... done [12:32:59.532] | : . ' , ; relay conditions ... [12:32:59.532] | : . ' , ; ` Future state: 'finished' [12:32:59.532] | : . ' , ; ` result() for ClusterFuture ... [12:32:59.532] | : . ' , ; ` | result already collected: FutureResult [12:32:59.533] | : . ' , ; ` result() for ClusterFuture ... done [12:32:59.533] | : . ' , ; ` signalConditions() ... [12:32:59.533] | : . ' , ; ` | include = 'condition' [12:32:59.533] | : . ' , ; ` | exclude = 'immediateCondition' [12:32:59.533] | : . ' , ; ` | resignal = TRUE [12:32:59.534] | : . ' , ; ` | Number of conditions: 1 [12:32:59.534] | : . ' , ; ` | int 1 [12:32:59.535] | : . ' , ; ` | Condition #1 (class: 'simpleError', 'error', 'condition'): [12:32:59.535] | : . ' , ; ` | Condition #1: 'simpleError', 'error', 'condition' [12:32:59.535] | : . ' , ; ` signalConditions() ... done [12:32:59.536] | : . ' , ; 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 [12:32:59.537] | : . ' , ; future(..., label = NULL) ... [12:32:59.537] | : . ' , ; ` lazy: FALSE [12:32:59.537] | : . ' , ; ` stdout: TRUE [12:32:59.538] | : . ' , ; ` conditions: [n=1] 'condition' [12:32:59.538] | : . ' , ; ` getGlobalsAndPackages() ... [12:32:59.538] | : . ' , ; ` | globals passed as-is: [1] '...' [12:32:59.538] | : . ' , ; ` | Resolving globals: FALSE [12:32:59.539] | : . ' , ; ` | Tweak future expression to call with '...' arguments ... [12:32:59.539] | : . ' , ; ` | : { [12:32:59.539] | : . ' , ; ` | : "# future::getGlobalsAndPackages(): wrapping the original future" [12:32:59.539] | : . ' , ; ` | : "# expression in do.call(), because function called uses '...' " [12:32:59.539] | : . ' , ; ` | : "# as a global variable " [12:32:59.539] | : . ' , ; ` | : do.call(function(...) { [12:32:59.539] | : . ' , ; ` | : fcn <- function() sum(...) [12:32:59.539] | : . ' , ; ` | : fcn() [12:32:59.539] | : . ' , ; ` | : }, args = future.call.arguments) [12:32:59.539] | : . ' , ; ` | : } [12:32:59.539] | : . ' , ; ` | Tweak future expression to call with '...' arguments ... done [12:32:59.540] | : . ' , ; ` | Search for packages associated with the globals ... [12:32:59.540] | : . ' , ; ` | : Packages associated with globals: [0] [12:32:59.540] | : . ' , ; ` | : Packages: [0] [12:32:59.541] | : . ' , ; ` | Search for packages associated with the globals ... done [12:32:59.541] | : . ' , ; ` | Packages after dropping 'base': [0] [12:32:59.541] | : . ' , ; ` | globals: [1] 'future.call.arguments' [12:32:59.541] | : . ' , ; ` | packages: [0] [12:32:59.542] | : . ' , ; ` getGlobalsAndPackages() ... done [12:32:59.542] | : . ' , ; ` run() for 'Future' () ... [12:32:59.542] | : . ' , ; ` | state: 'created' [12:32:59.543] | : . ' , ; ` | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:59.543] | : . ' , ; ` | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:59.543] | : . ' , ; ` | Using MultisessionFutureBackend ... [12:32:59.543] | : . ' , ; ` | : Number of futures since start: 4 (4 created, 4 launched, 4 finished) [12:32:59.543] | : . ' , ; ` | : Launching futures ... [12:32:59.544] | : . ' , ; ` | : . launchFuture() for ClusterFutureBackend ... [12:32:59.544] | : . ' , ; ` | : . ' Workers: [n=2] [12:32:59.544] | : . ' , ; ` | : . ' Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:32:59.547] | : . ' , ; ` | : . ' FutureRegistry: 'workers-95dd8ca86ae58203562edfb398b94e0c' [12:32:59.547] | : . ' , ; ` | : . ' requestWorker() ... [12:32:59.547] | : . ' , ; ` | : . ' , requestNode() ... [12:32:59.547] | : . ' , ; ` | : . ' , ; Number of workers: 2 [12:32:59.548] | : . ' , ; ` | : . ' , ; Polling for a free worker ... [12:32:59.548] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... [12:32:59.548] | : . ' , ; ` | : . ' , ; ` | Listing all futures [12:32:59.548] | : . ' , ; ` | : . ' , ; ` | Number of registered futures: 0 [12:32:59.548] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... done [12:32:59.549] | : . ' , ; ` | : . ' , ; ` Total time: 0 [12:32:59.549] | : . ' , ; ` | : . ' , ; Polling for a free worker ... done [12:32:59.549] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... [12:32:59.549] | : . ' , ; ` | : . ' , ; ` Listing all futures [12:32:59.549] | : . ' , ; ` | : . ' , ; ` Number of registered futures: 0 [12:32:59.550] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... done [12:32:59.550] | : . ' , ; ` | : . ' , ; avail: [n=2] '1', '2' [12:32:59.550] | : . ' , ; ` | : . ' , ; Index of first available worker: 1 [12:32:59.550] | : . ' , ; ` | : . ' , ; Validate that the worker is functional ... [12:32:59.551] | : . ' , ; ` | : . ' , ; ` Worker is functional [12:32:59.551] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... [12:32:59.551] | : . ' , ; ` | : . ' , ; ` | Listing all futures [12:32:59.552] | : . ' , ; ` | : . ' , ; ` | Number of registered futures: 0 [12:32:59.552] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... done [12:32:59.552] | : . ' , ; ` | : . ' , ; Validate that the worker is functional ... done [12:32:59.552] | : . ' , ; ` | : . ' , requestNode() ... done [12:32:59.552] | : . ' , ; ` | : . ' , cluster node index: 1 [12:32:59.553] | : . ' , ; ` | : . ' requestWorker() ... done [12:32:59.553] | : . ' , ; ` | : . ' eraseGlobalEnvironment() ... [12:32:59.554] | : . ' , ; ` | : . ' eraseGlobalEnvironment() ... done [12:32:59.554] | : . ' , ; ` | : . ' launchFuture() ... [12:32:59.554] | : . ' , ; ` | : . ' , cluster node index: 1 [12:32:59.554] | : . ' , ; ` | : . ' , getFutureData() ... [12:32:59.555] | : . ' , ; ` | : . ' , ; getFutureCore() ... [12:32:59.555] | : . ' , ; ` | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:59.555] | : . ' , ; ` | : . ' , ; getFutureCore() ... done [12:32:59.555] | : . ' , ; ` | : . ' , ; getFutureCapture() ... [12:32:59.555] | : . ' , ; ` | : . ' , ; getFutureCapture() ... done [12:32:59.556] | : . ' , ; ` | : . ' , ; getFutureContext() ... [12:32:59.556] | : . ' , ; ` | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:59.556] | : . ' , ; ` | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:59.556] | : . ' , ; ` | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:59.557] | : . ' , ; ` | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:59.557] | : . ' , ; ` | : . ' , ; getFutureContext() ... done [12:32:59.557] | : . ' , ; ` | : . ' , getFutureData() ... done [12:32:59.558] | : . ' , ; ` | : . ' , FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'add', earlySignal = 0) ... [12:32:59.558] | : . ' , ; ` | : . ' , ; Appended future to position #1 [12:32:59.558] | : . ' , ; ` | : . ' , ; Number of registered futures: 1 [12:32:59.558] | : . ' , ; ` | : . ' , FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'add', earlySignal = 0) ... done [12:32:59.559] | : . ' , ; ` | : . ' launchFuture() ... done [12:32:59.559] | : . ' , ; ` | : . ' MultisessionFuture started [12:32:59.559] | : . ' , ; ` | : . launchFuture() for ClusterFutureBackend ... done [12:32:59.559] | : . ' , ; ` | : Launching futures ... done [12:32:59.559] | : . ' , ; ` | : Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:32:59.560] | : . ' , ; ` | Using MultisessionFutureBackend ... done [12:32:59.560] | : . ' , ; ` run() for 'Future' () ... done [12:32:59.560] | : . ' , ; future(..., label = NULL) ... done [12:32:59.560] | : . ' , ; value() for MultisessionFuture () ... [12:32:59.561] | : . ' , ; ` result() for ClusterFuture ... [12:32:59.561] | : . ' , ; ` | assertValidConnection() ... [12:32:59.561] | : . ' , ; ` | : cluster node index: 1 [12:32:59.562] | : . ' , ; ` | assertValidConnection() ... done [12:32:59.562] | : . ' , ; ` | receiveMessageFromWorker() for ClusterFuture ... [12:32:59.562] | : . ' , ; ` | : cluster node index: 1 [12:32:59.563] | : . ' , ; ` | : [1] TRUE [12:32:59.563] | : . ' , ; ` | : Received data: [12:32:59.563] | : . ' , ; ` | : List of 5 [12:32:59.563] | : . ' , ; ` | : $ type : chr "VALUE" [12:32:59.563] | : . ' , ; ` | : $ value :List of 16 [12:32:59.563] | : . ' , ; ` | : ..$ value : num 6 [12:32:59.563] | : . ' , ; ` | : ..$ visible : logi TRUE [12:32:59.563] | : . ' , ; ` | : ..$ stdout : chr "" [12:32:59.563] | : . ' , ; ` | : ..$ conditions : list() [12:32:59.563] | : . ' , ; ` | : ..$ rng : logi FALSE [12:32:59.563] | : . ' , ; ` | : ..$ seed : NULL [12:32:59.563] | : . ' , ; ` | : ..$ misuseGlobalEnv : NULL [12:32:59.563] | : . ' , ; ` | : ..$ misuseConnections :List of 3 [12:32:59.563] | : . ' , ; ` | : .. ..$ added : NULL [12:32:59.563] | : . ' , ; ` | : .. ..$ removed : NULL [12:32:59.563] | : . ' , ; ` | : .. ..$ replaced: NULL [12:32:59.563] | : . ' , ; ` | : ..$ misuseDevices : NULL [12:32:59.563] | : . ' , ; ` | : ..$ misuseDefaultDevice: list() [12:32:59.563] | : . ' , ; ` | : ..$ started : POSIXct[1:1], format: "2026-01-16 12:32:59" [12:32:59.563] | : . ' , ; ` | : ..$ finished : POSIXct[1:1], format: "2026-01-16 12:32:59" [12:32:59.563] | : . ' , ; ` | : ..$ uuid : chr [1:2] "7d7a3057fe728a6fb28b6c625e9bb6ac" "11" [12:32:59.563] | : . ' , ; ` | : ..$ session_uuid : chr "50f13900e0d3c45921e01917fe9a5db1" [12:32:59.563] | : . ' , ; ` | : .. ..- attr(*, "source")=List of 5 [12:32:59.563] | : . ' , ; ` | : .. .. ..$ host : Named chr "CRANWIN3" [12:32:59.563] | : . ' , ; ` | : .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:32:59.563] | : . ' , ; ` | : .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:59.563] | : . ' , ; ` | : .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:59.563] | : . ' , ; ` | : .. .. ..$ pid : int 86504 [12:32:59.563] | : . ' , ; ` | : .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:32:59" [12:32:59.563] | : . ' , ; ` | : .. .. ..$ random: int 2147483647 [12:32:59.563] | : . ' , ; ` | : ..$ r_info :List of 4 [12:32:59.563] | : . ' , ; ` | : .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:32:59.563] | : . ' , ; ` | : .. .. ..$ : int [1:3] 4 6 0 [12:32:59.563] | : . ' , ; ` | : .. ..$ os : chr "windows" [12:32:59.563] | : . ' , ; ` | : .. ..$ os_name : chr "Windows" [12:32:59.563] | : . ' , ; ` | : .. ..$ captures_utf8: logi TRUE [12:32:59.563] | : . ' , ; ` | : ..$ version : chr "1.8" [12:32:59.563] | : . ' , ; ` | : ..- attr(*, "class")= chr "FutureResult" [12:32:59.563] | : . ' , ; ` | : $ success: logi TRUE [12:32:59.563] | : . ' , ; ` | : $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:32:59.563] | : . ' , ; ` | : ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:32:59.563] | : . ' , ; ` | : $ tag : NULL [12:32:59.577] | : . ' , ; ` | : Received FutureResult [12:32:59.577] | : . ' , ; ` | : FutureResult: [12:32:59.577] | : . ' , ; ` | : value: 'numeric' [12:32:59.577] | : . ' , ; ` | : visible: TRUE [12:32:59.577] | : . ' , ; ` | : stdout: character [12:32:59.577] | : . ' , ; ` | : conditions: [n = 0] [12:32:59.577] | : . ' , ; ` | : RNG used: FALSE [12:32:59.577] | : . ' , ; ` | : duration: 0.00374198 secs (started 2026-01-16 12:32:59.558353) [12:32:59.577] | : . ' , ; ` | : version: 1.8 [12:32:59.578] | : . ' , ; ` | : FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'remove', earlySignal = 0) ... [12:32:59.578] | : . ' , ; ` | : . Removed future from position #1 [12:32:59.579] | : . ' , ; ` | : . Number of registered futures: 0 [12:32:59.579] | : . ' , ; ` | : FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'remove', earlySignal = 0) ... done [12:32:59.579] | : . ' , ; ` | : Erased future from future backend [12:32:59.579] | : . ' , ; ` | : result() for ClusterFuture ... [12:32:59.580] | : . ' , ; ` | : . result already collected: FutureResult [12:32:59.580] | : . ' , ; ` | : result() for ClusterFuture ... done [12:32:59.580] | : . ' , ; ` | : signalConditions() ... [12:32:59.580] | : . ' , ; ` | : . include = 'immediateCondition' [12:32:59.580] | : . ' , ; ` | : . exclude = [12:32:59.581] | : . ' , ; ` | : . resignal = FALSE [12:32:59.581] | : . ' , ; ` | : . Number of conditions: 0 [12:32:59.581] | : . ' , ; ` | : . int 0 [12:32:59.582] | : . ' , ; ` | : signalConditions() ... done [12:32:59.582] | : . ' , ; ` | receiveMessageFromWorker() for ClusterFuture ... done [12:32:59.582] | : . ' , ; ` result() for ClusterFuture ... done [12:32:59.583] | : . ' , ; ` result() for ClusterFuture ... [12:32:59.583] | : . ' , ; ` | result already collected: FutureResult [12:32:59.583] | : . ' , ; ` result() for ClusterFuture ... done [12:32:59.583] | : . ' , ; ` signalConditions() ... [12:32:59.584] | : . ' , ; ` | include = 'immediateCondition' [12:32:59.584] | : . ' , ; ` | exclude = [12:32:59.584] | : . ' , ; ` | resignal = FALSE [12:32:59.584] | : . ' , ; ` | Number of conditions: 0 [12:32:59.584] | : . ' , ; ` | int 0 [12:32:59.585] | : . ' , ; ` signalConditions() ... done [12:32:59.585] | : . ' , ; ` relay stdout ... [12:32:59.586] | : . ' , ; ` relay stdout ... done [12:32:59.586] | : . ' , ; ` check for misuse ... [12:32:59.586] | : . ' , ; ` check for misuse ... done [12:32:59.586] | : . ' , ; 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 [12:32:59.587] | : . ' , ; future(..., label = NULL) ... [12:32:59.587] | : . ' , ; ` lazy: FALSE [12:32:59.587] | : . ' , ; ` stdout: TRUE [12:32:59.588] | : . ' , ; ` conditions: [n=1] 'condition' [12:32:59.588] | : . ' , ; ` getGlobalsAndPackages() ... [12:32:59.588] | : . ' , ; ` | Searching for globals ... [12:32:59.608] | : . ' , ; ` | : globals found: [9] 'fcn', 'x', 'y', '{', '=', '~', 'list', '...', 'sum' [12:32:59.608] | : . ' , ; ` | Searching for globals ... done [12:32:59.608] | : . ' , ; ` | Resolving globals: FALSE [12:32:59.608] | : . ' , ; ` | Tweak future expression to call with '...' arguments ... [12:32:59.609] | : . ' , ; ` | : Search for packages associated with the globals ... [12:32:59.609] | : . ' , ; ` | : . Packages associated with globals: [1] 'base' [12:32:59.610] | : . ' , ; ` | : . Packages: [1] 'base' [12:32:59.610] | : . ' , ; ` | : Search for packages associated with the globals ... done [12:32:59.610] | : . ' , ; ` | : Packages after dropping 'base': [0] [12:32:59.610] | : . ' , ; ` | : globals: [3] 'fcn', 'x', 'y' [12:32:59.610] | : . ' , ; ` | : packages: [0] [12:32:59.611] | : . ' , ; ` | Tweak future expression to call with '...' arguments ... done [12:32:59.611] | : . ' , ; ` | run() for 'Future' () ... [12:32:59.611] | : . ' , ; ` | : state: 'created' [12:32:59.612] | : . ' , ; ` | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:59.612] | : . ' , ; ` | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:59.612] | : . ' , ; ` | : Using MultisessionFutureBackend ... [12:32:59.612] | : . ' , ; ` | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [12:32:59.612] | : . ' , ; ` | : . Launching futures ... [12:32:59.613] | : . ' , ; ` | : . ' launchFuture() for ClusterFutureBackend ... [12:32:59.613] | : . ' , ; ` | : . ' , Workers: [n=2] [12:32:59.613] | : . ' , ; ` | : . ' , Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:32:59.615] | : . ' , ; ` | : . ' , FutureRegistry: 'workers-95dd8ca86ae58203562edfb398b94e0c' [12:32:59.615] | : . ' , ; ` | : . ' , requestWorker() ... [12:32:59.616] | : . ' , ; ` | : . ' , ; requestNode() ... [12:32:59.616] | : . ' , ; ` | : . ' , ; ` Number of workers: 2 [12:32:59.616] | : . ' , ; ` | : . ' , ; ` Polling for a free worker ... [12:32:59.616] | : . ' , ; ` | : . ' , ; ` | FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... [12:32:59.617] | : . ' , ; ` | : . ' , ; ` | : Listing all futures [12:32:59.617] | : . ' , ; ` | : . ' , ; ` | : Number of registered futures: 0 [12:32:59.617] | : . ' , ; ` | : . ' , ; ` | FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... done [12:32:59.617] | : . ' , ; ` | : . ' , ; ` | Total time: 0 [12:32:59.617] | : . ' , ; ` | : . ' , ; ` Polling for a free worker ... done [12:32:59.617] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... [12:32:59.618] | : . ' , ; ` | : . ' , ; ` | Listing all futures [12:32:59.618] | : . ' , ; ` | : . ' , ; ` | Number of registered futures: 0 [12:32:59.618] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... done [12:32:59.618] | : . ' , ; ` | : . ' , ; ` avail: [n=2] '1', '2' [12:32:59.622] | : . ' , ; ` | : . ' , ; ` Index of first available worker: 1 [12:32:59.622] | : . ' , ; ` | : . ' , ; ` Validate that the worker is functional ... [12:32:59.623] | : . ' , ; ` | : . ' , ; ` | Worker is functional [12:32:59.624] | : . ' , ; ` | : . ' , ; ` | FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... [12:32:59.624] | : . ' , ; ` | : . ' , ; ` | : Listing all futures [12:32:59.624] | : . ' , ; ` | : . ' , ; ` | : Number of registered futures: 0 [12:32:59.625] | : . ' , ; ` | : . ' , ; ` | FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'list', earlySignal = 0) ... done [12:32:59.625] | : . ' , ; ` | : . ' , ; ` Validate that the worker is functional ... done [12:32:59.625] | : . ' , ; ` | : . ' , ; requestNode() ... done [12:32:59.625] | : . ' , ; ` | : . ' , ; cluster node index: 1 [12:32:59.626] | : . ' , ; ` | : . ' , requestWorker() ... done [12:32:59.626] | : . ' , ; ` | : . ' , eraseGlobalEnvironment() ... [12:32:59.627] | : . ' , ; ` | : . ' , eraseGlobalEnvironment() ... done [12:32:59.627] | : . ' , ; ` | : . ' , launchFuture() ... [12:32:59.627] | : . ' , ; ` | : . ' , ; cluster node index: 1 [12:32:59.627] | : . ' , ; ` | : . ' , ; getFutureData() ... [12:32:59.628] | : . ' , ; ` | : . ' , ; ` getFutureCore() ... [12:32:59.628] | : . ' , ; ` | : . ' , ; ` | Packages needed by the future expression (n = 0): [12:32:59.628] | : . ' , ; ` | : . ' , ; ` getFutureCore() ... done [12:32:59.628] | : . ' , ; ` | : . ' , ; ` getFutureCapture() ... [12:32:59.629] | : . ' , ; ` | : . ' , ; ` getFutureCapture() ... done [12:32:59.629] | : . ' , ; ` | : . ' , ; ` getFutureContext() ... [12:32:59.629] | : . ' , ; ` | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:59.629] | : . ' , ; ` | : . ' , ; ` | : Getting stack without first backend: [n=0] [12:32:59.629] | : . ' , ; ` | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:59.630] | : . ' , ; ` | : . ' , ; ` | Packages needed by future backend (n = 0): [12:32:59.630] | : . ' , ; ` | : . ' , ; ` getFutureContext() ... done [12:32:59.630] | : . ' , ; ` | : . ' , ; getFutureData() ... done [12:32:59.631] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'add', earlySignal = 0) ... [12:32:59.631] | : . ' , ; ` | : . ' , ; ` Appended future to position #1 [12:32:59.631] | : . ' , ; ` | : . ' , ; ` Number of registered futures: 1 [12:32:59.632] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'add', earlySignal = 0) ... done [12:32:59.632] | : . ' , ; ` | : . ' , launchFuture() ... done [12:32:59.632] | : . ' , ; ` | : . ' , MultisessionFuture started [12:32:59.632] | : . ' , ; ` | : . ' launchFuture() for ClusterFutureBackend ... done [12:32:59.632] | : . ' , ; ` | : . Launching futures ... done [12:32:59.633] | : . ' , ; ` | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:32:59.633] | : . ' , ; ` | : Using MultisessionFutureBackend ... done [12:32:59.633] | : . ' , ; ` | run() for 'Future' () ... done [12:32:59.633] | : . ' , ; ` getGlobalsAndPackages() ... done [12:32:59.634] | : . ' , ; ` value() for MultisessionFuture () ... [12:32:59.634] | : . ' , ; ` | result() for ClusterFuture ... [12:32:59.634] | : . ' , ; ` | : assertValidConnection() ... [12:32:59.634] | : . ' , ; ` | : . cluster node index: 1 [12:32:59.635] | : . ' , ; ` | : assertValidConnection() ... done [12:32:59.635] | : . ' , ; ` | : receiveMessageFromWorker() for ClusterFuture ... [12:32:59.636] | : . ' , ; ` | : . cluster node index: 1 [12:32:59.639] | : . ' , ; ` | : . [1] TRUE [12:32:59.640] | : . ' , ; ` | : . Received data: [12:32:59.640] | : . ' , ; ` | : . List of 5 [12:32:59.640] | : . ' , ; ` | : . $ type : chr "VALUE" [12:32:59.640] | : . ' , ; ` | : . $ value :List of 16 [12:32:59.640] | : . ' , ; ` | : . ..$ value : num 6 [12:32:59.640] | : . ' , ; ` | : . ..$ visible : logi TRUE [12:32:59.640] | : . ' , ; ` | : . ..$ stdout : chr "" [12:32:59.640] | : . ' , ; ` | : . ..$ conditions : list() [12:32:59.640] | : . ' , ; ` | : . ..$ rng : logi FALSE [12:32:59.640] | : . ' , ; ` | : . ..$ seed : NULL [12:32:59.640] | : . ' , ; ` | : . ..$ misuseGlobalEnv : NULL [12:32:59.640] | : . ' , ; ` | : . ..$ misuseConnections :List of 3 [12:32:59.640] | : . ' , ; ` | : . .. ..$ added : NULL [12:32:59.640] | : . ' , ; ` | : . .. ..$ removed : NULL [12:32:59.640] | : . ' , ; ` | : . .. ..$ replaced: NULL [12:32:59.640] | : . ' , ; ` | : . ..$ misuseDevices : NULL [12:32:59.640] | : . ' , ; ` | : . ..$ misuseDefaultDevice: list() [12:32:59.640] | : . ' , ; ` | : . ..$ started : POSIXct[1:1], format: "2026-01-16 12:32:59" [12:32:59.640] | : . ' , ; ` | : . ..$ finished : POSIXct[1:1], format: "2026-01-16 12:32:59" [12:32:59.640] | : . ' , ; ` | : . ..$ uuid : chr [1:2] "7d7a3057fe728a6fb28b6c625e9bb6ac" "12" [12:32:59.640] | : . ' , ; ` | : . ..$ session_uuid : chr "50f13900e0d3c45921e01917fe9a5db1" [12:32:59.640] | : . ' , ; ` | : . .. ..- attr(*, "source")=List of 5 [12:32:59.640] | : . ' , ; ` | : . .. .. ..$ host : Named chr "CRANWIN3" [12:32:59.640] | : . ' , ; ` | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:32:59.640] | : . ' , ; ` | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:59.640] | : . ' , ; ` | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:59.640] | : . ' , ; ` | : . .. .. ..$ pid : int 86504 [12:32:59.640] | : . ' , ; ` | : . .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:32:59" [12:32:59.640] | : . ' , ; ` | : . .. .. ..$ random: int 2147483647 [12:32:59.640] | : . ' , ; ` | : . ..$ r_info :List of 4 [12:32:59.640] | : . ' , ; ` | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:32:59.640] | : . ' , ; ` | : . .. .. ..$ : int [1:3] 4 6 0 [12:32:59.640] | : . ' , ; ` | : . .. ..$ os : chr "windows" [12:32:59.640] | : . ' , ; ` | : . .. ..$ os_name : chr "Windows" [12:32:59.640] | : . ' , ; ` | : . .. ..$ captures_utf8: logi TRUE [12:32:59.640] | : . ' , ; ` | : . ..$ version : chr "1.8" [12:32:59.640] | : . ' , ; ` | : . ..- attr(*, "class")= chr "FutureResult" [12:32:59.640] | : . ' , ; ` | : . $ success: logi TRUE [12:32:59.640] | : . ' , ; ` | : . $ time : 'proc_time' Named num [1:5] 0.01 0 0.01 NA NA [12:32:59.640] | : . ' , ; ` | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:32:59.640] | : . ' , ; ` | : . $ tag : NULL [12:32:59.657] | : . ' , ; ` | : . Received FutureResult [12:32:59.658] | : . ' , ; ` | : . FutureResult: [12:32:59.658] | : . ' , ; ` | : . value: 'numeric' [12:32:59.658] | : . ' , ; ` | : . visible: TRUE [12:32:59.658] | : . ' , ; ` | : . stdout: character [12:32:59.658] | : . ' , ; ` | : . conditions: [n = 0] [12:32:59.658] | : . ' , ; ` | : . RNG used: FALSE [12:32:59.658] | : . ' , ; ` | : . duration: 0.007018089 secs (started 2026-01-16 12:32:59.631651) [12:32:59.658] | : . ' , ; ` | : . version: 1.8 [12:32:59.658] | : . ' , ; ` | : . FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'remove', earlySignal = 0) ... [12:32:59.658] | : . ' , ; ` | : . ' Removed future from position #1 [12:32:59.659] | : . ' , ; ` | : . ' Number of registered futures: 0 [12:32:59.659] | : . ' , ; ` | : . FutureRegistry('workers-95dd8ca86ae58203562edfb398b94e0c', action = 'remove', earlySignal = 0) ... done [12:32:59.659] | : . ' , ; ` | : . Erased future from future backend [12:32:59.659] | : . ' , ; ` | : . result() for ClusterFuture ... [12:32:59.659] | : . ' , ; ` | : . ' result already collected: FutureResult [12:32:59.659] | : . ' , ; ` | : . result() for ClusterFuture ... done [12:32:59.660] | : . ' , ; ` | : . signalConditions() ... [12:32:59.660] | : . ' , ; ` | : . ' include = 'immediateCondition' [12:32:59.660] | : . ' , ; ` | : . ' exclude = [12:32:59.660] | : . ' , ; ` | : . ' resignal = FALSE [12:32:59.661] | : . ' , ; ` | : . ' Number of conditions: 0 [12:32:59.661] | : . ' , ; ` | : . ' int 0 [12:32:59.661] | : . ' , ; ` | : . signalConditions() ... done [12:32:59.662] | : . ' , ; ` | : receiveMessageFromWorker() for ClusterFuture ... done [12:32:59.662] | : . ' , ; ` | result() for ClusterFuture ... done [12:32:59.662] | : . ' , ; ` | result() for ClusterFuture ... [12:32:59.662] | : . ' , ; ` | : result already collected: FutureResult [12:32:59.662] | : . ' , ; ` | result() for ClusterFuture ... done [12:32:59.662] | : . ' , ; ` | signalConditions() ... [12:32:59.663] | : . ' , ; ` | : include = 'immediateCondition' [12:32:59.663] | : . ' , ; ` | : exclude = [12:32:59.663] | : . ' , ; ` | : resignal = FALSE [12:32:59.663] | : . ' , ; ` | : Number of conditions: 0 [12:32:59.663] | : . ' , ; ` | : int 0 [12:32:59.664] | : . ' , ; ` | signalConditions() ... done [12:32:59.664] | : . ' , ; ` | relay stdout ... [12:32:59.664] | : . ' , ; ` | relay stdout ... done [12:32:59.664] | : . ' , ; ` | check for misuse ... [12:32:59.664] | : . ' , ; ` | check for misuse ... done [12:32:59.664] | : . ' , ; ` value() for MultisessionFuture () ... done [1] 6 Testing with 2 cores ... DONE > message("*** Global argument '...' ... DONE") *** Global argument '...' ... DONE Failed to undo environment variables: - Expected environment variables: [n=217] '!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', 'TETRAD_DIR', '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_BIBENTRIES_CITED_NOT_SHOWN_', '_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_RELATIVE_PATHS_', '_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: Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2026_01_16_12_30_17_22682' Test time: user.self=2s, sys.self=0.06s, elapsed=3s, user.child=NAs, sys.child=NAs Test 'dotdotdot' ... success > > proc.time() user system elapsed 2.10 0.18 3.35