R Under development (unstable) (2025-07-28 r88462 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script inst/testme/test-dotdotdot.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("dotdotdot") Test 'dotdotdot' ... Sourcing 9 prologue scripts ... 01/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/001.load.R' 02/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/002.record-state.R' 03/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/030.imports.R' 04/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/050.utils.R' 05/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/090.context.R' 06/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/090.options.R' 07/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/091.envvars.R' 08/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/099.future-setup.R' 09/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/995.detrius-connections.R' Sourcing 9 prologue scripts ... done Running test script: 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/test-dotdotdot.R' > library(future) [12:32:34.392] Option 'future.startup.script': TRUE [12:32:34.394] Future startup scripts considered: '.future.R', '~/.future.R' [12:32:34.394] Future startup scripts found: > library(listenv) > for (cores in 1:availCores) { + message(sprintf("Testing with %d cores ...", cores)) + options(mc.cores = cores) + message("*** Global a ..." ... [TRUNCATED] Testing with 1 cores ... *** Global argument '...' ... - plan('sequential') ... [12:32:34.456] plan("sequential", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:34.456] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:32:34.457] | : all.equal() for FutureStrategyList ... [12:32:34.457] | : . New stack: [12:32:34.457] | : . List of 1 [12:32:34.457] | : . $ :function (..., envir = parent.frame()) [12:32:34.457] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.457] | : . ..- attr(*, "init")= logi TRUE [12:32:34.457] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.457] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.457] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.457] | : . ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [12:32:34.457] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:34.466] | : . Old stack: [12:32:34.467] | : . List of 1 [12:32:34.467] | : . $ :function (..., envir = parent.frame()) [12:32:34.467] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.467] | : . ..- attr(*, "init")= logi TRUE [12:32:34.467] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.467] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.467] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.467] | : . ..- attr(*, "call")= language plan(sequential) [12:32:34.467] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:34.471] | : . Not identical [12:32:34.472] | : . all.equal() for future ... [12:32:34.472] | : . ' List of 2 [12:32:34.472] | : . ' $ target :function (..., envir = parent.frame()) [12:32:34.472] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.472] | : . ' ..- attr(*, "init")= logi TRUE [12:32:34.472] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.472] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.472] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.472] | : . ' ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [12:32:34.472] | : . ' $ current:function (..., envir = parent.frame()) [12:32:34.472] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.472] | : . ' ..- attr(*, "init")= logi TRUE [12:32:34.472] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.472] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.472] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.472] | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:34.482] | : . all.equal() for future ... done [12:32:34.483] | : all.equal() for FutureStrategyList ... done [12:32:34.483] | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:34.483] | : List of future strategies: [12:32:34.483] | : 1. sequential: [12:32:34.483] | : - args: function (..., envir = parent.frame(), workers = "") [12:32:34.483] | : - tweaked: FALSE [12:32:34.483] | : - call: plan(sequential) [12:32:34.484] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:32:34.484] plan("sequential", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done ** Sum function 'A' with plan('sequential') ... function (x, ...) { message("Arguments '...' exists: ", exists("...", inherits = TRUE)) y %<-% { sum(x, ...) } y } Arguments '...' exists: TRUE [12:32:34.485] future(..., label = NULL) ... [12:32:34.486] | lazy: FALSE [12:32:34.486] | stdout: TRUE [12:32:34.486] | conditions: [n=1] 'condition' [12:32:34.486] | gc: FALSE [12:32:34.486] | earlySignal: FALSE [12:32:34.487] | getGlobalsAndPackages() ... [12:32:34.487] | : Searching for globals ... [12:32:34.512] | : . globals found: [4] '{', 'sum', 'x', '...' [12:32:34.512] | : Searching for globals ... done [12:32:34.513] | : Resolving globals: FALSE [12:32:34.513] | : Tweak future expression to call with '...' arguments ... [12:32:34.513] | : . { [12:32:34.513] | : . "# future::getGlobalsAndPackages(): wrapping the original future" [12:32:34.513] | : . "# expression in do.call(), because function called uses '...' " [12:32:34.513] | : . "# as a global variable " [12:32:34.513] | : . do.call(function(...) { [12:32:34.513] | : . sum(x, ...) [12:32:34.513] | : . }, args = future.call.arguments) [12:32:34.513] | : . } [12:32:34.514] | : Tweak future expression to call with '...' arguments ... done [12:32:34.514] | : Search for packages associated with the globals ... [12:32:34.515] | : . Packages associated with globals: [1] 'base' [12:32:34.516] | : . Packages: [1] 'base' [12:32:34.516] | : Search for packages associated with the globals ... done [12:32:34.520] | : Packages after dropping 'base': [0] [12:32:34.520] | : globals: [2] 'x', 'future.call.arguments' [12:32:34.521] | : packages: [0] [12:32:34.521] | getGlobalsAndPackages() ... done [12:32:34.522] | run() for 'Future' () ... [12:32:34.523] | : state: 'created' [12:32:34.524] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:34.524] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:32:34.524] | : . ' function (..., envir = parent.frame()) [12:32:34.524] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.524] | : . ' - attr(*, "init")= logi TRUE [12:32:34.524] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.524] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.524] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.524] | : . ' - attr(*, "call")= language plan(sequential) [12:32:34.528] | : . ' init: TRUE [12:32:34.529] | : . ' makeFutureBackend() ... [12:32:34.529] | : . ' , Backend function: <'NULL'> [12:32:34.529] | : . ' , Evaluator tweak arguments: [n=0] [12:32:34.530] | : . ' , list() [12:32:34.530] | : . ' , Evaluator formal arguments: [n=0] [12:32:34.530] | : . ' , list() [12:32:34.531] | : . ' , Backend factory arguments: [n=0] [12:32:34.531] | : . ' , NULL [12:32:34.532] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:32:34.532] | : . ' makeFutureBackend() ... done [12:32:34.533] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:32:34.533] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:34.533] | : Using SequentialFutureBackend ... [12:32:34.533] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:32:34.534] | : . Launching futures ... [12:32:34.534] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:34.535] | : . ' , getFutureData() ... [12:32:34.535] | : . ' , ; getFutureCore() ... [12:32:34.535] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:34.536] | : . ' , ; getFutureCore() ... done [12:32:34.536] | : . ' , ; getFutureCapture() ... [12:32:34.536] | : . ' , ; getFutureCapture() ... done [12:32:34.537] | : . ' , ; getFutureContext() ... [12:32:34.537] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:34.537] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:34.537] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:34.538] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:34.538] | : . ' , ; getFutureContext() ... done [12:32:34.538] | : . ' , getFutureData() ... done [12:32:34.543] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:34.543] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:34.544] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:34.544] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:34.545] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:34.545] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:34.545] | : . ' , ; ` | New stack: [12:32:34.546] | : . ' , ; ` | List of 1 [12:32:34.546] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:34.546] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.546] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:34.546] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.546] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.546] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.546] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:34.546] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:34.550] | : . ' , ; ` | Old stack: [12:32:34.550] | : . ' , ; ` | List of 1 [12:32:34.550] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:34.550] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.550] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:34.550] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.550] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.550] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.550] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:34.550] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:34.550] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.550] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.550] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:34.596] | : . ' , ; ` | Not identical [12:32:34.596] | : . ' , ; ` | all.equal() for future ... [12:32:34.596] | : . ' , ; ` | : List of 2 [12:32:34.596] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:34.596] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.596] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:34.596] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.596] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.596] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.596] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:34.596] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:34.596] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.596] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:34.596] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.596] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.596] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.596] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:34.596] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:34.596] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.596] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.607] | : . ' , ; ` | all.equal() for future ... done [12:32:34.607] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:34.607] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:34.608] | : . ' , ; ` List of future strategies: [12:32:34.608] | : . ' , ; ` 1. sequential: [12:32:34.608] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:34.608] | : . ' , ; ` - tweaked: FALSE [12:32:34.608] | : . ' , ; ` - call: plan(sequential) [12:32:34.608] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:34.609] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:34.609] | : . ' , assign_globals() ... [12:32:34.610] | : . ' , List of 2 [12:32:34.610] | : . ' , $ x : int [1:2] 1 2 [12:32:34.610] | : . ' , $ future.call.arguments:List of 1 [12:32:34.610] | : . ' , ..$ : num 3 [12:32:34.610] | : . ' , ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [12:32:34.610] | : . ' , - attr(*, "where")=List of 2 [12:32:34.610] | : . ' , ..$ x : [12:32:34.610] | : . ' , ..$ future.call.arguments: [12:32:34.610] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:32:34.610] | : . ' , - attr(*, "resolved")= logi FALSE [12:32:34.610] | : . ' , - attr(*, "total_size")= num NA [12:32:34.610] | : . ' , - attr(*, "already-done")= logi TRUE [12:32:34.616] | : . ' , - copied 'x' to environment [12:32:34.617] | : . ' , - copied 'future.call.arguments' to environment [12:32:34.617] | : . ' , assign_globals() ... done [12:32:34.663] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:34.664] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:34.664] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:34.664] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:34.664] | : . ' , ; ` | : New stack: [12:32:34.665] | : . ' , ; ` | : List of 1 [12:32:34.665] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:34.665] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.665] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:34.665] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.665] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.665] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.665] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:34.665] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:34.665] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.665] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.665] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:34.671] | : . ' , ; ` | : Old stack: [12:32:34.671] | : . ' , ; ` | : List of 1 [12:32:34.671] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:34.671] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.671] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:34.671] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.671] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.671] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.671] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:34.671] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:34.671] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.671] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.671] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:34.677] | : . ' , ; ` | : Identical [12:32:34.678] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:34.678] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:34.678] | : . ' , ; ` | List of future strategies: [12:32:34.678] | : . ' , ; ` | 1. sequential: [12:32:34.678] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:34.678] | : . ' , ; ` | - tweaked: FALSE [12:32:34.678] | : . ' , ; ` | - call: plan(sequential) [12:32:34.679] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:34.680] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:34.680] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:34.686] | : . ' , SequentialFuture started (and completed) [12:32:34.687] | : . ' , signalConditions() ... [12:32:34.687] | : . ' , ; include = 'immediateCondition' [12:32:34.687] | : . ' , ; exclude = [12:32:34.688] | : . ' , ; resignal = FALSE [12:32:34.688] | : . ' , ; Number of conditions: 6 [12:32:34.688] | : . ' , ; int 6 [12:32:34.689] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.690] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.690] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.690] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.691] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.691] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.691] | : . ' , signalConditions() ... done [12:32:34.692] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:34.692] | : . Launching futures ... done [12:32:34.692] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:34.693] | : Using SequentialFutureBackend ... done [12:32:34.693] | run() for 'Future' () ... done [12:32:34.693] future(..., label = NULL) ... done [12:32:34.694] value() for SequentialFuture () ... [12:32:34.695] | signalConditions() ... [12:32:34.695] | : include = 'immediateCondition' [12:32:34.695] | : exclude = [12:32:34.696] | : resignal = FALSE [12:32:34.696] | : Number of conditions: 6 [12:32:34.696] | : int 6 [12:32:34.697] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.697] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.698] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.698] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.698] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.699] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.699] | signalConditions() ... done [12:32:34.699] | relay stdout ... [12:32:34.700] | relay stdout ... done [12:32:34.700] | check for misuse ... [12:32:34.700] | check for misuse ... done [12:32:34.701] | relay conditions ... [12:32:34.701] | : Future state: 'finished' [12:32:34.701] | : signalConditions() ... [12:32:34.702] | : . include = 'condition' [12:32:34.702] | : . exclude = 'immediateCondition' [12:32:34.702] | : . resignal = TRUE [12:32:34.703] | : . Number of conditions: 6 [12:32:34.703] | : . int 6 [12:32:34.704] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.704] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:32:34.541] | : . ' , attachPackages() ... [12:32:34.705] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.705] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:32:34.541] | : . ' , ; packages: [n=1] 'future' [12:32:34.706] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.706] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:32:34.542] | : . ' , attachPackages() ... done [12:32:34.707] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.707] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:32:34.542] | : . ' , attachPackages() ... [12:32:34.707] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.708] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:32:34.542] | : . ' , ; packages: [n=0] [12:32:34.708] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.709] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:32:34.542] | : . ' , attachPackages() ... done [12:32:34.709] | : signalConditions() ... done [12:32:34.709] | relay conditions ... done [12:32:34.710] value() for SequentialFuture () ... done [1] 6 ** Sum function 'B' with plan('sequential') ... function (x, ...) { sumt <- function(x) { message("Arguments '...' exists: ", exists("...", inherits = TRUE)) y %<-% { sum(x, ...) } y } sumt(x) } Arguments '...' exists: TRUE [12:32:34.711] future(..., label = NULL) ... [12:32:34.711] | lazy: FALSE [12:32:34.712] | stdout: TRUE [12:32:34.712] | conditions: [n=1] 'condition' [12:32:34.712] | gc: FALSE [12:32:34.713] | earlySignal: FALSE [12:32:34.713] | getGlobalsAndPackages() ... [12:32:34.713] | : Searching for globals ... [12:32:34.730] | : . globals found: [4] '{', 'sum', 'x', '...' [12:32:34.730] | : Searching for globals ... done [12:32:34.731] | : Resolving globals: FALSE [12:32:34.731] | : Tweak future expression to call with '...' arguments ... [12:32:34.732] | : . { [12:32:34.732] | : . "# future::getGlobalsAndPackages(): wrapping the original future" [12:32:34.732] | : . "# expression in do.call(), because function called uses '...' " [12:32:34.732] | : . "# as a global variable " [12:32:34.732] | : . do.call(function(...) { [12:32:34.732] | : . sum(x, ...) [12:32:34.732] | : . }, args = future.call.arguments) [12:32:34.732] | : . } [12:32:34.732] | : Tweak future expression to call with '...' arguments ... done [12:32:34.733] | : Search for packages associated with the globals ... [12:32:34.733] | : . Packages associated with globals: [1] 'base' [12:32:34.734] | : . Packages: [1] 'base' [12:32:34.734] | : Search for packages associated with the globals ... done [12:32:34.735] | : Packages after dropping 'base': [0] [12:32:34.735] | : globals: [2] 'x', 'future.call.arguments' [12:32:34.735] | : packages: [0] [12:32:34.736] | getGlobalsAndPackages() ... done [12:32:34.736] | run() for 'Future' () ... [12:32:34.737] | : state: 'created' [12:32:34.737] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:34.737] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:34.738] | : Using SequentialFutureBackend ... [12:32:34.738] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:32:34.738] | : . Launching futures ... [12:32:34.739] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:34.739] | : . ' , getFutureData() ... [12:32:34.739] | : . ' , ; getFutureCore() ... [12:32:34.740] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:34.740] | : . ' , ; getFutureCore() ... done [12:32:34.740] | : . ' , ; getFutureCapture() ... [12:32:34.741] | : . ' , ; getFutureCapture() ... done [12:32:34.741] | : . ' , ; getFutureContext() ... [12:32:34.741] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:34.742] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:34.742] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:34.742] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:34.743] | : . ' , ; getFutureContext() ... done [12:32:34.743] | : . ' , getFutureData() ... done [12:32:34.747] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:34.747] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:34.748] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:34.748] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:34.749] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:34.749] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:34.749] | : . ' , ; ` | New stack: [12:32:34.750] | : . ' , ; ` | List of 1 [12:32:34.750] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:34.750] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.750] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:34.750] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.750] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.750] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.750] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:34.750] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:34.756] | : . ' , ; ` | Old stack: [12:32:34.757] | : . ' , ; ` | List of 1 [12:32:34.757] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:34.757] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.757] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:34.757] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.757] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.757] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.757] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:34.757] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:34.757] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.757] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.757] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:34.764] | : . ' , ; ` | Not identical [12:32:34.765] | : . ' , ; ` | all.equal() for future ... [12:32:34.765] | : . ' , ; ` | : List of 2 [12:32:34.765] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:34.765] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.765] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:34.765] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.765] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.765] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.765] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:34.765] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:34.765] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.765] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:34.765] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.765] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.765] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.765] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:34.765] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:34.765] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.765] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.778] | : . ' , ; ` | all.equal() for future ... done [12:32:34.779] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:34.779] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:34.779] | : . ' , ; ` List of future strategies: [12:32:34.779] | : . ' , ; ` 1. sequential: [12:32:34.779] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:34.779] | : . ' , ; ` - tweaked: FALSE [12:32:34.779] | : . ' , ; ` - call: plan(sequential) [12:32:34.780] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:34.781] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:34.781] | : . ' , assign_globals() ... [12:32:34.781] | : . ' , List of 2 [12:32:34.781] | : . ' , $ x : int [1:2] 1 2 [12:32:34.781] | : . ' , $ future.call.arguments:List of 1 [12:32:34.781] | : . ' , ..$ : num 3 [12:32:34.781] | : . ' , ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [12:32:34.781] | : . ' , - attr(*, "where")=List of 2 [12:32:34.781] | : . ' , ..$ x : [12:32:34.781] | : . ' , ..$ future.call.arguments: [12:32:34.781] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:32:34.781] | : . ' , - attr(*, "resolved")= logi FALSE [12:32:34.781] | : . ' , - attr(*, "total_size")= num NA [12:32:34.781] | : . ' , - attr(*, "already-done")= logi TRUE [12:32:34.789] | : . ' , - copied 'x' to environment [12:32:34.790] | : . ' , - copied 'future.call.arguments' to environment [12:32:34.790] | : . ' , assign_globals() ... done [12:32:34.794] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:34.795] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:34.795] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:34.796] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:34.796] | : . ' , ; ` | : New stack: [12:32:34.796] | : . ' , ; ` | : List of 1 [12:32:34.796] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:34.796] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.796] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:34.796] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.796] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.796] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.796] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:34.796] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:34.796] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.796] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.796] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:34.805] | : . ' , ; ` | : Old stack: [12:32:34.805] | : . ' , ; ` | : List of 1 [12:32:34.805] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:34.805] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.805] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:34.805] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.805] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.805] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.805] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:34.805] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:34.805] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.805] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.805] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:34.813] | : . ' , ; ` | : Identical [12:32:34.813] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:34.814] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:34.814] | : . ' , ; ` | List of future strategies: [12:32:34.814] | : . ' , ; ` | 1. sequential: [12:32:34.814] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:34.814] | : . ' , ; ` | - tweaked: FALSE [12:32:34.814] | : . ' , ; ` | - call: plan(sequential) [12:32:34.815] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:34.816] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:34.816] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:34.817] | : . ' , SequentialFuture started (and completed) [12:32:34.817] | : . ' , signalConditions() ... [12:32:34.817] | : . ' , ; include = 'immediateCondition' [12:32:34.818] | : . ' , ; exclude = [12:32:34.818] | : . ' , ; resignal = FALSE [12:32:34.818] | : . ' , ; Number of conditions: 6 [12:32:34.819] | : . ' , ; int 6 [12:32:34.819] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.820] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.820] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.820] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.821] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.821] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.821] | : . ' , signalConditions() ... done [12:32:34.822] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:34.822] | : . Launching futures ... done [12:32:34.822] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:34.823] | : Using SequentialFutureBackend ... done [12:32:34.823] | run() for 'Future' () ... done [12:32:34.823] future(..., label = NULL) ... done [12:32:34.824] value() for SequentialFuture () ... [12:32:34.824] | signalConditions() ... [12:32:34.824] | : include = 'immediateCondition' [12:32:34.825] | : exclude = [12:32:34.825] | : resignal = FALSE [12:32:34.825] | : Number of conditions: 6 [12:32:34.826] | : int 6 [12:32:34.827] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.827] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.828] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.828] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.828] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.829] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.829] | signalConditions() ... done [12:32:34.829] | relay stdout ... [12:32:34.830] | relay stdout ... done [12:32:34.830] | check for misuse ... [12:32:34.830] | check for misuse ... done [12:32:34.831] | relay conditions ... [12:32:34.831] | : Future state: 'finished' [12:32:34.831] | : signalConditions() ... [12:32:34.832] | : . include = 'condition' [12:32:34.832] | : . exclude = 'immediateCondition' [12:32:34.832] | : . resignal = TRUE [12:32:34.832] | : . Number of conditions: 6 [12:32:34.833] | : . int 6 [12:32:34.834] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.834] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:32:34.744] | : . ' , attachPackages() ... [12:32:34.834] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.835] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:32:34.744] | : . ' , ; packages: [n=1] 'future' [12:32:34.835] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.835] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:32:34.745] | : . ' , attachPackages() ... done [12:32:34.836] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.836] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:32:34.745] | : . ' , attachPackages() ... [12:32:34.836] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.836] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:32:34.745] | : . ' , ; packages: [n=0] [12:32:34.837] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.837] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:32:34.746] | : . ' , attachPackages() ... done [12:32:34.838] | : signalConditions() ... done [12:32:34.838] | relay conditions ... done [12:32:34.838] value() for SequentialFuture () ... done [1] 6 ** Sum function 'C' with plan('sequential') ... function (x, y) { message("Arguments '...' exists: ", exists("...", inherits = TRUE)) y %<-% { sum(x, y) } y } Arguments '...' exists: FALSE [12:32:34.839] future(..., label = NULL) ... [12:32:34.839] | lazy: FALSE [12:32:34.840] | stdout: TRUE [12:32:34.840] | conditions: [n=1] 'condition' [12:32:34.840] | gc: FALSE [12:32:34.841] | earlySignal: FALSE [12:32:34.841] | getGlobalsAndPackages() ... [12:32:34.841] | : Searching for globals ... [12:32:34.856] | : . globals found: [4] '{', 'sum', 'x', 'y' [12:32:34.857] | : Searching for globals ... done [12:32:34.857] | : Resolving globals: FALSE [12:32:34.857] | : Search for packages associated with the globals ... [12:32:34.858] | : . Packages associated with globals: [1] 'base' [12:32:34.858] | : . Packages: [1] 'base' [12:32:34.859] | : Search for packages associated with the globals ... done [12:32:34.859] | : Packages after dropping 'base': [0] [12:32:34.859] | : globals: [2] 'x', 'y' [12:32:34.859] | : packages: [0] [12:32:34.859] | getGlobalsAndPackages() ... done [12:32:34.860] | run() for 'Future' () ... [12:32:34.860] | : state: 'created' [12:32:34.860] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:34.860] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:34.861] | : Using SequentialFutureBackend ... [12:32:34.861] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:32:34.861] | : . Launching futures ... [12:32:34.861] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:34.862] | : . ' , getFutureData() ... [12:32:34.862] | : . ' , ; getFutureCore() ... [12:32:34.862] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:34.862] | : . ' , ; getFutureCore() ... done [12:32:34.863] | : . ' , ; getFutureCapture() ... [12:32:34.863] | : . ' , ; getFutureCapture() ... done [12:32:34.863] | : . ' , ; getFutureContext() ... [12:32:34.864] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:34.864] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:34.864] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:34.864] | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:34.865] | : . ' , ; getFutureContext() ... done [12:32:34.865] | : . ' , getFutureData() ... done [12:32:34.868] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:34.868] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:34.869] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:34.869] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:34.870] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:34.870] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:32:34.870] | : . ' , ; ` | New stack: [12:32:34.871] | : . ' , ; ` | List of 1 [12:32:34.871] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:34.871] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.871] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:32:34.871] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.871] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.871] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.871] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:34.871] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:34.876] | : . ' , ; ` | Old stack: [12:32:34.876] | : . ' , ; ` | List of 1 [12:32:34.876] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:32:34.876] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.876] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:32:34.876] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.876] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.876] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.876] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:32:34.876] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:34.876] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.876] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.876] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:34.883] | : . ' , ; ` | Not identical [12:32:34.883] | : . ' , ; ` | all.equal() for future ... [12:32:34.883] | : . ' , ; ` | : List of 2 [12:32:34.883] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:32:34.883] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.883] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:34.883] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.883] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.883] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.883] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:34.883] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:32:34.883] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.883] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:34.883] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.883] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.883] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.883] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:34.883] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:34.883] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.883] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.895] | : . ' , ; ` | all.equal() for future ... done [12:32:34.895] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:32:34.895] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:34.896] | : . ' , ; ` List of future strategies: [12:32:34.896] | : . ' , ; ` 1. sequential: [12:32:34.896] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:32:34.896] | : . ' , ; ` - tweaked: FALSE [12:32:34.896] | : . ' , ; ` - call: plan(sequential) [12:32:34.897] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:34.897] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:34.897] | : . ' , assign_globals() ... [12:32:34.898] | : . ' , List of 2 [12:32:34.898] | : . ' , $ x: int [1:2] 1 2 [12:32:34.898] | : . ' , $ y: num 3 [12:32:34.898] | : . ' , - attr(*, "where")=List of 2 [12:32:34.898] | : . ' , ..$ x: [12:32:34.898] | : . ' , ..$ y: [12:32:34.898] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:32:34.898] | : . ' , - attr(*, "resolved")= logi FALSE [12:32:34.898] | : . ' , - attr(*, "total_size")= num NA [12:32:34.898] | : . ' , - attr(*, "already-done")= logi TRUE [12:32:34.904] | : . ' , - copied 'x' to environment [12:32:34.904] | : . ' , - copied 'y' to environment [12:32:34.905] | : . ' , assign_globals() ... done [12:32:34.909] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:34.909] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:34.909] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:34.910] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:34.910] | : . ' , ; ` | : New stack: [12:32:34.910] | : . ' , ; ` | : List of 1 [12:32:34.910] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:34.910] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.910] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:34.910] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.910] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.910] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.910] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:34.910] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:34.910] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.910] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.910] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:34.918] | : . ' , ; ` | : Old stack: [12:32:34.919] | : . ' , ; ` | : List of 1 [12:32:34.919] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:34.919] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.919] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:34.919] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.919] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.919] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.919] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:34.919] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:34.919] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.919] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.919] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:34.926] | : . ' , ; ` | : Identical [12:32:34.927] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:34.927] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:34.927] | : . ' , ; ` | List of future strategies: [12:32:34.927] | : . ' , ; ` | 1. sequential: [12:32:34.927] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:34.927] | : . ' , ; ` | - tweaked: FALSE [12:32:34.927] | : . ' , ; ` | - call: plan(sequential) [12:32:34.928] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:34.928] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:34.929] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:34.930] | : . ' , SequentialFuture started (and completed) [12:32:34.930] | : . ' , signalConditions() ... [12:32:34.930] | : . ' , ; include = 'immediateCondition' [12:32:34.930] | : . ' , ; exclude = [12:32:34.931] | : . ' , ; resignal = FALSE [12:32:34.931] | : . ' , ; Number of conditions: 6 [12:32:34.931] | : . ' , ; int 6 [12:32:34.932] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.932] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.933] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.933] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.933] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.934] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.934] | : . ' , signalConditions() ... done [12:32:34.934] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:34.935] | : . Launching futures ... done [12:32:34.935] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:34.935] | : Using SequentialFutureBackend ... done [12:32:34.935] | run() for 'Future' () ... done [12:32:34.936] future(..., label = NULL) ... done [12:32:34.936] value() for SequentialFuture () ... [12:32:34.936] | signalConditions() ... [12:32:34.937] | : include = 'immediateCondition' [12:32:34.937] | : exclude = [12:32:34.937] | : resignal = FALSE [12:32:34.938] | : Number of conditions: 6 [12:32:34.938] | : int 6 [12:32:34.939] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.939] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.939] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.940] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.940] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.940] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.941] | signalConditions() ... done [12:32:34.941] | relay stdout ... [12:32:34.941] | relay stdout ... done [12:32:34.941] | check for misuse ... [12:32:34.942] | check for misuse ... done [12:32:34.942] | relay conditions ... [12:32:34.942] | : Future state: 'finished' [12:32:34.943] | : signalConditions() ... [12:32:34.943] | : . include = 'condition' [12:32:34.943] | : . exclude = 'immediateCondition' [12:32:34.943] | : . resignal = TRUE [12:32:34.944] | : . Number of conditions: 6 [12:32:34.944] | : . int 6 [12:32:34.945] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.945] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:32:34.866] | : . ' , attachPackages() ... [12:32:34.945] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.946] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:32:34.866] | : . ' , ; packages: [n=1] 'future' [12:32:34.946] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.946] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:32:34.866] | : . ' , attachPackages() ... done [12:32:34.947] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.947] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:32:34.867] | : . ' , attachPackages() ... [12:32:34.947] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.948] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:32:34.867] | : . ' , ; packages: [n=0] [12:32:34.948] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:34.948] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:32:34.867] | : . ' , attachPackages() ... done [12:32:34.949] | : signalConditions() ... done [12:32:34.949] | relay conditions ... done [12:32:34.949] value() for SequentialFuture () ... done [1] 6 ** Sum function 'D' with plan('sequential') ... function (x, y) { message("Arguments '...' exists: ", exists("...", inherits = TRUE)) y %<-% { sum(x, y, ...) } y } Arguments '...' exists: FALSE [12:32:34.951] future(..., label = NULL) ... [12:32:34.951] | lazy: FALSE [12:32:34.951] | stdout: TRUE [12:32:34.951] | conditions: [n=1] 'condition' [12:32:34.952] | gc: FALSE [12:32:34.952] | earlySignal: FALSE [12:32:34.952] | getGlobalsAndPackages() ... [12:32:34.952] | : Searching for globals ... [12:32:34.967] | : . globals found: [5] '{', 'sum', 'x', 'y', '...' [12:32:34.968] | : Searching for globals ... done [12:32:34.968] | : Resolving globals: FALSE [12:32:34.968] | : Tweak future expression to call with '...' arguments ... [12:32:34.969] | : . Search for packages associated with the globals ... [12:32:34.969] | : . ' Packages associated with globals: [1] 'base' [12:32:34.970] | : . ' Packages: [1] 'base' [12:32:34.970] | : . Search for packages associated with the globals ... done [12:32:34.970] | : . Packages after dropping 'base': [0] [12:32:34.971] | : . globals: [2] 'x', 'y' [12:32:34.971] | : . packages: [0] [12:32:34.971] | : Tweak future expression to call with '...' arguments ... done [12:32:34.972] | : run() for 'Future' () ... [12:32:34.972] | : . state: 'created' [12:32:34.973] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:34.973] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:34.973] | : . Using SequentialFutureBackend ... [12:32:34.973] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [12:32:34.974] | : . ' Launching futures ... [12:32:34.974] | : . ' , launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:34.974] | : . ' , ; getFutureData() ... [12:32:34.975] | : . ' , ; ` getFutureCore() ... [12:32:34.975] | : . ' , ; ` | Packages needed by the future expression (n = 0): [12:32:34.975] | : . ' , ; ` getFutureCore() ... done [12:32:34.976] | : . ' , ; ` getFutureCapture() ... [12:32:34.976] | : . ' , ; ` getFutureCapture() ... done [12:32:34.976] | : . ' , ; ` getFutureContext() ... [12:32:34.977] | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:34.977] | : . ' , ; ` | : Getting stack without first backend: [n=0] [12:32:34.977] | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:34.977] | : . ' , ; ` | Packages needed by future backend (n = 0): [12:32:34.978] | : . ' , ; ` getFutureContext() ... done [12:32:34.978] | : . ' , ; getFutureData() ... done [12:32:34.981] | : . ' , ; plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:34.982] | : . ' , ; ` Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:34.982] | : . ' , ; plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:34.983] | : . ' , ; plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:34.983] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:34.983] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:32:34.984] | : . ' , ; ` | : New stack: [12:32:34.984] | : . ' , ; ` | : List of 1 [12:32:34.984] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:34.984] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.984] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:32:34.984] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.984] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.984] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.984] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:34.984] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:34.989] | : . ' , ; ` | : Old stack: [12:32:34.990] | : . ' , ; ` | : List of 1 [12:32:34.990] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:32:34.990] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.990] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:32:34.990] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.990] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.990] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.990] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:32:34.990] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:34.990] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.990] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.990] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:34.996] | : . ' , ; ` | : Not identical [12:32:34.997] | : . ' , ; ` | : all.equal() for future ... [12:32:34.997] | : . ' , ; ` | : . List of 2 [12:32:34.997] | : . ' , ; ` | : . $ target :function (..., envir = parent.frame()) [12:32:34.997] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.997] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [12:32:34.997] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.997] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.997] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.997] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:34.997] | : . ' , ; ` | : . $ current:function (..., envir = parent.frame()) [12:32:34.997] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:34.997] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [12:32:34.997] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.997] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.997] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:34.997] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [12:32:34.997] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:34.997] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:34.997] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.013] | : . ' , ; ` | : all.equal() for future ... done [12:32:35.013] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:32:35.014] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:35.014] | : . ' , ; ` | List of future strategies: [12:32:35.014] | : . ' , ; ` | 1. sequential: [12:32:35.014] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:32:35.014] | : . ' , ; ` | - tweaked: FALSE [12:32:35.014] | : . ' , ; ` | - call: plan(sequential) [12:32:35.015] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:35.015] | : . ' , ; plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:35.016] | : . ' , ; assign_globals() ... [12:32:35.016] | : . ' , ; List of 2 [12:32:35.016] | : . ' , ; $ x: int [1:2] 1 2 [12:32:35.016] | : . ' , ; $ y: num 3 [12:32:35.016] | : . ' , ; - attr(*, "where")=List of 2 [12:32:35.016] | : . ' , ; ..$ x: [12:32:35.016] | : . ' , ; ..$ y: [12:32:35.016] | : . ' , ; - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:32:35.016] | : . ' , ; - attr(*, "resolved")= logi FALSE [12:32:35.016] | : . ' , ; - attr(*, "total_size")= num NA [12:32:35.016] | : . ' , ; - attr(*, "already-done")= logi TRUE [12:32:35.021] | : . ' , ; - copied 'x' to environment [12:32:35.022] | : . ' , ; - copied 'y' to environment [12:32:35.022] | : . ' , ; assign_globals() ... done [12:32:35.027] | : . ' , ; plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:35.027] | : . ' , ; ` plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:35.027] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:35.028] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [12:32:35.028] | : . ' , ; ` | : . New stack: [12:32:35.028] | : . ' , ; ` | : . List of 1 [12:32:35.028] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [12:32:35.028] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:35.028] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [12:32:35.028] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.028] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.028] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.028] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [12:32:35.028] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:35.028] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.028] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.028] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:35.035] | : . ' , ; ` | : . Old stack: [12:32:35.035] | : . ' , ; ` | : . List of 1 [12:32:35.035] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [12:32:35.035] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:35.035] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [12:32:35.035] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.035] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.035] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.035] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [12:32:35.035] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:35.035] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.035] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.035] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:35.042] | : . ' , ; ` | : . Identical [12:32:35.042] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [12:32:35.042] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:35.043] | : . ' , ; ` | : List of future strategies: [12:32:35.043] | : . ' , ; ` | : 1. sequential: [12:32:35.043] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [12:32:35.043] | : . ' , ; ` | : - tweaked: FALSE [12:32:35.043] | : . ' , ; ` | : - call: plan(sequential) [12:32:35.044] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:35.044] | : . ' , ; ` plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:35.044] | : . ' , ; plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:35.045] | : . ' , ; SequentialFuture started (and completed) [12:32:35.046] | : . ' , ; signalConditions() ... [12:32:35.046] | : . ' , ; ` include = 'immediateCondition' [12:32:35.046] | : . ' , ; ` exclude = [12:32:35.047] | : . ' , ; ` resignal = FALSE [12:32:35.047] | : . ' , ; ` Number of conditions: 7 [12:32:35.047] | : . ' , ; ` int 7 [12:32:35.048] | : . ' , ; ` Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.048] | : . ' , ; ` Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.049] | : . ' , ; ` Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.049] | : . ' , ; ` Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.049] | : . ' , ; ` Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.049] | : . ' , ; ` Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.050] | : . ' , ; ` Condition #7 (class: 'simpleError', 'error', 'condition'): [12:32:35.050] | : . ' , ; signalConditions() ... done [12:32:35.050] | : . ' , launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:35.051] | : . ' Launching futures ... done [12:32:35.051] | : . ' Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:35.051] | : . Using SequentialFutureBackend ... done [12:32:35.052] | : run() for 'Future' () ... done [12:32:35.052] | getGlobalsAndPackages() ... done [12:32:35.052] | value() for SequentialFuture () ... [12:32:35.053] | : signalConditions() ... [12:32:35.053] | : . include = 'immediateCondition' [12:32:35.053] | : . exclude = [12:32:35.053] | : . resignal = FALSE [12:32:35.054] | : . Number of conditions: 7 [12:32:35.054] | : . int 7 [12:32:35.055] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.055] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.055] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.056] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.056] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.056] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.057] | : . Condition #7 (class: 'simpleError', 'error', 'condition'): [12:32:35.057] | : signalConditions() ... done [12:32:35.057] | : relay stdout ... [12:32:35.057] | : relay stdout ... done [12:32:35.058] | : check for misuse ... [12:32:35.058] | : check for misuse ... done [12:32:35.058] | : relay conditions ... [12:32:35.059] | : . Future state: 'finished' [12:32:35.059] | : . signalConditions() ... [12:32:35.059] | : . ' include = 'condition' [12:32:35.059] | : . ' exclude = 'immediateCondition' [12:32:35.060] | : . ' resignal = TRUE [12:32:35.060] | : . ' Number of conditions: 7 [12:32:35.060] | : . ' int 7 [12:32:35.061] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.061] | : . ' Condition #1: 'simpleMessage', 'message', 'condition' [12:32:34.979] | : . ' , ; attachPackages() ... [12:32:35.062] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.062] | : . ' Condition #2: 'simpleMessage', 'message', 'condition' [12:32:34.979] | : . ' , ; ` packages: [n=1] 'future' [12:32:35.062] | : . ' Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.063] | : . ' Condition #3: 'simpleMessage', 'message', 'condition' [12:32:34.979] | : . ' , ; attachPackages() ... done [12:32:35.063] | : . ' Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.063] | : . ' Condition #4: 'simpleMessage', 'message', 'condition' [12:32:34.980] | : . ' , ; attachPackages() ... [12:32:35.064] | : . ' Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.064] | : . ' Condition #5: 'simpleMessage', 'message', 'condition' [12:32:34.980] | : . ' , ; ` packages: [n=0] [12:32:35.064] | : . ' Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.065] | : . ' Condition #6: 'simpleMessage', 'message', 'condition' [12:32:34.980] | : . ' , ; attachPackages() ... done [12:32:35.065] | : . ' Condition #7 (class: 'simpleError', 'error', 'condition'): [12:32:35.065] | : . ' Condition #7: 'simpleError', 'error', 'condition' [12:32:35.066] | : . signalConditions() ... done [12:32:35.066] | : relay conditions ... done Error in eval(quote({ : '...' used in an incorrect context [1] "Error in eval(quote({ : '...' used in an incorrect context\n" attr(,"class") [1] "try-error" attr(,"condition") ** Sum function 'E' with plan('sequential') ... function (...) { message("Arguments '...' exists: ", exists("...", inherits = TRUE)) globals <- globals::globalsByName("...", envir = environment()) f <- future({ fcn <- function() sum(...) fcn() }, envir = parent.frame(), globals = globals) y <- value(f) y } Arguments '...' exists: TRUE [12:32:35.069] | : future(..., label = NULL) ... [12:32:35.069] | : . lazy: FALSE [12:32:35.069] | : . stdout: TRUE [12:32:35.070] | : . conditions: [n=1] 'condition' [12:32:35.070] | : . gc: FALSE [12:32:35.070] | : . earlySignal: FALSE [12:32:35.071] | : . getGlobalsAndPackages() ... [12:32:35.071] | : . ' globals passed as-is: [1] '...' [12:32:35.071] | : . ' Resolving globals: FALSE [12:32:35.072] | : . ' Tweak future expression to call with '...' arguments ... [12:32:35.072] | : . ' , { [12:32:35.072] | : . ' , "# future::getGlobalsAndPackages(): wrapping the original future" [12:32:35.072] | : . ' , "# expression in do.call(), because function called uses '...' " [12:32:35.072] | : . ' , "# as a global variable " [12:32:35.072] | : . ' , do.call(function(...) { [12:32:35.072] | : . ' , fcn <- function() sum(...) [12:32:35.072] | : . ' , fcn() [12:32:35.072] | : . ' , }, args = future.call.arguments) [12:32:35.072] | : . ' , } [12:32:35.073] | : . ' Tweak future expression to call with '...' arguments ... done [12:32:35.073] | : . ' Search for packages associated with the globals ... [12:32:35.074] | : . ' , Packages associated with globals: [0] [12:32:35.074] | : . ' , Packages: [0] [12:32:35.074] | : . ' Search for packages associated with the globals ... done [12:32:35.075] | : . ' Packages after dropping 'base': [0] [12:32:35.075] | : . ' globals: [1] 'future.call.arguments' [12:32:35.075] | : . ' packages: [0] [12:32:35.076] | : . getGlobalsAndPackages() ... done [12:32:35.076] | : . run() for 'Future' () ... [12:32:35.077] | : . ' state: 'created' [12:32:35.077] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:35.077] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:35.078] | : . ' Using SequentialFutureBackend ... [12:32:35.078] | : . ' , Number of futures since start: 4 (4 created, 4 launched, 4 finished) [12:32:35.078] | : . ' , Launching futures ... [12:32:35.079] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:35.079] | : . ' , ; ` getFutureData() ... [12:32:35.079] | : . ' , ; ` | getFutureCore() ... [12:32:35.080] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:32:35.080] | : . ' , ; ` | getFutureCore() ... done [12:32:35.080] | : . ' , ; ` | getFutureCapture() ... [12:32:35.081] | : . ' , ; ` | getFutureCapture() ... done [12:32:35.081] | : . ' , ; ` | getFutureContext() ... [12:32:35.081] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:35.082] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:32:35.082] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:35.082] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:32:35.083] | : . ' , ; ` | getFutureContext() ... done [12:32:35.083] | : . ' , ; ` getFutureData() ... done [12:32:35.086] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:35.087] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:35.087] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:35.088] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:35.088] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:35.088] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [12:32:35.089] | : . ' , ; ` | : . New stack: [12:32:35.089] | : . ' , ; ` | : . List of 1 [12:32:35.089] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [12:32:35.089] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:35.089] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [12:32:35.089] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.089] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.089] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.089] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:35.089] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:35.095] | : . ' , ; ` | : . Old stack: [12:32:35.095] | : . ' , ; ` | : . List of 1 [12:32:35.095] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [12:32:35.095] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:35.095] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [12:32:35.095] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.095] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.095] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.095] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [12:32:35.095] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:35.095] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.095] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.095] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:35.101] | : . ' , ; ` | : . Not identical [12:32:35.101] | : . ' , ; ` | : . all.equal() for future ... [12:32:35.101] | : . ' , ; ` | : . ' List of 2 [12:32:35.101] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [12:32:35.101] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:35.101] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [12:32:35.101] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.101] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.101] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.101] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:35.101] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [12:32:35.101] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:35.101] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:32:35.101] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.101] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.101] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.101] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:35.101] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:35.101] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.101] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.110] | : . ' , ; ` | : . all.equal() for future ... done [12:32:35.110] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [12:32:35.111] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:35.111] | : . ' , ; ` | : List of future strategies: [12:32:35.111] | : . ' , ; ` | : 1. sequential: [12:32:35.111] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [12:32:35.111] | : . ' , ; ` | : - tweaked: FALSE [12:32:35.111] | : . ' , ; ` | : - call: plan(sequential) [12:32:35.112] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:35.112] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:35.112] | : . ' , ; ` assign_globals() ... [12:32:35.113] | : . ' , ; ` List of 1 [12:32:35.113] | : . ' , ; ` $ future.call.arguments:List of 2 [12:32:35.113] | : . ' , ; ` ..$ : int [1:2] 1 2 [12:32:35.113] | : . ' , ; ` ..$ : num 3 [12:32:35.113] | : . ' , ; ` ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [12:32:35.113] | : . ' , ; ` - attr(*, "where")=List of 1 [12:32:35.113] | : . ' , ; ` ..$ future.call.arguments: [12:32:35.113] | : . ' , ; ` - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:32:35.113] | : . ' , ; ` - attr(*, "resolved")= logi FALSE [12:32:35.113] | : . ' , ; ` - attr(*, "total_size")= num NA [12:32:35.113] | : . ' , ; ` - attr(*, "already-done")= logi TRUE [12:32:35.119] | : . ' , ; ` - copied 'future.call.arguments' to environment [12:32:35.119] | : . ' , ; ` assign_globals() ... done [12:32:35.123] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:35.123] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:35.124] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:35.124] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [12:32:35.124] | : . ' , ; ` | : . ' New stack: [12:32:35.124] | : . ' , ; ` | : . ' List of 1 [12:32:35.124] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [12:32:35.124] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:35.124] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:32:35.124] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.124] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.124] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.124] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:35.124] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:35.124] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.124] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.124] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:35.130] | : . ' , ; ` | : . ' Old stack: [12:32:35.131] | : . ' , ; ` | : . ' List of 1 [12:32:35.131] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [12:32:35.131] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:35.131] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:32:35.131] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.131] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.131] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.131] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:35.131] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:35.131] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.131] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.131] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:35.137] | : . ' , ; ` | : . ' Identical [12:32:35.137] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [12:32:35.138] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:35.138] | : . ' , ; ` | : . List of future strategies: [12:32:35.138] | : . ' , ; ` | : . 1. sequential: [12:32:35.138] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [12:32:35.138] | : . ' , ; ` | : . - tweaked: FALSE [12:32:35.138] | : . ' , ; ` | : . - call: plan(sequential) [12:32:35.138] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:35.139] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:35.139] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:35.139] | : . ' , ; ` SequentialFuture started (and completed) [12:32:35.140] | : . ' , ; ` signalConditions() ... [12:32:35.140] | : . ' , ; ` | include = 'immediateCondition' [12:32:35.140] | : . ' , ; ` | exclude = [12:32:35.140] | : . ' , ; ` | resignal = FALSE [12:32:35.140] | : . ' , ; ` | Number of conditions: 6 [12:32:35.141] | : . ' , ; ` | int 6 [12:32:35.141] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.141] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.142] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.142] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.142] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.142] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.142] | : . ' , ; ` signalConditions() ... done [12:32:35.142] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:35.143] | : . ' , Launching futures ... done [12:32:35.143] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:35.143] | : . ' Using SequentialFutureBackend ... done [12:32:35.143] | : . run() for 'Future' () ... done [12:32:35.143] | : future(..., label = NULL) ... done [12:32:35.144] | : value() for SequentialFuture () ... [12:32:35.144] | : . signalConditions() ... [12:32:35.144] | : . ' include = 'immediateCondition' [12:32:35.144] | : . ' exclude = [12:32:35.144] | : . ' resignal = FALSE [12:32:35.144] | : . ' Number of conditions: 6 [12:32:35.145] | : . ' int 6 [12:32:35.145] | : . ' Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.145] | : . ' Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.146] | : . ' Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.146] | : . ' Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.146] | : . ' Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.146] | : . ' Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.147] | : . signalConditions() ... done [12:32:35.147] | : . relay stdout ... [12:32:35.147] | : . relay stdout ... done [12:32:35.147] | : . check for misuse ... [12:32:35.148] | : . check for misuse ... done [12:32:35.148] | : . relay conditions ... [12:32:35.148] | : . ' Future state: 'finished' [12:32:35.148] | : . ' signalConditions() ... [12:32:35.149] | : . ' , include = 'condition' [12:32:35.149] | : . ' , exclude = 'immediateCondition' [12:32:35.149] | : . ' , resignal = TRUE [12:32:35.149] | : . ' , Number of conditions: 6 [12:32:35.149] | : . ' , int 6 [12:32:35.150] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.150] | : . ' , Condition #1: 'simpleMessage', 'message', 'condition' [12:32:35.083] | : . ' , ; ` attachPackages() ... [12:32:35.150] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.151] | : . ' , Condition #2: 'simpleMessage', 'message', 'condition' [12:32:35.084] | : . ' , ; ` | packages: [n=1] 'future' [12:32:35.151] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.151] | : . ' , Condition #3: 'simpleMessage', 'message', 'condition' [12:32:35.084] | : . ' , ; ` attachPackages() ... done [12:32:35.151] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.151] | : . ' , Condition #4: 'simpleMessage', 'message', 'condition' [12:32:35.085] | : . ' , ; ` attachPackages() ... [12:32:35.152] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.152] | : . ' , Condition #5: 'simpleMessage', 'message', 'condition' [12:32:35.085] | : . ' , ; ` | packages: [n=0] [12:32:35.152] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.152] | : . ' , Condition #6: 'simpleMessage', 'message', 'condition' [12:32:35.085] | : . ' , ; ` attachPackages() ... done [12:32:35.153] | : . ' signalConditions() ... done [12:32:35.153] | : . relay conditions ... done [12:32:35.153] | : value() for SequentialFuture () ... done [1] 6 ** Sum function 'F' with plan('sequential') ... function (x, y) { message("Using '...' in a formula") fcn <- function(x, y) { z = ~list(...) sum(x, y) } f <- future(fcn(x, y)) y <- value(f) y } Using '...' in a formula [12:32:35.153] | : future(..., label = NULL) ... [12:32:35.154] | : . lazy: FALSE [12:32:35.154] | : . stdout: TRUE [12:32:35.154] | : . conditions: [n=1] 'condition' [12:32:35.154] | : . gc: FALSE [12:32:35.154] | : . earlySignal: FALSE [12:32:35.154] | : . getGlobalsAndPackages() ... [12:32:35.155] | : . ' Searching for globals ... [12:32:35.181] | : . ' , globals found: [9] 'fcn', 'x', 'y', '{', '=', '~', 'list', '...', 'sum' [12:32:35.182] | : . ' Searching for globals ... done [12:32:35.182] | : . ' Resolving globals: FALSE [12:32:35.182] | : . ' Tweak future expression to call with '...' arguments ... [12:32:35.183] | : . ' , Search for packages associated with the globals ... [12:32:35.183] | : . ' , ; Packages associated with globals: [1] 'base' [12:32:35.184] | : . ' , ; Packages: [1] 'base' [12:32:35.184] | : . ' , Search for packages associated with the globals ... done [12:32:35.185] | : . ' , Packages after dropping 'base': [0] [12:32:35.185] | : . ' , globals: [3] 'fcn', 'x', 'y' [12:32:35.185] | : . ' , packages: [0] [12:32:35.186] | : . ' Tweak future expression to call with '...' arguments ... done [12:32:35.186] | : . ' run() for 'Future' () ... [12:32:35.187] | : . ' , state: 'created' [12:32:35.187] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:35.187] | : . ' , plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:35.188] | : . ' , Using SequentialFutureBackend ... [12:32:35.188] | : . ' , ; Number of futures since start: 5 (5 created, 5 launched, 5 finished) [12:32:35.188] | : . ' , ; Launching futures ... [12:32:35.189] | : . ' , ; ` launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:32:35.189] | : . ' , ; ` | getFutureData() ... [12:32:35.189] | : . ' , ; ` | : getFutureCore() ... [12:32:35.189] | : . ' , ; ` | : . Packages needed by the future expression (n = 0): [12:32:35.190] | : . ' , ; ` | : getFutureCore() ... done [12:32:35.190] | : . ' , ; ` | : getFutureCapture() ... [12:32:35.190] | : . ' , ; ` | : getFutureCapture() ... done [12:32:35.191] | : . ' , ; ` | : getFutureContext() ... [12:32:35.191] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:35.191] | : . ' , ; ` | : . ' Getting stack without first backend: [n=0] [12:32:35.192] | : . ' , ; ` | : . plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:35.192] | : . ' , ; ` | : . Packages needed by future backend (n = 0): [12:32:35.192] | : . ' , ; ` | : getFutureContext() ... done [12:32:35.193] | : . ' , ; ` | getFutureData() ... done [12:32:35.196] | : . ' , ; ` | plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:35.196] | : . ' , ; ` | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:32:35.197] | : . ' , ; ` | plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:35.197] | : . ' , ; ` | plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:35.198] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:35.198] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [12:32:35.198] | : . ' , ; ` | : . ' New stack: [12:32:35.199] | : . ' , ; ` | : . ' List of 1 [12:32:35.199] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [12:32:35.199] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:35.199] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [12:32:35.199] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.199] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.199] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.199] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:35.199] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:35.204] | : . ' , ; ` | : . ' Old stack: [12:32:35.205] | : . ' , ; ` | : . ' List of 1 [12:32:35.205] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [12:32:35.205] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:35.205] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:32:35.205] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.205] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.205] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.205] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:32:35.205] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:35.205] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.205] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.205] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:35.212] | : . ' , ; ` | : . ' Not identical [12:32:35.212] | : . ' , ; ` | : . ' all.equal() for future ... [12:32:35.213] | : . ' , ; ` | : . ' , List of 2 [12:32:35.213] | : . ' , ; ` | : . ' , $ target :function (..., envir = parent.frame()) [12:32:35.213] | : . ' , ; ` | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:35.213] | : . ' , ; ` | : . ' , ..- attr(*, "init")= logi TRUE [12:32:35.213] | : . ' , ; ` | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.213] | : . ' , ; ` | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.213] | : . ' , ; ` | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.213] | : . ' , ; ` | : . ' , ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:32:35.213] | : . ' , ; ` | : . ' , $ current:function (..., envir = parent.frame()) [12:32:35.213] | : . ' , ; ` | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:35.213] | : . ' , ; ` | : . ' , ..- attr(*, "init")= chr "done" [12:32:35.213] | : . ' , ; ` | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.213] | : . ' , ; ` | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.213] | : . ' , ; ` | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.213] | : . ' , ; ` | : . ' , ..- attr(*, "call")= language plan(sequential) [12:32:35.213] | : . ' , ; ` | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:35.213] | : . ' , ; ` | : . ' , .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.213] | : . ' , ; ` | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.226] | : . ' , ; ` | : . ' all.equal() for future ... done [12:32:35.226] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [12:32:35.226] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:35.227] | : . ' , ; ` | : . List of future strategies: [12:32:35.227] | : . ' , ; ` | : . 1. sequential: [12:32:35.227] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [12:32:35.227] | : . ' , ; ` | : . - tweaked: FALSE [12:32:35.227] | : . ' , ; ` | : . - call: plan(sequential) [12:32:35.228] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:35.228] | : . ' , ; ` | plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:35.229] | : . ' , ; ` | assign_globals() ... [12:32:35.229] | : . ' , ; ` | List of 3 [12:32:35.229] | : . ' , ; ` | $ fcn:function (x, y) [12:32:35.229] | : . ' , ; ` | $ x : int [1:2] 1 2 [12:32:35.229] | : . ' , ; ` | $ y : num 3 [12:32:35.229] | : . ' , ; ` | - attr(*, "where")=List of 3 [12:32:35.229] | : . ' , ; ` | ..$ fcn: [12:32:35.229] | : . ' , ; ` | ..$ x : [12:32:35.229] | : . ' , ; ` | ..$ y : [12:32:35.229] | : . ' , ; ` | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:32:35.229] | : . ' , ; ` | - attr(*, "resolved")= logi FALSE [12:32:35.229] | : . ' , ; ` | - attr(*, "total_size")= num NA [12:32:35.229] | : . ' , ; ` | - attr(*, "already-done")= logi TRUE [12:32:35.237] | : . ' , ; ` | - copied 'fcn' to environment [12:32:35.237] | : . ' , ; ` | - copied 'x' to environment [12:32:35.238] | : . ' , ; ` | - copied 'y' to environment [12:32:35.238] | : . ' , ; ` | assign_globals() ... done [12:32:35.242] | : . ' , ; ` | plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:35.243] | : . ' , ; ` | : plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:32:35.243] | : . ' , ; ` | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:32:35.244] | : . ' , ; ` | : . ' all.equal() for FutureStrategyList ... [12:32:35.244] | : . ' , ; ` | : . ' , New stack: [12:32:35.244] | : . ' , ; ` | : . ' , List of 1 [12:32:35.244] | : . ' , ; ` | : . ' , $ :function (..., envir = parent.frame()) [12:32:35.244] | : . ' , ; ` | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:35.244] | : . ' , ; ` | : . ' , ..- attr(*, "init")= chr "done" [12:32:35.244] | : . ' , ; ` | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.244] | : . ' , ; ` | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.244] | : . ' , ; ` | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.244] | : . ' , ; ` | : . ' , ..- attr(*, "call")= language plan(sequential) [12:32:35.244] | : . ' , ; ` | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:35.244] | : . ' , ; ` | : . ' , .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.244] | : . ' , ; ` | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.244] | : . ' , ; ` | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:35.252] | : . ' , ; ` | : . ' , Old stack: [12:32:35.252] | : . ' , ; ` | : . ' , List of 1 [12:32:35.252] | : . ' , ; ` | : . ' , $ :function (..., envir = parent.frame()) [12:32:35.252] | : . ' , ; ` | : . ' , ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:35.252] | : . ' , ; ` | : . ' , ..- attr(*, "init")= chr "done" [12:32:35.252] | : . ' , ; ` | : . ' , ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.252] | : . ' , ; ` | : . ' , .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.252] | : . ' , ; ` | : . ' , ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.252] | : . ' , ; ` | : . ' , ..- attr(*, "call")= language plan(sequential) [12:32:35.252] | : . ' , ; ` | : . ' , ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:35.252] | : . ' , ; ` | : . ' , .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.252] | : . ' , ; ` | : . ' , .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.252] | : . ' , ; ` | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:35.259] | : . ' , ; ` | : . ' , Identical [12:32:35.259] | : . ' , ; ` | : . ' all.equal() for FutureStrategyList ... done [12:32:35.260] | : . ' , ; ` | : . ' plan(): Skip setting new future backend stack because it is the same as the current one: [12:32:35.260] | : . ' , ; ` | : . ' List of future strategies: [12:32:35.260] | : . ' , ; ` | : . ' 1. sequential: [12:32:35.260] | : . ' , ; ` | : . ' - args: function (..., envir = parent.frame(), workers = "") [12:32:35.260] | : . ' , ; ` | : . ' - tweaked: FALSE [12:32:35.260] | : . ' , ; ` | : . ' - call: plan(sequential) [12:32:35.261] | : . ' , ; ` | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:32:35.261] | : . ' , ; ` | : plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:35.262] | : . ' , ; ` | plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:32:35.263] | : . ' , ; ` | SequentialFuture started (and completed) [12:32:35.263] | : . ' , ; ` | signalConditions() ... [12:32:35.263] | : . ' , ; ` | : include = 'immediateCondition' [12:32:35.264] | : . ' , ; ` | : exclude = [12:32:35.264] | : . ' , ; ` | : resignal = FALSE [12:32:35.264] | : . ' , ; ` | : Number of conditions: 6 [12:32:35.265] | : . ' , ; ` | : int 6 [12:32:35.266] | : . ' , ; ` | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.266] | : . ' , ; ` | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.266] | : . ' , ; ` | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.266] | : . ' , ; ` | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.267] | : . ' , ; ` | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.267] | : . ' , ; ` | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.267] | : . ' , ; ` | signalConditions() ... done [12:32:35.268] | : . ' , ; ` launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:32:35.268] | : . ' , ; Launching futures ... done [12:32:35.268] | : . ' , ; Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:32:35.269] | : . ' , Using SequentialFutureBackend ... done [12:32:35.269] | : . ' run() for 'Future' () ... done [12:32:35.269] | : . getGlobalsAndPackages() ... done [12:32:35.270] | : . value() for SequentialFuture () ... [12:32:35.270] | : . ' signalConditions() ... [12:32:35.270] | : . ' , include = 'immediateCondition' [12:32:35.271] | : . ' , exclude = [12:32:35.271] | : . ' , resignal = FALSE [12:32:35.271] | : . ' , Number of conditions: 6 [12:32:35.271] | : . ' , int 6 [12:32:35.272] | : . ' , Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.273] | : . ' , Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.273] | : . ' , Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.273] | : . ' , Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.274] | : . ' , Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.274] | : . ' , Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.274] | : . ' signalConditions() ... done [12:32:35.275] | : . ' relay stdout ... [12:32:35.275] | : . ' relay stdout ... done [12:32:35.275] | : . ' check for misuse ... [12:32:35.276] | : . ' check for misuse ... done [12:32:35.276] | : . ' relay conditions ... [12:32:35.276] | : . ' , Future state: 'finished' [12:32:35.276] | : . ' , signalConditions() ... [12:32:35.277] | : . ' , ; include = 'condition' [12:32:35.277] | : . ' , ; exclude = 'immediateCondition' [12:32:35.277] | : . ' , ; resignal = TRUE [12:32:35.278] | : . ' , ; Number of conditions: 6 [12:32:35.278] | : . ' , ; int 6 [12:32:35.279] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.279] | : . ' , ; Condition #1: 'simpleMessage', 'message', 'condition' [12:32:35.193] | : . ' , ; ` | attachPackages() ... [12:32:35.279] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.280] | : . ' , ; Condition #2: 'simpleMessage', 'message', 'condition' [12:32:35.194] | : . ' , ; ` | : packages: [n=1] 'future' [12:32:35.280] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.280] | : . ' , ; Condition #3: 'simpleMessage', 'message', 'condition' [12:32:35.194] | : . ' , ; ` | attachPackages() ... done [12:32:35.281] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.281] | : . ' , ; Condition #4: 'simpleMessage', 'message', 'condition' [12:32:35.194] | : . ' , ; ` | attachPackages() ... [12:32:35.282] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.282] | : . ' , ; Condition #5: 'simpleMessage', 'message', 'condition' [12:32:35.195] | : . ' , ; ` | : packages: [n=0] [12:32:35.282] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:32:35.283] | : . ' , ; Condition #6: 'simpleMessage', 'message', 'condition' [12:32:35.195] | : . ' , ; ` | attachPackages() ... done [12:32:35.283] | : . ' , signalConditions() ... done [12:32:35.283] | : . ' relay conditions ... done [12:32:35.284] | : . value() for SequentialFuture () ... done [1] 6 Testing with 1 cores ... DONE Testing with 2 cores ... *** Global argument '...' ... - plan('multisession') ... [12:32:35.285] | : . plan("multisession", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:35.286] | : . ' plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:32:35.286] | : . ' , all.equal() for FutureStrategyList ... [12:32:35.286] | : . ' , ; New stack: [12:32:35.286] | : . ' , ; List of 1 [12:32:35.286] | : . ' , ; $ :function (..., workers = availableCores(constraints = "connections-16"), [12:32:35.286] | : . ' , ; rscript_libs = .libPaths()) [12:32:35.286] | : . ' , ; ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:32:35.286] | : . ' , ; ..- attr(*, "init")= logi TRUE [12:32:35.286] | : . ' , ; ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:35.286] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:35.286] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:35.286] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:35.286] | : . ' , ; ..- attr(*, "untweakable")= chr "persistent" [12:32:35.286] | : . ' , ; ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [12:32:35.286] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:35.293] | : . ' , ; Old stack: [12:32:35.294] | : . ' , ; List of 1 [12:32:35.294] | : . ' , ; $ :function (..., envir = parent.frame()) [12:32:35.294] | : . ' , ; ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:35.294] | : . ' , ; ..- attr(*, "init")= chr "done" [12:32:35.294] | : . ' , ; ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.294] | : . ' , ; .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.294] | : . ' , ; ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.294] | : . ' , ; ..- attr(*, "call")= language plan(sequential) [12:32:35.294] | : . ' , ; ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:35.294] | : . ' , ; .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.294] | : . ' , ; .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.294] | : . ' , ; - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:35.301] | : . ' , ; Not identical [12:32:35.301] | : . ' , ; all.equal() for future ... [12:32:35.302] | : . ' , ; ` List of 2 [12:32:35.302] | : . ' , ; ` $ target :function (..., workers = availableCores(constraints = "connections-16"), [12:32:35.302] | : . ' , ; ` rscript_libs = .libPaths()) [12:32:35.302] | : . ' , ; ` ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:32:35.302] | : . ' , ; ` ..- attr(*, "init")= logi TRUE [12:32:35.302] | : . ' , ; ` ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:35.302] | : . ' , ; ` interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:35.302] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:35.302] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:35.302] | : . ' , ; ` ..- attr(*, "untweakable")= chr "persistent" [12:32:35.302] | : . ' , ; ` ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [12:32:35.302] | : . ' , ; ` $ current:function (..., envir = parent.frame()) [12:32:35.302] | : . ' , ; ` ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:32:35.302] | : . ' , ; ` ..- attr(*, "init")= chr "done" [12:32:35.302] | : . ' , ; ` ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.302] | : . ' , ; ` .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.302] | : . ' , ; ` ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.302] | : . ' , ; ` ..- attr(*, "call")= language plan(sequential) [12:32:35.302] | : . ' , ; ` ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:32:35.302] | : . ' , ; ` .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:32:35.302] | : . ' , ; ` .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:32:35.314] | : . ' , ; ` Formals differ [12:32:35.314] | : . ' , ; all.equal() for future ... done [12:32:35.315] | : . ' , ; Future strategies differ at level 1 [12:32:35.315] | : . ' , all.equal() for FutureStrategyList ... done [12:32:35.315] | : . ' , plan(): Setting new future backend stack: [12:32:35.316] | : . ' , List of future strategies: [12:32:35.316] | : . ' , 1. multisession: [12:32:35.316] | : . ' , - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [12:32:35.316] | : . ' , - tweaked: FALSE [12:32:35.316] | : . ' , - call: plan(strategy, substitute = FALSE) [12:32:35.316] | : . ' , List of 1 [12:32:35.316] | : . ' , $ :function (..., workers = availableCores(constraints = "connections-16"), [12:32:35.316] | : . ' , rscript_libs = .libPaths()) [12:32:35.316] | : . ' , ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:32:35.316] | : . ' , ..- attr(*, "init")= logi TRUE [12:32:35.316] | : . ' , ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:35.316] | : . ' , interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:35.316] | : . ' , .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:35.316] | : . ' , ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:35.316] | : . ' , ..- attr(*, "untweakable")= chr "persistent" [12:32:35.316] | : . ' , ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [12:32:35.316] | : . ' , - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:32:35.323] | : . ' , plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [12:32:35.323] | : . ' , ; plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:35.324] | : . ' , ; ` Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [12:32:35.324] | : . ' , ; plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:35.324] | : . ' , ; Legacy shutdown of cluster workers ... [12:32:35.325] | : . ' , ; ` Stopping existing cluster ... [12:32:35.325] | : . ' , ; ` | No pre-existing cluster. Skipping [12:32:35.326] | : . ' , ; ` Stopping existing cluster ... done [12:32:35.326] | : . ' , ; Legacy shutdown of cluster workers ... done [12:32:35.326] | : . ' , plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [12:32:35.327] | : . ' , plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [12:32:35.327] | : . ' , ; function (..., workers = availableCores(constraints = "connections-16"), [12:32:35.327] | : . ' , ; rscript_libs = .libPaths()) [12:32:35.327] | : . ' , ; - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:32:35.327] | : . ' , ; - attr(*, "init")= logi TRUE [12:32:35.327] | : . ' , ; - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:32:35.327] | : . ' , ; interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:32:35.327] | : . ' , ; ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:35.327] | : . ' , ; - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:32:35.327] | : . ' , ; - attr(*, "untweakable")= chr "persistent" [12:32:35.327] | : . ' , ; - attr(*, "call")= language plan(strategy, substitute = FALSE) [12:32:35.332] | : . ' , ; init: TRUE [12:32:35.333] | : . ' , ; makeFutureBackend() ... [12:32:35.333] | : . ' , ; ` Backend function: <'NULL'> [12:32:35.333] | : . ' , ; ` Evaluator tweak arguments: [n=0] [12:32:35.334] | : . ' , ; ` list() [12:32:35.337] | : . ' , ; ` Evaluator formal arguments: [n=2] [12:32:35.338] | : . ' , ; ` list() [12:32:35.338] | : . ' , ; ` Backend factory arguments: [n=2] [12:32:35.339] | : . ' , ; ` Dotted pair list of 2 [12:32:35.339] | : . ' , ; ` $ workers : language availableCores(constraints = "connections-16") [12:32:35.339] | : . ' , ; ` $ rscript_libs: language .libPaths() [12:32:35.341] | : . ' , ; ` MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:32:35.341] | : . ' , ; ` | Arguments: [12:32:35.341] | : . ' , ; ` | List of 5 [12:32:35.341] | : . ' , ; ` | $ workers : Named int 2 [12:32:35.341] | : . ' , ; ` | ..- attr(*, "names")= chr "mc.cores" [12:32:35.341] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:32:35.341] | : . ' , ; ` | $ interrupts : logi TRUE [12:32:35.341] | : . ' , ; ` | $ gc : logi FALSE [12:32:35.341] | : . ' , ; ` | $ earlySignal : logi FALSE [12:32:35.407] | : . ' , ; ` | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [12:32:35.407] | : . ' , ; ` | : workers: 2 [12:32:35.408] | : . ' , ; ` | : getCluster() ... [12:32:35.408] | : . ' , ; ` | : getCluster() ... done [12:32:35.408] | : . ' , ; ` | : Stopping existing cluster ... [12:32:35.409] | : . ' , ; ` | : . No pre-existing cluster. Skipping [12:32:35.409] | : . ' , ; ` | : Stopping existing cluster ... done [12:32:35.409] | : . ' , ; ` | : Starting new cluster ... [12:32:35.409] | : . ' , ; ` | : . makeCluster(workers, ...) ... [12:32:35.410] | : . ' , ; ` | : . ' Arguments: [12:32:35.410] | : . ' , ; ` | : . ' List of 2 [12:32:35.410] | : . ' , ; ` | : . ' $ : int 2 [12:32:35.410] | : . ' , ; ` | : . ' $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:32:35.412] | : . ' , ; ` | : . ' .makeCluster() ... [12:32:35.413] | : . ' , ; ` | : . ' , workers: '2' [12:32:35.413] | : . ' , ; ` | : . ' , R_FUTURE_PLAN: NA [12:32:35.414] | : . ' , ; ` | : . ' , parallelly::makeClusterPSOCK() arguments: [12:32:35.414] | : . ' , ; ` | : . ' , List of 2 [12:32:35.414] | : . ' , ; ` | : . ' , $ : int 2 [12:32:35.414] | : . ' , ; ` | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:32:36.357] | : . ' , ; ` | : . ' , Generated cluster UUID [12:32:36.358] | : . ' , ; ` | : . ' , Cluster UUID: 'b6c513293001070d063170b2fb76b795' [12:32:36.358] | : . ' , ; ` | : . ' , Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:36.362] | : . ' , ; ` | : . ' .makeCluster() ... done [12:32:36.362] | : . ' , ; ` | : . ' Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:36.365] | : . ' , ; ` | : . makeCluster(workers, ...) ... done [12:32:36.365] | : . ' , ; ` | : . Number of workers: 2 [12:32:36.365] | : . ' , ; ` | : . Workers UUID: 'b6c513293001070d063170b2fb76b795' [12:32:36.366] | : . ' , ; ` | : Starting new cluster ... done [12:32:36.366] | : . ' , ; ` | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [12:32:36.366] | : . ' , ; ` | Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:32:36.366] | : . ' , ; ` MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [12:32:36.367] | : . ' , ; makeFutureBackend() ... done [12:32:36.367] | : . ' , ; nbrOfWorkers(NULL) ... [12:32:36.367] | : . ' , ; ` List of 4 [12:32:36.367] | : . ' , ; ` $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:32:36.367] | : . ' , ; ` $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:32:36.367] | : . ' , ; ` $ : language nbrOfWorkers() [12:32:36.367] | : . ' , ; ` $ : language nbrOfWorkers.NULL() [12:32:36.370] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:36.370] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:36.371] | : . ' , ; ` Number of workers: 2 [12:32:36.371] | : . ' , ; nbrOfWorkers(NULL) ... done [12:32:36.371] | : . ' , ; plan(): nbrOfWorkers() = 2 [12:32:36.371] | : . ' , plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [12:32:36.371] | : . ' plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done ** Sum function 'A' with plan('multisession') ... function (x, ...) { message("Arguments '...' exists: ", exists("...", inherits = TRUE)) y %<-% { sum(x, ...) } y } Arguments '...' exists: TRUE [12:32:36.372] | : . ' future(..., label = NULL) ... [12:32:36.373] | : . ' , lazy: FALSE [12:32:36.373] | : . ' , stdout: TRUE [12:32:36.373] | : . ' , conditions: [n=1] 'condition' [12:32:36.373] | : . ' , gc: FALSE [12:32:36.373] | : . ' , earlySignal: FALSE [12:32:36.374] | : . ' , getGlobalsAndPackages() ... [12:32:36.374] | : . ' , ; Searching for globals ... [12:32:36.384] | : . ' , ; ` globals found: [4] '{', 'sum', 'x', '...' [12:32:36.384] | : . ' , ; Searching for globals ... done [12:32:36.384] | : . ' , ; Resolving globals: FALSE [12:32:36.384] | : . ' , ; Tweak future expression to call with '...' arguments ... [12:32:36.385] | : . ' , ; ` { [12:32:36.385] | : . ' , ; ` "# future::getGlobalsAndPackages(): wrapping the original future" [12:32:36.385] | : . ' , ; ` "# expression in do.call(), because function called uses '...' " [12:32:36.385] | : . ' , ; ` "# as a global variable " [12:32:36.385] | : . ' , ; ` do.call(function(...) { [12:32:36.385] | : . ' , ; ` sum(x, ...) [12:32:36.385] | : . ' , ; ` }, args = future.call.arguments) [12:32:36.385] | : . ' , ; ` } [12:32:36.385] | : . ' , ; Tweak future expression to call with '...' arguments ... done [12:32:36.386] | : . ' , ; Search for packages associated with the globals ... [12:32:36.386] | : . ' , ; ` Packages associated with globals: [1] 'base' [12:32:36.386] | : . ' , ; ` Packages: [1] 'base' [12:32:36.387] | : . ' , ; Search for packages associated with the globals ... done [12:32:36.387] | : . ' , ; Packages after dropping 'base': [0] [12:32:36.387] | : . ' , ; globals: [2] 'x', 'future.call.arguments' [12:32:36.387] | : . ' , ; packages: [0] [12:32:36.388] | : . ' , getGlobalsAndPackages() ... done [12:32:36.388] | : . ' , run() for 'Future' () ... [12:32:36.388] | : . ' , ; state: 'created' [12:32:36.389] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:36.389] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:36.389] | : . ' , ; Using MultisessionFutureBackend ... [12:32:36.389] | : . ' , ; ` Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:32:36.390] | : . ' , ; ` Launching futures ... [12:32:36.390] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... [12:32:36.391] | : . ' , ; ` | : Workers: [n=2] [12:32:36.391] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:36.393] | : . ' , ; ` | : FutureRegistry: 'workers-b6c513293001070d063170b2fb76b795' [12:32:36.393] | : . ' , ; ` | : requestWorker() ... [12:32:36.394] | : . ' , ; ` | : . requestNode() ... [12:32:36.394] | : . ' , ; ` | : . ' Number of workers: 2 [12:32:36.394] | : . ' , ; ` | : . ' Polling for a free worker ... [12:32:36.394] | : . ' , ; ` | : . ' , FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... [12:32:36.395] | : . ' , ; ` | : . ' , ; Created empty registry 'workers-b6c513293001070d063170b2fb76b795' [12:32:36.395] | : . ' , ; ` | : . ' , ; Listing all futures [12:32:36.395] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [12:32:36.395] | : . ' , ; ` | : . ' , FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... done [12:32:36.396] | : . ' , ; ` | : . ' , Total time: 0 [12:32:36.396] | : . ' , ; ` | : . ' Polling for a free worker ... done [12:32:36.396] | : . ' , ; ` | : . ' FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... [12:32:36.396] | : . ' , ; ` | : . ' , Listing all futures [12:32:36.396] | : . ' , ; ` | : . ' , Number of registered futures: 0 [12:32:36.397] | : . ' , ; ` | : . ' FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... done [12:32:36.397] | : . ' , ; ` | : . ' avail: [n=2] '1', '2' [12:32:36.397] | : . ' , ; ` | : . ' Index of first available worker: 1 [12:32:36.397] | : . ' , ; ` | : . ' Validate that the worker is functional ... [12:32:36.398] | : . ' , ; ` | : . ' , Worker is functional [12:32:36.398] | : . ' , ; ` | : . ' , FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... [12:32:36.399] | : . ' , ; ` | : . ' , ; Listing all futures [12:32:36.399] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [12:32:36.399] | : . ' , ; ` | : . ' , FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... done [12:32:36.399] | : . ' , ; ` | : . ' Validate that the worker is functional ... done [12:32:36.399] | : . ' , ; ` | : . requestNode() ... done [12:32:36.400] | : . ' , ; ` | : . cluster node index: 1 [12:32:36.400] | : . ' , ; ` | : requestWorker() ... done [12:32:36.400] | : . ' , ; ` | : eraseGlobalEnvironment() ... [12:32:36.401] | : . ' , ; ` | : eraseGlobalEnvironment() ... done [12:32:36.401] | : . ' , ; ` | : launchFuture() ... [12:32:36.401] | : . ' , ; ` | : . cluster node index: 1 [12:32:36.402] | : . ' , ; ` | : . getFutureData() ... [12:32:36.402] | : . ' , ; ` | : . ' getFutureCore() ... [12:32:36.402] | : . ' , ; ` | : . ' , Packages needed by the future expression (n = 0): [12:32:36.402] | : . ' , ; ` | : . ' getFutureCore() ... done [12:32:36.403] | : . ' , ; ` | : . ' getFutureCapture() ... [12:32:36.403] | : . ' , ; ` | : . ' getFutureCapture() ... done [12:32:36.403] | : . ' , ; ` | : . ' getFutureContext() ... [12:32:36.403] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:36.404] | : . ' , ; ` | : . ' , ; Getting stack without first backend: [n=0] [12:32:36.404] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:36.404] | : . ' , ; ` | : . ' , Packages needed by future backend (n = 0): [12:32:36.404] | : . ' , ; ` | : . ' getFutureContext() ... done [12:32:36.405] | : . ' , ; ` | : . getFutureData() ... done [12:32:36.405] | : . ' , ; ` | : . FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'add', earlySignal = 0) ... [12:32:36.406] | : . ' , ; ` | : . ' Appended future to position #1 [12:32:36.406] | : . ' , ; ` | : . ' Number of registered futures: 1 [12:32:36.406] | : . ' , ; ` | : . FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'add', earlySignal = 0) ... done [12:32:36.406] | : . ' , ; ` | : launchFuture() ... done [12:32:36.407] | : . ' , ; ` | : MultisessionFuture started [12:32:36.407] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... done [12:32:36.407] | : . ' , ; ` Launching futures ... done [12:32:36.407] | : . ' , ; ` Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:32:36.407] | : . ' , ; Using MultisessionFutureBackend ... done [12:32:36.408] | : . ' , run() for 'Future' () ... done [12:32:36.408] | : . ' future(..., label = NULL) ... done [12:32:36.408] | : . ' value() for MultisessionFuture () ... [12:32:36.409] | : . ' , result() for ClusterFuture ... [12:32:36.409] | : . ' , ; assertValidConnection() ... [12:32:36.409] | : . ' , ; ` cluster node index: 1 [12:32:36.410] | : . ' , ; assertValidConnection() ... done [12:32:36.411] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [12:32:36.411] | : . ' , ; ` cluster node index: 1 [12:32:36.493] | : . ' , ; ` [1] TRUE [12:32:36.494] | : . ' , ; ` Received data: [12:32:36.494] | : . ' , ; ` List of 5 [12:32:36.494] | : . ' , ; ` $ type : chr "VALUE" [12:32:36.494] | : . ' , ; ` $ value :List of 16 [12:32:36.494] | : . ' , ; ` ..$ value : num 6 [12:32:36.494] | : . ' , ; ` ..$ visible : logi TRUE [12:32:36.494] | : . ' , ; ` ..$ stdout : chr "" [12:32:36.494] | : . ' , ; ` ..$ conditions : list() [12:32:36.494] | : . ' , ; ` ..$ rng : logi FALSE [12:32:36.494] | : . ' , ; ` ..$ seed : NULL [12:32:36.494] | : . ' , ; ` ..$ misuseGlobalEnv : NULL [12:32:36.494] | : . ' , ; ` ..$ misuseConnections :List of 3 [12:32:36.494] | : . ' , ; ` .. ..$ added : NULL [12:32:36.494] | : . ' , ; ` .. ..$ removed : NULL [12:32:36.494] | : . ' , ; ` .. ..$ replaced: NULL [12:32:36.494] | : . ' , ; ` ..$ misuseDevices : NULL [12:32:36.494] | : . ' , ; ` ..$ misuseDefaultDevice: list() [12:32:36.494] | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2025-07-29 12:32:36" [12:32:36.494] | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2025-07-29 12:32:36" [12:32:36.494] | : . ' , ; ` ..$ uuid : chr [1:2] "71c05152fe0d6aa8bdf6244ec95599c3" "7" [12:32:36.494] | : . ' , ; ` ..$ session_uuid : chr "e4158fa6b8be547b8932b85c59459f98" [12:32:36.494] | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [12:32:36.494] | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [12:32:36.494] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:32:36.494] | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:36.494] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:36.494] | : . ' , ; ` .. .. ..$ pid : int 64116 [12:32:36.494] | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:32:36" [12:32:36.494] | : . ' , ; ` .. .. ..$ random: int 2147483647 [12:32:36.494] | : . ' , ; ` ..$ r_info :List of 4 [12:32:36.494] | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:32:36.494] | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [12:32:36.494] | : . ' , ; ` .. ..$ os : chr "windows" [12:32:36.494] | : . ' , ; ` .. ..$ os_name : chr "Windows" [12:32:36.494] | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [12:32:36.494] | : . ' , ; ` ..$ version : chr "1.8" [12:32:36.494] | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [12:32:36.494] | : . ' , ; ` $ success: logi TRUE [12:32:36.494] | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0.08 0.01 0.09 NA NA [12:32:36.494] | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:32:36.494] | : . ' , ; ` $ tag : NULL [12:32:36.513] | : . ' , ; ` Received FutureResult [12:32:36.513] | : . ' , ; ` FutureResult: [12:32:36.513] | : . ' , ; ` value: 'numeric' [12:32:36.513] | : . ' , ; ` visible: TRUE [12:32:36.513] | : . ' , ; ` stdout: character [12:32:36.513] | : . ' , ; ` conditions: [n = 0] [12:32:36.513] | : . ' , ; ` RNG used: FALSE [12:32:36.513] | : . ' , ; ` duration: 0.084373 secs (started 2025-07-29 12:32:36.407842) [12:32:36.513] | : . ' , ; ` version: 1.8 [12:32:36.514] | : . ' , ; ` FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'remove', earlySignal = 0) ... [12:32:36.514] | : . ' , ; ` | Removed future from position #1 [12:32:36.515] | : . ' , ; ` | Number of registered futures: 0 [12:32:36.515] | : . ' , ; ` FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'remove', earlySignal = 0) ... done [12:32:36.515] | : . ' , ; ` Erased future from future backend [12:32:36.516] | : . ' , ; ` result() for ClusterFuture ... [12:32:36.516] | : . ' , ; ` | result already collected: FutureResult [12:32:36.516] | : . ' , ; ` result() for ClusterFuture ... done [12:32:36.516] | : . ' , ; ` signalConditions() ... [12:32:36.516] | : . ' , ; ` | include = 'immediateCondition' [12:32:36.517] | : . ' , ; ` | exclude = [12:32:36.517] | : . ' , ; ` | resignal = FALSE [12:32:36.517] | : . ' , ; ` | Number of conditions: 0 [12:32:36.517] | : . ' , ; ` | int 0 [12:32:36.518] | : . ' , ; ` signalConditions() ... done [12:32:36.518] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [12:32:36.519] | : . ' , result() for ClusterFuture ... done [12:32:36.519] | : . ' , result() for ClusterFuture ... [12:32:36.519] | : . ' , ; result already collected: FutureResult [12:32:36.519] | : . ' , result() for ClusterFuture ... done [12:32:36.519] | : . ' , signalConditions() ... [12:32:36.520] | : . ' , ; include = 'immediateCondition' [12:32:36.520] | : . ' , ; exclude = [12:32:36.520] | : . ' , ; resignal = FALSE [12:32:36.520] | : . ' , ; Number of conditions: 0 [12:32:36.521] | : . ' , ; int 0 [12:32:36.521] | : . ' , signalConditions() ... done [12:32:36.521] | : . ' , relay stdout ... [12:32:36.522] | : . ' , relay stdout ... done [12:32:36.522] | : . ' , check for misuse ... [12:32:36.522] | : . ' , check for misuse ... done [12:32:36.522] | : . ' value() for MultisessionFuture () ... done [1] 6 ** Sum function 'B' with plan('multisession') ... function (x, ...) { sumt <- function(x) { message("Arguments '...' exists: ", exists("...", inherits = TRUE)) y %<-% { sum(x, ...) } y } sumt(x) } Arguments '...' exists: TRUE [12:32:36.523] | : . ' future(..., label = NULL) ... [12:32:36.523] | : . ' , lazy: FALSE [12:32:36.524] | : . ' , stdout: TRUE [12:32:36.524] | : . ' , conditions: [n=1] 'condition' [12:32:36.524] | : . ' , gc: FALSE [12:32:36.524] | : . ' , earlySignal: FALSE [12:32:36.525] | : . ' , getGlobalsAndPackages() ... [12:32:36.525] | : . ' , ; Searching for globals ... [12:32:36.534] | : . ' , ; ` globals found: [4] '{', 'sum', 'x', '...' [12:32:36.535] | : . ' , ; Searching for globals ... done [12:32:36.535] | : . ' , ; Resolving globals: FALSE [12:32:36.535] | : . ' , ; Tweak future expression to call with '...' arguments ... [12:32:36.535] | : . ' , ; ` { [12:32:36.535] | : . ' , ; ` "# future::getGlobalsAndPackages(): wrapping the original future" [12:32:36.535] | : . ' , ; ` "# expression in do.call(), because function called uses '...' " [12:32:36.535] | : . ' , ; ` "# as a global variable " [12:32:36.535] | : . ' , ; ` do.call(function(...) { [12:32:36.535] | : . ' , ; ` sum(x, ...) [12:32:36.535] | : . ' , ; ` }, args = future.call.arguments) [12:32:36.535] | : . ' , ; ` } [12:32:36.536] | : . ' , ; Tweak future expression to call with '...' arguments ... done [12:32:36.536] | : . ' , ; Search for packages associated with the globals ... [12:32:36.537] | : . ' , ; ` Packages associated with globals: [1] 'base' [12:32:36.537] | : . ' , ; ` Packages: [1] 'base' [12:32:36.537] | : . ' , ; Search for packages associated with the globals ... done [12:32:36.538] | : . ' , ; Packages after dropping 'base': [0] [12:32:36.538] | : . ' , ; globals: [2] 'x', 'future.call.arguments' [12:32:36.538] | : . ' , ; packages: [0] [12:32:36.538] | : . ' , getGlobalsAndPackages() ... done [12:32:36.539] | : . ' , run() for 'Future' () ... [12:32:36.539] | : . ' , ; state: 'created' [12:32:36.539] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:36.540] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:36.540] | : . ' , ; Using MultisessionFutureBackend ... [12:32:36.540] | : . ' , ; ` Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:32:36.540] | : . ' , ; ` Launching futures ... [12:32:36.541] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... [12:32:36.541] | : . ' , ; ` | : Workers: [n=2] [12:32:36.541] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:36.547] | : . ' , ; ` | : FutureRegistry: 'workers-b6c513293001070d063170b2fb76b795' [12:32:36.547] | : . ' , ; ` | : requestWorker() ... [12:32:36.548] | : . ' , ; ` | : . requestNode() ... [12:32:36.548] | : . ' , ; ` | : . ' Number of workers: 2 [12:32:36.548] | : . ' , ; ` | : . ' Polling for a free worker ... [12:32:36.548] | : . ' , ; ` | : . ' , FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... [12:32:36.548] | : . ' , ; ` | : . ' , ; Listing all futures [12:32:36.549] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [12:32:36.549] | : . ' , ; ` | : . ' , FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... done [12:32:36.549] | : . ' , ; ` | : . ' , Total time: 0 [12:32:36.549] | : . ' , ; ` | : . ' Polling for a free worker ... done [12:32:36.550] | : . ' , ; ` | : . ' FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... [12:32:36.550] | : . ' , ; ` | : . ' , Listing all futures [12:32:36.550] | : . ' , ; ` | : . ' , Number of registered futures: 0 [12:32:36.550] | : . ' , ; ` | : . ' FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... done [12:32:36.550] | : . ' , ; ` | : . ' avail: [n=2] '1', '2' [12:32:36.551] | : . ' , ; ` | : . ' Index of first available worker: 1 [12:32:36.551] | : . ' , ; ` | : . ' Validate that the worker is functional ... [12:32:36.552] | : . ' , ; ` | : . ' , Worker is functional [12:32:36.552] | : . ' , ; ` | : . ' , FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... [12:32:36.552] | : . ' , ; ` | : . ' , ; Listing all futures [12:32:36.553] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [12:32:36.553] | : . ' , ; ` | : . ' , FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... done [12:32:36.553] | : . ' , ; ` | : . ' Validate that the worker is functional ... done [12:32:36.553] | : . ' , ; ` | : . requestNode() ... done [12:32:36.554] | : . ' , ; ` | : . cluster node index: 1 [12:32:36.554] | : . ' , ; ` | : requestWorker() ... done [12:32:36.554] | : . ' , ; ` | : eraseGlobalEnvironment() ... [12:32:36.555] | : . ' , ; ` | : eraseGlobalEnvironment() ... done [12:32:36.555] | : . ' , ; ` | : launchFuture() ... [12:32:36.556] | : . ' , ; ` | : . cluster node index: 1 [12:32:36.556] | : . ' , ; ` | : . getFutureData() ... [12:32:36.556] | : . ' , ; ` | : . ' getFutureCore() ... [12:32:36.557] | : . ' , ; ` | : . ' , Packages needed by the future expression (n = 0): [12:32:36.557] | : . ' , ; ` | : . ' getFutureCore() ... done [12:32:36.557] | : . ' , ; ` | : . ' getFutureCapture() ... [12:32:36.558] | : . ' , ; ` | : . ' getFutureCapture() ... done [12:32:36.558] | : . ' , ; ` | : . ' getFutureContext() ... [12:32:36.558] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:36.558] | : . ' , ; ` | : . ' , ; Getting stack without first backend: [n=0] [12:32:36.559] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:36.559] | : . ' , ; ` | : . ' , Packages needed by future backend (n = 0): [12:32:36.559] | : . ' , ; ` | : . ' getFutureContext() ... done [12:32:36.560] | : . ' , ; ` | : . getFutureData() ... done [12:32:36.561] | : . ' , ; ` | : . FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'add', earlySignal = 0) ... [12:32:36.561] | : . ' , ; ` | : . ' Appended future to position #1 [12:32:36.561] | : . ' , ; ` | : . ' Number of registered futures: 1 [12:32:36.561] | : . ' , ; ` | : . FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'add', earlySignal = 0) ... done [12:32:36.562] | : . ' , ; ` | : launchFuture() ... done [12:32:36.562] | : . ' , ; ` | : MultisessionFuture started [12:32:36.562] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... done [12:32:36.563] | : . ' , ; ` Launching futures ... done [12:32:36.563] | : . ' , ; ` Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:32:36.563] | : . ' , ; Using MultisessionFutureBackend ... done [12:32:36.564] | : . ' , run() for 'Future' () ... done [12:32:36.564] | : . ' future(..., label = NULL) ... done [12:32:36.564] | : . ' value() for MultisessionFuture () ... [12:32:36.565] | : . ' , result() for ClusterFuture ... [12:32:36.565] | : . ' , ; assertValidConnection() ... [12:32:36.565] | : . ' , ; ` cluster node index: 1 [12:32:36.566] | : . ' , ; assertValidConnection() ... done [12:32:36.566] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [12:32:36.567] | : . ' , ; ` cluster node index: 1 [12:32:36.568] | : . ' , ; ` [1] TRUE [12:32:36.568] | : . ' , ; ` Received data: [12:32:36.568] | : . ' , ; ` List of 5 [12:32:36.568] | : . ' , ; ` $ type : chr "VALUE" [12:32:36.568] | : . ' , ; ` $ value :List of 16 [12:32:36.568] | : . ' , ; ` ..$ value : num 6 [12:32:36.568] | : . ' , ; ` ..$ visible : logi TRUE [12:32:36.568] | : . ' , ; ` ..$ stdout : chr "" [12:32:36.568] | : . ' , ; ` ..$ conditions : list() [12:32:36.568] | : . ' , ; ` ..$ rng : logi FALSE [12:32:36.568] | : . ' , ; ` ..$ seed : NULL [12:32:36.568] | : . ' , ; ` ..$ misuseGlobalEnv : NULL [12:32:36.568] | : . ' , ; ` ..$ misuseConnections :List of 3 [12:32:36.568] | : . ' , ; ` .. ..$ added : NULL [12:32:36.568] | : . ' , ; ` .. ..$ removed : NULL [12:32:36.568] | : . ' , ; ` .. ..$ replaced: NULL [12:32:36.568] | : . ' , ; ` ..$ misuseDevices : NULL [12:32:36.568] | : . ' , ; ` ..$ misuseDefaultDevice: list() [12:32:36.568] | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2025-07-29 12:32:36" [12:32:36.568] | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2025-07-29 12:32:36" [12:32:36.568] | : . ' , ; ` ..$ uuid : chr [1:2] "71c05152fe0d6aa8bdf6244ec95599c3" "8" [12:32:36.568] | : . ' , ; ` ..$ session_uuid : chr "e4158fa6b8be547b8932b85c59459f98" [12:32:36.568] | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [12:32:36.568] | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [12:32:36.568] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:32:36.568] | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:36.568] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:36.568] | : . ' , ; ` .. .. ..$ pid : int 64116 [12:32:36.568] | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:32:36" [12:32:36.568] | : . ' , ; ` .. .. ..$ random: int 2147483647 [12:32:36.568] | : . ' , ; ` ..$ r_info :List of 4 [12:32:36.568] | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:32:36.568] | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [12:32:36.568] | : . ' , ; ` .. ..$ os : chr "windows" [12:32:36.568] | : . ' , ; ` .. ..$ os_name : chr "Windows" [12:32:36.568] | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [12:32:36.568] | : . ' , ; ` ..$ version : chr "1.8" [12:32:36.568] | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [12:32:36.568] | : . ' , ; ` $ success: logi TRUE [12:32:36.568] | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [12:32:36.568] | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:32:36.568] | : . ' , ; ` $ tag : NULL [12:32:36.592] | : . ' , ; ` Received FutureResult [12:32:36.592] | : . ' , ; ` FutureResult: [12:32:36.592] | : . ' , ; ` value: 'numeric' [12:32:36.592] | : . ' , ; ` visible: TRUE [12:32:36.592] | : . ' , ; ` stdout: character [12:32:36.592] | : . ' , ; ` conditions: [n = 0] [12:32:36.592] | : . ' , ; ` RNG used: FALSE [12:32:36.592] | : . ' , ; ` duration: 0.005064011 secs (started 2025-07-29 12:32:36.561317) [12:32:36.592] | : . ' , ; ` version: 1.8 [12:32:36.593] | : . ' , ; ` FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'remove', earlySignal = 0) ... [12:32:36.593] | : . ' , ; ` | Removed future from position #1 [12:32:36.594] | : . ' , ; ` | Number of registered futures: 0 [12:32:36.594] | : . ' , ; ` FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'remove', earlySignal = 0) ... done [12:32:36.594] | : . ' , ; ` Erased future from future backend [12:32:36.595] | : . ' , ; ` result() for ClusterFuture ... [12:32:36.595] | : . ' , ; ` | result already collected: FutureResult [12:32:36.595] | : . ' , ; ` result() for ClusterFuture ... done [12:32:36.596] | : . ' , ; ` signalConditions() ... [12:32:36.596] | : . ' , ; ` | include = 'immediateCondition' [12:32:36.596] | : . ' , ; ` | exclude = [12:32:36.596] | : . ' , ; ` | resignal = FALSE [12:32:36.597] | : . ' , ; ` | Number of conditions: 0 [12:32:36.597] | : . ' , ; ` | int 0 [12:32:36.598] | : . ' , ; ` signalConditions() ... done [12:32:36.598] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [12:32:36.598] | : . ' , result() for ClusterFuture ... done [12:32:36.599] | : . ' , result() for ClusterFuture ... [12:32:36.599] | : . ' , ; result already collected: FutureResult [12:32:36.599] | : . ' , result() for ClusterFuture ... done [12:32:36.600] | : . ' , signalConditions() ... [12:32:36.600] | : . ' , ; include = 'immediateCondition' [12:32:36.600] | : . ' , ; exclude = [12:32:36.601] | : . ' , ; resignal = FALSE [12:32:36.601] | : . ' , ; Number of conditions: 0 [12:32:36.601] | : . ' , ; int 0 [12:32:36.602] | : . ' , signalConditions() ... done [12:32:36.602] | : . ' , relay stdout ... [12:32:36.603] | : . ' , relay stdout ... done [12:32:36.603] | : . ' , check for misuse ... [12:32:36.603] | : . ' , check for misuse ... done [12:32:36.604] | : . ' value() for MultisessionFuture () ... done [1] 6 ** Sum function 'C' with plan('multisession') ... function (x, y) { message("Arguments '...' exists: ", exists("...", inherits = TRUE)) y %<-% { sum(x, y) } y } Arguments '...' exists: FALSE [12:32:36.605] | : . ' future(..., label = NULL) ... [12:32:36.605] | : . ' , lazy: FALSE [12:32:36.605] | : . ' , stdout: TRUE [12:32:36.606] | : . ' , conditions: [n=1] 'condition' [12:32:36.606] | : . ' , gc: FALSE [12:32:36.606] | : . ' , earlySignal: FALSE [12:32:36.606] | : . ' , getGlobalsAndPackages() ... [12:32:36.607] | : . ' , ; Searching for globals ... [12:32:36.619] | : . ' , ; ` globals found: [4] '{', 'sum', 'x', 'y' [12:32:36.619] | : . ' , ; Searching for globals ... done [12:32:36.620] | : . ' , ; Resolving globals: FALSE [12:32:36.620] | : . ' , ; Search for packages associated with the globals ... [12:32:36.621] | : . ' , ; ` Packages associated with globals: [1] 'base' [12:32:36.621] | : . ' , ; ` Packages: [1] 'base' [12:32:36.622] | : . ' , ; Search for packages associated with the globals ... done [12:32:36.622] | : . ' , ; Packages after dropping 'base': [0] [12:32:36.622] | : . ' , ; globals: [2] 'x', 'y' [12:32:36.623] | : . ' , ; packages: [0] [12:32:36.623] | : . ' , getGlobalsAndPackages() ... done [12:32:36.624] | : . ' , run() for 'Future' () ... [12:32:36.624] | : . ' , ; state: 'created' [12:32:36.624] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:36.625] | : . ' , ; plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:36.625] | : . ' , ; Using MultisessionFutureBackend ... [12:32:36.625] | : . ' , ; ` Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:32:36.625] | : . ' , ; ` Launching futures ... [12:32:36.626] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... [12:32:36.626] | : . ' , ; ` | : Workers: [n=2] [12:32:36.626] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:36.630] | : . ' , ; ` | : FutureRegistry: 'workers-b6c513293001070d063170b2fb76b795' [12:32:36.630] | : . ' , ; ` | : requestWorker() ... [12:32:36.630] | : . ' , ; ` | : . requestNode() ... [12:32:36.631] | : . ' , ; ` | : . ' Number of workers: 2 [12:32:36.631] | : . ' , ; ` | : . ' Polling for a free worker ... [12:32:36.631] | : . ' , ; ` | : . ' , FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... [12:32:36.632] | : . ' , ; ` | : . ' , ; Listing all futures [12:32:36.632] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [12:32:36.632] | : . ' , ; ` | : . ' , FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... done [12:32:36.633] | : . ' , ; ` | : . ' , Total time: 0 [12:32:36.633] | : . ' , ; ` | : . ' Polling for a free worker ... done [12:32:36.633] | : . ' , ; ` | : . ' FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... [12:32:36.633] | : . ' , ; ` | : . ' , Listing all futures [12:32:36.634] | : . ' , ; ` | : . ' , Number of registered futures: 0 [12:32:36.634] | : . ' , ; ` | : . ' FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... done [12:32:36.634] | : . ' , ; ` | : . ' avail: [n=2] '1', '2' [12:32:36.635] | : . ' , ; ` | : . ' Index of first available worker: 1 [12:32:36.635] | : . ' , ; ` | : . ' Validate that the worker is functional ... [12:32:36.636] | : . ' , ; ` | : . ' , Worker is functional [12:32:36.636] | : . ' , ; ` | : . ' , FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... [12:32:36.637] | : . ' , ; ` | : . ' , ; Listing all futures [12:32:36.637] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [12:32:36.637] | : . ' , ; ` | : . ' , FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... done [12:32:36.637] | : . ' , ; ` | : . ' Validate that the worker is functional ... done [12:32:36.638] | : . ' , ; ` | : . requestNode() ... done [12:32:36.638] | : . ' , ; ` | : . cluster node index: 1 [12:32:36.638] | : . ' , ; ` | : requestWorker() ... done [12:32:36.639] | : . ' , ; ` | : eraseGlobalEnvironment() ... [12:32:36.640] | : . ' , ; ` | : eraseGlobalEnvironment() ... done [12:32:36.640] | : . ' , ; ` | : launchFuture() ... [12:32:36.640] | : . ' , ; ` | : . cluster node index: 1 [12:32:36.641] | : . ' , ; ` | : . getFutureData() ... [12:32:36.641] | : . ' , ; ` | : . ' getFutureCore() ... [12:32:36.641] | : . ' , ; ` | : . ' , Packages needed by the future expression (n = 0): [12:32:36.642] | : . ' , ; ` | : . ' getFutureCore() ... done [12:32:36.642] | : . ' , ; ` | : . ' getFutureCapture() ... [12:32:36.642] | : . ' , ; ` | : . ' getFutureCapture() ... done [12:32:36.642] | : . ' , ; ` | : . ' getFutureContext() ... [12:32:36.643] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:36.643] | : . ' , ; ` | : . ' , ; Getting stack without first backend: [n=0] [12:32:36.643] | : . ' , ; ` | : . ' , plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:36.644] | : . ' , ; ` | : . ' , Packages needed by future backend (n = 0): [12:32:36.644] | : . ' , ; ` | : . ' getFutureContext() ... done [12:32:36.644] | : . ' , ; ` | : . getFutureData() ... done [12:32:36.645] | : . ' , ; ` | : . FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'add', earlySignal = 0) ... [12:32:36.646] | : . ' , ; ` | : . ' Appended future to position #1 [12:32:36.646] | : . ' , ; ` | : . ' Number of registered futures: 1 [12:32:36.646] | : . ' , ; ` | : . FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'add', earlySignal = 0) ... done [12:32:36.647] | : . ' , ; ` | : launchFuture() ... done [12:32:36.647] | : . ' , ; ` | : MultisessionFuture started [12:32:36.647] | : . ' , ; ` | launchFuture() for ClusterFutureBackend ... done [12:32:36.648] | : . ' , ; ` Launching futures ... done [12:32:36.648] | : . ' , ; ` Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:32:36.648] | : . ' , ; Using MultisessionFutureBackend ... done [12:32:36.649] | : . ' , run() for 'Future' () ... done [12:32:36.649] | : . ' future(..., label = NULL) ... done [12:32:36.649] | : . ' value() for MultisessionFuture () ... [12:32:36.650] | : . ' , result() for ClusterFuture ... [12:32:36.650] | : . ' , ; assertValidConnection() ... [12:32:36.651] | : . ' , ; ` cluster node index: 1 [12:32:36.651] | : . ' , ; assertValidConnection() ... done [12:32:36.652] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... [12:32:36.652] | : . ' , ; ` cluster node index: 1 [12:32:36.653] | : . ' , ; ` [1] TRUE [12:32:36.653] | : . ' , ; ` Received data: [12:32:36.653] | : . ' , ; ` List of 5 [12:32:36.653] | : . ' , ; ` $ type : chr "VALUE" [12:32:36.653] | : . ' , ; ` $ value :List of 16 [12:32:36.653] | : . ' , ; ` ..$ value : num 6 [12:32:36.653] | : . ' , ; ` ..$ visible : logi TRUE [12:32:36.653] | : . ' , ; ` ..$ stdout : chr "" [12:32:36.653] | : . ' , ; ` ..$ conditions : list() [12:32:36.653] | : . ' , ; ` ..$ rng : logi FALSE [12:32:36.653] | : . ' , ; ` ..$ seed : NULL [12:32:36.653] | : . ' , ; ` ..$ misuseGlobalEnv : NULL [12:32:36.653] | : . ' , ; ` ..$ misuseConnections :List of 3 [12:32:36.653] | : . ' , ; ` .. ..$ added : NULL [12:32:36.653] | : . ' , ; ` .. ..$ removed : NULL [12:32:36.653] | : . ' , ; ` .. ..$ replaced: NULL [12:32:36.653] | : . ' , ; ` ..$ misuseDevices : NULL [12:32:36.653] | : . ' , ; ` ..$ misuseDefaultDevice: list() [12:32:36.653] | : . ' , ; ` ..$ started : POSIXct[1:1], format: "2025-07-29 12:32:36" [12:32:36.653] | : . ' , ; ` ..$ finished : POSIXct[1:1], format: "2025-07-29 12:32:36" [12:32:36.653] | : . ' , ; ` ..$ uuid : chr [1:2] "71c05152fe0d6aa8bdf6244ec95599c3" "9" [12:32:36.653] | : . ' , ; ` ..$ session_uuid : chr "e4158fa6b8be547b8932b85c59459f98" [12:32:36.653] | : . ' , ; ` .. ..- attr(*, "source")=List of 5 [12:32:36.653] | : . ' , ; ` .. .. ..$ host : Named chr "CRANWIN3" [12:32:36.653] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:32:36.653] | : . ' , ; ` .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:36.653] | : . ' , ; ` .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:36.653] | : . ' , ; ` .. .. ..$ pid : int 64116 [12:32:36.653] | : . ' , ; ` .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:32:36" [12:32:36.653] | : . ' , ; ` .. .. ..$ random: int 2147483647 [12:32:36.653] | : . ' , ; ` ..$ r_info :List of 4 [12:32:36.653] | : . ' , ; ` .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:32:36.653] | : . ' , ; ` .. .. ..$ : int [1:3] 4 6 0 [12:32:36.653] | : . ' , ; ` .. ..$ os : chr "windows" [12:32:36.653] | : . ' , ; ` .. ..$ os_name : chr "Windows" [12:32:36.653] | : . ' , ; ` .. ..$ captures_utf8: logi TRUE [12:32:36.653] | : . ' , ; ` ..$ version : chr "1.8" [12:32:36.653] | : . ' , ; ` ..- attr(*, "class")= chr "FutureResult" [12:32:36.653] | : . ' , ; ` $ success: logi TRUE [12:32:36.653] | : . ' , ; ` $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:32:36.653] | : . ' , ; ` ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:32:36.653] | : . ' , ; ` $ tag : NULL [12:32:36.675] | : . ' , ; ` Received FutureResult [12:32:36.676] | : . ' , ; ` FutureResult: [12:32:36.676] | : . ' , ; ` value: 'numeric' [12:32:36.676] | : . ' , ; ` visible: TRUE [12:32:36.676] | : . ' , ; ` stdout: character [12:32:36.676] | : . ' , ; ` conditions: [n = 0] [12:32:36.676] | : . ' , ; ` RNG used: FALSE [12:32:36.676] | : . ' , ; ` duration: 0.005228996 secs (started 2025-07-29 12:32:36.6461) [12:32:36.676] | : . ' , ; ` version: 1.8 [12:32:36.677] | : . ' , ; ` FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'remove', earlySignal = 0) ... [12:32:36.677] | : . ' , ; ` | Removed future from position #1 [12:32:36.678] | : . ' , ; ` | Number of registered futures: 0 [12:32:36.678] | : . ' , ; ` FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'remove', earlySignal = 0) ... done [12:32:36.678] | : . ' , ; ` Erased future from future backend [12:32:36.678] | : . ' , ; ` result() for ClusterFuture ... [12:32:36.679] | : . ' , ; ` | result already collected: FutureResult [12:32:36.679] | : . ' , ; ` result() for ClusterFuture ... done [12:32:36.679] | : . ' , ; ` signalConditions() ... [12:32:36.680] | : . ' , ; ` | include = 'immediateCondition' [12:32:36.680] | : . ' , ; ` | exclude = [12:32:36.680] | : . ' , ; ` | resignal = FALSE [12:32:36.680] | : . ' , ; ` | Number of conditions: 0 [12:32:36.681] | : . ' , ; ` | int 0 [12:32:36.682] | : . ' , ; ` signalConditions() ... done [12:32:36.682] | : . ' , ; receiveMessageFromWorker() for ClusterFuture ... done [12:32:36.682] | : . ' , result() for ClusterFuture ... done [12:32:36.682] | : . ' , result() for ClusterFuture ... [12:32:36.683] | : . ' , ; result already collected: FutureResult [12:32:36.683] | : . ' , result() for ClusterFuture ... done [12:32:36.683] | : . ' , signalConditions() ... [12:32:36.684] | : . ' , ; include = 'immediateCondition' [12:32:36.684] | : . ' , ; exclude = [12:32:36.684] | : . ' , ; resignal = FALSE [12:32:36.684] | : . ' , ; Number of conditions: 0 [12:32:36.684] | : . ' , ; int 0 [12:32:36.685] | : . ' , signalConditions() ... done [12:32:36.685] | : . ' , relay stdout ... [12:32:36.686] | : . ' , relay stdout ... done [12:32:36.686] | : . ' , check for misuse ... [12:32:36.686] | : . ' , check for misuse ... done [12:32:36.687] | : . ' value() for MultisessionFuture () ... done [1] 6 ** Sum function 'D' with plan('multisession') ... function (x, y) { message("Arguments '...' exists: ", exists("...", inherits = TRUE)) y %<-% { sum(x, y, ...) } y } Arguments '...' exists: FALSE [12:32:36.688] | : . ' future(..., label = NULL) ... [12:32:36.688] | : . ' , lazy: FALSE [12:32:36.688] | : . ' , stdout: TRUE [12:32:36.689] | : . ' , conditions: [n=1] 'condition' [12:32:36.689] | : . ' , gc: FALSE [12:32:36.689] | : . ' , earlySignal: FALSE [12:32:36.690] | : . ' , getGlobalsAndPackages() ... [12:32:36.690] | : . ' , ; Searching for globals ... [12:32:36.706] | : . ' , ; ` globals found: [5] '{', 'sum', 'x', 'y', '...' [12:32:36.706] | : . ' , ; Searching for globals ... done [12:32:36.707] | : . ' , ; Resolving globals: FALSE [12:32:36.707] | : . ' , ; Tweak future expression to call with '...' arguments ... [12:32:36.707] | : . ' , ; ` Search for packages associated with the globals ... [12:32:36.711] | : . ' , ; ` | Packages associated with globals: [1] 'base' [12:32:36.712] | : . ' , ; ` | Packages: [1] 'base' [12:32:36.712] | : . ' , ; ` Search for packages associated with the globals ... done [12:32:36.713] | : . ' , ; ` Packages after dropping 'base': [0] [12:32:36.713] | : . ' , ; ` globals: [2] 'x', 'y' [12:32:36.713] | : . ' , ; ` packages: [0] [12:32:36.714] | : . ' , ; Tweak future expression to call with '...' arguments ... done [12:32:36.714] | : . ' , ; run() for 'Future' () ... [12:32:36.714] | : . ' , ; ` state: 'created' [12:32:36.715] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:36.715] | : . ' , ; ` plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:36.716] | : . ' , ; ` Using MultisessionFutureBackend ... [12:32:36.716] | : . ' , ; ` | Number of futures since start: 3 (3 created, 3 launched, 3 finished) [12:32:36.716] | : . ' , ; ` | Launching futures ... [12:32:36.717] | : . ' , ; ` | : launchFuture() for ClusterFutureBackend ... [12:32:36.717] | : . ' , ; ` | : . Workers: [n=2] [12:32:36.717] | : . ' , ; ` | : . Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:36.720] | : . ' , ; ` | : . FutureRegistry: 'workers-b6c513293001070d063170b2fb76b795' [12:32:36.721] | : . ' , ; ` | : . requestWorker() ... [12:32:36.721] | : . ' , ; ` | : . ' requestNode() ... [12:32:36.722] | : . ' , ; ` | : . ' , Number of workers: 2 [12:32:36.722] | : . ' , ; ` | : . ' , Polling for a free worker ... [12:32:36.722] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... [12:32:36.723] | : . ' , ; ` | : . ' , ; ` Listing all futures [12:32:36.723] | : . ' , ; ` | : . ' , ; ` Number of registered futures: 0 [12:32:36.723] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... done [12:32:36.724] | : . ' , ; ` | : . ' , ; Total time: 0 [12:32:36.724] | : . ' , ; ` | : . ' , Polling for a free worker ... done [12:32:36.724] | : . ' , ; ` | : . ' , FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... [12:32:36.724] | : . ' , ; ` | : . ' , ; Listing all futures [12:32:36.725] | : . ' , ; ` | : . ' , ; Number of registered futures: 0 [12:32:36.725] | : . ' , ; ` | : . ' , FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... done [12:32:36.725] | : . ' , ; ` | : . ' , avail: [n=2] '1', '2' [12:32:36.726] | : . ' , ; ` | : . ' , Index of first available worker: 1 [12:32:36.726] | : . ' , ; ` | : . ' , Validate that the worker is functional ... [12:32:36.727] | : . ' , ; ` | : . ' , ; Worker is functional [12:32:36.727] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... [12:32:36.728] | : . ' , ; ` | : . ' , ; ` Listing all futures [12:32:36.728] | : . ' , ; ` | : . ' , ; ` Number of registered futures: 0 [12:32:36.728] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... done [12:32:36.729] | : . ' , ; ` | : . ' , Validate that the worker is functional ... done [12:32:36.729] | : . ' , ; ` | : . ' requestNode() ... done [12:32:36.729] | : . ' , ; ` | : . ' cluster node index: 1 [12:32:36.730] | : . ' , ; ` | : . requestWorker() ... done [12:32:36.730] | : . ' , ; ` | : . eraseGlobalEnvironment() ... [12:32:36.731] | : . ' , ; ` | : . eraseGlobalEnvironment() ... done [12:32:36.731] | : . ' , ; ` | : . launchFuture() ... [12:32:36.731] | : . ' , ; ` | : . ' cluster node index: 1 [12:32:36.732] | : . ' , ; ` | : . ' getFutureData() ... [12:32:36.732] | : . ' , ; ` | : . ' , getFutureCore() ... [12:32:36.732] | : . ' , ; ` | : . ' , ; Packages needed by the future expression (n = 0): [12:32:36.733] | : . ' , ; ` | : . ' , getFutureCore() ... done [12:32:36.733] | : . ' , ; ` | : . ' , getFutureCapture() ... [12:32:36.733] | : . ' , ; ` | : . ' , getFutureCapture() ... done [12:32:36.734] | : . ' , ; ` | : . ' , getFutureContext() ... [12:32:36.734] | : . ' , ; ` | : . ' , ; plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:36.734] | : . ' , ; ` | : . ' , ; ` Getting stack without first backend: [n=0] [12:32:36.735] | : . ' , ; ` | : . ' , ; plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:36.735] | : . ' , ; ` | : . ' , ; Packages needed by future backend (n = 0): [12:32:36.735] | : . ' , ; ` | : . ' , getFutureContext() ... done [12:32:36.736] | : . ' , ; ` | : . ' getFutureData() ... done [12:32:36.737] | : . ' , ; ` | : . ' FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'add', earlySignal = 0) ... [12:32:36.737] | : . ' , ; ` | : . ' , Appended future to position #1 [12:32:36.737] | : . ' , ; ` | : . ' , Number of registered futures: 1 [12:32:36.738] | : . ' , ; ` | : . ' FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'add', earlySignal = 0) ... done [12:32:36.738] | : . ' , ; ` | : . launchFuture() ... done [12:32:36.738] | : . ' , ; ` | : . MultisessionFuture started [12:32:36.739] | : . ' , ; ` | : launchFuture() for ClusterFutureBackend ... done [12:32:36.739] | : . ' , ; ` | Launching futures ... done [12:32:36.739] | : . ' , ; ` | Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:32:36.740] | : . ' , ; ` Using MultisessionFutureBackend ... done [12:32:36.740] | : . ' , ; run() for 'Future' () ... done [12:32:36.740] | : . ' , getGlobalsAndPackages() ... done [12:32:36.741] | : . ' , value() for MultisessionFuture () ... [12:32:36.741] | : . ' , ; result() for ClusterFuture ... [12:32:36.741] | : . ' , ; ` assertValidConnection() ... [12:32:36.742] | : . ' , ; ` | cluster node index: 1 [12:32:36.743] | : . ' , ; ` assertValidConnection() ... done [12:32:36.743] | : . ' , ; ` receiveMessageFromWorker() for ClusterFuture ... [12:32:36.743] | : . ' , ; ` | cluster node index: 1 [12:32:36.745] | : . ' , ; ` | [1] TRUE [12:32:36.745] | : . ' , ; ` | Received data: [12:32:36.746] | : . ' , ; ` | List of 5 [12:32:36.746] | : . ' , ; ` | $ type : chr "VALUE" [12:32:36.746] | : . ' , ; ` | $ value :List of 16 [12:32:36.746] | : . ' , ; ` | ..$ value : NULL [12:32:36.746] | : . ' , ; ` | ..$ visible : logi TRUE [12:32:36.746] | : . ' , ; ` | ..$ stdout : chr "" [12:32:36.746] | : . ' , ; ` | ..$ conditions :List of 1 [12:32:36.746] | : . ' , ; ` | .. ..$ :List of 5 [12:32:36.746] | : . ' , ; ` | .. .. ..$ condition:List of 2 [12:32:36.746] | : . ' , ; ` | .. .. .. ..$ message: chr "'...' used in an incorrect context" [12:32:36.746] | : . ' , ; ` | .. .. .. ..$ call : language eval(quote({ { ... [12:32:36.746] | : . ' , ; ` | .. .. .. ..- attr(*, "class")= chr [1:3] "simpleError" "error" "condition" [12:32:36.746] | : . ' , ; ` | .. .. ..$ calls :List of 9 [12:32:36.746] | : . ' , ; ` | .. .. .. ..$ : language eval(expr, envir = globalenv()) [12:32:36.746] | : . ' , ; ` | .. .. .. ..$ : language eval(expr, envir = globalenv()) [12:32:36.746] | : . ' , ; ` | .. .. .. ..$ : language local({ { ... [12:32:36.746] | : . ' , ; ` | .. .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [12:32:36.746] | : . ' , ; ` | .. .. .. ..$ : language eval(expr, p) [12:32:36.746] | : . ' , ; ` | .. .. .. ..$ : language eval(expr, p) [12:32:36.746] | : . ' , ; ` | .. .. .. ..$ : language eval(quote({ { ... [12:32:36.746] | : . ' , ; ` | .. .. .. ..$ : language eval(quote({ { ... [12:32:36.746] | : . ' , ; ` | .. .. .. ..$ : language eval(quote({ { ... [12:32:36.746] | : . ' , ; ` | .. .. ..$ session :List of 6 [12:32:36.746] | : . ' , ; ` | .. .. .. ..$ r :List of 15 [12:32:36.746] | : . ' , ; ` | .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [12:32:36.746] | : . ' , ; ` | .. .. .. .. ..$ arch : chr "x86_64" [12:32:36.746] | : . ' , ; ` | .. .. .. .. ..$ os : chr "mingw32" [12:32:36.746] | : . ' , ; ` | .. .. .. .. ..$ crt : chr "ucrt" [12:32:36.746] | : . ' , ; ` | .. .. .. .. ..$ system : chr "x86_64, mingw32" [12:32:36.746] | : . ' , ; ` | .. .. .. .. ..$ status : chr "Under development (unstable)" [12:32:36.746] | : . ' , ; ` | .. .. .. .. ..$ major : chr "4" [12:32:36.746] | : . ' , ; ` | .. .. .. .. ..$ minor : chr "6.0" [12:32:36.746] | : . ' , ; ` | .. .. .. .. ..$ year : chr "2025" [12:32:36.746] | : . ' , ; ` | .. .. .. .. ..$ month : chr "07" [12:32:36.746] | : . ' , ; ` | .. .. .. .. ..$ day : chr "28" [12:32:36.746] | : . ' , ; ` | .. .. .. .. ..$ svn rev : chr "88462" [12:32:36.746] | : . ' , ; ` | .. .. .. .. ..$ language : chr "R" [12:32:36.746] | : . ' , ; ` | .. .. .. .. ..$ version.string: chr "R Under development (unstable) (2025-07-28 r88462 ucrt)" [12:32:36.746] | : . ' , ; ` | .. .. .. .. ..$ nickname : chr "Unsuffered Consequences" [12:32:36.746] | : . ' , ; ` | .. .. .. ..$ locale : chr "LC_COLLATE=C;LC_CTYPE=German_Germany.utf8;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C" [12:32:36.746] | : . ' , ; ` | .. .. .. ..$ rngkind : chr [1:3] "Mersenne-Twister" "Inversion" "Rejection" [12:32:36.746] | : . ' , ; ` | .. .. .. ..$ namespaces: chr [1:17] "compiler" "parallelly" "graphics" "tools" ... [12:32:36.746] | : . ' , ; ` | .. .. .. ..$ search : chr [1:10] ".GlobalEnv" "package:future" "package:stats" "package:graphics" ... [12:32:36.746] | : . ' , ; ` | .. .. .. ..$ system : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:36.746] | : . ' , ; ` | .. .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:36.746] | : . ' , ; ` | .. .. ..$ timestamp: POSIXct[1:1], format: "2025-07-29 12:32:36" [12:32:36.746] | : . ' , ; ` | .. .. ..$ signaled : int 0 [12:32:36.746] | : . ' , ; ` | ..$ rng : logi FALSE [12:32:36.746] | : . ' , ; ` | ..$ seed : NULL [12:32:36.746] | : . ' , ; ` | ..$ misuseGlobalEnv : NULL [12:32:36.746] | : . ' , ; ` | ..$ misuseConnections :List of 3 [12:32:36.746] | : . ' , ; ` | .. ..$ added : NULL [12:32:36.746] | : . ' , ; ` | .. ..$ removed : NULL [12:32:36.746] | : . ' , ; ` | .. ..$ replaced: NULL [12:32:36.746] | : . ' , ; ` | ..$ misuseDevices : NULL [12:32:36.746] | : . ' , ; ` | ..$ misuseDefaultDevice: list() [12:32:36.746] | : . ' , ; ` | ..$ started : POSIXct[1:1], format: "2025-07-29 12:32:36" [12:32:36.746] | : . ' , ; ` | ..$ finished : POSIXct[1:1], format: "2025-07-29 12:32:36" [12:32:36.746] | : . ' , ; ` | ..$ uuid : chr [1:2] "71c05152fe0d6aa8bdf6244ec95599c3" "10" [12:32:36.746] | : . ' , ; ` | ..$ session_uuid : chr "e4158fa6b8be547b8932b85c59459f98" [12:32:36.746] | : . ' , ; ` | .. ..- attr(*, "source")=List of 5 [12:32:36.746] | : . ' , ; ` | .. .. ..$ host : Named chr "CRANWIN3" [12:32:36.746] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:32:36.746] | : . ' , ; ` | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:36.746] | : . ' , ; ` | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:36.746] | : . ' , ; ` | .. .. ..$ pid : int 64116 [12:32:36.746] | : . ' , ; ` | .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:32:36" [12:32:36.746] | : . ' , ; ` | .. .. ..$ random: int 2147483647 [12:32:36.746] | : . ' , ; ` | ..$ r_info :List of 4 [12:32:36.746] | : . ' , ; ` | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:32:36.746] | : . ' , ; ` | .. .. ..$ : int [1:3] 4 6 0 [12:32:36.746] | : . ' , ; ` | .. ..$ os : chr "windows" [12:32:36.746] | : . ' , ; ` | .. ..$ os_name : chr "Windows" [12:32:36.746] | : . ' , ; ` | .. ..$ captures_utf8: logi TRUE [12:32:36.746] | : . ' , ; ` | ..$ version : chr "1.8" [12:32:36.746] | : . ' , ; ` | ..- attr(*, "class")= chr "FutureResult" [12:32:36.746] | : . ' , ; ` | $ success: logi TRUE [12:32:36.746] | : . ' , ; ` | $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [12:32:36.746] | : . ' , ; ` | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:32:36.746] | : . ' , ; ` | $ tag : NULL [12:32:36.797] | : . ' , ; ` | Received FutureResult [12:32:36.797] | : . ' , ; ` | FutureResult: [12:32:36.797] | : . ' , ; ` | value: 'NULL' [12:32:36.797] | : . ' , ; ` | visible: TRUE [12:32:36.797] | : . ' , ; ` | stdout: character [12:32:36.797] | : . ' , ; ` | conditions: [n = 1] simpleError [12:32:36.797] | : . ' , ; ` | RNG used: FALSE [12:32:36.797] | : . ' , ; ` | duration: 0.006062984 secs (started 2025-07-29 12:32:36.73729) [12:32:36.797] | : . ' , ; ` | version: 1.8 [12:32:36.798] | : . ' , ; ` | FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'remove', earlySignal = 0) ... [12:32:36.798] | : . ' , ; ` | : Removed future from position #1 [12:32:36.799] | : . ' , ; ` | : Number of registered futures: 0 [12:32:36.799] | : . ' , ; ` | FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'remove', earlySignal = 0) ... done [12:32:36.800] | : . ' , ; ` | Erased future from future backend [12:32:36.800] | : . ' , ; ` | result() for ClusterFuture ... [12:32:36.800] | : . ' , ; ` | : result already collected: FutureResult [12:32:36.801] | : . ' , ; ` | result() for ClusterFuture ... done [12:32:36.801] | : . ' , ; ` | signalConditions() ... [12:32:36.801] | : . ' , ; ` | : include = 'immediateCondition' [12:32:36.802] | : . ' , ; ` | : exclude = [12:32:36.802] | : . ' , ; ` | : resignal = FALSE [12:32:36.803] | : . ' , ; ` | : Number of conditions: 1 [12:32:36.803] | : . ' , ; ` | : int 1 [12:32:36.804] | : . ' , ; ` | : Condition #1 (class: 'simpleError', 'error', 'condition'): [12:32:36.804] | : . ' , ; ` | signalConditions() ... done [12:32:36.805] | : . ' , ; ` receiveMessageFromWorker() for ClusterFuture ... done [12:32:36.805] | : . ' , ; result() for ClusterFuture ... done [12:32:36.805] | : . ' , ; result() for ClusterFuture ... [12:32:36.806] | : . ' , ; ` result already collected: FutureResult [12:32:36.806] | : . ' , ; result() for ClusterFuture ... done [12:32:36.806] | : . ' , ; signalConditions() ... [12:32:36.807] | : . ' , ; ` include = 'immediateCondition' [12:32:36.807] | : . ' , ; ` exclude = [12:32:36.807] | : . ' , ; ` resignal = FALSE [12:32:36.808] | : . ' , ; ` Number of conditions: 1 [12:32:36.808] | : . ' , ; ` int 1 [12:32:36.809] | : . ' , ; ` Condition #1 (class: 'simpleError', 'error', 'condition'): [12:32:36.809] | : . ' , ; signalConditions() ... done [12:32:36.810] | : . ' , ; relay stdout ... [12:32:36.810] | : . ' , ; relay stdout ... done [12:32:36.810] | : . ' , ; check for misuse ... [12:32:36.811] | : . ' , ; check for misuse ... done [12:32:36.811] | : . ' , ; relay conditions ... [12:32:36.812] | : . ' , ; ` Future state: 'finished' [12:32:36.812] | : . ' , ; ` result() for ClusterFuture ... [12:32:36.812] | : . ' , ; ` | result already collected: FutureResult [12:32:36.812] | : . ' , ; ` result() for ClusterFuture ... done [12:32:36.813] | : . ' , ; ` signalConditions() ... [12:32:36.813] | : . ' , ; ` | include = 'condition' [12:32:36.813] | : . ' , ; ` | exclude = 'immediateCondition' [12:32:36.814] | : . ' , ; ` | resignal = TRUE [12:32:36.814] | : . ' , ; ` | Number of conditions: 1 [12:32:36.814] | : . ' , ; ` | int 1 [12:32:36.815] | : . ' , ; ` | Condition #1 (class: 'simpleError', 'error', 'condition'): [12:32:36.816] | : . ' , ; ` | Condition #1: 'simpleError', 'error', 'condition' [12:32:36.816] | : . ' , ; ` signalConditions() ... done [12:32:36.816] | : . ' , ; relay conditions ... done Error in eval(quote({ : '...' used in an incorrect context [1] "Error in eval(quote({ : '...' used in an incorrect context\n" attr(,"class") [1] "try-error" attr(,"condition") ** Sum function 'E' with plan('multisession') ... function (...) { message("Arguments '...' exists: ", exists("...", inherits = TRUE)) globals <- globals::globalsByName("...", envir = environment()) f <- future({ fcn <- function() sum(...) fcn() }, envir = parent.frame(), globals = globals) y <- value(f) y } Arguments '...' exists: TRUE [12:32:36.818] | : . ' , ; future(..., label = NULL) ... [12:32:36.818] | : . ' , ; ` lazy: FALSE [12:32:36.819] | : . ' , ; ` stdout: TRUE [12:32:36.819] | : . ' , ; ` conditions: [n=1] 'condition' [12:32:36.819] | : . ' , ; ` gc: FALSE [12:32:36.820] | : . ' , ; ` earlySignal: FALSE [12:32:36.820] | : . ' , ; ` getGlobalsAndPackages() ... [12:32:36.820] | : . ' , ; ` | globals passed as-is: [1] '...' [12:32:36.821] | : . ' , ; ` | Resolving globals: FALSE [12:32:36.821] | : . ' , ; ` | Tweak future expression to call with '...' arguments ... [12:32:36.821] | : . ' , ; ` | : { [12:32:36.821] | : . ' , ; ` | : "# future::getGlobalsAndPackages(): wrapping the original future" [12:32:36.821] | : . ' , ; ` | : "# expression in do.call(), because function called uses '...' " [12:32:36.821] | : . ' , ; ` | : "# as a global variable " [12:32:36.821] | : . ' , ; ` | : do.call(function(...) { [12:32:36.821] | : . ' , ; ` | : fcn <- function() sum(...) [12:32:36.821] | : . ' , ; ` | : fcn() [12:32:36.821] | : . ' , ; ` | : }, args = future.call.arguments) [12:32:36.821] | : . ' , ; ` | : } [12:32:36.822] | : . ' , ; ` | Tweak future expression to call with '...' arguments ... done [12:32:36.822] | : . ' , ; ` | Search for packages associated with the globals ... [12:32:36.823] | : . ' , ; ` | : Packages associated with globals: [0] [12:32:36.823] | : . ' , ; ` | : Packages: [0] [12:32:36.824] | : . ' , ; ` | Search for packages associated with the globals ... done [12:32:36.824] | : . ' , ; ` | Packages after dropping 'base': [0] [12:32:36.825] | : . ' , ; ` | globals: [1] 'future.call.arguments' [12:32:36.825] | : . ' , ; ` | packages: [0] [12:32:36.825] | : . ' , ; ` getGlobalsAndPackages() ... done [12:32:36.826] | : . ' , ; ` run() for 'Future' () ... [12:32:36.826] | : . ' , ; ` | state: 'created' [12:32:36.826] | : . ' , ; ` | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:36.827] | : . ' , ; ` | plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:36.827] | : . ' , ; ` | Using MultisessionFutureBackend ... [12:32:36.827] | : . ' , ; ` | : Number of futures since start: 4 (4 created, 4 launched, 4 finished) [12:32:36.828] | : . ' , ; ` | : Launching futures ... [12:32:36.828] | : . ' , ; ` | : . launchFuture() for ClusterFutureBackend ... [12:32:36.828] | : . ' , ; ` | : . ' Workers: [n=2] [12:32:36.829] | : . ' , ; ` | : . ' Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:36.832] | : . ' , ; ` | : . ' FutureRegistry: 'workers-b6c513293001070d063170b2fb76b795' [12:32:36.832] | : . ' , ; ` | : . ' requestWorker() ... [12:32:36.832] | : . ' , ; ` | : . ' , requestNode() ... [12:32:36.833] | : . ' , ; ` | : . ' , ; Number of workers: 2 [12:32:36.833] | : . ' , ; ` | : . ' , ; Polling for a free worker ... [12:32:36.834] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... [12:32:36.834] | : . ' , ; ` | : . ' , ; ` | Listing all futures [12:32:36.834] | : . ' , ; ` | : . ' , ; ` | Number of registered futures: 0 [12:32:36.835] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... done [12:32:36.835] | : . ' , ; ` | : . ' , ; ` Total time: 0 [12:32:36.835] | : . ' , ; ` | : . ' , ; Polling for a free worker ... done [12:32:36.835] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... [12:32:36.836] | : . ' , ; ` | : . ' , ; ` Listing all futures [12:32:36.836] | : . ' , ; ` | : . ' , ; ` Number of registered futures: 0 [12:32:36.836] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... done [12:32:36.837] | : . ' , ; ` | : . ' , ; avail: [n=2] '1', '2' [12:32:36.837] | : . ' , ; ` | : . ' , ; Index of first available worker: 1 [12:32:36.837] | : . ' , ; ` | : . ' , ; Validate that the worker is functional ... [12:32:36.838] | : . ' , ; ` | : . ' , ; ` Worker is functional [12:32:36.838] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... [12:32:36.839] | : . ' , ; ` | : . ' , ; ` | Listing all futures [12:32:36.839] | : . ' , ; ` | : . ' , ; ` | Number of registered futures: 0 [12:32:36.839] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... done [12:32:36.840] | : . ' , ; ` | : . ' , ; Validate that the worker is functional ... done [12:32:36.840] | : . ' , ; ` | : . ' , requestNode() ... done [12:32:36.840] | : . ' , ; ` | : . ' , cluster node index: 1 [12:32:36.840] | : . ' , ; ` | : . ' requestWorker() ... done [12:32:36.841] | : . ' , ; ` | : . ' eraseGlobalEnvironment() ... [12:32:36.841] | : . ' , ; ` | : . ' eraseGlobalEnvironment() ... done [12:32:36.842] | : . ' , ; ` | : . ' launchFuture() ... [12:32:36.842] | : . ' , ; ` | : . ' , cluster node index: 1 [12:32:36.842] | : . ' , ; ` | : . ' , getFutureData() ... [12:32:36.843] | : . ' , ; ` | : . ' , ; getFutureCore() ... [12:32:36.843] | : . ' , ; ` | : . ' , ; ` Packages needed by the future expression (n = 0): [12:32:36.843] | : . ' , ; ` | : . ' , ; getFutureCore() ... done [12:32:36.843] | : . ' , ; ` | : . ' , ; getFutureCapture() ... [12:32:36.844] | : . ' , ; ` | : . ' , ; getFutureCapture() ... done [12:32:36.844] | : . ' , ; ` | : . ' , ; getFutureContext() ... [12:32:36.844] | : . ' , ; ` | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:36.845] | : . ' , ; ` | : . ' , ; ` | Getting stack without first backend: [n=0] [12:32:36.845] | : . ' , ; ` | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:36.845] | : . ' , ; ` | : . ' , ; ` Packages needed by future backend (n = 0): [12:32:36.845] | : . ' , ; ` | : . ' , ; getFutureContext() ... done [12:32:36.846] | : . ' , ; ` | : . ' , getFutureData() ... done [12:32:36.846] | : . ' , ; ` | : . ' , FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'add', earlySignal = 0) ... [12:32:36.847] | : . ' , ; ` | : . ' , ; Appended future to position #1 [12:32:36.847] | : . ' , ; ` | : . ' , ; Number of registered futures: 1 [12:32:36.847] | : . ' , ; ` | : . ' , FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'add', earlySignal = 0) ... done [12:32:36.848] | : . ' , ; ` | : . ' launchFuture() ... done [12:32:36.848] | : . ' , ; ` | : . ' MultisessionFuture started [12:32:36.848] | : . ' , ; ` | : . launchFuture() for ClusterFutureBackend ... done [12:32:36.849] | : . ' , ; ` | : Launching futures ... done [12:32:36.849] | : . ' , ; ` | : Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:32:36.849] | : . ' , ; ` | Using MultisessionFutureBackend ... done [12:32:36.850] | : . ' , ; ` run() for 'Future' () ... done [12:32:36.850] | : . ' , ; future(..., label = NULL) ... done [12:32:36.850] | : . ' , ; value() for MultisessionFuture () ... [12:32:36.850] | : . ' , ; ` result() for ClusterFuture ... [12:32:36.851] | : . ' , ; ` | assertValidConnection() ... [12:32:36.851] | : . ' , ; ` | : cluster node index: 1 [12:32:36.852] | : . ' , ; ` | assertValidConnection() ... done [12:32:36.852] | : . ' , ; ` | receiveMessageFromWorker() for ClusterFuture ... [12:32:36.853] | : . ' , ; ` | : cluster node index: 1 [12:32:36.853] | : . ' , ; ` | : [1] TRUE [12:32:36.854] | : . ' , ; ` | : Received data: [12:32:36.854] | : . ' , ; ` | : List of 5 [12:32:36.854] | : . ' , ; ` | : $ type : chr "VALUE" [12:32:36.854] | : . ' , ; ` | : $ value :List of 16 [12:32:36.854] | : . ' , ; ` | : ..$ value : num 6 [12:32:36.854] | : . ' , ; ` | : ..$ visible : logi TRUE [12:32:36.854] | : . ' , ; ` | : ..$ stdout : chr "" [12:32:36.854] | : . ' , ; ` | : ..$ conditions : list() [12:32:36.854] | : . ' , ; ` | : ..$ rng : logi FALSE [12:32:36.854] | : . ' , ; ` | : ..$ seed : NULL [12:32:36.854] | : . ' , ; ` | : ..$ misuseGlobalEnv : NULL [12:32:36.854] | : . ' , ; ` | : ..$ misuseConnections :List of 3 [12:32:36.854] | : . ' , ; ` | : .. ..$ added : NULL [12:32:36.854] | : . ' , ; ` | : .. ..$ removed : NULL [12:32:36.854] | : . ' , ; ` | : .. ..$ replaced: NULL [12:32:36.854] | : . ' , ; ` | : ..$ misuseDevices : NULL [12:32:36.854] | : . ' , ; ` | : ..$ misuseDefaultDevice: list() [12:32:36.854] | : . ' , ; ` | : ..$ started : POSIXct[1:1], format: "2025-07-29 12:32:36" [12:32:36.854] | : . ' , ; ` | : ..$ finished : POSIXct[1:1], format: "2025-07-29 12:32:36" [12:32:36.854] | : . ' , ; ` | : ..$ uuid : chr [1:2] "71c05152fe0d6aa8bdf6244ec95599c3" "11" [12:32:36.854] | : . ' , ; ` | : ..$ session_uuid : chr "e4158fa6b8be547b8932b85c59459f98" [12:32:36.854] | : . ' , ; ` | : .. ..- attr(*, "source")=List of 5 [12:32:36.854] | : . ' , ; ` | : .. .. ..$ host : Named chr "CRANWIN3" [12:32:36.854] | : . ' , ; ` | : .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:32:36.854] | : . ' , ; ` | : .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:36.854] | : . ' , ; ` | : .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:36.854] | : . ' , ; ` | : .. .. ..$ pid : int 64116 [12:32:36.854] | : . ' , ; ` | : .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:32:36" [12:32:36.854] | : . ' , ; ` | : .. .. ..$ random: int 2147483647 [12:32:36.854] | : . ' , ; ` | : ..$ r_info :List of 4 [12:32:36.854] | : . ' , ; ` | : .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:32:36.854] | : . ' , ; ` | : .. .. ..$ : int [1:3] 4 6 0 [12:32:36.854] | : . ' , ; ` | : .. ..$ os : chr "windows" [12:32:36.854] | : . ' , ; ` | : .. ..$ os_name : chr "Windows" [12:32:36.854] | : . ' , ; ` | : .. ..$ captures_utf8: logi TRUE [12:32:36.854] | : . ' , ; ` | : ..$ version : chr "1.8" [12:32:36.854] | : . ' , ; ` | : ..- attr(*, "class")= chr "FutureResult" [12:32:36.854] | : . ' , ; ` | : $ success: logi TRUE [12:32:36.854] | : . ' , ; ` | : $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [12:32:36.854] | : . ' , ; ` | : ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:32:36.854] | : . ' , ; ` | : $ tag : NULL [12:32:36.878] | : . ' , ; ` | : Received FutureResult [12:32:36.879] | : . ' , ; ` | : FutureResult: [12:32:36.879] | : . ' , ; ` | : value: 'numeric' [12:32:36.879] | : . ' , ; ` | : visible: TRUE [12:32:36.879] | : . ' , ; ` | : stdout: character [12:32:36.879] | : . ' , ; ` | : conditions: [n = 0] [12:32:36.879] | : . ' , ; ` | : RNG used: FALSE [12:32:36.879] | : . ' , ; ` | : duration: 0.004886866 secs (started 2025-07-29 12:32:36.847196) [12:32:36.879] | : . ' , ; ` | : version: 1.8 [12:32:36.880] | : . ' , ; ` | : FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'remove', earlySignal = 0) ... [12:32:36.880] | : . ' , ; ` | : . Removed future from position #1 [12:32:36.881] | : . ' , ; ` | : . Number of registered futures: 0 [12:32:36.881] | : . ' , ; ` | : FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'remove', earlySignal = 0) ... done [12:32:36.882] | : . ' , ; ` | : Erased future from future backend [12:32:36.882] | : . ' , ; ` | : result() for ClusterFuture ... [12:32:36.882] | : . ' , ; ` | : . result already collected: FutureResult [12:32:36.883] | : . ' , ; ` | : result() for ClusterFuture ... done [12:32:36.883] | : . ' , ; ` | : signalConditions() ... [12:32:36.883] | : . ' , ; ` | : . include = 'immediateCondition' [12:32:36.883] | : . ' , ; ` | : . exclude = [12:32:36.884] | : . ' , ; ` | : . resignal = FALSE [12:32:36.884] | : . ' , ; ` | : . Number of conditions: 0 [12:32:36.884] | : . ' , ; ` | : . int 0 [12:32:36.885] | : . ' , ; ` | : signalConditions() ... done [12:32:36.886] | : . ' , ; ` | receiveMessageFromWorker() for ClusterFuture ... done [12:32:36.886] | : . ' , ; ` result() for ClusterFuture ... done [12:32:36.886] | : . ' , ; ` result() for ClusterFuture ... [12:32:36.887] | : . ' , ; ` | result already collected: FutureResult [12:32:36.890] | : . ' , ; ` result() for ClusterFuture ... done [12:32:36.891] | : . ' , ; ` signalConditions() ... [12:32:36.891] | : . ' , ; ` | include = 'immediateCondition' [12:32:36.891] | : . ' , ; ` | exclude = [12:32:36.892] | : . ' , ; ` | resignal = FALSE [12:32:36.892] | : . ' , ; ` | Number of conditions: 0 [12:32:36.892] | : . ' , ; ` | int 0 [12:32:36.893] | : . ' , ; ` signalConditions() ... done [12:32:36.894] | : . ' , ; ` relay stdout ... [12:32:36.894] | : . ' , ; ` relay stdout ... done [12:32:36.894] | : . ' , ; ` check for misuse ... [12:32:36.895] | : . ' , ; ` check for misuse ... done [12:32:36.895] | : . ' , ; value() for MultisessionFuture () ... done [1] 6 ** Sum function 'F' with plan('multisession') ... function (x, y) { message("Using '...' in a formula") fcn <- function(x, y) { z = ~list(...) sum(x, y) } f <- future(fcn(x, y)) y <- value(f) y } Using '...' in a formula [12:32:36.896] | : . ' , ; future(..., label = NULL) ... [12:32:36.896] | : . ' , ; ` lazy: FALSE [12:32:36.896] | : . ' , ; ` stdout: TRUE [12:32:36.897] | : . ' , ; ` conditions: [n=1] 'condition' [12:32:36.897] | : . ' , ; ` gc: FALSE [12:32:36.897] | : . ' , ; ` earlySignal: FALSE [12:32:36.898] | : . ' , ; ` getGlobalsAndPackages() ... [12:32:36.898] | : . ' , ; ` | Searching for globals ... [12:32:36.924] | : . ' , ; ` | : globals found: [9] 'fcn', 'x', 'y', '{', '=', '~', 'list', '...', 'sum' [12:32:36.924] | : . ' , ; ` | Searching for globals ... done [12:32:36.925] | : . ' , ; ` | Resolving globals: FALSE [12:32:36.925] | : . ' , ; ` | Tweak future expression to call with '...' arguments ... [12:32:36.925] | : . ' , ; ` | : Search for packages associated with the globals ... [12:32:36.926] | : . ' , ; ` | : . Packages associated with globals: [1] 'base' [12:32:36.927] | : . ' , ; ` | : . Packages: [1] 'base' [12:32:36.927] | : . ' , ; ` | : Search for packages associated with the globals ... done [12:32:36.927] | : . ' , ; ` | : Packages after dropping 'base': [0] [12:32:36.928] | : . ' , ; ` | : globals: [3] 'fcn', 'x', 'y' [12:32:36.928] | : . ' , ; ` | : packages: [0] [12:32:36.928] | : . ' , ; ` | Tweak future expression to call with '...' arguments ... done [12:32:36.929] | : . ' , ; ` | run() for 'Future' () ... [12:32:36.929] | : . ' , ; ` | : state: 'created' [12:32:36.929] | : . ' , ; ` | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:36.930] | : . ' , ; ` | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:36.930] | : . ' , ; ` | : Using MultisessionFutureBackend ... [12:32:36.930] | : . ' , ; ` | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [12:32:36.931] | : . ' , ; ` | : . Launching futures ... [12:32:36.931] | : . ' , ; ` | : . ' launchFuture() for ClusterFutureBackend ... [12:32:36.931] | : . ' , ; ` | : . ' , Workers: [n=2] [12:32:36.932] | : . ' , ; ` | : . ' , Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:32:36.935] | : . ' , ; ` | : . ' , FutureRegistry: 'workers-b6c513293001070d063170b2fb76b795' [12:32:36.935] | : . ' , ; ` | : . ' , requestWorker() ... [12:32:36.935] | : . ' , ; ` | : . ' , ; requestNode() ... [12:32:36.936] | : . ' , ; ` | : . ' , ; ` Number of workers: 2 [12:32:36.936] | : . ' , ; ` | : . ' , ; ` Polling for a free worker ... [12:32:36.936] | : . ' , ; ` | : . ' , ; ` | FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... [12:32:36.936] | : . ' , ; ` | : . ' , ; ` | : Listing all futures [12:32:36.937] | : . ' , ; ` | : . ' , ; ` | : Number of registered futures: 0 [12:32:36.937] | : . ' , ; ` | : . ' , ; ` | FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... done [12:32:36.937] | : . ' , ; ` | : . ' , ; ` | Total time: 0 [12:32:36.937] | : . ' , ; ` | : . ' , ; ` Polling for a free worker ... done [12:32:36.938] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... [12:32:36.938] | : . ' , ; ` | : . ' , ; ` | Listing all futures [12:32:36.938] | : . ' , ; ` | : . ' , ; ` | Number of registered futures: 0 [12:32:36.939] | : . ' , ; ` | : . ' , ; ` FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... done [12:32:36.939] | : . ' , ; ` | : . ' , ; ` avail: [n=2] '1', '2' [12:32:36.939] | : . ' , ; ` | : . ' , ; ` Index of first available worker: 1 [12:32:36.939] | : . ' , ; ` | : . ' , ; ` Validate that the worker is functional ... [12:32:36.940] | : . ' , ; ` | : . ' , ; ` | Worker is functional [12:32:36.941] | : . ' , ; ` | : . ' , ; ` | FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... [12:32:36.941] | : . ' , ; ` | : . ' , ; ` | : Listing all futures [12:32:36.941] | : . ' , ; ` | : . ' , ; ` | : Number of registered futures: 0 [12:32:36.941] | : . ' , ; ` | : . ' , ; ` | FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'list', earlySignal = 0) ... done [12:32:36.942] | : . ' , ; ` | : . ' , ; ` Validate that the worker is functional ... done [12:32:36.942] | : . ' , ; ` | : . ' , ; requestNode() ... done [12:32:36.942] | : . ' , ; ` | : . ' , ; cluster node index: 1 [12:32:36.943] | : . ' , ; ` | : . ' , requestWorker() ... done [12:32:36.943] | : . ' , ; ` | : . ' , eraseGlobalEnvironment() ... [12:32:36.944] | : . ' , ; ` | : . ' , eraseGlobalEnvironment() ... done [12:32:36.944] | : . ' , ; ` | : . ' , launchFuture() ... [12:32:36.945] | : . ' , ; ` | : . ' , ; cluster node index: 1 [12:32:36.945] | : . ' , ; ` | : . ' , ; getFutureData() ... [12:32:36.945] | : . ' , ; ` | : . ' , ; ` getFutureCore() ... [12:32:36.946] | : . ' , ; ` | : . ' , ; ` | Packages needed by the future expression (n = 0): [12:32:36.946] | : . ' , ; ` | : . ' , ; ` getFutureCore() ... done [12:32:36.946] | : . ' , ; ` | : . ' , ; ` getFutureCapture() ... [12:32:36.947] | : . ' , ; ` | : . ' , ; ` getFutureCapture() ... done [12:32:36.947] | : . ' , ; ` | : . ' , ; ` getFutureContext() ... [12:32:36.947] | : . ' , ; ` | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:32:36.948] | : . ' , ; ` | : . ' , ; ` | : Getting stack without first backend: [n=0] [12:32:36.948] | : . ' , ; ` | : . ' , ; ` | plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:32:36.948] | : . ' , ; ` | : . ' , ; ` | Packages needed by future backend (n = 0): [12:32:36.949] | : . ' , ; ` | : . ' , ; ` getFutureContext() ... done [12:32:36.949] | : . ' , ; ` | : . ' , ; getFutureData() ... done [12:32:36.950] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'add', earlySignal = 0) ... [12:32:36.950] | : . ' , ; ` | : . ' , ; ` Appended future to position #1 [12:32:36.951] | : . ' , ; ` | : . ' , ; ` Number of registered futures: 1 [12:32:36.951] | : . ' , ; ` | : . ' , ; FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'add', earlySignal = 0) ... done [12:32:36.951] | : . ' , ; ` | : . ' , launchFuture() ... done [12:32:36.951] | : . ' , ; ` | : . ' , MultisessionFuture started [12:32:36.952] | : . ' , ; ` | : . ' launchFuture() for ClusterFutureBackend ... done [12:32:36.952] | : . ' , ; ` | : . Launching futures ... done [12:32:36.952] | : . ' , ; ` | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:32:36.953] | : . ' , ; ` | : Using MultisessionFutureBackend ... done [12:32:36.953] | : . ' , ; ` | run() for 'Future' () ... done [12:32:36.954] | : . ' , ; ` getGlobalsAndPackages() ... done [12:32:36.954] | : . ' , ; ` value() for MultisessionFuture () ... [12:32:36.954] | : . ' , ; ` | result() for ClusterFuture ... [12:32:36.955] | : . ' , ; ` | : assertValidConnection() ... [12:32:36.955] | : . ' , ; ` | : . cluster node index: 1 [12:32:36.956] | : . ' , ; ` | : assertValidConnection() ... done [12:32:36.956] | : . ' , ; ` | : receiveMessageFromWorker() for ClusterFuture ... [12:32:36.956] | : . ' , ; ` | : . cluster node index: 1 [12:32:36.957] | : . ' , ; ` | : . [1] TRUE [12:32:36.958] | : . ' , ; ` | : . Received data: [12:32:36.958] | : . ' , ; ` | : . List of 5 [12:32:36.958] | : . ' , ; ` | : . $ type : chr "VALUE" [12:32:36.958] | : . ' , ; ` | : . $ value :List of 16 [12:32:36.958] | : . ' , ; ` | : . ..$ value : num 6 [12:32:36.958] | : . ' , ; ` | : . ..$ visible : logi TRUE [12:32:36.958] | : . ' , ; ` | : . ..$ stdout : chr "" [12:32:36.958] | : . ' , ; ` | : . ..$ conditions : list() [12:32:36.958] | : . ' , ; ` | : . ..$ rng : logi FALSE [12:32:36.958] | : . ' , ; ` | : . ..$ seed : NULL [12:32:36.958] | : . ' , ; ` | : . ..$ misuseGlobalEnv : NULL [12:32:36.958] | : . ' , ; ` | : . ..$ misuseConnections :List of 3 [12:32:36.958] | : . ' , ; ` | : . .. ..$ added : NULL [12:32:36.958] | : . ' , ; ` | : . .. ..$ removed : NULL [12:32:36.958] | : . ' , ; ` | : . .. ..$ replaced: NULL [12:32:36.958] | : . ' , ; ` | : . ..$ misuseDevices : NULL [12:32:36.958] | : . ' , ; ` | : . ..$ misuseDefaultDevice: list() [12:32:36.958] | : . ' , ; ` | : . ..$ started : POSIXct[1:1], format: "2025-07-29 12:32:36" [12:32:36.958] | : . ' , ; ` | : . ..$ finished : POSIXct[1:1], format: "2025-07-29 12:32:36" [12:32:36.958] | : . ' , ; ` | : . ..$ uuid : chr [1:2] "71c05152fe0d6aa8bdf6244ec95599c3" "12" [12:32:36.958] | : . ' , ; ` | : . ..$ session_uuid : chr "e4158fa6b8be547b8932b85c59459f98" [12:32:36.958] | : . ' , ; ` | : . .. ..- attr(*, "source")=List of 5 [12:32:36.958] | : . ' , ; ` | : . .. .. ..$ host : Named chr "CRANWIN3" [12:32:36.958] | : . ' , ; ` | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:32:36.958] | : . ' , ; ` | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:32:36.958] | : . ' , ; ` | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:32:36.958] | : . ' , ; ` | : . .. .. ..$ pid : int 64116 [12:32:36.958] | : . ' , ; ` | : . .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:32:36" [12:32:36.958] | : . ' , ; ` | : . .. .. ..$ random: int 2147483647 [12:32:36.958] | : . ' , ; ` | : . ..$ r_info :List of 4 [12:32:36.958] | : . ' , ; ` | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:32:36.958] | : . ' , ; ` | : . .. .. ..$ : int [1:3] 4 6 0 [12:32:36.958] | : . ' , ; ` | : . .. ..$ os : chr "windows" [12:32:36.958] | : . ' , ; ` | : . .. ..$ os_name : chr "Windows" [12:32:36.958] | : . ' , ; ` | : . .. ..$ captures_utf8: logi TRUE [12:32:36.958] | : . ' , ; ` | : . ..$ version : chr "1.8" [12:32:36.958] | : . ' , ; ` | : . ..- attr(*, "class")= chr "FutureResult" [12:32:36.958] | : . ' , ; ` | : . $ success: logi TRUE [12:32:36.958] | : . ' , ; ` | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:32:36.958] | : . ' , ; ` | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:32:36.958] | : . ' , ; ` | : . $ tag : NULL [12:32:36.984] | : . ' , ; ` | : . Received FutureResult [12:32:36.984] | : . ' , ; ` | : . FutureResult: [12:32:36.984] | : . ' , ; ` | : . value: 'numeric' [12:32:36.984] | : . ' , ; ` | : . visible: TRUE [12:32:36.984] | : . ' , ; ` | : . stdout: character [12:32:36.984] | : . ' , ; ` | : . conditions: [n = 0] [12:32:36.984] | : . ' , ; ` | : . RNG used: FALSE [12:32:36.984] | : . ' , ; ` | : . duration: 0.004107952 secs (started 2025-07-29 12:32:36.950506) [12:32:36.984] | : . ' , ; ` | : . version: 1.8 [12:32:36.985] | : . ' , ; ` | : . FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'remove', earlySignal = 0) ... [12:32:36.985] | : . ' , ; ` | : . ' Removed future from position #1 [12:32:36.986] | : . ' , ; ` | : . ' Number of registered futures: 0 [12:32:36.986] | : . ' , ; ` | : . FutureRegistry('workers-b6c513293001070d063170b2fb76b795', action = 'remove', earlySignal = 0) ... done [12:32:36.987] | : . ' , ; ` | : . Erased future from future backend [12:32:36.987] | : . ' , ; ` | : . result() for ClusterFuture ... [12:32:36.987] | : . ' , ; ` | : . ' result already collected: FutureResult [12:32:36.987] | : . ' , ; ` | : . result() for ClusterFuture ... done [12:32:36.988] | : . ' , ; ` | : . signalConditions() ... [12:32:36.988] | : . ' , ; ` | : . ' include = 'immediateCondition' [12:32:36.988] | : . ' , ; ` | : . ' exclude = [12:32:36.989] | : . ' , ; ` | : . ' resignal = FALSE [12:32:36.989] | : . ' , ; ` | : . ' Number of conditions: 0 [12:32:36.989] | : . ' , ; ` | : . ' int 0 [12:32:36.990] | : . ' , ; ` | : . signalConditions() ... done [12:32:36.991] | : . ' , ; ` | : receiveMessageFromWorker() for ClusterFuture ... done [12:32:36.991] | : . ' , ; ` | result() for ClusterFuture ... done [12:32:36.991] | : . ' , ; ` | result() for ClusterFuture ... [12:32:36.992] | : . ' , ; ` | : result already collected: FutureResult [12:32:36.992] | : . ' , ; ` | result() for ClusterFuture ... done [12:32:36.992] | : . ' , ; ` | signalConditions() ... [12:32:36.993] | : . ' , ; ` | : include = 'immediateCondition' [12:32:36.993] | : . ' , ; ` | : exclude = [12:32:36.993] | : . ' , ; ` | : resignal = FALSE [12:32:36.994] | : . ' , ; ` | : Number of conditions: 0 [12:32:36.994] | : . ' , ; ` | : int 0 [12:32:36.995] | : . ' , ; ` | signalConditions() ... done [12:32:36.995] | : . ' , ; ` | relay stdout ... [12:32:36.996] | : . ' , ; ` | relay stdout ... done [12:32:36.996] | : . ' , ; ` | check for misuse ... [12:32:36.996] | : . ' , ; ` | check for misuse ... done [12:32:36.997] | : . ' , ; ` value() for MultisessionFuture () ... done [1] 6 Testing with 2 cores ... DONE > message("*** Global argument '...' ... DONE") *** Global argument '...' ... DONE Sourcing 6 epilogue scripts ... 01/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/001.undo-future.R' 02/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/002.undo-state.R' Failed to undo environment variables: - Expected environment variables: [n=213] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_07_29_12_30_17_31216' Sourcing 6 epilogue scripts ... done Test time: user.self=2s, sys.self=0.06s, elapsed=3s, user.child=NAs, sys.child=NAs Test 'dotdotdot' ... success > > proc.time() user system elapsed 2.10 0.15 3.20