R Under development (unstable) (2026-03-12 r89611 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) [22:16:57.132] Option 'future.startup.script': TRUE [22:16:57.133] Future startup scripts considered: '.future.R', '~/.future.R' [22:16:57.134] 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') ... [22:16:57.176] plan("sequential", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:57.177] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [22:16:57.178] | : all.equal() for FutureStrategyList ... [22:16:57.178] | : . New stack: [22:16:57.179] | : . List of 1 [22:16:57.179] | : . $ :function (..., envir = parent.frame()) [22:16:57.179] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.179] | : . ..- attr(*, "init")= logi TRUE [22:16:57.179] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.179] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.179] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.179] | : . ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [22:16:57.179] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.183] | : . Old stack: [22:16:57.183] | : . List of 1 [22:16:57.183] | : . $ :function (..., envir = parent.frame()) [22:16:57.183] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.183] | : . ..- attr(*, "init")= logi TRUE [22:16:57.183] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.183] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.183] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.183] | : . ..- attr(*, "call")= language plan(sequential) [22:16:57.183] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.187] | : . Not identical [22:16:57.187] | : . all.equal() for future ... [22:16:57.188] | : . ' List of 2 [22:16:57.188] | : . ' $ target :function (..., envir = parent.frame()) [22:16:57.188] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.188] | : . ' ..- attr(*, "init")= logi TRUE [22:16:57.188] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.188] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.188] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.188] | : . ' ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [22:16:57.188] | : . ' $ current:function (..., envir = parent.frame()) [22:16:57.188] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.188] | : . ' ..- attr(*, "init")= logi TRUE [22:16:57.188] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.188] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.188] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.188] | : . ' ..- attr(*, "call")= language plan(sequential) [22:16:57.195] | : . all.equal() for future ... done [22:16:57.195] | : all.equal() for FutureStrategyList ... done [22:16:57.196] | : plan(): Skip setting new future backend stack because it is the same as the current one: [22:16:57.196] | : List of future strategies: [22:16:57.196] | : 1. sequential: [22:16:57.196] | : - args: function (..., envir = parent.frame(), workers = "") [22:16:57.196] | : - tweaked: FALSE [22:16:57.196] | : - call: plan(sequential) [22:16:57.198] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [22:16:57.198] 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 [22:16:57.200] future(..., label = NULL) ... [22:16:57.200] | lazy: FALSE [22:16:57.201] | stdout: TRUE [22:16:57.201] | conditions: [n=1] 'condition' [22:16:57.203] | getGlobalsAndPackages() ... [22:16:57.203] | : Searching for globals ... [22:16:57.212] | : . globals found: [4] '{', 'sum', 'x', '...' [22:16:57.212] | : Searching for globals ... done [22:16:57.213] | : Resolving globals: FALSE [22:16:57.213] | : Tweak future expression to call with '...' arguments ... [22:16:57.214] | : . { [22:16:57.214] | : . "# future::getGlobalsAndPackages(): wrapping the original future" [22:16:57.214] | : . "# expression in do.call(), because function called uses '...' " [22:16:57.214] | : . "# as a global variable " [22:16:57.214] | : . do.call(function(...) { [22:16:57.214] | : . sum(x, ...) [22:16:57.214] | : . }, args = future.call.arguments) [22:16:57.214] | : . } [22:16:57.215] | : Tweak future expression to call with '...' arguments ... done [22:16:57.215] | : Search for packages associated with the globals ... [22:16:57.216] | : . Packages associated with globals: [1] 'base' [22:16:57.217] | : . Packages: [1] 'base' [22:16:57.217] | : Search for packages associated with the globals ... done [22:16:57.218] | : Packages after dropping 'base': [0] [22:16:57.218] | : globals: [2] 'x', 'future.call.arguments' [22:16:57.219] | : packages: [0] [22:16:57.219] | getGlobalsAndPackages() ... done [22:16:57.220] | run() for 'Future' () ... [22:16:57.221] | : state: 'created' [22:16:57.221] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:57.222] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [22:16:57.222] | : . ' function (..., envir = parent.frame()) [22:16:57.222] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.222] | : . ' - attr(*, "init")= logi TRUE [22:16:57.222] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.222] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.222] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.222] | : . ' - attr(*, "call")= language plan(sequential) [22:16:57.225] | : . ' init: TRUE [22:16:57.226] | : . ' makeFutureBackend() ... [22:16:57.227] | : . ' , Backend function: <'NULL'> [22:16:57.227] | : . ' , Evaluator tweak arguments: [n=0] [22:16:57.228] | : . ' , list() [22:16:57.229] | : . ' , Evaluator formal arguments: [n=1] [22:16:57.230] | : . ' , Dotted pair list of 1 [22:16:57.230] | : . ' , $ envir: language parent.frame() [22:16:57.231] | : . ' , Arguments passed to the future-backend factory: [n=1] [22:16:57.232] | : . ' , List of 1 [22:16:57.232] | : . ' , $ envir: language parent.frame() [22:16:57.233] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [22:16:57.234] | : . ' makeFutureBackend() ... done [22:16:57.234] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [22:16:57.235] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:57.235] | : Using SequentialFutureBackend ... [22:16:57.236] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [22:16:57.236] | : . Launching futures ... [22:16:57.237] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:16:57.237] | : . ' , getFutureData() ... [22:16:57.238] | : . ' , ; getFutureCore() ... [22:16:57.238] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:16:57.239] | : . ' , ; getFutureCore() ... done [22:16:57.239] | : . ' , ; getFutureCapture() ... [22:16:57.240] | : . ' , ; getFutureCapture() ... done [22:16:57.240] | : . ' , ; getFutureContext() ... [22:16:57.241] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:57.242] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:16:57.242] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:57.242] | : . ' , ; ` Packages needed by future backend (n = 0): [22:16:57.243] | : . ' , ; getFutureContext() ... done [22:16:57.244] | : . ' , getFutureData() ... done [22:16:57.249] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:57.250] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:16:57.250] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:57.251] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:16:57.252] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:16:57.252] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:16:57.253] | : . ' , ; ` | New stack: [22:16:57.253] | : . ' , ; ` | List of 1 [22:16:57.253] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:16:57.253] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.253] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:16:57.253] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.253] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.253] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.253] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:16:57.253] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.256] | : . ' , ; ` | Old stack: [22:16:57.257] | : . ' , ; ` | List of 1 [22:16:57.257] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:16:57.257] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.257] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:16:57.257] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.257] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.257] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.257] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:16:57.257] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:57.257] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.257] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.257] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.261] | : . ' , ; ` | Not identical [22:16:57.262] | : . ' , ; ` | all.equal() for future ... [22:16:57.262] | : . ' , ; ` | : List of 2 [22:16:57.262] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:16:57.262] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.262] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:16:57.262] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.262] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.262] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.262] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:16:57.262] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:16:57.262] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.262] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:16:57.262] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.262] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.262] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.262] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:16:57.262] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:57.262] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.262] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.294] | : . ' , ; ` | all.equal() for future ... done [22:16:57.295] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:16:57.295] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:16:57.296] | : . ' , ; ` List of future strategies: [22:16:57.296] | : . ' , ; ` 1. sequential: [22:16:57.296] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:16:57.296] | : . ' , ; ` - tweaked: FALSE [22:16:57.296] | : . ' , ; ` - call: plan(sequential) [22:16:57.297] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:16:57.297] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:16:57.298] | : . ' , assign_globals() ... [22:16:57.299] | : . ' , List of 2 [22:16:57.299] | : . ' , $ x : int [1:2] 1 2 [22:16:57.299] | : . ' , $ future.call.arguments:List of 1 [22:16:57.299] | : . ' , ..$ : num 3 [22:16:57.299] | : . ' , ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [22:16:57.299] | : . ' , - attr(*, "where")=List of 2 [22:16:57.299] | : . ' , ..$ x : [22:16:57.299] | : . ' , ..$ future.call.arguments: [22:16:57.299] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:16:57.299] | : . ' , - attr(*, "resolved")= logi FALSE [22:16:57.299] | : . ' , - attr(*, "total_size")= num NA [22:16:57.299] | : . ' , - attr(*, "already-done")= logi TRUE [22:16:57.303] | : . ' , - copied 'x' to environment [22:16:57.304] | : . ' , - copied 'future.call.arguments' to environment [22:16:57.304] | : . ' , assign_globals() ... done [22:16:57.308] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:16:57.309] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:16:57.310] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:16:57.312] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:16:57.313] | : . ' , ; ` | : New stack: [22:16:57.313] | : . ' , ; ` | : List of 1 [22:16:57.313] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:16:57.313] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.313] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:16:57.313] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.313] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.313] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.313] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:16:57.313] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:57.313] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.313] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.313] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.405] | : . ' , ; ` | : Old stack: [22:16:57.405] | : . ' , ; ` | : List of 1 [22:16:57.405] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:16:57.405] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.405] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:16:57.405] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.405] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.405] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.405] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:16:57.405] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:57.405] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.405] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.405] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.410] | : . ' , ; ` | : Identical [22:16:57.410] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:16:57.411] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:16:57.411] | : . ' , ; ` | List of future strategies: [22:16:57.411] | : . ' , ; ` | 1. sequential: [22:16:57.411] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:16:57.411] | : . ' , ; ` | - tweaked: FALSE [22:16:57.411] | : . ' , ; ` | - call: plan(sequential) [22:16:57.413] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:16:57.413] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:16:57.414] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:16:57.418] | : . ' , SequentialFuture started (and completed) [22:16:57.419] | : . ' , signalConditions() ... [22:16:57.419] | : . ' , ; include = 'immediateCondition' [22:16:57.420] | : . ' , ; exclude = [22:16:57.420] | : . ' , ; resignal = FALSE [22:16:57.421] | : . ' , ; Number of conditions: 6 [22:16:57.421] | : . ' , ; int 6 [22:16:57.422] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.423] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.423] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.424] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.424] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.425] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.425] | : . ' , signalConditions() ... done [22:16:57.426] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:16:57.426] | : . Launching futures ... done [22:16:57.427] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:16:57.427] | : Using SequentialFutureBackend ... done [22:16:57.428] | run() for 'Future' () ... done [22:16:57.428] future(..., label = NULL) ... done [22:16:57.429] value() for SequentialFuture () ... [22:16:57.430] | signalConditions() ... [22:16:57.431] | : include = 'immediateCondition' [22:16:57.431] | : exclude = [22:16:57.432] | : resignal = FALSE [22:16:57.432] | : Number of conditions: 6 [22:16:57.432] | : int 6 [22:16:57.433] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.434] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.435] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.435] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.436] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.436] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.437] | signalConditions() ... done [22:16:57.437] | relay stdout ... [22:16:57.438] | relay stdout ... done [22:16:57.438] | check for misuse ... [22:16:57.439] | check for misuse ... done [22:16:57.439] | relay conditions ... [22:16:57.440] | : Future state: 'finished' [22:16:57.440] | : signalConditions() ... [22:16:57.441] | : . include = 'condition' [22:16:57.441] | : . exclude = 'immediateCondition' [22:16:57.442] | : . resignal = TRUE [22:16:57.442] | : . Number of conditions: 6 [22:16:57.443] | : . int 6 [22:16:57.443] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.444] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:16:57.245] | : . ' , attachPackages() ... [22:16:57.445] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.445] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:16:57.246] | : . ' , ; packages: [n=1] 'future' [22:16:57.446] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.446] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:16:57.247] | : . ' , attachPackages() ... done [22:16:57.447] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.447] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:16:57.247] | : . ' , attachPackages() ... [22:16:57.448] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.449] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:16:57.248] | : . ' , ; packages: [n=0] [22:16:57.449] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.450] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:16:57.248] | : . ' , attachPackages() ... done [22:16:57.450] | : signalConditions() ... done [22:16:57.451] | relay conditions ... done [22:16:57.451] 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 [22:16:57.453] future(..., label = NULL) ... [22:16:57.453] | lazy: FALSE [22:16:57.454] | stdout: TRUE [22:16:57.454] | conditions: [n=1] 'condition' [22:16:57.455] | getGlobalsAndPackages() ... [22:16:57.455] | : Searching for globals ... [22:16:57.464] | : . globals found: [4] '{', 'sum', 'x', '...' [22:16:57.464] | : Searching for globals ... done [22:16:57.465] | : Resolving globals: FALSE [22:16:57.465] | : Tweak future expression to call with '...' arguments ... [22:16:57.466] | : . { [22:16:57.466] | : . "# future::getGlobalsAndPackages(): wrapping the original future" [22:16:57.466] | : . "# expression in do.call(), because function called uses '...' " [22:16:57.466] | : . "# as a global variable " [22:16:57.466] | : . do.call(function(...) { [22:16:57.466] | : . sum(x, ...) [22:16:57.466] | : . }, args = future.call.arguments) [22:16:57.466] | : . } [22:16:57.467] | : Tweak future expression to call with '...' arguments ... done [22:16:57.467] | : Search for packages associated with the globals ... [22:16:57.468] | : . Packages associated with globals: [1] 'base' [22:16:57.469] | : . Packages: [1] 'base' [22:16:57.469] | : Search for packages associated with the globals ... done [22:16:57.470] | : Packages after dropping 'base': [0] [22:16:57.470] | : globals: [2] 'x', 'future.call.arguments' [22:16:57.471] | : packages: [0] [22:16:57.471] | getGlobalsAndPackages() ... done [22:16:57.472] | run() for 'Future' () ... [22:16:57.473] | : state: 'created' [22:16:57.473] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:57.474] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:57.474] | : Using SequentialFutureBackend ... [22:16:57.475] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [22:16:57.475] | : . Launching futures ... [22:16:57.476] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:16:57.477] | : . ' , getFutureData() ... [22:16:57.477] | : . ' , ; getFutureCore() ... [22:16:57.478] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:16:57.478] | : . ' , ; getFutureCore() ... done [22:16:57.479] | : . ' , ; getFutureCapture() ... [22:16:57.479] | : . ' , ; getFutureCapture() ... done [22:16:57.480] | : . ' , ; getFutureContext() ... [22:16:57.480] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:57.481] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:16:57.481] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:57.482] | : . ' , ; ` Packages needed by future backend (n = 0): [22:16:57.482] | : . ' , ; getFutureContext() ... done [22:16:57.483] | : . ' , getFutureData() ... done [22:16:57.487] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:57.488] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:16:57.489] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:57.489] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:16:57.490] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:16:57.491] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:16:57.491] | : . ' , ; ` | New stack: [22:16:57.492] | : . ' , ; ` | List of 1 [22:16:57.492] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:16:57.492] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.492] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:16:57.492] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.492] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.492] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.492] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:16:57.492] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.497] | : . ' , ; ` | Old stack: [22:16:57.497] | : . ' , ; ` | List of 1 [22:16:57.497] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:16:57.497] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.497] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:16:57.497] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.497] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.497] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.497] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:16:57.497] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:57.497] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.497] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.497] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.503] | : . ' , ; ` | Not identical [22:16:57.504] | : . ' , ; ` | all.equal() for future ... [22:16:57.504] | : . ' , ; ` | : List of 2 [22:16:57.504] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:16:57.504] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.504] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:16:57.504] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.504] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.504] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.504] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:16:57.504] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:16:57.504] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.504] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:16:57.504] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.504] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.504] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.504] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:16:57.504] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:57.504] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.504] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.514] | : . ' , ; ` | all.equal() for future ... done [22:16:57.514] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:16:57.515] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:16:57.516] | : . ' , ; ` List of future strategies: [22:16:57.516] | : . ' , ; ` 1. sequential: [22:16:57.516] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:16:57.516] | : . ' , ; ` - tweaked: FALSE [22:16:57.516] | : . ' , ; ` - call: plan(sequential) [22:16:57.517] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:16:57.518] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:16:57.518] | : . ' , assign_globals() ... [22:16:57.519] | : . ' , List of 2 [22:16:57.519] | : . ' , $ x : int [1:2] 1 2 [22:16:57.519] | : . ' , $ future.call.arguments:List of 1 [22:16:57.519] | : . ' , ..$ : num 3 [22:16:57.519] | : . ' , ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [22:16:57.519] | : . ' , - attr(*, "where")=List of 2 [22:16:57.519] | : . ' , ..$ x : [22:16:57.519] | : . ' , ..$ future.call.arguments: [22:16:57.519] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:16:57.519] | : . ' , - attr(*, "resolved")= logi FALSE [22:16:57.519] | : . ' , - attr(*, "total_size")= num NA [22:16:57.519] | : . ' , - attr(*, "already-done")= logi TRUE [22:16:57.525] | : . ' , - copied 'x' to environment [22:16:57.526] | : . ' , - copied 'future.call.arguments' to environment [22:16:57.526] | : . ' , assign_globals() ... done [22:16:57.531] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:16:57.531] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:16:57.532] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:16:57.533] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:16:57.533] | : . ' , ; ` | : New stack: [22:16:57.534] | : . ' , ; ` | : List of 1 [22:16:57.534] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:16:57.534] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.534] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:16:57.534] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.534] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.534] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.534] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:16:57.534] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:57.534] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.534] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.534] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.539] | : . ' , ; ` | : Old stack: [22:16:57.540] | : . ' , ; ` | : List of 1 [22:16:57.540] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:16:57.540] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.540] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:16:57.540] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.540] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.540] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.540] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:16:57.540] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:57.540] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.540] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.540] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.546] | : . ' , ; ` | : Identical [22:16:57.546] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:16:57.547] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:16:57.548] | : . ' , ; ` | List of future strategies: [22:16:57.548] | : . ' , ; ` | 1. sequential: [22:16:57.548] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:16:57.548] | : . ' , ; ` | - tweaked: FALSE [22:16:57.548] | : . ' , ; ` | - call: plan(sequential) [22:16:57.549] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:16:57.549] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:16:57.550] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:16:57.551] | : . ' , SequentialFuture started (and completed) [22:16:57.551] | : . ' , signalConditions() ... [22:16:57.552] | : . ' , ; include = 'immediateCondition' [22:16:57.552] | : . ' , ; exclude = [22:16:57.553] | : . ' , ; resignal = FALSE [22:16:57.553] | : . ' , ; Number of conditions: 6 [22:16:57.554] | : . ' , ; int 6 [22:16:57.555] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.556] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.556] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.557] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.557] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.558] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.558] | : . ' , signalConditions() ... done [22:16:57.559] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:16:57.559] | : . Launching futures ... done [22:16:57.560] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:16:57.561] | : Using SequentialFutureBackend ... done [22:16:57.561] | run() for 'Future' () ... done [22:16:57.562] future(..., label = NULL) ... done [22:16:57.562] value() for SequentialFuture () ... [22:16:57.563] | signalConditions() ... [22:16:57.563] | : include = 'immediateCondition' [22:16:57.564] | : exclude = [22:16:57.564] | : resignal = FALSE [22:16:57.565] | : Number of conditions: 6 [22:16:57.565] | : int 6 [22:16:57.566] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.567] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.567] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.568] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.569] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.569] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.570] | signalConditions() ... done [22:16:57.570] | relay stdout ... [22:16:57.571] | relay stdout ... done [22:16:57.571] | check for misuse ... [22:16:57.572] | check for misuse ... done [22:16:57.572] | relay conditions ... [22:16:57.573] | : Future state: 'finished' [22:16:57.574] | : signalConditions() ... [22:16:57.574] | : . include = 'condition' [22:16:57.575] | : . exclude = 'immediateCondition' [22:16:57.575] | : . resignal = TRUE [22:16:57.576] | : . Number of conditions: 6 [22:16:57.576] | : . int 6 [22:16:57.577] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.578] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:16:57.484] | : . ' , attachPackages() ... [22:16:57.578] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.579] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:16:57.484] | : . ' , ; packages: [n=1] 'future' [22:16:57.579] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.580] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:16:57.485] | : . ' , attachPackages() ... done [22:16:57.581] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.581] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:16:57.485] | : . ' , attachPackages() ... [22:16:57.582] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.582] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:16:57.486] | : . ' , ; packages: [n=0] [22:16:57.583] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.583] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:16:57.486] | : . ' , attachPackages() ... done [22:16:57.584] | : signalConditions() ... done [22:16:57.585] | relay conditions ... done [22:16:57.585] 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 [22:16:57.586] future(..., label = NULL) ... [22:16:57.587] | lazy: FALSE [22:16:57.587] | stdout: TRUE [22:16:57.588] | conditions: [n=1] 'condition' [22:16:57.589] | getGlobalsAndPackages() ... [22:16:57.589] | : Searching for globals ... [22:16:57.603] | : . globals found: [4] '{', 'sum', 'x', 'y' [22:16:57.604] | : Searching for globals ... done [22:16:57.605] | : Resolving globals: FALSE [22:16:57.605] | : Search for packages associated with the globals ... [22:16:57.606] | : . Packages associated with globals: [1] 'base' [22:16:57.607] | : . Packages: [1] 'base' [22:16:57.607] | : Search for packages associated with the globals ... done [22:16:57.608] | : Packages after dropping 'base': [0] [22:16:57.608] | : globals: [2] 'x', 'y' [22:16:57.609] | : packages: [0] [22:16:57.609] | getGlobalsAndPackages() ... done [22:16:57.610] | run() for 'Future' () ... [22:16:57.611] | : state: 'created' [22:16:57.611] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:57.612] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:57.612] | : Using SequentialFutureBackend ... [22:16:57.613] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [22:16:57.613] | : . Launching futures ... [22:16:57.614] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:16:57.614] | : . ' , getFutureData() ... [22:16:57.615] | : . ' , ; getFutureCore() ... [22:16:57.615] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:16:57.616] | : . ' , ; getFutureCore() ... done [22:16:57.616] | : . ' , ; getFutureCapture() ... [22:16:57.617] | : . ' , ; getFutureCapture() ... done [22:16:57.617] | : . ' , ; getFutureContext() ... [22:16:57.618] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:57.618] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:16:57.619] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:57.619] | : . ' , ; ` Packages needed by future backend (n = 0): [22:16:57.620] | : . ' , ; getFutureContext() ... done [22:16:57.621] | : . ' , getFutureData() ... done [22:16:57.625] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:57.626] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:16:57.626] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:57.627] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:16:57.628] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:16:57.628] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:16:57.629] | : . ' , ; ` | New stack: [22:16:57.629] | : . ' , ; ` | List of 1 [22:16:57.629] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:16:57.629] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.629] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:16:57.629] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.629] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.629] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.629] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:16:57.629] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.634] | : . ' , ; ` | Old stack: [22:16:57.634] | : . ' , ; ` | List of 1 [22:16:57.634] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:16:57.634] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.634] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:16:57.634] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.634] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.634] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.634] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:16:57.634] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:57.634] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.634] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.634] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.640] | : . ' , ; ` | Not identical [22:16:57.640] | : . ' , ; ` | all.equal() for future ... [22:16:57.641] | : . ' , ; ` | : List of 2 [22:16:57.641] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:16:57.641] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.641] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:16:57.641] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.641] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.641] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.641] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:16:57.641] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:16:57.641] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.641] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:16:57.641] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.641] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.641] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.641] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:16:57.641] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:57.641] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.641] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.649] | : . ' , ; ` | all.equal() for future ... done [22:16:57.650] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:16:57.650] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:16:57.651] | : . ' , ; ` List of future strategies: [22:16:57.651] | : . ' , ; ` 1. sequential: [22:16:57.651] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:16:57.651] | : . ' , ; ` - tweaked: FALSE [22:16:57.651] | : . ' , ; ` - call: plan(sequential) [22:16:57.652] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:16:57.653] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:16:57.653] | : . ' , assign_globals() ... [22:16:57.654] | : . ' , List of 2 [22:16:57.654] | : . ' , $ x: int [1:2] 1 2 [22:16:57.654] | : . ' , $ y: num 3 [22:16:57.654] | : . ' , - attr(*, "where")=List of 2 [22:16:57.654] | : . ' , ..$ x: [22:16:57.654] | : . ' , ..$ y: [22:16:57.654] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:16:57.654] | : . ' , - attr(*, "resolved")= logi FALSE [22:16:57.654] | : . ' , - attr(*, "total_size")= num NA [22:16:57.654] | : . ' , - attr(*, "already-done")= logi TRUE [22:16:57.659] | : . ' , - copied 'x' to environment [22:16:57.659] | : . ' , - copied 'y' to environment [22:16:57.660] | : . ' , assign_globals() ... done [22:16:57.664] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:16:57.664] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:16:57.665] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:16:57.665] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:16:57.666] | : . ' , ; ` | : New stack: [22:16:57.666] | : . ' , ; ` | : List of 1 [22:16:57.666] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:16:57.666] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.666] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:16:57.666] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.666] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.666] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.666] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:16:57.666] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:57.666] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.666] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.666] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.671] | : . ' , ; ` | : Old stack: [22:16:57.672] | : . ' , ; ` | : List of 1 [22:16:57.672] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:16:57.672] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.672] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:16:57.672] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.672] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.672] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.672] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:16:57.672] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:57.672] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.672] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.672] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.677] | : . ' , ; ` | : Identical [22:16:57.677] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:16:57.678] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:16:57.678] | : . ' , ; ` | List of future strategies: [22:16:57.678] | : . ' , ; ` | 1. sequential: [22:16:57.678] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:16:57.678] | : . ' , ; ` | - tweaked: FALSE [22:16:57.678] | : . ' , ; ` | - call: plan(sequential) [22:16:57.680] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:16:57.680] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:16:57.681] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:16:57.682] | : . ' , SequentialFuture started (and completed) [22:16:57.682] | : . ' , signalConditions() ... [22:16:57.683] | : . ' , ; include = 'immediateCondition' [22:16:57.683] | : . ' , ; exclude = [22:16:57.684] | : . ' , ; resignal = FALSE [22:16:57.684] | : . ' , ; Number of conditions: 6 [22:16:57.685] | : . ' , ; int 6 [22:16:57.686] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.686] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.687] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.687] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.688] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.689] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.689] | : . ' , signalConditions() ... done [22:16:57.690] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:16:57.690] | : . Launching futures ... done [22:16:57.691] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:16:57.691] | : Using SequentialFutureBackend ... done [22:16:57.692] | run() for 'Future' () ... done [22:16:57.692] future(..., label = NULL) ... done [22:16:57.693] value() for SequentialFuture () ... [22:16:57.693] | signalConditions() ... [22:16:57.694] | : include = 'immediateCondition' [22:16:57.694] | : exclude = [22:16:57.695] | : resignal = FALSE [22:16:57.695] | : Number of conditions: 6 [22:16:57.696] | : int 6 [22:16:57.697] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.697] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.698] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.698] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.699] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.699] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.700] | signalConditions() ... done [22:16:57.700] | relay stdout ... [22:16:57.701] | relay stdout ... done [22:16:57.701] | check for misuse ... [22:16:57.702] | check for misuse ... done [22:16:57.703] | relay conditions ... [22:16:57.703] | : Future state: 'finished' [22:16:57.704] | : signalConditions() ... [22:16:57.704] | : . include = 'condition' [22:16:57.705] | : . exclude = 'immediateCondition' [22:16:57.705] | : . resignal = TRUE [22:16:57.706] | : . Number of conditions: 6 [22:16:57.706] | : . int 6 [22:16:57.707] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.708] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:16:57.621] | : . ' , attachPackages() ... [22:16:57.708] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.709] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:16:57.622] | : . ' , ; packages: [n=1] 'future' [22:16:57.709] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.710] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:16:57.623] | : . ' , attachPackages() ... done [22:16:57.710] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.711] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:16:57.623] | : . ' , attachPackages() ... [22:16:57.711] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.712] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:16:57.624] | : . ' , ; packages: [n=0] [22:16:57.712] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.713] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:16:57.624] | : . ' , attachPackages() ... done [22:16:57.713] | : signalConditions() ... done [22:16:57.714] | relay conditions ... done [22:16:57.714] 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 [22:16:57.716] future(..., label = NULL) ... [22:16:57.716] | lazy: FALSE [22:16:57.717] | stdout: TRUE [22:16:57.717] | conditions: [n=1] 'condition' [22:16:57.718] | getGlobalsAndPackages() ... [22:16:57.718] | : Searching for globals ... [22:16:57.727] | : . globals found: [5] '{', 'sum', 'x', 'y', '...' [22:16:57.728] | : Searching for globals ... done [22:16:57.728] | : Resolving globals: FALSE [22:16:57.729] | : Tweak future expression to call with '...' arguments ... [22:16:57.730] | : . Search for packages associated with the globals ... [22:16:57.730] | : . ' Packages associated with globals: [1] 'base' [22:16:57.731] | : . ' Packages: [1] 'base' [22:16:57.732] | : . Search for packages associated with the globals ... done [22:16:57.732] | : . Packages after dropping 'base': [0] [22:16:57.733] | : . globals: [2] 'x', 'y' [22:16:57.733] | : . packages: [0] [22:16:57.734] | : Tweak future expression to call with '...' arguments ... done [22:16:57.735] | : run() for 'Future' () ... [22:16:57.735] | : . state: 'created' [22:16:57.736] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:57.736] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:57.737] | : . Using SequentialFutureBackend ... [22:16:57.737] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [22:16:57.738] | : . ' Launching futures ... [22:16:57.738] | : . ' , launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:16:57.739] | : . ' , ; getFutureData() ... [22:16:57.740] | : . ' , ; ` getFutureCore() ... [22:16:57.740] | : . ' , ; ` | Packages needed by the future expression (n = 0): [22:16:57.741] | : . ' , ; ` getFutureCore() ... done [22:16:57.741] | : . ' , ; ` getFutureCapture() ... [22:16:57.742] | : . ' , ; ` getFutureCapture() ... done [22:16:57.742] | : . ' , ; ` getFutureContext() ... [22:16:57.743] | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:57.743] | : . ' , ; ` | : Getting stack without first backend: [n=0] [22:16:57.744] | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:57.744] | : . ' , ; ` | Packages needed by future backend (n = 0): [22:16:57.745] | : . ' , ; ` getFutureContext() ... done [22:16:57.745] | : . ' , ; getFutureData() ... done [22:16:57.751] | : . ' , ; plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:57.752] | : . ' , ; ` Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:16:57.753] | : . ' , ; plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:57.754] | : . ' , ; plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:16:57.755] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:16:57.756] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:16:57.756] | : . ' , ; ` | : New stack: [22:16:57.757] | : . ' , ; ` | : List of 1 [22:16:57.757] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:16:57.757] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.757] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:16:57.757] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.757] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.757] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.757] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:16:57.757] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.762] | : . ' , ; ` | : Old stack: [22:16:57.763] | : . ' , ; ` | : List of 1 [22:16:57.763] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:16:57.763] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.763] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:16:57.763] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.763] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.763] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.763] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:16:57.763] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:57.763] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.763] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.763] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.770] | : . ' , ; ` | : Not identical [22:16:57.770] | : . ' , ; ` | : all.equal() for future ... [22:16:57.771] | : . ' , ; ` | : . List of 2 [22:16:57.771] | : . ' , ; ` | : . $ target :function (..., envir = parent.frame()) [22:16:57.771] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.771] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [22:16:57.771] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.771] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.771] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.771] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:16:57.771] | : . ' , ; ` | : . $ current:function (..., envir = parent.frame()) [22:16:57.771] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.771] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [22:16:57.771] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.771] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.771] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.771] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [22:16:57.771] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:57.771] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.771] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.782] | : . ' , ; ` | : all.equal() for future ... done [22:16:57.783] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:16:57.783] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:16:57.784] | : . ' , ; ` | List of future strategies: [22:16:57.784] | : . ' , ; ` | 1. sequential: [22:16:57.784] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:16:57.784] | : . ' , ; ` | - tweaked: FALSE [22:16:57.784] | : . ' , ; ` | - call: plan(sequential) [22:16:57.786] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:16:57.786] | : . ' , ; plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:16:57.787] | : . ' , ; assign_globals() ... [22:16:57.788] | : . ' , ; List of 2 [22:16:57.788] | : . ' , ; $ x: int [1:2] 1 2 [22:16:57.788] | : . ' , ; $ y: num 3 [22:16:57.788] | : . ' , ; - attr(*, "where")=List of 2 [22:16:57.788] | : . ' , ; ..$ x: [22:16:57.788] | : . ' , ; ..$ y: [22:16:57.788] | : . ' , ; - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:16:57.788] | : . ' , ; - attr(*, "resolved")= logi FALSE [22:16:57.788] | : . ' , ; - attr(*, "total_size")= num NA [22:16:57.788] | : . ' , ; - attr(*, "already-done")= logi TRUE [22:16:57.793] | : . ' , ; - copied 'x' to environment [22:16:57.794] | : . ' , ; - copied 'y' to environment [22:16:57.794] | : . ' , ; assign_globals() ... done [22:16:57.803] | : . ' , ; plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:16:57.804] | : . ' , ; ` plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:16:57.805] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:16:57.805] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [22:16:57.806] | : . ' , ; ` | : . New stack: [22:16:57.806] | : . ' , ; ` | : . List of 1 [22:16:57.806] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [22:16:57.806] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.806] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [22:16:57.806] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.806] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.806] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.806] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [22:16:57.806] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:57.806] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.806] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.806] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.811] | : . ' , ; ` | : . Old stack: [22:16:57.811] | : . ' , ; ` | : . List of 1 [22:16:57.811] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [22:16:57.811] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.811] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [22:16:57.811] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.811] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.811] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.811] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [22:16:57.811] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:57.811] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.811] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.811] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.816] | : . ' , ; ` | : . Identical [22:16:57.817] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [22:16:57.817] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [22:16:57.818] | : . ' , ; ` | : List of future strategies: [22:16:57.818] | : . ' , ; ` | : 1. sequential: [22:16:57.818] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [22:16:57.818] | : . ' , ; ` | : - tweaked: FALSE [22:16:57.818] | : . ' , ; ` | : - call: plan(sequential) [22:16:57.819] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:16:57.819] | : . ' , ; ` plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:16:57.820] | : . ' , ; plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:16:57.821] | : . ' , ; SequentialFuture started (and completed) [22:16:57.821] | : . ' , ; signalConditions() ... [22:16:57.822] | : . ' , ; ` include = 'immediateCondition' [22:16:57.822] | : . ' , ; ` exclude = [22:16:57.823] | : . ' , ; ` resignal = FALSE [22:16:57.823] | : . ' , ; ` Number of conditions: 7 [22:16:57.824] | : . ' , ; ` int 7 [22:16:57.825] | : . ' , ; ` Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.825] | : . ' , ; ` Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.826] | : . ' , ; ` Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.826] | : . ' , ; ` Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.827] | : . ' , ; ` Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.827] | : . ' , ; ` Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.828] | : . ' , ; ` Condition #7 (class: 'simpleError', 'error', 'condition'): [22:16:57.828] | : . ' , ; signalConditions() ... done [22:16:57.829] | : . ' , launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:16:57.829] | : . ' Launching futures ... done [22:16:57.830] | : . ' Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:16:57.830] | : . Using SequentialFutureBackend ... done [22:16:57.831] | : run() for 'Future' () ... done [22:16:57.831] | getGlobalsAndPackages() ... done [22:16:57.832] | value() for SequentialFuture () ... [22:16:57.833] | : signalConditions() ... [22:16:57.833] | : . include = 'immediateCondition' [22:16:57.834] | : . exclude = [22:16:57.834] | : . resignal = FALSE [22:16:57.835] | : . Number of conditions: 7 [22:16:57.835] | : . int 7 [22:16:57.836] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.837] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.837] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.838] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.838] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.839] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.839] | : . Condition #7 (class: 'simpleError', 'error', 'condition'): [22:16:57.840] | : signalConditions() ... done [22:16:57.840] | : relay stdout ... [22:16:57.841] | : relay stdout ... done [22:16:57.841] | : check for misuse ... [22:16:57.842] | : check for misuse ... done [22:16:57.842] | : relay conditions ... [22:16:57.843] | : . Future state: 'finished' [22:16:57.844] | : . signalConditions() ... [22:16:57.844] | : . ' include = 'condition' [22:16:57.845] | : . ' exclude = 'immediateCondition' [22:16:57.845] | : . ' resignal = TRUE [22:16:57.846] | : . ' Number of conditions: 7 [22:16:57.846] | : . ' int 7 [22:16:57.847] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.848] | : . ' Condition #1: 'simpleMessage', 'message', 'condition' [22:16:57.746] | : . ' , ; attachPackages() ... [22:16:57.848] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.849] | : . ' Condition #2: 'simpleMessage', 'message', 'condition' [22:16:57.747] | : . ' , ; ` packages: [n=1] 'future' [22:16:57.849] | : . ' Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.850] | : . ' Condition #3: 'simpleMessage', 'message', 'condition' [22:16:57.748] | : . ' , ; attachPackages() ... done [22:16:57.850] | : . ' Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.851] | : . ' Condition #4: 'simpleMessage', 'message', 'condition' [22:16:57.749] | : . ' , ; attachPackages() ... [22:16:57.851] | : . ' Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.852] | : . ' Condition #5: 'simpleMessage', 'message', 'condition' [22:16:57.749] | : . ' , ; ` packages: [n=0] [22:16:57.852] | : . ' Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.853] | : . ' Condition #6: 'simpleMessage', 'message', 'condition' [22:16:57.750] | : . ' , ; attachPackages() ... done [22:16:57.854] | : . ' Condition #7 (class: 'simpleError', 'error', 'condition'): [22:16:57.854] | : . ' Condition #7: 'simpleError', 'error', 'condition' [22:16:57.855] | : . signalConditions() ... done [22:16:57.855] | : 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 [22:16:57.857] | : future(..., label = NULL) ... [22:16:57.857] | : . lazy: FALSE [22:16:57.858] | : . stdout: TRUE [22:16:57.858] | : . conditions: [n=1] 'condition' [22:16:57.859] | : . getGlobalsAndPackages() ... [22:16:57.860] | : . ' globals passed as-is: [1] '...' [22:16:57.860] | : . ' Resolving globals: FALSE [22:16:57.861] | : . ' Tweak future expression to call with '...' arguments ... [22:16:57.861] | : . ' , { [22:16:57.861] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [22:16:57.861] | : . ' , "# expression in do.call(), because function called uses '...' " [22:16:57.861] | : . ' , "# as a global variable " [22:16:57.861] | : . ' , do.call(function(...) { [22:16:57.861] | : . ' , fcn <- function() sum(...) [22:16:57.861] | : . ' , fcn() [22:16:57.861] | : . ' , }, args = future.call.arguments) [22:16:57.861] | : . ' , } [22:16:57.862] | : . ' Tweak future expression to call with '...' arguments ... done [22:16:57.863] | : . ' Search for packages associated with the globals ... [22:16:57.863] | : . ' , Packages associated with globals: [0] [22:16:57.864] | : . ' , Packages: [0] [22:16:57.864] | : . ' Search for packages associated with the globals ... done [22:16:57.865] | : . ' Packages after dropping 'base': [0] [22:16:57.865] | : . ' globals: [1] 'future.call.arguments' [22:16:57.866] | : . ' packages: [0] [22:16:57.867] | : . getGlobalsAndPackages() ... done [22:16:57.867] | : . run() for 'Future' () ... [22:16:57.868] | : . ' state: 'created' [22:16:57.868] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:57.869] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:57.869] | : . ' Using SequentialFutureBackend ... [22:16:57.870] | : . ' , Number of futures since start: 4 (4 created, 4 launched, 4 finished) [22:16:57.870] | : . ' , Launching futures ... [22:16:57.871] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:16:57.872] | : . ' , ; ` getFutureData() ... [22:16:57.872] | : . ' , ; ` | getFutureCore() ... [22:16:57.873] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:16:57.873] | : . ' , ; ` | getFutureCore() ... done [22:16:57.874] | : . ' , ; ` | getFutureCapture() ... [22:16:57.874] | : . ' , ; ` | getFutureCapture() ... done [22:16:57.875] | : . ' , ; ` | getFutureContext() ... [22:16:57.875] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:57.876] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:16:57.876] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:57.877] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:16:57.877] | : . ' , ; ` | getFutureContext() ... done [22:16:57.878] | : . ' , ; ` getFutureData() ... done [22:16:57.883] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:57.883] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:16:57.884] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:57.884] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:16:57.885] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:16:57.886] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [22:16:57.886] | : . ' , ; ` | : . New stack: [22:16:57.887] | : . ' , ; ` | : . List of 1 [22:16:57.887] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [22:16:57.887] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.887] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [22:16:57.887] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.887] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.887] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.887] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:16:57.887] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.891] | : . ' , ; ` | : . Old stack: [22:16:57.891] | : . ' , ; ` | : . List of 1 [22:16:57.891] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [22:16:57.891] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.891] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [22:16:57.891] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.891] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.891] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.891] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [22:16:57.891] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:57.891] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.891] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.891] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.896] | : . ' , ; ` | : . Not identical [22:16:57.897] | : . ' , ; ` | : . all.equal() for future ... [22:16:57.897] | : . ' , ; ` | : . ' List of 2 [22:16:57.897] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [22:16:57.897] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.897] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [22:16:57.897] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.897] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.897] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.897] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:16:57.897] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [22:16:57.897] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.897] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [22:16:57.897] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.897] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.897] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.897] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [22:16:57.897] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:57.897] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.897] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.906] | : . ' , ; ` | : . all.equal() for future ... done [22:16:57.906] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [22:16:57.907] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [22:16:57.907] | : . ' , ; ` | : List of future strategies: [22:16:57.907] | : . ' , ; ` | : 1. sequential: [22:16:57.907] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [22:16:57.907] | : . ' , ; ` | : - tweaked: FALSE [22:16:57.907] | : . ' , ; ` | : - call: plan(sequential) [22:16:57.908] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:16:57.909] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:16:57.909] | : . ' , ; ` assign_globals() ... [22:16:57.910] | : . ' , ; ` List of 1 [22:16:57.910] | : . ' , ; ` $ future.call.arguments:List of 2 [22:16:57.910] | : . ' , ; ` ..$ : int [1:2] 1 2 [22:16:57.910] | : . ' , ; ` ..$ : num 3 [22:16:57.910] | : . ' , ; ` ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [22:16:57.910] | : . ' , ; ` - attr(*, "where")=List of 1 [22:16:57.910] | : . ' , ; ` ..$ future.call.arguments: [22:16:57.910] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:16:57.910] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [22:16:57.910] | : . ' , ; ` - attr(*, "total_size")= num NA [22:16:57.910] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [22:16:57.915] | : . ' , ; ` - copied 'future.call.arguments' to environment [22:16:57.916] | : . ' , ; ` assign_globals() ... done [22:16:57.919] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:16:57.920] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:16:57.920] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:16:57.921] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [22:16:57.922] | : . ' , ; ` | : . ' New stack: [22:16:57.922] | : . ' , ; ` | : . ' List of 1 [22:16:57.922] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [22:16:57.922] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.922] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [22:16:57.922] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.922] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.922] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.922] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [22:16:57.922] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:57.922] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.922] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.922] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.927] | : . ' , ; ` | : . ' Old stack: [22:16:57.927] | : . ' , ; ` | : . ' List of 1 [22:16:57.927] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [22:16:57.927] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:57.927] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [22:16:57.927] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.927] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.927] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.927] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [22:16:57.927] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:57.927] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:57.927] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:57.927] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:57.932] | : . ' , ; ` | : . ' Identical [22:16:57.933] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [22:16:57.933] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [22:16:57.934] | : . ' , ; ` | : . List of future strategies: [22:16:57.934] | : . ' , ; ` | : . 1. sequential: [22:16:57.934] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [22:16:57.934] | : . ' , ; ` | : . - tweaked: FALSE [22:16:57.934] | : . ' , ; ` | : . - call: plan(sequential) [22:16:57.935] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:16:57.936] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:16:57.936] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:16:57.937] | : . ' , ; ` SequentialFuture started (and completed) [22:16:57.938] | : . ' , ; ` signalConditions() ... [22:16:57.938] | : . ' , ; ` | include = 'immediateCondition' [22:16:57.939] | : . ' , ; ` | exclude = [22:16:57.939] | : . ' , ; ` | resignal = FALSE [22:16:57.940] | : . ' , ; ` | Number of conditions: 6 [22:16:57.940] | : . ' , ; ` | int 6 [22:16:57.941] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.942] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.942] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.943] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.943] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.944] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.944] | : . ' , ; ` signalConditions() ... done [22:16:57.945] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:16:57.945] | : . ' , Launching futures ... done [22:16:57.946] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:16:57.946] | : . ' Using SequentialFutureBackend ... done [22:16:57.947] | : . run() for 'Future' () ... done [22:16:57.948] | : future(..., label = NULL) ... done [22:16:57.948] | : value() for SequentialFuture () ... [22:16:57.949] | : . signalConditions() ... [22:16:57.949] | : . ' include = 'immediateCondition' [22:16:57.950] | : . ' exclude = [22:16:57.950] | : . ' resignal = FALSE [22:16:57.951] | : . ' Number of conditions: 6 [22:16:57.951] | : . ' int 6 [22:16:57.952] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.953] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.953] | : . ' Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.954] | : . ' Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.954] | : . ' Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.955] | : . ' Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.955] | : . signalConditions() ... done [22:16:57.956] | : . relay stdout ... [22:16:57.956] | : . relay stdout ... done [22:16:57.957] | : . check for misuse ... [22:16:57.957] | : . check for misuse ... done [22:16:57.958] | : . relay conditions ... [22:16:57.958] | : . ' Future state: 'finished' [22:16:57.959] | : . ' signalConditions() ... [22:16:57.959] | : . ' , include = 'condition' [22:16:57.960] | : . ' , exclude = 'immediateCondition' [22:16:57.960] | : . ' , resignal = TRUE [22:16:57.961] | : . ' , Number of conditions: 6 [22:16:57.961] | : . ' , int 6 [22:16:57.962] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.963] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [22:16:57.879] | : . ' , ; ` attachPackages() ... [22:16:57.963] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.964] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [22:16:57.879] | : . ' , ; ` | packages: [n=1] 'future' [22:16:57.965] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.965] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [22:16:57.880] | : . ' , ; ` attachPackages() ... done [22:16:57.966] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.966] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [22:16:57.880] | : . ' , ; ` attachPackages() ... [22:16:57.967] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.967] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [22:16:57.881] | : . ' , ; ` | packages: [n=0] [22:16:57.968] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:16:57.968] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [22:16:57.881] | : . ' , ; ` attachPackages() ... done [22:16:57.969] | : . ' signalConditions() ... done [22:16:57.969] | : . relay conditions ... done [22:16:57.970] | : 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 [22:16:57.971] | : future(..., label = NULL) ... [22:16:57.971] | : . lazy: FALSE [22:16:57.972] | : . stdout: TRUE [22:16:57.972] | : . conditions: [n=1] 'condition' [22:16:57.973] | : . getGlobalsAndPackages() ... [22:16:57.973] | : . ' Searching for globals ... [22:16:57.997] | : . ' , globals found: [9] 'fcn', 'x', 'y', '{', '=', '~', 'list', '...', 'sum' [22:16:57.997] | : . ' Searching for globals ... done [22:16:57.998] | : . ' Resolving globals: FALSE [22:16:57.998] | : . ' Tweak future expression to call with '...' arguments ... [22:16:57.999] | : . ' , Search for packages associated with the globals ... [22:16:58.000] | : . ' , ; Packages associated with globals: [1] 'base' [22:16:58.001] | : . ' , ; Packages: [1] 'base' [22:16:58.001] | : . ' , Search for packages associated with the globals ... done [22:16:58.002] | : . ' , Packages after dropping 'base': [0] [22:16:58.002] | : . ' , globals: [3] 'fcn', 'x', 'y' [22:16:58.003] | : . ' , packages: [0] [22:16:58.003] | : . ' Tweak future expression to call with '...' arguments ... done [22:16:58.004] | : . ' run() for 'Future' () ... [22:16:58.005] | : . ' , state: 'created' [22:16:58.005] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:58.006] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:58.006] | : . ' , Using SequentialFutureBackend ... [22:16:58.007] | : . ' , ; Number of futures since start: 5 (5 created, 5 launched, 5 finished) [22:16:58.007] | : . ' , ; Launching futures ... [22:16:58.008] | : . ' , ; ` launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:16:58.008] | : . ' , ; ` | getFutureData() ... [22:16:58.009] | : . ' , ; ` | : getFutureCore() ... [22:16:58.009] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [22:16:58.010] | : . ' , ; ` | : getFutureCore() ... done [22:16:58.010] | : . ' , ; ` | : getFutureCapture() ... [22:16:58.011] | : . ' , ; ` | : getFutureCapture() ... done [22:16:58.011] | : . ' , ; ` | : getFutureContext() ... [22:16:58.012] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:58.012] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [22:16:58.013] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:58.013] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [22:16:58.014] | : . ' , ; ` | : getFutureContext() ... done [22:16:58.015] | : . ' , ; ` | getFutureData() ... done [22:16:58.019] | : . ' , ; ` | plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:58.020] | : . ' , ; ` | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:16:58.020] | : . ' , ; ` | plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:58.021] | : . ' , ; ` | plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:16:58.022] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:16:58.022] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [22:16:58.023] | : . ' , ; ` | : . ' New stack: [22:16:58.023] | : . ' , ; ` | : . ' List of 1 [22:16:58.023] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [22:16:58.023] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:58.023] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [22:16:58.023] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:58.023] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.023] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.023] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:16:58.023] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:58.028] | : . ' , ; ` | : . ' Old stack: [22:16:58.028] | : . ' , ; ` | : . ' List of 1 [22:16:58.028] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [22:16:58.028] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:58.028] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [22:16:58.028] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:58.028] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.028] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.028] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [22:16:58.028] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:58.028] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:58.028] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.028] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:58.033] | : . ' , ; ` | : . ' Not identical [22:16:58.034] | : . ' , ; ` | : . ' all.equal() for future ... [22:16:58.034] | : . ' , ; ` | : . ' , List of 2 [22:16:58.034] | : . ' , ; ` | : . ' , $ target :function (..., envir = parent.frame()) [22:16:58.034] | : . ' , ; ` | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:58.034] | : . ' , ; ` | : . ' , ..- attr(*, "init")= logi TRUE [22:16:58.034] | : . ' , ; ` | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:58.034] | : . ' , ; ` | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.034] | : . ' , ; ` | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.034] | : . ' , ; ` | : . ' , ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:16:58.034] | : . ' , ; ` | : . ' , $ current:function (..., envir = parent.frame()) [22:16:58.034] | : . ' , ; ` | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:58.034] | : . ' , ; ` | : . ' , ..- attr(*, "init")= chr "done" [22:16:58.034] | : . ' , ; ` | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:58.034] | : . ' , ; ` | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.034] | : . ' , ; ` | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.034] | : . ' , ; ` | : . ' , ..- attr(*, "call")= language plan(sequential) [22:16:58.034] | : . ' , ; ` | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:58.034] | : . ' , ; ` | : . ' , .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:58.034] | : . ' , ; ` | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.043] | : . ' , ; ` | : . ' all.equal() for future ... done [22:16:58.044] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [22:16:58.044] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [22:16:58.045] | : . ' , ; ` | : . List of future strategies: [22:16:58.045] | : . ' , ; ` | : . 1. sequential: [22:16:58.045] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [22:16:58.045] | : . ' , ; ` | : . - tweaked: FALSE [22:16:58.045] | : . ' , ; ` | : . - call: plan(sequential) [22:16:58.046] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:16:58.046] | : . ' , ; ` | plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:16:58.047] | : . ' , ; ` | assign_globals() ... [22:16:58.047] | : . ' , ; ` | List of 3 [22:16:58.047] | : . ' , ; ` | $ fcn:function (x, y) [22:16:58.047] | : . ' , ; ` | $ x : int [1:2] 1 2 [22:16:58.047] | : . ' , ; ` | $ y : num 3 [22:16:58.047] | : . ' , ; ` | - attr(*, "where")=List of 3 [22:16:58.047] | : . ' , ; ` | ..$ fcn: [22:16:58.047] | : . ' , ; ` | ..$ x : [22:16:58.047] | : . ' , ; ` | ..$ y : [22:16:58.047] | : . ' , ; ` | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:16:58.047] | : . ' , ; ` | - attr(*, "resolved")= logi FALSE [22:16:58.047] | : . ' , ; ` | - attr(*, "total_size")= num NA [22:16:58.047] | : . ' , ; ` | - attr(*, "already-done")= logi TRUE [22:16:58.053] | : . ' , ; ` | - copied 'fcn' to environment [22:16:58.054] | : . ' , ; ` | - copied 'x' to environment [22:16:58.054] | : . ' , ; ` | - copied 'y' to environment [22:16:58.055] | : . ' , ; ` | assign_globals() ... done [22:16:58.058] | : . ' , ; ` | plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:16:58.059] | : . ' , ; ` | : plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:16:58.060] | : . ' , ; ` | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:16:58.060] | : . ' , ; ` | : . ' all.equal() for FutureStrategyList ... [22:16:58.061] | : . ' , ; ` | : . ' , New stack: [22:16:58.061] | : . ' , ; ` | : . ' , List of 1 [22:16:58.061] | : . ' , ; ` | : . ' , $ :function (..., envir = parent.frame()) [22:16:58.061] | : . ' , ; ` | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:58.061] | : . ' , ; ` | : . ' , ..- attr(*, "init")= chr "done" [22:16:58.061] | : . ' , ; ` | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:58.061] | : . ' , ; ` | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.061] | : . ' , ; ` | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.061] | : . ' , ; ` | : . ' , ..- attr(*, "call")= language plan(sequential) [22:16:58.061] | : . ' , ; ` | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:58.061] | : . ' , ; ` | : . ' , .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:58.061] | : . ' , ; ` | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.061] | : . ' , ; ` | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:58.066] | : . ' , ; ` | : . ' , Old stack: [22:16:58.067] | : . ' , ; ` | : . ' , List of 1 [22:16:58.067] | : . ' , ; ` | : . ' , $ :function (..., envir = parent.frame()) [22:16:58.067] | : . ' , ; ` | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:58.067] | : . ' , ; ` | : . ' , ..- attr(*, "init")= chr "done" [22:16:58.067] | : . ' , ; ` | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:58.067] | : . ' , ; ` | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.067] | : . ' , ; ` | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.067] | : . ' , ; ` | : . ' , ..- attr(*, "call")= language plan(sequential) [22:16:58.067] | : . ' , ; ` | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:58.067] | : . ' , ; ` | : . ' , .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:58.067] | : . ' , ; ` | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.067] | : . ' , ; ` | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:58.072] | : . ' , ; ` | : . ' , Identical [22:16:58.072] | : . ' , ; ` | : . ' all.equal() for FutureStrategyList ... done [22:16:58.073] | : . ' , ; ` | : . ' plan(): Skip setting new future backend stack because it is the same as the current one: [22:16:58.073] | : . ' , ; ` | : . ' List of future strategies: [22:16:58.073] | : . ' , ; ` | : . ' 1. sequential: [22:16:58.073] | : . ' , ; ` | : . ' - args: function (..., envir = parent.frame(), workers = "") [22:16:58.073] | : . ' , ; ` | : . ' - tweaked: FALSE [22:16:58.073] | : . ' , ; ` | : . ' - call: plan(sequential) [22:16:58.075] | : . ' , ; ` | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:16:58.075] | : . ' , ; ` | : plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:16:58.076] | : . ' , ; ` | plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:16:58.077] | : . ' , ; ` | SequentialFuture started (and completed) [22:16:58.077] | : . ' , ; ` | signalConditions() ... [22:16:58.078] | : . ' , ; ` | : include = 'immediateCondition' [22:16:58.078] | : . ' , ; ` | : exclude = [22:16:58.079] | : . ' , ; ` | : resignal = FALSE [22:16:58.079] | : . ' , ; ` | : Number of conditions: 6 [22:16:58.080] | : . ' , ; ` | : int 6 [22:16:58.081] | : . ' , ; ` | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:16:58.081] | : . ' , ; ` | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:16:58.082] | : . ' , ; ` | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:16:58.082] | : . ' , ; ` | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:16:58.083] | : . ' , ; ` | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:16:58.084] | : . ' , ; ` | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:16:58.084] | : . ' , ; ` | signalConditions() ... done [22:16:58.085] | : . ' , ; ` launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:16:58.085] | : . ' , ; Launching futures ... done [22:16:58.086] | : . ' , ; Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:16:58.086] | : . ' , Using SequentialFutureBackend ... done [22:16:58.087] | : . ' run() for 'Future' () ... done [22:16:58.087] | : . getGlobalsAndPackages() ... done [22:16:58.088] | : . value() for SequentialFuture () ... [22:16:58.088] | : . ' signalConditions() ... [22:16:58.089] | : . ' , include = 'immediateCondition' [22:16:58.089] | : . ' , exclude = [22:16:58.090] | : . ' , resignal = FALSE [22:16:58.091] | : . ' , Number of conditions: 6 [22:16:58.091] | : . ' , int 6 [22:16:58.092] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:16:58.093] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:16:58.093] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:16:58.094] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:16:58.094] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:16:58.095] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:16:58.095] | : . ' signalConditions() ... done [22:16:58.096] | : . ' relay stdout ... [22:16:58.096] | : . ' relay stdout ... done [22:16:58.097] | : . ' check for misuse ... [22:16:58.097] | : . ' check for misuse ... done [22:16:58.098] | : . ' relay conditions ... [22:16:58.098] | : . ' , Future state: 'finished' [22:16:58.099] | : . ' , signalConditions() ... [22:16:58.099] | : . ' , ; include = 'condition' [22:16:58.100] | : . ' , ; exclude = 'immediateCondition' [22:16:58.100] | : . ' , ; resignal = TRUE [22:16:58.101] | : . ' , ; Number of conditions: 6 [22:16:58.101] | : . ' , ; int 6 [22:16:58.102] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:16:58.103] | : . ' , ; Condition #1: 'simpleMessage', 'message', 'condition' [22:16:58.015] | : . ' , ; ` | attachPackages() ... [22:16:58.103] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:16:58.104] | : . ' , ; Condition #2: 'simpleMessage', 'message', 'condition' [22:16:58.016] | : . ' , ; ` | : packages: [n=1] 'future' [22:16:58.105] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:16:58.105] | : . ' , ; Condition #3: 'simpleMessage', 'message', 'condition' [22:16:58.017] | : . ' , ; ` | attachPackages() ... done [22:16:58.106] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:16:58.106] | : . ' , ; Condition #4: 'simpleMessage', 'message', 'condition' [22:16:58.017] | : . ' , ; ` | attachPackages() ... [22:16:58.107] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:16:58.107] | : . ' , ; Condition #5: 'simpleMessage', 'message', 'condition' [22:16:58.018] | : . ' , ; ` | : packages: [n=0] [22:16:58.108] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:16:58.108] | : . ' , ; Condition #6: 'simpleMessage', 'message', 'condition' [22:16:58.018] | : . ' , ; ` | attachPackages() ... done [22:16:58.109] | : . ' , signalConditions() ... done [22:16:58.110] | : . ' relay conditions ... done [22:16:58.110] | : . value() for SequentialFuture () ... done [1] 6 Testing with 1 cores ... DONE Testing with 2 cores ... *** Global argument '...' ... - plan('multisession') ... [22:16:58.111] | : . plan("multisession", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:58.112] | : . ' plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [22:16:58.113] | : . ' , all.equal() for FutureStrategyList ... [22:16:58.113] | : . ' , ; New stack: [22:16:58.114] | : . ' , ; List of 1 [22:16:58.114] | : . ' , ; $ :function (..., workers = availableCores(constraints = "connections-16"), [22:16:58.114] | : . ' , ; rscript_libs = .libPaths()) [22:16:58.114] | : . ' , ; ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:16:58.114] | : . ' , ; ..- attr(*, "init")= logi TRUE [22:16:58.114] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:16:58.114] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:16:58.114] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:16:58.114] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:16:58.114] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [22:16:58.114] | : . ' , ; ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [22:16:58.114] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:58.118] | : . ' , ; Old stack: [22:16:58.119] | : . ' , ; List of 1 [22:16:58.119] | : . ' , ; $ :function (..., envir = parent.frame()) [22:16:58.119] | : . ' , ; ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:58.119] | : . ' , ; ..- attr(*, "init")= chr "done" [22:16:58.119] | : . ' , ; ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:58.119] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.119] | : . ' , ; ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.119] | : . ' , ; ..- attr(*, "call")= language plan(sequential) [22:16:58.119] | : . ' , ; ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:58.119] | : . ' , ; .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:58.119] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.119] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:58.124] | : . ' , ; Not identical [22:16:58.124] | : . ' , ; all.equal() for future ... [22:16:58.125] | : . ' , ; ` List of 2 [22:16:58.125] | : . ' , ; ` $ target :function (..., workers = availableCores(constraints = "connections-16"), [22:16:58.125] | : . ' , ; ` rscript_libs = .libPaths()) [22:16:58.125] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:16:58.125] | : . ' , ; ` ..- attr(*, "init")= logi TRUE [22:16:58.125] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:16:58.125] | : . ' , ; ` interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:16:58.125] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:16:58.125] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:16:58.125] | : . ' , ; ` ..- attr(*, "untweakable")= chr "persistent" [22:16:58.125] | : . ' , ; ` ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [22:16:58.125] | : . ' , ; ` $ current:function (..., envir = parent.frame()) [22:16:58.125] | : . ' , ; ` ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:16:58.125] | : . ' , ; ` ..- attr(*, "init")= chr "done" [22:16:58.125] | : . ' , ; ` ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:58.125] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.125] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.125] | : . ' , ; ` ..- attr(*, "call")= language plan(sequential) [22:16:58.125] | : . ' , ; ` ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:16:58.125] | : . ' , ; ` .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:16:58.125] | : . ' , ; ` .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:16:58.133] | : . ' , ; ` Formals differ [22:16:58.134] | : . ' , ; all.equal() for future ... done [22:16:58.134] | : . ' , ; Future strategies differ at level 1 [22:16:58.135] | : . ' , all.equal() for FutureStrategyList ... done [22:16:58.135] | : . ' , plan(): Setting new future backend stack: [22:16:58.136] | : . ' , List of future strategies: [22:16:58.136] | : . ' , 1. multisession: [22:16:58.136] | : . ' , - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [22:16:58.136] | : . ' , - tweaked: FALSE [22:16:58.136] | : . ' , - call: plan(strategy, substitute = FALSE) [22:16:58.137] | : . ' , List of 1 [22:16:58.137] | : . ' , $ :function (..., workers = availableCores(constraints = "connections-16"), [22:16:58.137] | : . ' , rscript_libs = .libPaths()) [22:16:58.137] | : . ' , ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:16:58.137] | : . ' , ..- attr(*, "init")= logi TRUE [22:16:58.137] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:16:58.137] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:16:58.137] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:16:58.137] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:16:58.137] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [22:16:58.137] | : . ' , ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [22:16:58.137] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:16:58.141] | : . ' , plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [22:16:58.142] | : . ' , ; plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:58.143] | : . ' , ; ` Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [22:16:58.143] | : . ' , ; plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:58.144] | : . ' , ; Legacy shutdown of cluster workers ... [22:16:58.144] | : . ' , ; ` Stopping existing cluster ... [22:16:58.145] | : . ' , ; ` | No pre-existing cluster. Skipping [22:16:58.146] | : . ' , ; ` Stopping existing cluster ... done [22:16:58.146] | : . ' , ; Legacy shutdown of cluster workers ... done [22:16:58.147] | : . ' , plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [22:16:58.147] | : . ' , plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [22:16:58.148] | : . ' , ; function (..., workers = availableCores(constraints = "connections-16"), [22:16:58.148] | : . ' , ; rscript_libs = .libPaths()) [22:16:58.148] | : . ' , ; - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:16:58.148] | : . ' , ; - attr(*, "init")= logi TRUE [22:16:58.148] | : . ' , ; - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:16:58.148] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:16:58.148] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:16:58.148] | : . ' , ; - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:16:58.148] | : . ' , ; - attr(*, "untweakable")= chr "persistent" [22:16:58.148] | : . ' , ; - attr(*, "call")= language plan(strategy, substitute = FALSE) [22:16:58.151] | : . ' , ; init: TRUE [22:16:58.152] | : . ' , ; makeFutureBackend() ... [22:16:58.153] | : . ' , ; ` Backend function: <'NULL'> [22:16:58.153] | : . ' , ; ` Evaluator tweak arguments: [n=0] [22:16:58.154] | : . ' , ; ` list() [22:16:58.155] | : . ' , ; ` Evaluator formal arguments: [n=2] [22:16:58.155] | : . ' , ; ` Dotted pair list of 2 [22:16:58.155] | : . ' , ; ` $ workers : language availableCores(constraints = "connections-16") [22:16:58.155] | : . ' , ; ` $ rscript_libs: language .libPaths() [22:16:58.157] | : . ' , ; ` Arguments passed to the future-backend factory: [n=2] [22:16:58.158] | : . ' , ; ` List of 2 [22:16:58.158] | : . ' , ; ` $ workers : language availableCores(constraints = "connections-16") [22:16:58.158] | : . ' , ; ` $ rscript_libs: language .libPaths() [22:16:58.159] | : . ' , ; ` MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [22:16:58.160] | : . ' , ; ` | Arguments: [22:16:58.160] | : . ' , ; ` | List of 5 [22:16:58.160] | : . ' , ; ` | $ workers : Named int 2 [22:16:58.160] | : . ' , ; ` | ..- attr(*, "names")= chr "mc.cores" [22:16:58.160] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:16:58.160] | : . ' , ; ` | $ interrupts : logi TRUE [22:16:58.160] | : . ' , ; ` | $ gc : logi FALSE [22:16:58.160] | : . ' , ; ` | $ earlySignal : logi FALSE [22:16:58.257] | : . ' , ; ` | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [22:16:58.258] | : . ' , ; ` | : workers: 2 [22:16:58.259] | : . ' , ; ` | : getCluster() ... [22:16:58.259] | : . ' , ; ` | : getCluster() ... done [22:16:58.260] | : . ' , ; ` | : Stopping existing cluster ... [22:16:58.260] | : . ' , ; ` | : . No pre-existing cluster. Skipping [22:16:58.261] | : . ' , ; ` | : Stopping existing cluster ... done [22:16:58.261] | : . ' , ; ` | : Starting new cluster ... [22:16:58.262] | : . ' , ; ` | : . makeCluster(workers, ...) ... [22:16:58.262] | : . ' , ; ` | : . ' Arguments: [22:16:58.263] | : . ' , ; ` | : . ' List of 2 [22:16:58.263] | : . ' , ; ` | : . ' $ : int 2 [22:16:58.263] | : . ' , ; ` | : . ' $ rscript_libs: chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:16:58.264] | : . ' , ; ` | : . ' .makeCluster() ... [22:16:58.265] | : . ' , ; ` | : . ' , workers: '2' [22:16:58.265] | : . ' , ; ` | : . ' , R_FUTURE_PLAN: NA [22:16:58.266] | : . ' , ; ` | : . ' , parallelly::makeClusterPSOCK() arguments: [22:16:58.267] | : . ' , ; ` | : . ' , List of 2 [22:16:58.267] | : . ' , ; ` | : . ' , $ : int 2 [22:16:58.267] | : . ' , ; ` | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:16:58.947] | : . ' , ; ` | : . ' , Generated cluster UUID [22:16:58.948] | : . ' , ; ` | : . ' , Cluster UUID: '5479a17661c6bbd8adc90db4a9f32c08' [22:16:58.949] | : . ' , ; ` | : . ' , Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:16:58.952] | : . ' , ; ` | : . ' .makeCluster() ... done [22:16:58.953] | : . ' , ; ` | : . ' Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:16:58.955] | : . ' , ; ` | : . makeCluster(workers, ...) ... done [22:16:58.955] | : . ' , ; ` | : . Number of workers: 2 [22:16:58.956] | : . ' , ; ` | : . Workers UUID: '5479a17661c6bbd8adc90db4a9f32c08' [22:16:58.956] | : . ' , ; ` | : Starting new cluster ... done [22:16:58.957] | : . ' , ; ` | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [22:16:58.957] | : . ' , ; ` | Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [22:16:58.958] | : . ' , ; ` MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [22:16:58.959] | : . ' , ; makeFutureBackend() ... done [22:16:58.959] | : . ' , ; nbrOfWorkers(NULL) ... [22:16:58.960] | : . ' , ; ` List of 4 [22:16:58.960] | : . ' , ; ` $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [22:16:58.960] | : . ' , ; ` $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [22:16:58.960] | : . ' , ; ` $ : language nbrOfWorkers() [22:16:58.960] | : . ' , ; ` $ : language nbrOfWorkers.NULL() [22:16:58.962] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:58.963] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:58.963] | : . ' , ; ` Number of workers: 2 [22:16:58.964] | : . ' , ; nbrOfWorkers(NULL) ... done [22:16:58.964] | : . ' , ; plan(): nbrOfWorkers() = 2 [22:16:58.965] | : . ' , plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [22:16:58.965] | : . ' 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 [22:16:58.966] | : . ' future(..., label = NULL) ... [22:16:58.967] | : . ' , lazy: FALSE [22:16:58.967] | : . ' , stdout: TRUE [22:16:58.968] | : . ' , conditions: [n=1] 'condition' [22:16:58.968] | : . ' , getGlobalsAndPackages() ... [22:16:58.969] | : . ' , ; Searching for globals ... [22:16:58.975] | : . ' , ; ` globals found: [4] '{', 'sum', 'x', '...' [22:16:58.976] | : . ' , ; Searching for globals ... done [22:16:58.977] | : . ' , ; Resolving globals: FALSE [22:16:58.977] | : . ' , ; Tweak future expression to call with '...' arguments ... [22:16:58.978] | : . ' , ; ` { [22:16:58.978] | : . ' , ; ` "# future::getGlobalsAndPackages(): wrapping the original future" [22:16:58.978] | : . ' , ; ` "# expression in do.call(), because function called uses '...' " [22:16:58.978] | : . ' , ; ` "# as a global variable " [22:16:58.978] | : . ' , ; ` do.call(function(...) { [22:16:58.978] | : . ' , ; ` sum(x, ...) [22:16:58.978] | : . ' , ; ` }, args = future.call.arguments) [22:16:58.978] | : . ' , ; ` } [22:16:58.978] | : . ' , ; Tweak future expression to call with '...' arguments ... done [22:16:58.979] | : . ' , ; Search for packages associated with the globals ... [22:16:58.980] | : . ' , ; ` Packages associated with globals: [1] 'base' [22:16:58.980] | : . ' , ; ` Packages: [1] 'base' [22:16:58.981] | : . ' , ; Search for packages associated with the globals ... done [22:16:58.981] | : . ' , ; Packages after dropping 'base': [0] [22:16:58.982] | : . ' , ; globals: [2] 'x', 'future.call.arguments' [22:16:58.982] | : . ' , ; packages: [0] [22:16:58.983] | : . ' , getGlobalsAndPackages() ... done [22:16:58.984] | : . ' , run() for 'Future' () ... [22:16:58.984] | : . ' , ; state: 'created' [22:16:58.985] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:58.985] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:58.986] | : . ' , ; Using MultisessionFutureBackend ... [22:16:58.986] | : . ' , ; ` Number of futures since start: 0 (0 created, 0 launched, 0 finished) [22:16:58.987] | : . ' , ; ` Launching futures ... [22:16:58.987] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... [22:16:58.988] | : . ' , ; ` | : Workers: [n=2] [22:16:58.988] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:16:58.991] | : . ' , ; ` | : FutureRegistry: 'workers-5479a17661c6bbd8adc90db4a9f32c08' [22:16:58.991] | : . ' , ; ` | : requestWorker() ... [22:16:58.992] | : . ' , ; ` | : . requestNode() ... [22:16:58.992] | : . ' , ; ` | : . ' Number of workers: 2 [22:16:58.993] | : . ' , ; ` | : . ' Polling for a free worker ... [22:16:58.993] | : . ' , ; ` | : . ' , FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... [22:16:58.994] | : . ' , ; ` | : . ' , ; Created empty registry 'workers-5479a17661c6bbd8adc90db4a9f32c08' [22:16:58.994] | : . ' , ; ` | : . ' , ; Listing all futures [22:16:58.995] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [22:16:58.995] | : . ' , ; ` | : . ' , FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... done [22:16:58.996] | : . ' , ; ` | : . ' , Total time: 0 [22:16:58.996] | : . ' , ; ` | : . ' Polling for a free worker ... done [22:16:58.997] | : . ' , ; ` | : . ' FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... [22:16:58.997] | : . ' , ; ` | : . ' , Listing all futures [22:16:58.998] | : . ' , ; ` | : . ' , Number of registered futures: 0 [22:16:58.998] | : . ' , ; ` | : . ' FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... done [22:16:58.999] | : . ' , ; ` | : . ' avail: [n=2] '1', '2' [22:16:58.999] | : . ' , ; ` | : . ' Index of first available worker: 1 [22:16:59.000] | : . ' , ; ` | : . ' Validate that the worker is functional ... [22:16:59.000] | : . ' , ; ` | : . ' , Connection is valid [22:16:59.001] | : . ' , ; ` | : . ' , RichSOCKnode of a socket cluster on local host 'localhost' with pid 22700 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:36899') [22:16:59.002] | : . ' , ; ` | : . ' , Worker is functional [22:16:59.003] | : . ' , ; ` | : . ' , FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... [22:16:59.004] | : . ' , ; ` | : . ' , ; Listing all futures [22:16:59.004] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [22:16:59.004] | : . ' , ; ` | : . ' , FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... done [22:16:59.005] | : . ' , ; ` | : . ' Validate that the worker is functional ... done [22:16:59.005] | : . ' , ; ` | : . requestNode() ... done [22:16:59.006] | : . ' , ; ` | : . cluster node index: 1 [22:16:59.006] | : . ' , ; ` | : requestWorker() ... done [22:16:59.007] | : . ' , ; ` | : eraseGlobalEnvironment() ... [22:16:59.008] | : . ' , ; ` | : eraseGlobalEnvironment() ... done [22:16:59.008] | : . ' , ; ` | : launchFuture() ... [22:16:59.009] | : . ' , ; ` | : . cluster node index: 1 [22:16:59.009] | : . ' , ; ` | : . getFutureData() ... [22:16:59.010] | : . ' , ; ` | : . ' getFutureCore() ... [22:16:59.010] | : . ' , ; ` | : . ' , Packages needed by the future expression (n = 0): [22:16:59.011] | : . ' , ; ` | : . ' getFutureCore() ... done [22:16:59.011] | : . ' , ; ` | : . ' getFutureCapture() ... [22:16:59.012] | : . ' , ; ` | : . ' getFutureCapture() ... done [22:16:59.012] | : . ' , ; ` | : . ' getFutureContext() ... [22:16:59.013] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:59.014] | : . ' , ; ` | : . ' , ; Getting stack without first backend: [n=0] [22:16:59.014] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:59.015] | : . ' , ; ` | : . ' , Packages needed by future backend (n = 0): [22:16:59.015] | : . ' , ; ` | : . ' getFutureContext() ... done [22:16:59.016] | : . ' , ; ` | : . getFutureData() ... done [22:16:59.017] | : . ' , ; ` | : . FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'add', earlySignal = 0) ... [22:16:59.017] | : . ' , ; ` | : . ' Appended future to position #1 [22:16:59.018] | : . ' , ; ` | : . ' Number of registered futures: 1 [22:16:59.018] | : . ' , ; ` | : . FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'add', earlySignal = 0) ... done [22:16:59.019] | : . ' , ; ` | : launchFuture() ... done [22:16:59.019] | : . ' , ; ` | : MultisessionFuture started [22:16:59.020] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... done [22:16:59.020] | : . ' , ; ` Launching futures ... done [22:16:59.021] | : . ' , ; ` Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:16:59.021] | : . ' , ; Using MultisessionFutureBackend ... done [22:16:59.022] | : . ' , run() for 'Future' () ... done [22:16:59.022] | : . ' future(..., label = NULL) ... done [22:16:59.023] | : . ' value() for MultisessionFuture () ... [22:16:59.024] | : . ' , result() for ClusterFuture ... [22:16:59.025] | : . ' , ; assertValidConnection() ... [22:16:59.025] | : . ' , ; ` cluster node index: 1 [22:16:59.026] | : . ' , ; assertValidConnection() ... done [22:16:59.027] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [22:16:59.028] | : . ' , ; ` cluster node index: 1 [22:16:59.076] | : . ' , ; ` [1] TRUE [22:16:59.077] | : . ' , ; ` Received data: [22:16:59.078] | : . ' , ; ` List of 5 [22:16:59.078] | : . ' , ; ` $ type : chr "VALUE" [22:16:59.078] | : . ' , ; ` $ value :List of 16 [22:16:59.078] | : . ' , ; ` ..$ value : num 6 [22:16:59.078] | : . ' , ; ` ..$ visible : logi TRUE [22:16:59.078] | : . ' , ; ` ..$ stdout : chr "" [22:16:59.078] | : . ' , ; ` ..$ conditions : list() [22:16:59.078] | : . ' , ; ` ..$ rng : logi FALSE [22:16:59.078] | : . ' , ; ` ..$ seed : NULL [22:16:59.078] | : . ' , ; ` ..$ misuseGlobalEnv : NULL [22:16:59.078] | : . ' , ; ` ..$ misuseConnections :List of 3 [22:16:59.078] | : . ' , ; ` .. ..$ added : NULL [22:16:59.078] | : . ' , ; ` .. ..$ removed : NULL [22:16:59.078] | : . ' , ; ` .. ..$ replaced: NULL [22:16:59.078] | : . ' , ; ` ..$ misuseDevices : NULL [22:16:59.078] | : . ' , ; ` ..$ misuseDefaultDevice: list() [22:16:59.078] | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2026-03-13 22:16:59" [22:16:59.078] | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2026-03-13 22:16:59" [22:16:59.078] | : . ' , ; ` ..$ uuid : chr [1:2] "a0bf0083fef0bfb27dde341df10e6cde" "7" [22:16:59.078] | : . ' , ; ` ..$ session_uuid : chr "caa14692b750deaa8c4dab3374041524" [22:16:59.078] | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [22:16:59.078] | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [22:16:59.078] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:16:59.078] | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:16:59.078] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:16:59.078] | : . ' , ; ` .. .. ..$ pid : int 22700 [22:16:59.078] | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:16:58" [22:16:59.078] | : . ' , ; ` .. .. ..$ random: int 2147483647 [22:16:59.078] | : . ' , ; ` ..$ r_info :List of 4 [22:16:59.078] | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:16:59.078] | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [22:16:59.078] | : . ' , ; ` .. ..$ os : chr "windows" [22:16:59.078] | : . ' , ; ` .. ..$ os_name : chr "Windows" [22:16:59.078] | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [22:16:59.078] | : . ' , ; ` ..$ version : chr "1.8" [22:16:59.078] | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [22:16:59.078] | : . ' , ; ` $ success: logi TRUE [22:16:59.078] | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0.04 0.03 0.06 NA NA [22:16:59.078] | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:16:59.078] | : . ' , ; ` $ tag : NULL [22:16:59.093] | : . ' , ; ` Received FutureResult [22:16:59.094] | : . ' , ; ` FutureResult: [22:16:59.094] | : . ' , ; ` value: 'numeric' [22:16:59.094] | : . ' , ; ` visible: TRUE [22:16:59.094] | : . ' , ; ` stdout: character [22:16:59.094] | : . ' , ; ` conditions: [n = 0] [22:16:59.094] | : . ' , ; ` RNG used: FALSE [22:16:59.094] | : . ' , ; ` duration: 0.05719495 secs (started 2026-03-13 22:16:59.018527) [22:16:59.094] | : . ' , ; ` version: 1.8 [22:16:59.095] | : . ' , ; ` FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'remove', earlySignal = 0) ... [22:16:59.096] | : . ' , ; ` | Removed future from position #1 [22:16:59.097] | : . ' , ; ` | Number of registered futures: 0 [22:16:59.097] | : . ' , ; ` FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'remove', earlySignal = 0) ... done [22:16:59.098] | : . ' , ; ` Erased future from future backend [22:16:59.098] | : . ' , ; ` result() for ClusterFuture ... [22:16:59.099] | : . ' , ; ` | result already collected: FutureResult [22:16:59.099] | : . ' , ; ` result() for ClusterFuture ... done [22:16:59.100] | : . ' , ; ` signalConditions() ... [22:16:59.100] | : . ' , ; ` | include = 'immediateCondition' [22:16:59.101] | : . ' , ; ` | exclude = [22:16:59.101] | : . ' , ; ` | resignal = FALSE [22:16:59.101] | : . ' , ; ` | Number of conditions: 0 [22:16:59.102] | : . ' , ; ` | int 0 [22:16:59.103] | : . ' , ; ` signalConditions() ... done [22:16:59.103] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [22:16:59.104] | : . ' , result() for ClusterFuture ... done [22:16:59.104] | : . ' , result() for ClusterFuture ... [22:16:59.105] | : . ' , ; result already collected: FutureResult [22:16:59.105] | : . ' , result() for ClusterFuture ... done [22:16:59.106] | : . ' , signalConditions() ... [22:16:59.106] | : . ' , ; include = 'immediateCondition' [22:16:59.107] | : . ' , ; exclude = [22:16:59.107] | : . ' , ; resignal = FALSE [22:16:59.108] | : . ' , ; Number of conditions: 0 [22:16:59.108] | : . ' , ; int 0 [22:16:59.109] | : . ' , signalConditions() ... done [22:16:59.110] | : . ' , relay stdout ... [22:16:59.110] | : . ' , relay stdout ... done [22:16:59.111] | : . ' , check for misuse ... [22:16:59.111] | : . ' , check for misuse ... done [22:16:59.112] | : . ' 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 [22:16:59.113] | : . ' future(..., label = NULL) ... [22:16:59.113] | : . ' , lazy: FALSE [22:16:59.114] | : . ' , stdout: TRUE [22:16:59.114] | : . ' , conditions: [n=1] 'condition' [22:16:59.115] | : . ' , getGlobalsAndPackages() ... [22:16:59.115] | : . ' , ; Searching for globals ... [22:16:59.122] | : . ' , ; ` globals found: [4] '{', 'sum', 'x', '...' [22:16:59.123] | : . ' , ; Searching for globals ... done [22:16:59.124] | : . ' , ; Resolving globals: FALSE [22:16:59.124] | : . ' , ; Tweak future expression to call with '...' arguments ... [22:16:59.125] | : . ' , ; ` { [22:16:59.125] | : . ' , ; ` "# future::getGlobalsAndPackages(): wrapping the original future" [22:16:59.125] | : . ' , ; ` "# expression in do.call(), because function called uses '...' " [22:16:59.125] | : . ' , ; ` "# as a global variable " [22:16:59.125] | : . ' , ; ` do.call(function(...) { [22:16:59.125] | : . ' , ; ` sum(x, ...) [22:16:59.125] | : . ' , ; ` }, args = future.call.arguments) [22:16:59.125] | : . ' , ; ` } [22:16:59.126] | : . ' , ; Tweak future expression to call with '...' arguments ... done [22:16:59.126] | : . ' , ; Search for packages associated with the globals ... [22:16:59.127] | : . ' , ; ` Packages associated with globals: [1] 'base' [22:16:59.128] | : . ' , ; ` Packages: [1] 'base' [22:16:59.128] | : . ' , ; Search for packages associated with the globals ... done [22:16:59.129] | : . ' , ; Packages after dropping 'base': [0] [22:16:59.129] | : . ' , ; globals: [2] 'x', 'future.call.arguments' [22:16:59.130] | : . ' , ; packages: [0] [22:16:59.130] | : . ' , getGlobalsAndPackages() ... done [22:16:59.131] | : . ' , run() for 'Future' () ... [22:16:59.132] | : . ' , ; state: 'created' [22:16:59.132] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:59.133] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:59.133] | : . ' , ; Using MultisessionFutureBackend ... [22:16:59.134] | : . ' , ; ` Number of futures since start: 1 (1 created, 1 launched, 1 finished) [22:16:59.134] | : . ' , ; ` Launching futures ... [22:16:59.135] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... [22:16:59.135] | : . ' , ; ` | : Workers: [n=2] [22:16:59.136] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:16:59.138] | : . ' , ; ` | : FutureRegistry: 'workers-5479a17661c6bbd8adc90db4a9f32c08' [22:16:59.139] | : . ' , ; ` | : requestWorker() ... [22:16:59.139] | : . ' , ; ` | : . requestNode() ... [22:16:59.140] | : . ' , ; ` | : . ' Number of workers: 2 [22:16:59.140] | : . ' , ; ` | : . ' Polling for a free worker ... [22:16:59.141] | : . ' , ; ` | : . ' , FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... [22:16:59.141] | : . ' , ; ` | : . ' , ; Listing all futures [22:16:59.142] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [22:16:59.142] | : . ' , ; ` | : . ' , FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... done [22:16:59.143] | : . ' , ; ` | : . ' , Total time: 0 [22:16:59.143] | : . ' , ; ` | : . ' Polling for a free worker ... done [22:16:59.144] | : . ' , ; ` | : . ' FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... [22:16:59.144] | : . ' , ; ` | : . ' , Listing all futures [22:16:59.145] | : . ' , ; ` | : . ' , Number of registered futures: 0 [22:16:59.148] | : . ' , ; ` | : . ' FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... done [22:16:59.148] | : . ' , ; ` | : . ' avail: [n=2] '1', '2' [22:16:59.149] | : . ' , ; ` | : . ' Index of first available worker: 1 [22:16:59.149] | : . ' , ; ` | : . ' Validate that the worker is functional ... [22:16:59.150] | : . ' , ; ` | : . ' , Connection is valid [22:16:59.150] | : . ' , ; ` | : . ' , RichSOCKnode of a socket cluster on local host 'localhost' with pid 22700 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:36899') [22:16:59.152] | : . ' , ; ` | : . ' , Worker is functional [22:16:59.153] | : . ' , ; ` | : . ' , FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... [22:16:59.153] | : . ' , ; ` | : . ' , ; Listing all futures [22:16:59.154] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [22:16:59.154] | : . ' , ; ` | : . ' , FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... done [22:16:59.155] | : . ' , ; ` | : . ' Validate that the worker is functional ... done [22:16:59.155] | : . ' , ; ` | : . requestNode() ... done [22:16:59.156] | : . ' , ; ` | : . cluster node index: 1 [22:16:59.156] | : . ' , ; ` | : requestWorker() ... done [22:16:59.157] | : . ' , ; ` | : eraseGlobalEnvironment() ... [22:16:59.157] | : . ' , ; ` | : eraseGlobalEnvironment() ... done [22:16:59.158] | : . ' , ; ` | : launchFuture() ... [22:16:59.158] | : . ' , ; ` | : . cluster node index: 1 [22:16:59.159] | : . ' , ; ` | : . getFutureData() ... [22:16:59.159] | : . ' , ; ` | : . ' getFutureCore() ... [22:16:59.160] | : . ' , ; ` | : . ' , Packages needed by the future expression (n = 0): [22:16:59.160] | : . ' , ; ` | : . ' getFutureCore() ... done [22:16:59.161] | : . ' , ; ` | : . ' getFutureCapture() ... [22:16:59.161] | : . ' , ; ` | : . ' getFutureCapture() ... done [22:16:59.162] | : . ' , ; ` | : . ' getFutureContext() ... [22:16:59.162] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:59.163] | : . ' , ; ` | : . ' , ; Getting stack without first backend: [n=0] [22:16:59.163] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:59.164] | : . ' , ; ` | : . ' , Packages needed by future backend (n = 0): [22:16:59.164] | : . ' , ; ` | : . ' getFutureContext() ... done [22:16:59.165] | : . ' , ; ` | : . getFutureData() ... done [22:16:59.166] | : . ' , ; ` | : . FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'add', earlySignal = 0) ... [22:16:59.166] | : . ' , ; ` | : . ' Appended future to position #1 [22:16:59.167] | : . ' , ; ` | : . ' Number of registered futures: 1 [22:16:59.167] | : . ' , ; ` | : . FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'add', earlySignal = 0) ... done [22:16:59.168] | : . ' , ; ` | : launchFuture() ... done [22:16:59.168] | : . ' , ; ` | : MultisessionFuture started [22:16:59.169] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... done [22:16:59.169] | : . ' , ; ` Launching futures ... done [22:16:59.170] | : . ' , ; ` Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:16:59.170] | : . ' , ; Using MultisessionFutureBackend ... done [22:16:59.171] | : . ' , run() for 'Future' () ... done [22:16:59.171] | : . ' future(..., label = NULL) ... done [22:16:59.172] | : . ' value() for MultisessionFuture () ... [22:16:59.172] | : . ' , result() for ClusterFuture ... [22:16:59.173] | : . ' , ; assertValidConnection() ... [22:16:59.173] | : . ' , ; ` cluster node index: 1 [22:16:59.174] | : . ' , ; assertValidConnection() ... done [22:16:59.175] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [22:16:59.175] | : . ' , ; ` cluster node index: 1 [22:16:59.176] | : . ' , ; ` [1] TRUE [22:16:59.176] | : . ' , ; ` Received data: [22:16:59.177] | : . ' , ; ` List of 5 [22:16:59.177] | : . ' , ; ` $ type : chr "VALUE" [22:16:59.177] | : . ' , ; ` $ value :List of 16 [22:16:59.177] | : . ' , ; ` ..$ value : num 6 [22:16:59.177] | : . ' , ; ` ..$ visible : logi TRUE [22:16:59.177] | : . ' , ; ` ..$ stdout : chr "" [22:16:59.177] | : . ' , ; ` ..$ conditions : list() [22:16:59.177] | : . ' , ; ` ..$ rng : logi FALSE [22:16:59.177] | : . ' , ; ` ..$ seed : NULL [22:16:59.177] | : . ' , ; ` ..$ misuseGlobalEnv : NULL [22:16:59.177] | : . ' , ; ` ..$ misuseConnections :List of 3 [22:16:59.177] | : . ' , ; ` .. ..$ added : NULL [22:16:59.177] | : . ' , ; ` .. ..$ removed : NULL [22:16:59.177] | : . ' , ; ` .. ..$ replaced: NULL [22:16:59.177] | : . ' , ; ` ..$ misuseDevices : NULL [22:16:59.177] | : . ' , ; ` ..$ misuseDefaultDevice: list() [22:16:59.177] | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2026-03-13 22:16:59" [22:16:59.177] | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2026-03-13 22:16:59" [22:16:59.177] | : . ' , ; ` ..$ uuid : chr [1:2] "a0bf0083fef0bfb27dde341df10e6cde" "8" [22:16:59.177] | : . ' , ; ` ..$ session_uuid : chr "caa14692b750deaa8c4dab3374041524" [22:16:59.177] | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [22:16:59.177] | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [22:16:59.177] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:16:59.177] | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:16:59.177] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:16:59.177] | : . ' , ; ` .. .. ..$ pid : int 22700 [22:16:59.177] | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:16:58" [22:16:59.177] | : . ' , ; ` .. .. ..$ random: int 2147483647 [22:16:59.177] | : . ' , ; ` ..$ r_info :List of 4 [22:16:59.177] | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:16:59.177] | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [22:16:59.177] | : . ' , ; ` .. ..$ os : chr "windows" [22:16:59.177] | : . ' , ; ` .. ..$ os_name : chr "Windows" [22:16:59.177] | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [22:16:59.177] | : . ' , ; ` ..$ version : chr "1.8" [22:16:59.177] | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [22:16:59.177] | : . ' , ; ` $ success: logi TRUE [22:16:59.177] | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0.01 0 0.01 NA NA [22:16:59.177] | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:16:59.177] | : . ' , ; ` $ tag : NULL [22:16:59.191] | : . ' , ; ` Received FutureResult [22:16:59.192] | : . ' , ; ` FutureResult: [22:16:59.192] | : . ' , ; ` value: 'numeric' [22:16:59.192] | : . ' , ; ` visible: TRUE [22:16:59.192] | : . ' , ; ` stdout: character [22:16:59.192] | : . ' , ; ` conditions: [n = 0] [22:16:59.192] | : . ' , ; ` RNG used: FALSE [22:16:59.192] | : . ' , ; ` duration: 0.00306201 secs (started 2026-03-13 22:16:59.166227) [22:16:59.192] | : . ' , ; ` version: 1.8 [22:16:59.193] | : . ' , ; ` FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'remove', earlySignal = 0) ... [22:16:59.194] | : . ' , ; ` | Removed future from position #1 [22:16:59.194] | : . ' , ; ` | Number of registered futures: 0 [22:16:59.195] | : . ' , ; ` FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'remove', earlySignal = 0) ... done [22:16:59.195] | : . ' , ; ` Erased future from future backend [22:16:59.196] | : . ' , ; ` result() for ClusterFuture ... [22:16:59.196] | : . ' , ; ` | result already collected: FutureResult [22:16:59.197] | : . ' , ; ` result() for ClusterFuture ... done [22:16:59.197] | : . ' , ; ` signalConditions() ... [22:16:59.198] | : . ' , ; ` | include = 'immediateCondition' [22:16:59.198] | : . ' , ; ` | exclude = [22:16:59.199] | : . ' , ; ` | resignal = FALSE [22:16:59.199] | : . ' , ; ` | Number of conditions: 0 [22:16:59.200] | : . ' , ; ` | int 0 [22:16:59.201] | : . ' , ; ` signalConditions() ... done [22:16:59.201] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [22:16:59.202] | : . ' , result() for ClusterFuture ... done [22:16:59.202] | : . ' , result() for ClusterFuture ... [22:16:59.203] | : . ' , ; result already collected: FutureResult [22:16:59.203] | : . ' , result() for ClusterFuture ... done [22:16:59.204] | : . ' , signalConditions() ... [22:16:59.204] | : . ' , ; include = 'immediateCondition' [22:16:59.205] | : . ' , ; exclude = [22:16:59.205] | : . ' , ; resignal = FALSE [22:16:59.206] | : . ' , ; Number of conditions: 0 [22:16:59.206] | : . ' , ; int 0 [22:16:59.207] | : . ' , signalConditions() ... done [22:16:59.207] | : . ' , relay stdout ... [22:16:59.208] | : . ' , relay stdout ... done [22:16:59.208] | : . ' , check for misuse ... [22:16:59.209] | : . ' , check for misuse ... done [22:16:59.209] | : . ' 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 [22:16:59.210] | : . ' future(..., label = NULL) ... [22:16:59.211] | : . ' , lazy: FALSE [22:16:59.211] | : . ' , stdout: TRUE [22:16:59.212] | : . ' , conditions: [n=1] 'condition' [22:16:59.212] | : . ' , getGlobalsAndPackages() ... [22:16:59.213] | : . ' , ; Searching for globals ... [22:16:59.219] | : . ' , ; ` globals found: [4] '{', 'sum', 'x', 'y' [22:16:59.220] | : . ' , ; Searching for globals ... done [22:16:59.220] | : . ' , ; Resolving globals: FALSE [22:16:59.221] | : . ' , ; Search for packages associated with the globals ... [22:16:59.222] | : . ' , ; ` Packages associated with globals: [1] 'base' [22:16:59.222] | : . ' , ; ` Packages: [1] 'base' [22:16:59.223] | : . ' , ; Search for packages associated with the globals ... done [22:16:59.223] | : . ' , ; Packages after dropping 'base': [0] [22:16:59.224] | : . ' , ; globals: [2] 'x', 'y' [22:16:59.224] | : . ' , ; packages: [0] [22:16:59.225] | : . ' , getGlobalsAndPackages() ... done [22:16:59.225] | : . ' , run() for 'Future' () ... [22:16:59.226] | : . ' , ; state: 'created' [22:16:59.227] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:59.227] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:59.228] | : . ' , ; Using MultisessionFutureBackend ... [22:16:59.228] | : . ' , ; ` Number of futures since start: 2 (2 created, 2 launched, 2 finished) [22:16:59.229] | : . ' , ; ` Launching futures ... [22:16:59.229] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... [22:16:59.230] | : . ' , ; ` | : Workers: [n=2] [22:16:59.230] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:16:59.232] | : . ' , ; ` | : FutureRegistry: 'workers-5479a17661c6bbd8adc90db4a9f32c08' [22:16:59.233] | : . ' , ; ` | : requestWorker() ... [22:16:59.233] | : . ' , ; ` | : . requestNode() ... [22:16:59.234] | : . ' , ; ` | : . ' Number of workers: 2 [22:16:59.234] | : . ' , ; ` | : . ' Polling for a free worker ... [22:16:59.235] | : . ' , ; ` | : . ' , FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... [22:16:59.235] | : . ' , ; ` | : . ' , ; Listing all futures [22:16:59.236] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [22:16:59.236] | : . ' , ; ` | : . ' , FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... done [22:16:59.237] | : . ' , ; ` | : . ' , Total time: 0 [22:16:59.237] | : . ' , ; ` | : . ' Polling for a free worker ... done [22:16:59.238] | : . ' , ; ` | : . ' FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... [22:16:59.238] | : . ' , ; ` | : . ' , Listing all futures [22:16:59.239] | : . ' , ; ` | : . ' , Number of registered futures: 0 [22:16:59.239] | : . ' , ; ` | : . ' FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... done [22:16:59.240] | : . ' , ; ` | : . ' avail: [n=2] '1', '2' [22:16:59.240] | : . ' , ; ` | : . ' Index of first available worker: 1 [22:16:59.241] | : . ' , ; ` | : . ' Validate that the worker is functional ... [22:16:59.241] | : . ' , ; ` | : . ' , Connection is valid [22:16:59.242] | : . ' , ; ` | : . ' , RichSOCKnode of a socket cluster on local host 'localhost' with pid 22700 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:36899') [22:16:59.243] | : . ' , ; ` | : . ' , Worker is functional [22:16:59.244] | : . ' , ; ` | : . ' , FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... [22:16:59.244] | : . ' , ; ` | : . ' , ; Listing all futures [22:16:59.245] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [22:16:59.245] | : . ' , ; ` | : . ' , FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... done [22:16:59.246] | : . ' , ; ` | : . ' Validate that the worker is functional ... done [22:16:59.246] | : . ' , ; ` | : . requestNode() ... done [22:16:59.247] | : . ' , ; ` | : . cluster node index: 1 [22:16:59.247] | : . ' , ; ` | : requestWorker() ... done [22:16:59.248] | : . ' , ; ` | : eraseGlobalEnvironment() ... [22:16:59.248] | : . ' , ; ` | : eraseGlobalEnvironment() ... done [22:16:59.249] | : . ' , ; ` | : launchFuture() ... [22:16:59.249] | : . ' , ; ` | : . cluster node index: 1 [22:16:59.250] | : . ' , ; ` | : . getFutureData() ... [22:16:59.250] | : . ' , ; ` | : . ' getFutureCore() ... [22:16:59.251] | : . ' , ; ` | : . ' , Packages needed by the future expression (n = 0): [22:16:59.251] | : . ' , ; ` | : . ' getFutureCore() ... done [22:16:59.252] | : . ' , ; ` | : . ' getFutureCapture() ... [22:16:59.252] | : . ' , ; ` | : . ' getFutureCapture() ... done [22:16:59.253] | : . ' , ; ` | : . ' getFutureContext() ... [22:16:59.253] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:59.254] | : . ' , ; ` | : . ' , ; Getting stack without first backend: [n=0] [22:16:59.254] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:59.255] | : . ' , ; ` | : . ' , Packages needed by future backend (n = 0): [22:16:59.255] | : . ' , ; ` | : . ' getFutureContext() ... done [22:16:59.256] | : . ' , ; ` | : . getFutureData() ... done [22:16:59.257] | : . ' , ; ` | : . FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'add', earlySignal = 0) ... [22:16:59.257] | : . ' , ; ` | : . ' Appended future to position #1 [22:16:59.258] | : . ' , ; ` | : . ' Number of registered futures: 1 [22:16:59.258] | : . ' , ; ` | : . FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'add', earlySignal = 0) ... done [22:16:59.259] | : . ' , ; ` | : launchFuture() ... done [22:16:59.259] | : . ' , ; ` | : MultisessionFuture started [22:16:59.260] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... done [22:16:59.260] | : . ' , ; ` Launching futures ... done [22:16:59.261] | : . ' , ; ` Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:16:59.261] | : . ' , ; Using MultisessionFutureBackend ... done [22:16:59.262] | : . ' , run() for 'Future' () ... done [22:16:59.262] | : . ' future(..., label = NULL) ... done [22:16:59.263] | : . ' value() for MultisessionFuture () ... [22:16:59.263] | : . ' , result() for ClusterFuture ... [22:16:59.264] | : . ' , ; assertValidConnection() ... [22:16:59.264] | : . ' , ; ` cluster node index: 1 [22:16:59.265] | : . ' , ; assertValidConnection() ... done [22:16:59.265] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [22:16:59.266] | : . ' , ; ` cluster node index: 1 [22:16:59.266] | : . ' , ; ` [1] TRUE [22:16:59.267] | : . ' , ; ` Received data: [22:16:59.268] | : . ' , ; ` List of 5 [22:16:59.268] | : . ' , ; ` $ type : chr "VALUE" [22:16:59.268] | : . ' , ; ` $ value :List of 16 [22:16:59.268] | : . ' , ; ` ..$ value : num 6 [22:16:59.268] | : . ' , ; ` ..$ visible : logi TRUE [22:16:59.268] | : . ' , ; ` ..$ stdout : chr "" [22:16:59.268] | : . ' , ; ` ..$ conditions : list() [22:16:59.268] | : . ' , ; ` ..$ rng : logi FALSE [22:16:59.268] | : . ' , ; ` ..$ seed : NULL [22:16:59.268] | : . ' , ; ` ..$ misuseGlobalEnv : NULL [22:16:59.268] | : . ' , ; ` ..$ misuseConnections :List of 3 [22:16:59.268] | : . ' , ; ` .. ..$ added : NULL [22:16:59.268] | : . ' , ; ` .. ..$ removed : NULL [22:16:59.268] | : . ' , ; ` .. ..$ replaced: NULL [22:16:59.268] | : . ' , ; ` ..$ misuseDevices : NULL [22:16:59.268] | : . ' , ; ` ..$ misuseDefaultDevice: list() [22:16:59.268] | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2026-03-13 22:16:59" [22:16:59.268] | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2026-03-13 22:16:59" [22:16:59.268] | : . ' , ; ` ..$ uuid : chr [1:2] "a0bf0083fef0bfb27dde341df10e6cde" "9" [22:16:59.268] | : . ' , ; ` ..$ session_uuid : chr "caa14692b750deaa8c4dab3374041524" [22:16:59.268] | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [22:16:59.268] | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [22:16:59.268] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:16:59.268] | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:16:59.268] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:16:59.268] | : . ' , ; ` .. .. ..$ pid : int 22700 [22:16:59.268] | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:16:58" [22:16:59.268] | : . ' , ; ` .. .. ..$ random: int 2147483647 [22:16:59.268] | : . ' , ; ` ..$ r_info :List of 4 [22:16:59.268] | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:16:59.268] | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [22:16:59.268] | : . ' , ; ` .. ..$ os : chr "windows" [22:16:59.268] | : . ' , ; ` .. ..$ os_name : chr "Windows" [22:16:59.268] | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [22:16:59.268] | : . ' , ; ` ..$ version : chr "1.8" [22:16:59.268] | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [22:16:59.268] | : . ' , ; ` $ success: logi TRUE [22:16:59.268] | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:16:59.268] | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:16:59.268] | : . ' , ; ` $ tag : NULL [22:16:59.283] | : . ' , ; ` Received FutureResult [22:16:59.284] | : . ' , ; ` FutureResult: [22:16:59.284] | : . ' , ; ` value: 'numeric' [22:16:59.284] | : . ' , ; ` visible: TRUE [22:16:59.284] | : . ' , ; ` stdout: character [22:16:59.284] | : . ' , ; ` conditions: [n = 0] [22:16:59.284] | : . ' , ; ` RNG used: FALSE [22:16:59.284] | : . ' , ; ` duration: 0.002900839 secs (started 2026-03-13 22:16:59.257167) [22:16:59.284] | : . ' , ; ` version: 1.8 [22:16:59.285] | : . ' , ; ` FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'remove', earlySignal = 0) ... [22:16:59.285] | : . ' , ; ` | Removed future from position #1 [22:16:59.286] | : . ' , ; ` | Number of registered futures: 0 [22:16:59.287] | : . ' , ; ` FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'remove', earlySignal = 0) ... done [22:16:59.287] | : . ' , ; ` Erased future from future backend [22:16:59.288] | : . ' , ; ` result() for ClusterFuture ... [22:16:59.288] | : . ' , ; ` | result already collected: FutureResult [22:16:59.289] | : . ' , ; ` result() for ClusterFuture ... done [22:16:59.289] | : . ' , ; ` signalConditions() ... [22:16:59.290] | : . ' , ; ` | include = 'immediateCondition' [22:16:59.290] | : . ' , ; ` | exclude = [22:16:59.291] | : . ' , ; ` | resignal = FALSE [22:16:59.291] | : . ' , ; ` | Number of conditions: 0 [22:16:59.292] | : . ' , ; ` | int 0 [22:16:59.293] | : . ' , ; ` signalConditions() ... done [22:16:59.293] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [22:16:59.294] | : . ' , result() for ClusterFuture ... done [22:16:59.294] | : . ' , result() for ClusterFuture ... [22:16:59.295] | : . ' , ; result already collected: FutureResult [22:16:59.296] | : . ' , result() for ClusterFuture ... done [22:16:59.296] | : . ' , signalConditions() ... [22:16:59.297] | : . ' , ; include = 'immediateCondition' [22:16:59.297] | : . ' , ; exclude = [22:16:59.298] | : . ' , ; resignal = FALSE [22:16:59.298] | : . ' , ; Number of conditions: 0 [22:16:59.299] | : . ' , ; int 0 [22:16:59.300] | : . ' , signalConditions() ... done [22:16:59.300] | : . ' , relay stdout ... [22:16:59.301] | : . ' , relay stdout ... done [22:16:59.301] | : . ' , check for misuse ... [22:16:59.302] | : . ' , check for misuse ... done [22:16:59.302] | : . ' 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 [22:16:59.303] | : . ' future(..., label = NULL) ... [22:16:59.304] | : . ' , lazy: FALSE [22:16:59.304] | : . ' , stdout: TRUE [22:16:59.305] | : . ' , conditions: [n=1] 'condition' [22:16:59.306] | : . ' , getGlobalsAndPackages() ... [22:16:59.306] | : . ' , ; Searching for globals ... [22:16:59.314] | : . ' , ; ` globals found: [5] '{', 'sum', 'x', 'y', '...' [22:16:59.315] | : . ' , ; Searching for globals ... done [22:16:59.315] | : . ' , ; Resolving globals: FALSE [22:16:59.316] | : . ' , ; Tweak future expression to call with '...' arguments ... [22:16:59.316] | : . ' , ; ` Search for packages associated with the globals ... [22:16:59.317] | : . ' , ; ` | Packages associated with globals: [1] 'base' [22:16:59.318] | : . ' , ; ` | Packages: [1] 'base' [22:16:59.318] | : . ' , ; ` Search for packages associated with the globals ... done [22:16:59.319] | : . ' , ; ` Packages after dropping 'base': [0] [22:16:59.319] | : . ' , ; ` globals: [2] 'x', 'y' [22:16:59.320] | : . ' , ; ` packages: [0] [22:16:59.320] | : . ' , ; Tweak future expression to call with '...' arguments ... done [22:16:59.321] | : . ' , ; run() for 'Future' () ... [22:16:59.322] | : . ' , ; ` state: 'created' [22:16:59.322] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:59.323] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:59.323] | : . ' , ; ` Using MultisessionFutureBackend ... [22:16:59.324] | : . ' , ; ` | Number of futures since start: 3 (3 created, 3 launched, 3 finished) [22:16:59.325] | : . ' , ; ` | Launching futures ... [22:16:59.325] | : . ' , ; ` | : launchFuture() for ClusterFutureBackend ... [22:16:59.326] | : . ' , ; ` | : . Workers: [n=2] [22:16:59.329] | : . ' , ; ` | : . Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:16:59.331] | : . ' , ; ` | : . FutureRegistry: 'workers-5479a17661c6bbd8adc90db4a9f32c08' [22:16:59.332] | : . ' , ; ` | : . requestWorker() ... [22:16:59.332] | : . ' , ; ` | : . ' requestNode() ... [22:16:59.333] | : . ' , ; ` | : . ' , Number of workers: 2 [22:16:59.333] | : . ' , ; ` | : . ' , Polling for a free worker ... [22:16:59.334] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... [22:16:59.334] | : . ' , ; ` | : . ' , ; ` Listing all futures [22:16:59.335] | : . ' , ; ` | : . ' , ; ` Number of registered futures: 0 [22:16:59.335] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... done [22:16:59.336] | : . ' , ; ` | : . ' , ; Total time: 0 [22:16:59.336] | : . ' , ; ` | : . ' , Polling for a free worker ... done [22:16:59.337] | : . ' , ; ` | : . ' , FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... [22:16:59.337] | : . ' , ; ` | : . ' , ; Listing all futures [22:16:59.338] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [22:16:59.338] | : . ' , ; ` | : . ' , FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... done [22:16:59.339] | : . ' , ; ` | : . ' , avail: [n=2] '1', '2' [22:16:59.340] | : . ' , ; ` | : . ' , Index of first available worker: 1 [22:16:59.340] | : . ' , ; ` | : . ' , Validate that the worker is functional ... [22:16:59.341] | : . ' , ; ` | : . ' , ; Connection is valid [22:16:59.341] | : . ' , ; ` | : . ' , ; RichSOCKnode of a socket cluster on local host 'localhost' with pid 22700 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:36899') [22:16:59.343] | : . ' , ; ` | : . ' , ; Worker is functional [22:16:59.343] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... [22:16:59.344] | : . ' , ; ` | : . ' , ; ` Listing all futures [22:16:59.344] | : . ' , ; ` | : . ' , ; ` Number of registered futures: 0 [22:16:59.345] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... done [22:16:59.345] | : . ' , ; ` | : . ' , Validate that the worker is functional ... done [22:16:59.346] | : . ' , ; ` | : . ' requestNode() ... done [22:16:59.346] | : . ' , ; ` | : . ' cluster node index: 1 [22:16:59.347] | : . ' , ; ` | : . requestWorker() ... done [22:16:59.348] | : . ' , ; ` | : . eraseGlobalEnvironment() ... [22:16:59.348] | : . ' , ; ` | : . eraseGlobalEnvironment() ... done [22:16:59.349] | : . ' , ; ` | : . launchFuture() ... [22:16:59.349] | : . ' , ; ` | : . ' cluster node index: 1 [22:16:59.350] | : . ' , ; ` | : . ' getFutureData() ... [22:16:59.350] | : . ' , ; ` | : . ' , getFutureCore() ... [22:16:59.351] | : . ' , ; ` | : . ' , ; Packages needed by the future expression (n = 0): [22:16:59.352] | : . ' , ; ` | : . ' , getFutureCore() ... done [22:16:59.352] | : . ' , ; ` | : . ' , getFutureCapture() ... [22:16:59.353] | : . ' , ; ` | : . ' , getFutureCapture() ... done [22:16:59.353] | : . ' , ; ` | : . ' , getFutureContext() ... [22:16:59.354] | : . ' , ; ` | : . ' , ; plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:59.354] | : . ' , ; ` | : . ' , ; ` Getting stack without first backend: [n=0] [22:16:59.355] | : . ' , ; ` | : . ' , ; plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:59.355] | : . ' , ; ` | : . ' , ; Packages needed by future backend (n = 0): [22:16:59.356] | : . ' , ; ` | : . ' , getFutureContext() ... done [22:16:59.356] | : . ' , ; ` | : . ' getFutureData() ... done [22:16:59.357] | : . ' , ; ` | : . ' FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'add', earlySignal = 0) ... [22:16:59.358] | : . ' , ; ` | : . ' , Appended future to position #1 [22:16:59.358] | : . ' , ; ` | : . ' , Number of registered futures: 1 [22:16:59.359] | : . ' , ; ` | : . ' FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'add', earlySignal = 0) ... done [22:16:59.359] | : . ' , ; ` | : . launchFuture() ... done [22:16:59.360] | : . ' , ; ` | : . MultisessionFuture started [22:16:59.360] | : . ' , ; ` | : launchFuture() for ClusterFutureBackend ... done [22:16:59.361] | : . ' , ; ` | Launching futures ... done [22:16:59.361] | : . ' , ; ` | Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:16:59.362] | : . ' , ; ` Using MultisessionFutureBackend ... done [22:16:59.362] | : . ' , ; run() for 'Future' () ... done [22:16:59.363] | : . ' , getGlobalsAndPackages() ... done [22:16:59.363] | : . ' , value() for MultisessionFuture () ... [22:16:59.364] | : . ' , ; result() for ClusterFuture ... [22:16:59.365] | : . ' , ; ` assertValidConnection() ... [22:16:59.365] | : . ' , ; ` | cluster node index: 1 [22:16:59.366] | : . ' , ; ` assertValidConnection() ... done [22:16:59.366] | : . ' , ; ` receiveMessageFromWorker() for ClusterFuture ... [22:16:59.367] | : . ' , ; ` | cluster node index: 1 [22:16:59.368] | : . ' , ; ` | [1] TRUE [22:16:59.368] | : . ' , ; ` | Received data: [22:16:59.369] | : . ' , ; ` | List of 5 [22:16:59.369] | : . ' , ; ` | $ type : chr "VALUE" [22:16:59.369] | : . ' , ; ` | $ value :List of 16 [22:16:59.369] | : . ' , ; ` | ..$ value : NULL [22:16:59.369] | : . ' , ; ` | ..$ visible : logi TRUE [22:16:59.369] | : . ' , ; ` | ..$ stdout : chr "" [22:16:59.369] | : . ' , ; ` | ..$ conditions :List of 1 [22:16:59.369] | : . ' , ; ` | .. ..$ :List of 5 [22:16:59.369] | : . ' , ; ` | .. .. ..$ condition:List of 2 [22:16:59.369] | : . ' , ; ` | .. .. .. ..$ message: chr "'...' used in an incorrect context" [22:16:59.369] | : . ' , ; ` | .. .. .. ..$ call : language eval(quote({ { ... [22:16:59.369] | : . ' , ; ` | .. .. .. ..- attr(*, "class")= chr [1:3] "simpleError" "error" "condition" [22:16:59.369] | : . ' , ; ` | .. .. ..$ calls :List of 9 [22:16:59.369] | : . ' , ; ` | .. .. .. ..$ : language eval(expr, envir = globalenv()) [22:16:59.369] | : . ' , ; ` | .. .. .. ..$ : language eval(expr, envir = globalenv()) [22:16:59.369] | : . ' , ; ` | .. .. .. ..$ : language local({ { ... [22:16:59.369] | : . ' , ; ` | .. .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [22:16:59.369] | : . ' , ; ` | .. .. .. ..$ : language eval(expr, p) [22:16:59.369] | : . ' , ; ` | .. .. .. ..$ : language eval(expr, p) [22:16:59.369] | : . ' , ; ` | .. .. .. ..$ : language eval(quote({ { ... [22:16:59.369] | : . ' , ; ` | .. .. .. ..$ : language eval(quote({ { ... [22:16:59.369] | : . ' , ; ` | .. .. .. ..$ : language eval(quote({ { ... [22:16:59.369] | : . ' , ; ` | .. .. ..$ session :List of 6 [22:16:59.369] | : . ' , ; ` | .. .. .. ..$ r :List of 15 [22:16:59.369] | : . ' , ; ` | .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [22:16:59.369] | : . ' , ; ` | .. .. .. .. ..$ arch : chr "x86_64" [22:16:59.369] | : . ' , ; ` | .. .. .. .. ..$ os : chr "mingw32" [22:16:59.369] | : . ' , ; ` | .. .. .. .. ..$ crt : chr "ucrt" [22:16:59.369] | : . ' , ; ` | .. .. .. .. ..$ system : chr "x86_64, mingw32" [22:16:59.369] | : . ' , ; ` | .. .. .. .. ..$ status : chr "Under development (unstable)" [22:16:59.369] | : . ' , ; ` | .. .. .. .. ..$ major : chr "4" [22:16:59.369] | : . ' , ; ` | .. .. .. .. ..$ minor : chr "6.0" [22:16:59.369] | : . ' , ; ` | .. .. .. .. ..$ year : chr "2026" [22:16:59.369] | : . ' , ; ` | .. .. .. .. ..$ month : chr "03" [22:16:59.369] | : . ' , ; ` | .. .. .. .. ..$ day : chr "12" [22:16:59.369] | : . ' , ; ` | .. .. .. .. ..$ svn rev : chr "89611" [22:16:59.369] | : . ' , ; ` | .. .. .. .. ..$ language : chr "R" [22:16:59.369] | : . ' , ; ` | .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2026-03-12 r89611 ucrt)" [22:16:59.369] | : . ' , ; ` | .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [22:16:59.369] | : . ' , ; ` | .. .. .. ..$ locale : chr "LC_COLLATE=C;LC_CTYPE=German_Germany.utf8;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C" [22:16:59.369] | : . ' , ; ` | .. .. .. ..$ rngkind : chr [1:3] "Mersenne-Twister" "Inversion" "Rejection" [22:16:59.369] | : . ' , ; ` | .. .. .. ..$ namespaces: chr [1:17] "compiler" "parallelly" "graphics" "tools" ... [22:16:59.369] | : . ' , ; ` | .. .. .. ..$ search : chr [1:10] ".GlobalEnv" "package:future" "package:stats" "package:graphics" ... [22:16:59.369] | : . ' , ; ` | .. .. .. ..$ system : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:16:59.369] | : . ' , ; ` | .. .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:16:59.369] | : . ' , ; ` | .. .. ..$ timestamp: POSIXct[1:1], format: "2026-03-13 22:16:59" [22:16:59.369] | : . ' , ; ` | .. .. ..$ signaled : int 0 [22:16:59.369] | : . ' , ; ` | ..$ rng : logi FALSE [22:16:59.369] | : . ' , ; ` | ..$ seed : NULL [22:16:59.369] | : . ' , ; ` | ..$ misuseGlobalEnv : NULL [22:16:59.369] | : . ' , ; ` | ..$ misuseConnections :List of 3 [22:16:59.369] | : . ' , ; ` | .. ..$ added : NULL [22:16:59.369] | : . ' , ; ` | .. ..$ removed : NULL [22:16:59.369] | : . ' , ; ` | .. ..$ replaced: NULL [22:16:59.369] | : . ' , ; ` | ..$ misuseDevices : NULL [22:16:59.369] | : . ' , ; ` | ..$ misuseDefaultDevice: list() [22:16:59.369] | : . ' , ; ` | ..$ started : POSIXct[1:1], format: "2026-03-13 22:16:59" [22:16:59.369] | : . ' , ; ` | ..$ finished : POSIXct[1:1], format: "2026-03-13 22:16:59" [22:16:59.369] | : . ' , ; ` | ..$ uuid : chr [1:2] "a0bf0083fef0bfb27dde341df10e6cde" "10" [22:16:59.369] | : . ' , ; ` | ..$ session_uuid : chr "caa14692b750deaa8c4dab3374041524" [22:16:59.369] | : . ' , ; ` | .. ..- attr(*, "source")=List of 5 [22:16:59.369] | : . ' , ; ` | .. .. ..$ host : Named chr "CRANWIN3" [22:16:59.369] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:16:59.369] | : . ' , ; ` | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:16:59.369] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:16:59.369] | : . ' , ; ` | .. .. ..$ pid : int 22700 [22:16:59.369] | : . ' , ; ` | .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:16:58" [22:16:59.369] | : . ' , ; ` | .. .. ..$ random: int 2147483647 [22:16:59.369] | : . ' , ; ` | ..$ r_info :List of 4 [22:16:59.369] | : . ' , ; ` | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:16:59.369] | : . ' , ; ` | .. .. ..$ : int [1:3] 4 6 0 [22:16:59.369] | : . ' , ; ` | .. ..$ os : chr "windows" [22:16:59.369] | : . ' , ; ` | .. ..$ os_name : chr "Windows" [22:16:59.369] | : . ' , ; ` | .. ..$ captures_utf8: logi TRUE [22:16:59.369] | : . ' , ; ` | ..$ version : chr "1.8" [22:16:59.369] | : . ' , ; ` | ..- attr(*, "class")= chr "FutureResult" [22:16:59.369] | : . ' , ; ` | $ success: logi TRUE [22:16:59.369] | : . ' , ; ` | $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:16:59.369] | : . ' , ; ` | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:16:59.369] | : . ' , ; ` | $ tag : NULL [22:16:59.398] | : . ' , ; ` | Received FutureResult [22:16:59.399] | : . ' , ; ` | FutureResult: [22:16:59.399] | : . ' , ; ` | value: 'NULL' [22:16:59.399] | : . ' , ; ` | visible: TRUE [22:16:59.399] | : . ' , ; ` | stdout: character [22:16:59.399] | : . ' , ; ` | conditions: [n = 1] simpleError [22:16:59.399] | : . ' , ; ` | RNG used: FALSE [22:16:59.399] | : . ' , ; ` | duration: 0.004991055 secs (started 2026-03-13 22:16:59.357889) [22:16:59.399] | : . ' , ; ` | version: 1.8 [22:16:59.400] | : . ' , ; ` | FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'remove', earlySignal = 0) ... [22:16:59.401] | : . ' , ; ` | : Removed future from position #1 [22:16:59.401] | : . ' , ; ` | : Number of registered futures: 0 [22:16:59.402] | : . ' , ; ` | FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'remove', earlySignal = 0) ... done [22:16:59.402] | : . ' , ; ` | Erased future from future backend [22:16:59.403] | : . ' , ; ` | result() for ClusterFuture ... [22:16:59.403] | : . ' , ; ` | : result already collected: FutureResult [22:16:59.404] | : . ' , ; ` | result() for ClusterFuture ... done [22:16:59.404] | : . ' , ; ` | signalConditions() ... [22:16:59.405] | : . ' , ; ` | : include = 'immediateCondition' [22:16:59.405] | : . ' , ; ` | : exclude = [22:16:59.406] | : . ' , ; ` | : resignal = FALSE [22:16:59.406] | : . ' , ; ` | : Number of conditions: 1 [22:16:59.407] | : . ' , ; ` | : int 1 [22:16:59.408] | : . ' , ; ` | : Condition #1 (class: 'simpleError', 'error', 'condition'): [22:16:59.408] | : . ' , ; ` | signalConditions() ... done [22:16:59.409] | : . ' , ; ` receiveMessageFromWorker() for ClusterFuture ... done [22:16:59.409] | : . ' , ; result() for ClusterFuture ... done [22:16:59.410] | : . ' , ; result() for ClusterFuture ... [22:16:59.411] | : . ' , ; ` result already collected: FutureResult [22:16:59.411] | : . ' , ; result() for ClusterFuture ... done [22:16:59.412] | : . ' , ; signalConditions() ... [22:16:59.412] | : . ' , ; ` include = 'immediateCondition' [22:16:59.413] | : . ' , ; ` exclude = [22:16:59.413] | : . ' , ; ` resignal = FALSE [22:16:59.414] | : . ' , ; ` Number of conditions: 1 [22:16:59.414] | : . ' , ; ` int 1 [22:16:59.415] | : . ' , ; ` Condition #1 (class: 'simpleError', 'error', 'condition'): [22:16:59.416] | : . ' , ; signalConditions() ... done [22:16:59.416] | : . ' , ; relay stdout ... [22:16:59.417] | : . ' , ; relay stdout ... done [22:16:59.417] | : . ' , ; check for misuse ... [22:16:59.418] | : . ' , ; check for misuse ... done [22:16:59.418] | : . ' , ; relay conditions ... [22:16:59.419] | : . ' , ; ` Future state: 'finished' [22:16:59.420] | : . ' , ; ` result() for ClusterFuture ... [22:16:59.420] | : . ' , ; ` | result already collected: FutureResult [22:16:59.421] | : . ' , ; ` result() for ClusterFuture ... done [22:16:59.421] | : . ' , ; ` signalConditions() ... [22:16:59.422] | : . ' , ; ` | include = 'condition' [22:16:59.422] | : . ' , ; ` | exclude = 'immediateCondition' [22:16:59.423] | : . ' , ; ` | resignal = TRUE [22:16:59.423] | : . ' , ; ` | Number of conditions: 1 [22:16:59.424] | : . ' , ; ` | int 1 [22:16:59.425] | : . ' , ; ` | Condition #1 (class: 'simpleError', 'error', 'condition'): [22:16:59.425] | : . ' , ; ` | Condition #1: 'simpleError', 'error', 'condition' [22:16:59.426] | : . ' , ; ` signalConditions() ... done [22:16:59.426] | : . ' , ; 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 [22:16:59.428] | : . ' , ; future(..., label = NULL) ... [22:16:59.428] | : . ' , ; ` lazy: FALSE [22:16:59.429] | : . ' , ; ` stdout: TRUE [22:16:59.429] | : . ' , ; ` conditions: [n=1] 'condition' [22:16:59.430] | : . ' , ; ` getGlobalsAndPackages() ... [22:16:59.430] | : . ' , ; ` | globals passed as-is: [1] '...' [22:16:59.431] | : . ' , ; ` | Resolving globals: FALSE [22:16:59.432] | : . ' , ; ` | Tweak future expression to call with '...' arguments ... [22:16:59.432] | : . ' , ; ` | : { [22:16:59.432] | : . ' , ; ` | : "# future::getGlobalsAndPackages(): wrapping the original future" [22:16:59.432] | : . ' , ; ` | : "# expression in do.call(), because function called uses '...' " [22:16:59.432] | : . ' , ; ` | : "# as a global variable " [22:16:59.432] | : . ' , ; ` | : do.call(function(...) { [22:16:59.432] | : . ' , ; ` | : fcn <- function() sum(...) [22:16:59.432] | : . ' , ; ` | : fcn() [22:16:59.432] | : . ' , ; ` | : }, args = future.call.arguments) [22:16:59.432] | : . ' , ; ` | : } [22:16:59.433] | : . ' , ; ` | Tweak future expression to call with '...' arguments ... done [22:16:59.433] | : . ' , ; ` | Search for packages associated with the globals ... [22:16:59.434] | : . ' , ; ` | : Packages associated with globals: [0] [22:16:59.435] | : . ' , ; ` | : Packages: [0] [22:16:59.435] | : . ' , ; ` | Search for packages associated with the globals ... done [22:16:59.436] | : . ' , ; ` | Packages after dropping 'base': [0] [22:16:59.436] | : . ' , ; ` | globals: [1] 'future.call.arguments' [22:16:59.437] | : . ' , ; ` | packages: [0] [22:16:59.438] | : . ' , ; ` getGlobalsAndPackages() ... done [22:16:59.438] | : . ' , ; ` run() for 'Future' () ... [22:16:59.439] | : . ' , ; ` | state: 'created' [22:16:59.439] | : . ' , ; ` | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:59.440] | : . ' , ; ` | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:59.440] | : . ' , ; ` | Using MultisessionFutureBackend ... [22:16:59.441] | : . ' , ; ` | : Number of futures since start: 4 (4 created, 4 launched, 4 finished) [22:16:59.442] | : . ' , ; ` | : Launching futures ... [22:16:59.442] | : . ' , ; ` | : . launchFuture() for ClusterFutureBackend ... [22:16:59.443] | : . ' , ; ` | : . ' Workers: [n=2] [22:16:59.443] | : . ' , ; ` | : . ' Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:16:59.445] | : . ' , ; ` | : . ' FutureRegistry: 'workers-5479a17661c6bbd8adc90db4a9f32c08' [22:16:59.446] | : . ' , ; ` | : . ' requestWorker() ... [22:16:59.447] | : . ' , ; ` | : . ' , requestNode() ... [22:16:59.447] | : . ' , ; ` | : . ' , ; Number of workers: 2 [22:16:59.448] | : . ' , ; ` | : . ' , ; Polling for a free worker ... [22:16:59.448] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... [22:16:59.449] | : . ' , ; ` | : . ' , ; ` | Listing all futures [22:16:59.449] | : . ' , ; ` | : . ' , ; ` | Number of registered futures: 0 [22:16:59.450] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... done [22:16:59.450] | : . ' , ; ` | : . ' , ; ` Total time: 0 [22:16:59.451] | : . ' , ; ` | : . ' , ; Polling for a free worker ... done [22:16:59.451] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... [22:16:59.452] | : . ' , ; ` | : . ' , ; ` Listing all futures [22:16:59.453] | : . ' , ; ` | : . ' , ; ` Number of registered futures: 0 [22:16:59.453] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... done [22:16:59.454] | : . ' , ; ` | : . ' , ; avail: [n=2] '1', '2' [22:16:59.454] | : . ' , ; ` | : . ' , ; Index of first available worker: 1 [22:16:59.455] | : . ' , ; ` | : . ' , ; Validate that the worker is functional ... [22:16:59.455] | : . ' , ; ` | : . ' , ; ` Connection is valid [22:16:59.456] | : . ' , ; ` | : . ' , ; ` RichSOCKnode of a socket cluster on local host 'localhost' with pid 22700 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:36899') [22:16:59.457] | : . ' , ; ` | : . ' , ; ` Worker is functional [22:16:59.458] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... [22:16:59.458] | : . ' , ; ` | : . ' , ; ` | Listing all futures [22:16:59.459] | : . ' , ; ` | : . ' , ; ` | Number of registered futures: 0 [22:16:59.459] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... done [22:16:59.460] | : . ' , ; ` | : . ' , ; Validate that the worker is functional ... done [22:16:59.461] | : . ' , ; ` | : . ' , requestNode() ... done [22:16:59.461] | : . ' , ; ` | : . ' , cluster node index: 1 [22:16:59.462] | : . ' , ; ` | : . ' requestWorker() ... done [22:16:59.462] | : . ' , ; ` | : . ' eraseGlobalEnvironment() ... [22:16:59.463] | : . ' , ; ` | : . ' eraseGlobalEnvironment() ... done [22:16:59.464] | : . ' , ; ` | : . ' launchFuture() ... [22:16:59.464] | : . ' , ; ` | : . ' , cluster node index: 1 [22:16:59.465] | : . ' , ; ` | : . ' , getFutureData() ... [22:16:59.465] | : . ' , ; ` | : . ' , ; getFutureCore() ... [22:16:59.466] | : . ' , ; ` | : . ' , ; ` Packages needed by the future expression (n = 0): [22:16:59.466] | : . ' , ; ` | : . ' , ; getFutureCore() ... done [22:16:59.467] | : . ' , ; ` | : . ' , ; getFutureCapture() ... [22:16:59.467] | : . ' , ; ` | : . ' , ; getFutureCapture() ... done [22:16:59.468] | : . ' , ; ` | : . ' , ; getFutureContext() ... [22:16:59.468] | : . ' , ; ` | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:59.469] | : . ' , ; ` | : . ' , ; ` | Getting stack without first backend: [n=0] [22:16:59.469] | : . ' , ; ` | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:59.470] | : . ' , ; ` | : . ' , ; ` Packages needed by future backend (n = 0): [22:16:59.471] | : . ' , ; ` | : . ' , ; getFutureContext() ... done [22:16:59.471] | : . ' , ; ` | : . ' , getFutureData() ... done [22:16:59.472] | : . ' , ; ` | : . ' , FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'add', earlySignal = 0) ... [22:16:59.472] | : . ' , ; ` | : . ' , ; Appended future to position #1 [22:16:59.473] | : . ' , ; ` | : . ' , ; Number of registered futures: 1 [22:16:59.474] | : . ' , ; ` | : . ' , FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'add', earlySignal = 0) ... done [22:16:59.474] | : . ' , ; ` | : . ' launchFuture() ... done [22:16:59.475] | : . ' , ; ` | : . ' MultisessionFuture started [22:16:59.475] | : . ' , ; ` | : . launchFuture() for ClusterFutureBackend ... done [22:16:59.476] | : . ' , ; ` | : Launching futures ... done [22:16:59.476] | : . ' , ; ` | : Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:16:59.477] | : . ' , ; ` | Using MultisessionFutureBackend ... done [22:16:59.477] | : . ' , ; ` run() for 'Future' () ... done [22:16:59.478] | : . ' , ; future(..., label = NULL) ... done [22:16:59.478] | : . ' , ; value() for MultisessionFuture () ... [22:16:59.479] | : . ' , ; ` result() for ClusterFuture ... [22:16:59.480] | : . ' , ; ` | assertValidConnection() ... [22:16:59.480] | : . ' , ; ` | : cluster node index: 1 [22:16:59.481] | : . ' , ; ` | assertValidConnection() ... done [22:16:59.481] | : . ' , ; ` | receiveMessageFromWorker() for ClusterFuture ... [22:16:59.482] | : . ' , ; ` | : cluster node index: 1 [22:16:59.483] | : . ' , ; ` | : [1] TRUE [22:16:59.483] | : . ' , ; ` | : Received data: [22:16:59.484] | : . ' , ; ` | : List of 5 [22:16:59.484] | : . ' , ; ` | : $ type : chr "VALUE" [22:16:59.484] | : . ' , ; ` | : $ value :List of 16 [22:16:59.484] | : . ' , ; ` | : ..$ value : num 6 [22:16:59.484] | : . ' , ; ` | : ..$ visible : logi TRUE [22:16:59.484] | : . ' , ; ` | : ..$ stdout : chr "" [22:16:59.484] | : . ' , ; ` | : ..$ conditions : list() [22:16:59.484] | : . ' , ; ` | : ..$ rng : logi FALSE [22:16:59.484] | : . ' , ; ` | : ..$ seed : NULL [22:16:59.484] | : . ' , ; ` | : ..$ misuseGlobalEnv : NULL [22:16:59.484] | : . ' , ; ` | : ..$ misuseConnections :List of 3 [22:16:59.484] | : . ' , ; ` | : .. ..$ added : NULL [22:16:59.484] | : . ' , ; ` | : .. ..$ removed : NULL [22:16:59.484] | : . ' , ; ` | : .. ..$ replaced: NULL [22:16:59.484] | : . ' , ; ` | : ..$ misuseDevices : NULL [22:16:59.484] | : . ' , ; ` | : ..$ misuseDefaultDevice: list() [22:16:59.484] | : . ' , ; ` | : ..$ started : POSIXct[1:1], format: "2026-03-13 22:16:59" [22:16:59.484] | : . ' , ; ` | : ..$ finished : POSIXct[1:1], format: "2026-03-13 22:16:59" [22:16:59.484] | : . ' , ; ` | : ..$ uuid : chr [1:2] "a0bf0083fef0bfb27dde341df10e6cde" "11" [22:16:59.484] | : . ' , ; ` | : ..$ session_uuid : chr "caa14692b750deaa8c4dab3374041524" [22:16:59.484] | : . ' , ; ` | : .. ..- attr(*, "source")=List of 5 [22:16:59.484] | : . ' , ; ` | : .. .. ..$ host : Named chr "CRANWIN3" [22:16:59.484] | : . ' , ; ` | : .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:16:59.484] | : . ' , ; ` | : .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:16:59.484] | : . ' , ; ` | : .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:16:59.484] | : . ' , ; ` | : .. .. ..$ pid : int 22700 [22:16:59.484] | : . ' , ; ` | : .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:16:58" [22:16:59.484] | : . ' , ; ` | : .. .. ..$ random: int 2147483647 [22:16:59.484] | : . ' , ; ` | : ..$ r_info :List of 4 [22:16:59.484] | : . ' , ; ` | : .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:16:59.484] | : . ' , ; ` | : .. .. ..$ : int [1:3] 4 6 0 [22:16:59.484] | : . ' , ; ` | : .. ..$ os : chr "windows" [22:16:59.484] | : . ' , ; ` | : .. ..$ os_name : chr "Windows" [22:16:59.484] | : . ' , ; ` | : .. ..$ captures_utf8: logi TRUE [22:16:59.484] | : . ' , ; ` | : ..$ version : chr "1.8" [22:16:59.484] | : . ' , ; ` | : ..- attr(*, "class")= chr "FutureResult" [22:16:59.484] | : . ' , ; ` | : $ success: logi TRUE [22:16:59.484] | : . ' , ; ` | : $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:16:59.484] | : . ' , ; ` | : ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:16:59.484] | : . ' , ; ` | : $ tag : NULL [22:16:59.500] | : . ' , ; ` | : Received FutureResult [22:16:59.500] | : . ' , ; ` | : FutureResult: [22:16:59.500] | : . ' , ; ` | : value: 'numeric' [22:16:59.500] | : . ' , ; ` | : visible: TRUE [22:16:59.500] | : . ' , ; ` | : stdout: character [22:16:59.500] | : . ' , ; ` | : conditions: [n = 0] [22:16:59.500] | : . ' , ; ` | : RNG used: FALSE [22:16:59.500] | : . ' , ; ` | : duration: 0.003200054 secs (started 2026-03-13 22:16:59.472547) [22:16:59.500] | : . ' , ; ` | : version: 1.8 [22:16:59.502] | : . ' , ; ` | : FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'remove', earlySignal = 0) ... [22:16:59.502] | : . ' , ; ` | : . Removed future from position #1 [22:16:59.503] | : . ' , ; ` | : . Number of registered futures: 0 [22:16:59.504] | : . ' , ; ` | : FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'remove', earlySignal = 0) ... done [22:16:59.504] | : . ' , ; ` | : Erased future from future backend [22:16:59.505] | : . ' , ; ` | : result() for ClusterFuture ... [22:16:59.505] | : . ' , ; ` | : . result already collected: FutureResult [22:16:59.506] | : . ' , ; ` | : result() for ClusterFuture ... done [22:16:59.506] | : . ' , ; ` | : signalConditions() ... [22:16:59.507] | : . ' , ; ` | : . include = 'immediateCondition' [22:16:59.507] | : . ' , ; ` | : . exclude = [22:16:59.508] | : . ' , ; ` | : . resignal = FALSE [22:16:59.508] | : . ' , ; ` | : . Number of conditions: 0 [22:16:59.509] | : . ' , ; ` | : . int 0 [22:16:59.510] | : . ' , ; ` | : signalConditions() ... done [22:16:59.510] | : . ' , ; ` | receiveMessageFromWorker() for ClusterFuture ... done [22:16:59.511] | : . ' , ; ` result() for ClusterFuture ... done [22:16:59.511] | : . ' , ; ` result() for ClusterFuture ... [22:16:59.512] | : . ' , ; ` | result already collected: FutureResult [22:16:59.513] | : . ' , ; ` result() for ClusterFuture ... done [22:16:59.513] | : . ' , ; ` signalConditions() ... [22:16:59.514] | : . ' , ; ` | include = 'immediateCondition' [22:16:59.514] | : . ' , ; ` | exclude = [22:16:59.515] | : . ' , ; ` | resignal = FALSE [22:16:59.515] | : . ' , ; ` | Number of conditions: 0 [22:16:59.516] | : . ' , ; ` | int 0 [22:16:59.517] | : . ' , ; ` signalConditions() ... done [22:16:59.517] | : . ' , ; ` relay stdout ... [22:16:59.518] | : . ' , ; ` relay stdout ... done [22:16:59.520] | : . ' , ; ` check for misuse ... [22:16:59.521] | : . ' , ; ` check for misuse ... done [22:16:59.522] | : . ' , ; 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 [22:16:59.522] | : . ' , ; future(..., label = NULL) ... [22:16:59.523] | : . ' , ; ` lazy: FALSE [22:16:59.523] | : . ' , ; ` stdout: TRUE [22:16:59.524] | : . ' , ; ` conditions: [n=1] 'condition' [22:16:59.525] | : . ' , ; ` getGlobalsAndPackages() ... [22:16:59.525] | : . ' , ; ` | Searching for globals ... [22:16:59.540] | : . ' , ; ` | : globals found: [9] 'fcn', 'x', 'y', '{', '=', '~', 'list', '...', 'sum' [22:16:59.540] | : . ' , ; ` | Searching for globals ... done [22:16:59.541] | : . ' , ; ` | Resolving globals: FALSE [22:16:59.541] | : . ' , ; ` | Tweak future expression to call with '...' arguments ... [22:16:59.542] | : . ' , ; ` | : Search for packages associated with the globals ... [22:16:59.543] | : . ' , ; ` | : . Packages associated with globals: [1] 'base' [22:16:59.544] | : . ' , ; ` | : . Packages: [1] 'base' [22:16:59.544] | : . ' , ; ` | : Search for packages associated with the globals ... done [22:16:59.545] | : . ' , ; ` | : Packages after dropping 'base': [0] [22:16:59.545] | : . ' , ; ` | : globals: [3] 'fcn', 'x', 'y' [22:16:59.546] | : . ' , ; ` | : packages: [0] [22:16:59.546] | : . ' , ; ` | Tweak future expression to call with '...' arguments ... done [22:16:59.547] | : . ' , ; ` | run() for 'Future' () ... [22:16:59.548] | : . ' , ; ` | : state: 'created' [22:16:59.548] | : . ' , ; ` | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:59.549] | : . ' , ; ` | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:59.549] | : . ' , ; ` | : Using MultisessionFutureBackend ... [22:16:59.550] | : . ' , ; ` | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [22:16:59.550] | : . ' , ; ` | : . Launching futures ... [22:16:59.551] | : . ' , ; ` | : . ' launchFuture() for ClusterFutureBackend ... [22:16:59.551] | : . ' , ; ` | : . ' , Workers: [n=2] [22:16:59.552] | : . ' , ; ` | : . ' , Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:16:59.554] | : . ' , ; ` | : . ' , FutureRegistry: 'workers-5479a17661c6bbd8adc90db4a9f32c08' [22:16:59.555] | : . ' , ; ` | : . ' , requestWorker() ... [22:16:59.555] | : . ' , ; ` | : . ' , ; requestNode() ... [22:16:59.556] | : . ' , ; ` | : . ' , ; ` Number of workers: 2 [22:16:59.556] | : . ' , ; ` | : . ' , ; ` Polling for a free worker ... [22:16:59.557] | : . ' , ; ` | : . ' , ; ` | FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... [22:16:59.557] | : . ' , ; ` | : . ' , ; ` | : Listing all futures [22:16:59.558] | : . ' , ; ` | : . ' , ; ` | : Number of registered futures: 0 [22:16:59.558] | : . ' , ; ` | : . ' , ; ` | FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... done [22:16:59.559] | : . ' , ; ` | : . ' , ; ` | Total time: 0 [22:16:59.560] | : . ' , ; ` | : . ' , ; ` Polling for a free worker ... done [22:16:59.560] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... [22:16:59.561] | : . ' , ; ` | : . ' , ; ` | Listing all futures [22:16:59.561] | : . ' , ; ` | : . ' , ; ` | Number of registered futures: 0 [22:16:59.562] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... done [22:16:59.562] | : . ' , ; ` | : . ' , ; ` avail: [n=2] '1', '2' [22:16:59.563] | : . ' , ; ` | : . ' , ; ` Index of first available worker: 1 [22:16:59.563] | : . ' , ; ` | : . ' , ; ` Validate that the worker is functional ... [22:16:59.564] | : . ' , ; ` | : . ' , ; ` | Connection is valid [22:16:59.564] | : . ' , ; ` | : . ' , ; ` | RichSOCKnode of a socket cluster on local host 'localhost' with pid 22700 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:36899') [22:16:59.566] | : . ' , ; ` | : . ' , ; ` | Worker is functional [22:16:59.566] | : . ' , ; ` | : . ' , ; ` | FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... [22:16:59.567] | : . ' , ; ` | : . ' , ; ` | : Listing all futures [22:16:59.568] | : . ' , ; ` | : . ' , ; ` | : Number of registered futures: 0 [22:16:59.568] | : . ' , ; ` | : . ' , ; ` | FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'list', earlySignal = 0) ... done [22:16:59.569] | : . ' , ; ` | : . ' , ; ` Validate that the worker is functional ... done [22:16:59.569] | : . ' , ; ` | : . ' , ; requestNode() ... done [22:16:59.570] | : . ' , ; ` | : . ' , ; cluster node index: 1 [22:16:59.570] | : . ' , ; ` | : . ' , requestWorker() ... done [22:16:59.571] | : . ' , ; ` | : . ' , eraseGlobalEnvironment() ... [22:16:59.572] | : . ' , ; ` | : . ' , eraseGlobalEnvironment() ... done [22:16:59.572] | : . ' , ; ` | : . ' , launchFuture() ... [22:16:59.573] | : . ' , ; ` | : . ' , ; cluster node index: 1 [22:16:59.573] | : . ' , ; ` | : . ' , ; getFutureData() ... [22:16:59.574] | : . ' , ; ` | : . ' , ; ` getFutureCore() ... [22:16:59.574] | : . ' , ; ` | : . ' , ; ` | Packages needed by the future expression (n = 0): [22:16:59.575] | : . ' , ; ` | : . ' , ; ` getFutureCore() ... done [22:16:59.575] | : . ' , ; ` | : . ' , ; ` getFutureCapture() ... [22:16:59.576] | : . ' , ; ` | : . ' , ; ` getFutureCapture() ... done [22:16:59.576] | : . ' , ; ` | : . ' , ; ` getFutureContext() ... [22:16:59.577] | : . ' , ; ` | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:16:59.577] | : . ' , ; ` | : . ' , ; ` | : Getting stack without first backend: [n=0] [22:16:59.578] | : . ' , ; ` | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:16:59.579] | : . ' , ; ` | : . ' , ; ` | Packages needed by future backend (n = 0): [22:16:59.579] | : . ' , ; ` | : . ' , ; ` getFutureContext() ... done [22:16:59.580] | : . ' , ; ` | : . ' , ; getFutureData() ... done [22:16:59.581] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'add', earlySignal = 0) ... [22:16:59.581] | : . ' , ; ` | : . ' , ; ` Appended future to position #1 [22:16:59.582] | : . ' , ; ` | : . ' , ; ` Number of registered futures: 1 [22:16:59.582] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'add', earlySignal = 0) ... done [22:16:59.583] | : . ' , ; ` | : . ' , launchFuture() ... done [22:16:59.583] | : . ' , ; ` | : . ' , MultisessionFuture started [22:16:59.584] | : . ' , ; ` | : . ' launchFuture() for ClusterFutureBackend ... done [22:16:59.584] | : . ' , ; ` | : . Launching futures ... done [22:16:59.585] | : . ' , ; ` | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:16:59.585] | : . ' , ; ` | : Using MultisessionFutureBackend ... done [22:16:59.586] | : . ' , ; ` | run() for 'Future' () ... done [22:16:59.586] | : . ' , ; ` getGlobalsAndPackages() ... done [22:16:59.587] | : . ' , ; ` value() for MultisessionFuture () ... [22:16:59.587] | : . ' , ; ` | result() for ClusterFuture ... [22:16:59.588] | : . ' , ; ` | : assertValidConnection() ... [22:16:59.589] | : . ' , ; ` | : . cluster node index: 1 [22:16:59.589] | : . ' , ; ` | : assertValidConnection() ... done [22:16:59.590] | : . ' , ; ` | : receiveMessageFromWorker() for ClusterFuture ... [22:16:59.591] | : . ' , ; ` | : . cluster node index: 1 [22:16:59.591] | : . ' , ; ` | : . [1] TRUE [22:16:59.592] | : . ' , ; ` | : . Received data: [22:16:59.592] | : . ' , ; ` | : . List of 5 [22:16:59.592] | : . ' , ; ` | : . $ type : chr "VALUE" [22:16:59.592] | : . ' , ; ` | : . $ value :List of 16 [22:16:59.592] | : . ' , ; ` | : . ..$ value : num 6 [22:16:59.592] | : . ' , ; ` | : . ..$ visible : logi TRUE [22:16:59.592] | : . ' , ; ` | : . ..$ stdout : chr "" [22:16:59.592] | : . ' , ; ` | : . ..$ conditions : list() [22:16:59.592] | : . ' , ; ` | : . ..$ rng : logi FALSE [22:16:59.592] | : . ' , ; ` | : . ..$ seed : NULL [22:16:59.592] | : . ' , ; ` | : . ..$ misuseGlobalEnv : NULL [22:16:59.592] | : . ' , ; ` | : . ..$ misuseConnections :List of 3 [22:16:59.592] | : . ' , ; ` | : . .. ..$ added : NULL [22:16:59.592] | : . ' , ; ` | : . .. ..$ removed : NULL [22:16:59.592] | : . ' , ; ` | : . .. ..$ replaced: NULL [22:16:59.592] | : . ' , ; ` | : . ..$ misuseDevices : NULL [22:16:59.592] | : . ' , ; ` | : . ..$ misuseDefaultDevice: list() [22:16:59.592] | : . ' , ; ` | : . ..$ started : POSIXct[1:1], format: "2026-03-13 22:16:59" [22:16:59.592] | : . ' , ; ` | : . ..$ finished : POSIXct[1:1], format: "2026-03-13 22:16:59" [22:16:59.592] | : . ' , ; ` | : . ..$ uuid : chr [1:2] "a0bf0083fef0bfb27dde341df10e6cde" "12" [22:16:59.592] | : . ' , ; ` | : . ..$ session_uuid : chr "caa14692b750deaa8c4dab3374041524" [22:16:59.592] | : . ' , ; ` | : . .. ..- attr(*, "source")=List of 5 [22:16:59.592] | : . ' , ; ` | : . .. .. ..$ host : Named chr "CRANWIN3" [22:16:59.592] | : . ' , ; ` | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:16:59.592] | : . ' , ; ` | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:16:59.592] | : . ' , ; ` | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:16:59.592] | : . ' , ; ` | : . .. .. ..$ pid : int 22700 [22:16:59.592] | : . ' , ; ` | : . .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:16:58" [22:16:59.592] | : . ' , ; ` | : . .. .. ..$ random: int 2147483647 [22:16:59.592] | : . ' , ; ` | : . ..$ r_info :List of 4 [22:16:59.592] | : . ' , ; ` | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:16:59.592] | : . ' , ; ` | : . .. .. ..$ : int [1:3] 4 6 0 [22:16:59.592] | : . ' , ; ` | : . .. ..$ os : chr "windows" [22:16:59.592] | : . ' , ; ` | : . .. ..$ os_name : chr "Windows" [22:16:59.592] | : . ' , ; ` | : . .. ..$ captures_utf8: logi TRUE [22:16:59.592] | : . ' , ; ` | : . ..$ version : chr "1.8" [22:16:59.592] | : . ' , ; ` | : . ..- attr(*, "class")= chr "FutureResult" [22:16:59.592] | : . ' , ; ` | : . $ success: logi TRUE [22:16:59.592] | : . ' , ; ` | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:16:59.592] | : . ' , ; ` | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:16:59.592] | : . ' , ; ` | : . $ tag : NULL [22:16:59.608] | : . ' , ; ` | : . Received FutureResult [22:16:59.608] | : . ' , ; ` | : . FutureResult: [22:16:59.608] | : . ' , ; ` | : . value: 'numeric' [22:16:59.608] | : . ' , ; ` | : . visible: TRUE [22:16:59.608] | : . ' , ; ` | : . stdout: character [22:16:59.608] | : . ' , ; ` | : . conditions: [n = 0] [22:16:59.608] | : . ' , ; ` | : . RNG used: FALSE [22:16:59.608] | : . ' , ; ` | : . duration: 0.00503397 secs (started 2026-03-13 22:16:59.581109) [22:16:59.608] | : . ' , ; ` | : . version: 1.8 [22:16:59.610] | : . ' , ; ` | : . FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'remove', earlySignal = 0) ... [22:16:59.610] | : . ' , ; ` | : . ' Removed future from position #1 [22:16:59.611] | : . ' , ; ` | : . ' Number of registered futures: 0 [22:16:59.611] | : . ' , ; ` | : . FutureRegistry('workers-5479a17661c6bbd8adc90db4a9f32c08', action = 'remove', earlySignal = 0) ... done [22:16:59.612] | : . ' , ; ` | : . Erased future from future backend [22:16:59.612] | : . ' , ; ` | : . result() for ClusterFuture ... [22:16:59.613] | : . ' , ; ` | : . ' result already collected: FutureResult [22:16:59.613] | : . ' , ; ` | : . result() for ClusterFuture ... done [22:16:59.614] | : . ' , ; ` | : . signalConditions() ... [22:16:59.614] | : . ' , ; ` | : . ' include = 'immediateCondition' [22:16:59.615] | : . ' , ; ` | : . ' exclude = [22:16:59.616] | : . ' , ; ` | : . ' resignal = FALSE [22:16:59.616] | : . ' , ; ` | : . ' Number of conditions: 0 [22:16:59.617] | : . ' , ; ` | : . ' int 0 [22:16:59.617] | : . ' , ; ` | : . signalConditions() ... done [22:16:59.618] | : . ' , ; ` | : receiveMessageFromWorker() for ClusterFuture ... done [22:16:59.618] | : . ' , ; ` | result() for ClusterFuture ... done [22:16:59.619] | : . ' , ; ` | result() for ClusterFuture ... [22:16:59.620] | : . ' , ; ` | : result already collected: FutureResult [22:16:59.620] | : . ' , ; ` | result() for ClusterFuture ... done [22:16:59.621] | : . ' , ; ` | signalConditions() ... [22:16:59.621] | : . ' , ; ` | : include = 'immediateCondition' [22:16:59.622] | : . ' , ; ` | : exclude = [22:16:59.622] | : . ' , ; ` | : resignal = FALSE [22:16:59.623] | : . ' , ; ` | : Number of conditions: 0 [22:16:59.623] | : . ' , ; ` | : int 0 [22:16:59.624] | : . ' , ; ` | signalConditions() ... done [22:16:59.625] | : . ' , ; ` | relay stdout ... [22:16:59.625] | : . ' , ; ` | relay stdout ... done [22:16:59.626] | : . ' , ; ` | check for misuse ... [22:16:59.626] | : . ' , ; ` | check for misuse ... done [22:16:59.627] | : . ' , ; ` 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=218] '!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_RCPP_NOT_NEEDED_', '_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_03_13_22_15_17_12234' Test time: user.self=2s, sys.self=0.2s, elapsed=3s, user.child=NAs, sys.child=NAs Test 'dotdotdot' ... success > > proc.time() user system elapsed 2.10 0.28 3.00