R version 4.5.0 RC (2025-04-04 r88126 ucrt) -- "How About a Twenty-Six" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script incl/testme/test-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) [08:47:13.271] Option 'future.startup.script': TRUE [08:47:13.272] Future startup scripts considered: '.future.R', '~/.future.R' [08:47:13.273] 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') ... [08:47:13.319] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:13.319] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:47:13.319] | : all.equal() for FutureStrategyList ... [08:47:13.319] | : . New stack: [08:47:13.319] | : . List of 1 [08:47:13.319] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.319] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.319] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.319] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.319] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.319] | : . ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [08:47:13.319] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.323] | : . Old stack: [08:47:13.324] | : . List of 1 [08:47:13.324] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.324] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.324] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.324] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.324] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.324] | : . ..- attr(*, "call")= language plan(sequential) [08:47:13.324] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.327] | : . Not identical [08:47:13.327] | : . all.equal() for future ... [08:47:13.327] | : . | List of 2 [08:47:13.327] | : . | $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.327] | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.327] | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.327] | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.327] | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.327] | : . | ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [08:47:13.327] | : . | $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.327] | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.327] | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.327] | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.327] | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.327] | : . | ..- attr(*, "call")= language plan(sequential) [08:47:13.333] | : . all.equal() for future ... done [08:47:13.333] | : all.equal() for FutureStrategyList ... done [08:47:13.333] | : plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:13.333] | : List of future strategies: [08:47:13.333] | : 1. sequential: [08:47:13.333] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:13.333] | : - tweaked: FALSE [08:47:13.333] | : - call: plan(sequential) [08:47:13.334] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:47:13.334] plan(, .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 [08:47:13.337] getGlobalsAndPackages() ... [08:47:13.338] | Searching for globals ... [08:47:13.345] | : globals found: [4] '{', 'sum', 'x', '...' [08:47:13.345] | Searching for globals ... DONE [08:47:13.345] | Resolving globals: FALSE [08:47:13.345] | Tweak future expression to call with '...' arguments ... [08:47:13.346] | : { [08:47:13.346] | : "# future::getGlobalsAndPackages(): wrapping the original future" [08:47:13.346] | : "# expression in do.call(), because function called uses '...' " [08:47:13.346] | : "# as a global variable " [08:47:13.346] | : do.call(function(...) { [08:47:13.346] | : sum(x, ...) [08:47:13.346] | : }, args = future.call.arguments) [08:47:13.346] | : } [08:47:13.346] | Tweak future expression to call with '...' arguments ... DONE [08:47:13.346] | Search for packages associated with the globals ... [08:47:13.347] | : Packages associated with globals: [1] 'base' [08:47:13.348] | : Packages: [1] 'base' [08:47:13.348] | Search for packages associated with the globals ... DONE [08:47:13.348] | Packages after dropping 'base': [0] [08:47:13.349] | globals: [2] 'x', 'future.call.arguments' [08:47:13.350] | packages: [0] [08:47:13.350] getGlobalsAndPackages() ... done [08:47:13.351] run() for Future ('Future') ... [08:47:13.351] | state: 'created' [08:47:13.351] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:13.352] | : makeFutureBackend() ... [08:47:13.352] | : . Backend function: <'NULL'> [08:47:13.352] | : . Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [08:47:13.353] | : makeFutureBackend() ... done [08:47:13.353] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:13.353] | Using SequentialFutureBackend ... [08:47:13.353] | : Launching futures ... [08:47:13.354] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:13.354] | : . | getFutureData() ... [08:47:13.354] | : . | : getFutureCore() ... [08:47:13.355] | : . | : . Packages needed by the future expression (n = 0): [08:47:13.355] | : . | : getFutureCore() ... done [08:47:13.355] | : . | : getFutureCapture() ... [08:47:13.355] | : . | : getFutureCapture() ... done [08:47:13.356] | : . | : getFutureContext() ... [08:47:13.356] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:13.356] | : . | : . | Getting stack without first strategy: [n=0] [08:47:13.356] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:13.357] | : . | : . Packages needed by future strategies (n = 0): [08:47:13.357] | : . | : getFutureContext() ... done [08:47:13.357] | : . | getFutureData() ... done [08:47:13.359] | : . | attachPackages() ... [08:47:13.359] | : . | : packages: [n=1] 'future' [08:47:13.359] | : . | attachPackages() ... DONE [08:47:13.360] | : . | attachPackages() ... [08:47:13.360] | : . | : packages: [n=0] [08:47:13.360] | : . | attachPackages() ... DONE [08:47:13.361] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:13.361] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:13.361] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:13.362] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:13.362] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:13.363] | : . | : . all.equal() for FutureStrategyList ... [08:47:13.363] | : . | : . | New stack: [08:47:13.363] | : . | : . | List of 1 [08:47:13.363] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.363] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.363] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.363] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.363] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.363] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:13.363] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.366] | : . | : . | Old stack: [08:47:13.367] | : . | : . | List of 1 [08:47:13.367] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.367] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.367] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.367] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.367] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.367] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:13.367] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.367] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.367] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.367] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.374] | : . | : . | Not identical [08:47:13.375] | : . | : . | all.equal() for future ... [08:47:13.375] | : . | : . | : List of 2 [08:47:13.375] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.375] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.375] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.375] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.375] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.375] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:13.375] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.375] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.375] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.375] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.375] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.375] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:13.375] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.375] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.375] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.380] | : . | : . | all.equal() for future ... done [08:47:13.381] | : . | : . all.equal() for FutureStrategyList ... done [08:47:13.381] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:13.381] | : . | : . List of future strategies: [08:47:13.381] | : . | : . 1. sequential: [08:47:13.381] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:13.381] | : . | : . - tweaked: FALSE [08:47:13.381] | : . | : . - call: plan(sequential) [08:47:13.381] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:13.382] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:13.382] | : . | assign_globals() ... [08:47:13.382] | : . | List of 2 [08:47:13.382] | : . | $ x : int [1:2] 1 2 [08:47:13.382] | : . | $ future.call.arguments:List of 1 [08:47:13.382] | : . | ..$ : num 3 [08:47:13.382] | : . | ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:47:13.382] | : . | - attr(*, "where")=List of 2 [08:47:13.382] | : . | ..$ x : [08:47:13.382] | : . | ..$ future.call.arguments: [08:47:13.382] | : . | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:13.382] | : . | - attr(*, "resolved")= logi FALSE [08:47:13.382] | : . | - attr(*, "total_size")= num NA [08:47:13.382] | : . | - attr(*, "already-done")= logi TRUE [08:47:13.386] | : . | - copied 'x' to environment [08:47:13.386] | : . | - copied 'future.call.arguments' to environment [08:47:13.386] | : . | assign_globals() ... done [08:47:13.451] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:13.451] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:13.452] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:13.452] | : . | : . | all.equal() for FutureStrategyList ... [08:47:13.452] | : . | : . | : New stack: [08:47:13.453] | : . | : . | : List of 1 [08:47:13.453] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.453] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.453] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.453] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.453] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.453] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:13.453] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.453] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.453] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.453] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.458] | : . | : . | : Old stack: [08:47:13.458] | : . | : . | : List of 1 [08:47:13.458] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.458] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.458] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.458] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.458] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.458] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:13.458] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.458] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.458] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.458] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.465] | : . | : . | : Identical [08:47:13.465] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:13.466] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:13.466] | : . | : . | List of future strategies: [08:47:13.466] | : . | : . | 1. sequential: [08:47:13.466] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:13.466] | : . | : . | - tweaked: FALSE [08:47:13.466] | : . | : . | - call: plan(sequential) [08:47:13.467] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:13.467] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:13.467] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:13.468] | : . | SequentialFuture started (and completed) [08:47:13.469] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:13.469] | : Launching futures ... done [08:47:13.470] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:13.470] | Using SequentialFutureBackend ... done [08:47:13.470] run() for Future ('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 [08:47:13.473] getGlobalsAndPackages() ... [08:47:13.473] | Searching for globals ... [08:47:13.476] | : globals found: [4] '{', 'sum', 'x', '...' [08:47:13.476] | Searching for globals ... DONE [08:47:13.477] | Resolving globals: FALSE [08:47:13.477] | Tweak future expression to call with '...' arguments ... [08:47:13.478] | : { [08:47:13.478] | : "# future::getGlobalsAndPackages(): wrapping the original future" [08:47:13.478] | : "# expression in do.call(), because function called uses '...' " [08:47:13.478] | : "# as a global variable " [08:47:13.478] | : do.call(function(...) { [08:47:13.478] | : sum(x, ...) [08:47:13.478] | : }, args = future.call.arguments) [08:47:13.478] | : } [08:47:13.478] | Tweak future expression to call with '...' arguments ... DONE [08:47:13.479] | Search for packages associated with the globals ... [08:47:13.479] | : Packages associated with globals: [1] 'base' [08:47:13.480] | : Packages: [1] 'base' [08:47:13.480] | Search for packages associated with the globals ... DONE [08:47:13.481] | Packages after dropping 'base': [0] [08:47:13.481] | globals: [2] 'x', 'future.call.arguments' [08:47:13.481] | packages: [0] [08:47:13.482] getGlobalsAndPackages() ... done [08:47:13.482] run() for Future ('Future') ... [08:47:13.483] | state: 'created' [08:47:13.483] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:13.483] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:13.484] | Using SequentialFutureBackend ... [08:47:13.484] | : Launching futures ... [08:47:13.485] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:13.485] | : . | getFutureData() ... [08:47:13.485] | : . | : getFutureCore() ... [08:47:13.486] | : . | : . Packages needed by the future expression (n = 0): [08:47:13.486] | : . | : getFutureCore() ... done [08:47:13.486] | : . | : getFutureCapture() ... [08:47:13.486] | : . | : getFutureCapture() ... done [08:47:13.487] | : . | : getFutureContext() ... [08:47:13.487] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:13.487] | : . | : . | Getting stack without first strategy: [n=0] [08:47:13.488] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:13.548] | : . | : . Packages needed by future strategies (n = 0): [08:47:13.548] | : . | : getFutureContext() ... done [08:47:13.549] | : . | getFutureData() ... done [08:47:13.549] | : . | attachPackages() ... [08:47:13.549] | : . | : packages: [n=1] 'future' [08:47:13.550] | : . | attachPackages() ... DONE [08:47:13.550] | : . | attachPackages() ... [08:47:13.550] | : . | : packages: [n=0] [08:47:13.551] | : . | attachPackages() ... DONE [08:47:13.551] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:13.552] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:13.552] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:13.553] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:13.553] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:13.553] | : . | : . all.equal() for FutureStrategyList ... [08:47:13.554] | : . | : . | New stack: [08:47:13.554] | : . | : . | List of 1 [08:47:13.554] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.554] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.554] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.554] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.554] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.554] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:13.554] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.558] | : . | : . | Old stack: [08:47:13.558] | : . | : . | List of 1 [08:47:13.558] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.558] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.558] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.558] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.558] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.558] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:13.558] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.558] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.558] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.558] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.564] | : . | : . | Not identical [08:47:13.564] | : . | : . | all.equal() for future ... [08:47:13.564] | : . | : . | : List of 2 [08:47:13.564] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.564] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.564] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.564] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.564] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.564] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:13.564] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.564] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.564] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.564] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.564] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.564] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:13.564] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.564] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.564] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.573] | : . | : . | all.equal() for future ... done [08:47:13.573] | : . | : . all.equal() for FutureStrategyList ... done [08:47:13.574] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:13.574] | : . | : . List of future strategies: [08:47:13.574] | : . | : . 1. sequential: [08:47:13.574] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:13.574] | : . | : . - tweaked: FALSE [08:47:13.574] | : . | : . - call: plan(sequential) [08:47:13.575] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:13.575] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:13.576] | : . | assign_globals() ... [08:47:13.576] | : . | List of 2 [08:47:13.576] | : . | $ x : int [1:2] 1 2 [08:47:13.576] | : . | $ future.call.arguments:List of 1 [08:47:13.576] | : . | ..$ : num 3 [08:47:13.576] | : . | ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:47:13.576] | : . | - attr(*, "where")=List of 2 [08:47:13.576] | : . | ..$ x : [08:47:13.576] | : . | ..$ future.call.arguments: [08:47:13.576] | : . | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:13.576] | : . | - attr(*, "resolved")= logi FALSE [08:47:13.576] | : . | - attr(*, "total_size")= num NA [08:47:13.576] | : . | - attr(*, "already-done")= logi TRUE [08:47:13.583] | : . | - copied 'x' to environment [08:47:13.583] | : . | - copied 'future.call.arguments' to environment [08:47:13.583] | : . | assign_globals() ... done [08:47:13.588] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:13.588] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:13.589] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:13.589] | : . | : . | all.equal() for FutureStrategyList ... [08:47:13.590] | : . | : . | : New stack: [08:47:13.590] | : . | : . | : List of 1 [08:47:13.590] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.590] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.590] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.590] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.590] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.590] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:13.590] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.590] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.590] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.590] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.598] | : . | : . | : Old stack: [08:47:13.599] | : . | : . | : List of 1 [08:47:13.599] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.599] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.599] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.599] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.599] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.599] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:13.599] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.599] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.599] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.599] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.606] | : . | : . | : Identical [08:47:13.606] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:13.606] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:13.606] | : . | : . | List of future strategies: [08:47:13.606] | : . | : . | 1. sequential: [08:47:13.606] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:13.606] | : . | : . | - tweaked: FALSE [08:47:13.606] | : . | : . | - call: plan(sequential) [08:47:13.608] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:13.608] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:13.608] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:13.609] | : . | SequentialFuture started (and completed) [08:47:13.609] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:13.610] | : Launching futures ... done [08:47:13.610] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:13.610] | Using SequentialFutureBackend ... done [08:47:13.611] run() for Future ('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 [08:47:13.612] getGlobalsAndPackages() ... [08:47:13.612] | Searching for globals ... [08:47:13.615] | : globals found: [4] '{', 'sum', 'x', 'y' [08:47:13.615] | Searching for globals ... DONE [08:47:13.616] | Resolving globals: FALSE [08:47:13.616] | Search for packages associated with the globals ... [08:47:13.617] | : Packages associated with globals: [1] 'base' [08:47:13.617] | : Packages: [1] 'base' [08:47:13.618] | Search for packages associated with the globals ... DONE [08:47:13.618] | Packages after dropping 'base': [0] [08:47:13.618] | globals: [2] 'x', 'y' [08:47:13.618] | packages: [0] [08:47:13.619] getGlobalsAndPackages() ... done [08:47:13.619] run() for Future ('Future') ... [08:47:13.620] | state: 'created' [08:47:13.620] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:13.620] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:13.621] | Using SequentialFutureBackend ... [08:47:13.621] | : Launching futures ... [08:47:13.621] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:13.622] | : . | getFutureData() ... [08:47:13.622] | : . | : getFutureCore() ... [08:47:13.622] | : . | : . Packages needed by the future expression (n = 0): [08:47:13.623] | : . | : getFutureCore() ... done [08:47:13.623] | : . | : getFutureCapture() ... [08:47:13.623] | : . | : getFutureCapture() ... done [08:47:13.624] | : . | : getFutureContext() ... [08:47:13.624] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:13.624] | : . | : . | Getting stack without first strategy: [n=0] [08:47:13.625] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:13.625] | : . | : . Packages needed by future strategies (n = 0): [08:47:13.625] | : . | : getFutureContext() ... done [08:47:13.626] | : . | getFutureData() ... done [08:47:13.626] | : . | attachPackages() ... [08:47:13.626] | : . | : packages: [n=1] 'future' [08:47:13.627] | : . | attachPackages() ... DONE [08:47:13.627] | : . | attachPackages() ... [08:47:13.627] | : . | : packages: [n=0] [08:47:13.628] | : . | attachPackages() ... DONE [08:47:13.628] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:13.629] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:13.629] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:13.630] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:13.630] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:13.631] | : . | : . all.equal() for FutureStrategyList ... [08:47:13.631] | : . | : . | New stack: [08:47:13.631] | : . | : . | List of 1 [08:47:13.631] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.631] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.631] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.631] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.631] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.631] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:13.631] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.636] | : . | : . | Old stack: [08:47:13.637] | : . | : . | List of 1 [08:47:13.637] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.637] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.637] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.637] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.637] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.637] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:13.637] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.637] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.637] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.637] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.643] | : . | : . | Not identical [08:47:13.643] | : . | : . | all.equal() for future ... [08:47:13.644] | : . | : . | : List of 2 [08:47:13.644] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.644] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.644] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.644] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.644] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.644] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:13.644] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.644] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.644] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.644] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.644] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.644] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:13.644] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.644] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.644] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.654] | : . | : . | all.equal() for future ... done [08:47:13.655] | : . | : . all.equal() for FutureStrategyList ... done [08:47:13.655] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:13.655] | : . | : . List of future strategies: [08:47:13.655] | : . | : . 1. sequential: [08:47:13.655] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:13.655] | : . | : . - tweaked: FALSE [08:47:13.655] | : . | : . - call: plan(sequential) [08:47:13.656] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:13.657] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:13.657] | : . | assign_globals() ... [08:47:13.658] | : . | List of 2 [08:47:13.658] | : . | $ x: int [1:2] 1 2 [08:47:13.658] | : . | $ y: num 3 [08:47:13.658] | : . | - attr(*, "where")=List of 2 [08:47:13.658] | : . | ..$ x: [08:47:13.658] | : . | ..$ y: [08:47:13.658] | : . | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:13.658] | : . | - attr(*, "resolved")= logi FALSE [08:47:13.658] | : . | - attr(*, "total_size")= num NA [08:47:13.658] | : . | - attr(*, "already-done")= logi TRUE [08:47:13.664] | : . | - copied 'x' to environment [08:47:13.665] | : . | - copied 'y' to environment [08:47:13.665] | : . | assign_globals() ... done [08:47:13.669] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:13.669] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:13.670] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:13.670] | : . | : . | all.equal() for FutureStrategyList ... [08:47:13.671] | : . | : . | : New stack: [08:47:13.671] | : . | : . | : List of 1 [08:47:13.671] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.671] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.671] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.671] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.671] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.671] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:13.671] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.671] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.671] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.671] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.678] | : . | : . | : Old stack: [08:47:13.678] | : . | : . | : List of 1 [08:47:13.678] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.678] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.678] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.678] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.678] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.678] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:13.678] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.678] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.678] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.678] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.685] | : . | : . | : Identical [08:47:13.685] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:13.685] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:13.686] | : . | : . | List of future strategies: [08:47:13.686] | : . | : . | 1. sequential: [08:47:13.686] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:13.686] | : . | : . | - tweaked: FALSE [08:47:13.686] | : . | : . | - call: plan(sequential) [08:47:13.687] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:13.687] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:13.688] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:13.688] | : . | SequentialFuture started (and completed) [08:47:13.689] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:13.689] | : Launching futures ... done [08:47:13.689] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:13.690] | Using SequentialFutureBackend ... done [08:47:13.690] run() for Future ('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 [08:47:13.692] getGlobalsAndPackages() ... [08:47:13.692] | Searching for globals ... [08:47:13.695] | : globals found: [5] '{', 'sum', 'x', 'y', '...' [08:47:13.696] | Searching for globals ... DONE [08:47:13.696] | Resolving globals: FALSE [08:47:13.696] | Tweak future expression to call with '...' arguments ... [08:47:13.697] | : Search for packages associated with the globals ... [08:47:13.697] | : . Packages associated with globals: [1] 'base' [08:47:13.698] | : . Packages: [1] 'base' [08:47:13.698] | : Search for packages associated with the globals ... DONE [08:47:13.699] | : Packages after dropping 'base': [0] [08:47:13.699] | : globals: [2] 'x', 'y' [08:47:13.699] | : packages: [0] [08:47:13.700] | getGlobalsAndPackages() ... done [08:47:13.700] | run() for Future ('Future') ... [08:47:13.700] | : state: 'created' [08:47:13.701] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:13.701] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:13.701] | : Using SequentialFutureBackend ... [08:47:13.702] | : . Launching futures ... [08:47:13.702] | : . | launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:13.702] | : . | : getFutureData() ... [08:47:13.703] | : . | : . getFutureCore() ... [08:47:13.703] | : . | : . | Packages needed by the future expression (n = 0): [08:47:13.703] | : . | : . getFutureCore() ... done [08:47:13.704] | : . | : . getFutureCapture() ... [08:47:13.704] | : . | : . getFutureCapture() ... done [08:47:13.704] | : . | : . getFutureContext() ... [08:47:13.704] | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:13.705] | : . | : . | : Getting stack without first strategy: [n=0] [08:47:13.705] | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:13.705] | : . | : . | Packages needed by future strategies (n = 0): [08:47:13.706] | : . | : . getFutureContext() ... done [08:47:13.706] | : . | : getFutureData() ... done [08:47:13.706] | : . | : attachPackages() ... [08:47:13.707] | : . | : . packages: [n=1] 'future' [08:47:13.707] | : . | : attachPackages() ... DONE [08:47:13.707] | : . | : attachPackages() ... [08:47:13.707] | : . | : . packages: [n=0] [08:47:13.708] | : . | : attachPackages() ... DONE [08:47:13.709] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:13.709] | : . | : . Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:13.709] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:13.710] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:13.710] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:13.711] | : . | : . | all.equal() for FutureStrategyList ... [08:47:13.711] | : . | : . | : New stack: [08:47:13.711] | : . | : . | : List of 1 [08:47:13.711] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.711] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.711] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.711] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.711] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.711] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:13.711] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.716] | : . | : . | : Old stack: [08:47:13.716] | : . | : . | : List of 1 [08:47:13.716] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.716] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.716] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.716] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.716] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.716] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:13.716] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.716] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.716] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.716] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.726] | : . | : . | : Not identical [08:47:13.726] | : . | : . | : all.equal() for future ... [08:47:13.726] | : . | : . | : . List of 2 [08:47:13.726] | : . | : . | : . $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.726] | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.726] | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.726] | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.726] | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.726] | : . | : . | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:13.726] | : . | : . | : . $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.726] | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.726] | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.726] | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.726] | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.726] | : . | : . | : . ..- attr(*, "call")= language plan(sequential) [08:47:13.726] | : . | : . | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.726] | : . | : . | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.726] | : . | : . | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.735] | : . | : . | : all.equal() for future ... done [08:47:13.735] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:13.736] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:13.736] | : . | : . | List of future strategies: [08:47:13.736] | : . | : . | 1. sequential: [08:47:13.736] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:13.736] | : . | : . | - tweaked: FALSE [08:47:13.736] | : . | : . | - call: plan(sequential) [08:47:13.737] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:13.737] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:13.738] | : . | : assign_globals() ... [08:47:13.738] | : . | : List of 2 [08:47:13.738] | : . | : $ x: int [1:2] 1 2 [08:47:13.738] | : . | : $ y: num 3 [08:47:13.738] | : . | : - attr(*, "where")=List of 2 [08:47:13.738] | : . | : ..$ x: [08:47:13.738] | : . | : ..$ y: [08:47:13.738] | : . | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:13.738] | : . | : - attr(*, "resolved")= logi FALSE [08:47:13.738] | : . | : - attr(*, "total_size")= num NA [08:47:13.738] | : . | : - attr(*, "already-done")= logi TRUE [08:47:13.743] | : . | : - copied 'x' to environment [08:47:13.744] | : . | : - copied 'y' to environment [08:47:13.744] | : . | : assign_globals() ... done [08:47:13.749] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:13.749] | : . | : . plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:13.749] | : . | : . | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:13.750] | : . | : . | : all.equal() for FutureStrategyList ... [08:47:13.750] | : . | : . | : . New stack: [08:47:13.750] | : . | : . | : . List of 1 [08:47:13.750] | : . | : . | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.750] | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.750] | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.750] | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.750] | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.750] | : . | : . | : . ..- attr(*, "call")= language plan(sequential) [08:47:13.750] | : . | : . | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.750] | : . | : . | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.750] | : . | : . | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.750] | : . | : . | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.756] | : . | : . | : . Old stack: [08:47:13.756] | : . | : . | : . List of 1 [08:47:13.756] | : . | : . | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.756] | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.756] | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.756] | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.756] | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.756] | : . | : . | : . ..- attr(*, "call")= language plan(sequential) [08:47:13.756] | : . | : . | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.756] | : . | : . | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.756] | : . | : . | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.756] | : . | : . | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.762] | : . | : . | : . Identical [08:47:13.762] | : . | : . | : all.equal() for FutureStrategyList ... done [08:47:13.762] | : . | : . | : plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:13.763] | : . | : . | : List of future strategies: [08:47:13.763] | : . | : . | : 1. sequential: [08:47:13.763] | : . | : . | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:13.763] | : . | : . | : - tweaked: FALSE [08:47:13.763] | : . | : . | : - call: plan(sequential) [08:47:13.764] | : . | : . | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:13.764] | : . | : . plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:13.764] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:13.765] | : . | : SequentialFuture started (and completed) [08:47:13.765] | : . | : signalConditions() ... [08:47:13.766] | : . | : . include = 'immediateCondition' [08:47:13.766] | : . | : . exclude = [08:47:13.766] | : . | : . resignal = FALSE [08:47:13.766] | : . | : . Number of conditions: 1 [08:47:13.767] | : . | : signalConditions() ... done [08:47:13.767] | : . | launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:13.767] | : . Launching futures ... done [08:47:13.768] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:13.768] | : Using SequentialFutureBackend ... done [08:47:13.768] | run() for Future ('SequentialFuture') ... done [08:47:13.769] | signalConditions() ... [08:47:13.769] | : include = 'immediateCondition' [08:47:13.769] | : exclude = [08:47:13.769] | : resignal = FALSE [08:47:13.770] | : Number of conditions: 1 [08:47:13.770] | signalConditions() ... done [08:47:13.770] | Future state: 'finished' [08:47:13.771] | signalConditions() ... [08:47:13.771] | : include = 'condition' [08:47:13.771] | : exclude = 'immediateCondition' [08:47:13.771] | : resignal = TRUE [08:47:13.772] | : Number of conditions: 1 [08:47:13.772] | : Condition #1: 'simpleError', 'error', 'condition' [08:47:13.772] | signalConditions() ... 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 [08:47:13.774] | getGlobalsAndPackages() ... [08:47:13.774] | : globals passed as-is: [1] '...' [08:47:13.775] | : Resolving globals: FALSE [08:47:13.775] | : Tweak future expression to call with '...' arguments ... [08:47:13.775] | : . { [08:47:13.775] | : . "# future::getGlobalsAndPackages(): wrapping the original future" [08:47:13.775] | : . "# expression in do.call(), because function called uses '...' " [08:47:13.775] | : . "# as a global variable " [08:47:13.775] | : . do.call(function(...) { [08:47:13.775] | : . fcn <- function() sum(...) [08:47:13.775] | : . fcn() [08:47:13.775] | : . }, args = future.call.arguments) [08:47:13.775] | : . } [08:47:13.776] | : Tweak future expression to call with '...' arguments ... DONE [08:47:13.776] | : Search for packages associated with the globals ... [08:47:13.777] | : . Packages associated with globals: [0] [08:47:13.777] | : . Packages: [0] [08:47:13.777] | : Search for packages associated with the globals ... DONE [08:47:13.778] | : Packages after dropping 'base': [0] [08:47:13.778] | : globals: [1] 'future.call.arguments' [08:47:13.778] | : packages: [0] [08:47:13.778] | getGlobalsAndPackages() ... done [08:47:13.779] | run() for Future ('Future') ... [08:47:13.779] | : state: 'created' [08:47:13.780] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:13.780] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:13.780] | : Using SequentialFutureBackend ... [08:47:13.780] | : . Launching futures ... [08:47:13.781] | : . | launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:13.781] | : . | : getFutureData() ... [08:47:13.781] | : . | : . getFutureCore() ... [08:47:13.782] | : . | : . | Packages needed by the future expression (n = 0): [08:47:13.782] | : . | : . getFutureCore() ... done [08:47:13.782] | : . | : . getFutureCapture() ... [08:47:13.782] | : . | : . getFutureCapture() ... done [08:47:13.783] | : . | : . getFutureContext() ... [08:47:13.783] | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:13.783] | : . | : . | : Getting stack without first strategy: [n=0] [08:47:13.784] | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:13.784] | : . | : . | Packages needed by future strategies (n = 0): [08:47:13.784] | : . | : . getFutureContext() ... done [08:47:13.784] | : . | : getFutureData() ... done [08:47:13.785] | : . | : attachPackages() ... [08:47:13.785] | : . | : . packages: [n=1] 'future' [08:47:13.785] | : . | : attachPackages() ... DONE [08:47:13.786] | : . | : attachPackages() ... [08:47:13.786] | : . | : . packages: [n=0] [08:47:13.786] | : . | : attachPackages() ... DONE [08:47:13.787] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:13.787] | : . | : . Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:13.788] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:13.788] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:13.789] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:13.789] | : . | : . | all.equal() for FutureStrategyList ... [08:47:13.789] | : . | : . | : New stack: [08:47:13.790] | : . | : . | : List of 1 [08:47:13.790] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.790] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.790] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.790] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.790] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.790] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:13.790] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.794] | : . | : . | : Old stack: [08:47:13.794] | : . | : . | : List of 1 [08:47:13.794] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.794] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.794] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.794] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.794] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.794] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:13.794] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.794] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.794] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.794] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.800] | : . | : . | : Not identical [08:47:13.800] | : . | : . | : all.equal() for future ... [08:47:13.801] | : . | : . | : . List of 2 [08:47:13.801] | : . | : . | : . $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.801] | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.801] | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.801] | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.801] | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.801] | : . | : . | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:13.801] | : . | : . | : . $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.801] | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.801] | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.801] | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.801] | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.801] | : . | : . | : . ..- attr(*, "call")= language plan(sequential) [08:47:13.801] | : . | : . | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.801] | : . | : . | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.801] | : . | : . | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.810] | : . | : . | : all.equal() for future ... done [08:47:13.810] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:13.810] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:13.811] | : . | : . | List of future strategies: [08:47:13.811] | : . | : . | 1. sequential: [08:47:13.811] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:13.811] | : . | : . | - tweaked: FALSE [08:47:13.811] | : . | : . | - call: plan(sequential) [08:47:13.812] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:13.812] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:13.812] | : . | : assign_globals() ... [08:47:13.813] | : . | : List of 1 [08:47:13.813] | : . | : $ future.call.arguments:List of 2 [08:47:13.813] | : . | : ..$ : int [1:2] 1 2 [08:47:13.813] | : . | : ..$ : num 3 [08:47:13.813] | : . | : ..- attr(*, "class")= chr [1:2] "DotDotDotList" "list" [08:47:13.813] | : . | : - attr(*, "where")=List of 1 [08:47:13.813] | : . | : ..$ future.call.arguments: [08:47:13.813] | : . | : - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:13.813] | : . | : - attr(*, "resolved")= logi FALSE [08:47:13.813] | : . | : - attr(*, "total_size")= num NA [08:47:13.813] | : . | : - attr(*, "already-done")= logi TRUE [08:47:13.819] | : . | : - copied 'future.call.arguments' to environment [08:47:13.819] | : . | : assign_globals() ... done [08:47:13.823] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:13.823] | : . | : . plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:13.824] | : . | : . | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:13.824] | : . | : . | : all.equal() for FutureStrategyList ... [08:47:13.824] | : . | : . | : . New stack: [08:47:13.824] | : . | : . | : . List of 1 [08:47:13.824] | : . | : . | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.824] | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.824] | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.824] | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.824] | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.824] | : . | : . | : . ..- attr(*, "call")= language plan(sequential) [08:47:13.824] | : . | : . | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.824] | : . | : . | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.824] | : . | : . | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.824] | : . | : . | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.830] | : . | : . | : . Old stack: [08:47:13.830] | : . | : . | : . List of 1 [08:47:13.830] | : . | : . | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.830] | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.830] | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.830] | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.830] | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.830] | : . | : . | : . ..- attr(*, "call")= language plan(sequential) [08:47:13.830] | : . | : . | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.830] | : . | : . | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.830] | : . | : . | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.830] | : . | : . | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.836] | : . | : . | : . Identical [08:47:13.836] | : . | : . | : all.equal() for FutureStrategyList ... done [08:47:13.836] | : . | : . | : plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:13.837] | : . | : . | : List of future strategies: [08:47:13.837] | : . | : . | : 1. sequential: [08:47:13.837] | : . | : . | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:13.837] | : . | : . | : - tweaked: FALSE [08:47:13.837] | : . | : . | : - call: plan(sequential) [08:47:13.838] | : . | : . | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:13.838] | : . | : . plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:13.838] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:13.839] | : . | : SequentialFuture started (and completed) [08:47:13.839] | : . | launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:13.839] | : . Launching futures ... done [08:47:13.840] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:13.840] | : Using SequentialFutureBackend ... done [08:47:13.840] | run() for Future ('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 [08:47:13.841] | getGlobalsAndPackages() ... [08:47:13.841] | : Searching for globals ... [08:47:13.847] | : . globals found: [9] 'fcn', 'x', 'y', '{', '=', '~', 'list', '...', 'sum' [08:47:13.847] | : Searching for globals ... DONE [08:47:13.848] | : Resolving globals: FALSE [08:47:13.848] | : Tweak future expression to call with '...' arguments ... [08:47:13.848] | : . Search for packages associated with the globals ... [08:47:13.849] | : . | Packages associated with globals: [1] 'base' [08:47:13.849] | : . | Packages: [1] 'base' [08:47:13.850] | : . Search for packages associated with the globals ... DONE [08:47:13.850] | : . Packages after dropping 'base': [0] [08:47:13.850] | : . globals: [3] 'fcn', 'x', 'y' [08:47:13.850] | : . packages: [0] [08:47:13.851] | : getGlobalsAndPackages() ... done [08:47:13.851] | : run() for Future ('Future') ... [08:47:13.852] | : . state: 'created' [08:47:13.852] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:13.852] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:13.852] | : . Using SequentialFutureBackend ... [08:47:13.853] | : . | Launching futures ... [08:47:13.853] | : . | : launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:13.853] | : . | : . getFutureData() ... [08:47:13.854] | : . | : . | getFutureCore() ... [08:47:13.854] | : . | : . | : Packages needed by the future expression (n = 0): [08:47:13.854] | : . | : . | getFutureCore() ... done [08:47:13.854] | : . | : . | getFutureCapture() ... [08:47:13.855] | : . | : . | getFutureCapture() ... done [08:47:13.855] | : . | : . | getFutureContext() ... [08:47:13.855] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:13.855] | : . | : . | : . Getting stack without first strategy: [n=0] [08:47:13.856] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:13.856] | : . | : . | : Packages needed by future strategies (n = 0): [08:47:13.856] | : . | : . | getFutureContext() ... done [08:47:13.857] | : . | : . getFutureData() ... done [08:47:13.857] | : . | : . attachPackages() ... [08:47:13.857] | : . | : . | packages: [n=1] 'future' [08:47:13.858] | : . | : . attachPackages() ... DONE [08:47:13.858] | : . | : . attachPackages() ... [08:47:13.858] | : . | : . | packages: [n=0] [08:47:13.858] | : . | : . attachPackages() ... DONE [08:47:13.859] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:13.859] | : . | : . | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:13.860] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:13.860] | : . | : . plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:13.861] | : . | : . | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:13.861] | : . | : . | : all.equal() for FutureStrategyList ... [08:47:13.861] | : . | : . | : . New stack: [08:47:13.862] | : . | : . | : . List of 1 [08:47:13.862] | : . | : . | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.862] | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.862] | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.862] | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.862] | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.862] | : . | : . | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:13.862] | : . | : . | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.866] | : . | : . | : . Old stack: [08:47:13.866] | : . | : . | : . List of 1 [08:47:13.866] | : . | : . | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.866] | : . | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.866] | : . | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.866] | : . | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.866] | : . | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.866] | : . | : . | : . ..- attr(*, "call")= language plan(sequential) [08:47:13.866] | : . | : . | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.866] | : . | : . | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.866] | : . | : . | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.866] | : . | : . | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.871] | : . | : . | : . Not identical [08:47:13.872] | : . | : . | : . all.equal() for future ... [08:47:13.872] | : . | : . | : . | List of 2 [08:47:13.872] | : . | : . | : . | $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.872] | : . | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.872] | : . | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.872] | : . | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.872] | : . | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.872] | : . | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:13.872] | : . | : . | : . | $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.872] | : . | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.872] | : . | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.872] | : . | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.872] | : . | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.872] | : . | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:13.872] | : . | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.872] | : . | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.872] | : . | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.884] | : . | : . | : . all.equal() for future ... done [08:47:13.885] | : . | : . | : all.equal() for FutureStrategyList ... done [08:47:13.885] | : . | : . | : plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:13.885] | : . | : . | : List of future strategies: [08:47:13.885] | : . | : . | : 1. sequential: [08:47:13.885] | : . | : . | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:13.885] | : . | : . | : - tweaked: FALSE [08:47:13.885] | : . | : . | : - call: plan(sequential) [08:47:13.886] | : . | : . | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:13.886] | : . | : . plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:13.887] | : . | : . assign_globals() ... [08:47:13.887] | : . | : . List of 3 [08:47:13.887] | : . | : . $ fcn:function (x, y) [08:47:13.887] | : . | : . $ x : int [1:2] 1 2 [08:47:13.887] | : . | : . $ y : num 3 [08:47:13.887] | : . | : . - attr(*, "where")=List of 3 [08:47:13.887] | : . | : . ..$ fcn: [08:47:13.887] | : . | : . ..$ x : [08:47:13.887] | : . | : . ..$ y : [08:47:13.887] | : . | : . - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:13.887] | : . | : . - attr(*, "resolved")= logi FALSE [08:47:13.887] | : . | : . - attr(*, "total_size")= num NA [08:47:13.887] | : . | : . - attr(*, "already-done")= logi TRUE [08:47:13.894] | : . | : . - reassign environment for 'fcn' [where=emptyenv()] [08:47:13.894] | : . | : . - copied 'fcn' to environment [08:47:13.894] | : . | : . - copied 'x' to environment [08:47:13.894] | : . | : . - copied 'y' to environment [08:47:13.895] | : . | : . assign_globals() ... done [08:47:13.898] | : . | : . plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:13.899] | : . | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:13.899] | : . | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:13.899] | : . | : . | : . all.equal() for FutureStrategyList ... [08:47:13.900] | : . | : . | : . | New stack: [08:47:13.900] | : . | : . | : . | List of 1 [08:47:13.900] | : . | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.900] | : . | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.900] | : . | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.900] | : . | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.900] | : . | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.900] | : . | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:13.900] | : . | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.900] | : . | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.900] | : . | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.900] | : . | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.905] | : . | : . | : . | Old stack: [08:47:13.906] | : . | : . | : . | List of 1 [08:47:13.906] | : . | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.906] | : . | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.906] | : . | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.906] | : . | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.906] | : . | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.906] | : . | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:13.906] | : . | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.906] | : . | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.906] | : . | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.906] | : . | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.911] | : . | : . | : . | Identical [08:47:13.912] | : . | : . | : . all.equal() for FutureStrategyList ... done [08:47:13.912] | : . | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:13.912] | : . | : . | : . List of future strategies: [08:47:13.912] | : . | : . | : . 1. sequential: [08:47:13.912] | : . | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:13.912] | : . | : . | : . - tweaked: FALSE [08:47:13.912] | : . | : . | : . - call: plan(sequential) [08:47:13.913] | : . | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:13.913] | : . | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:13.914] | : . | : . plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:13.914] | : . | : . SequentialFuture started (and completed) [08:47:13.915] | : . | : launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:13.915] | : . | Launching futures ... done [08:47:13.915] | : . | Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:13.916] | : . Using SequentialFutureBackend ... done [08:47:13.916] | : run() for Future ('SequentialFuture') ... done [1] 6 Testing with 1 cores ... DONE Testing with 2 cores ... *** Global argument '...' ... - plan('multisession') ... [08:47:13.917] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:13.918] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:47:13.918] | : . | all.equal() for FutureStrategyList ... [08:47:13.918] | : . | : New stack: [08:47:13.919] | : . | : List of 1 [08:47:13.919] | : . | : $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:47:13.919] | : . | : gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.919] | : . | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:47:13.919] | : . | : ..- attr(*, "init")= logi TRUE [08:47:13.919] | : . | : ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:13.919] | : . | : .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:13.919] | : . | : ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:13.919] | : . | : ..- attr(*, "untweakable")= chr "persistent" [08:47:13.919] | : . | : ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [08:47:13.919] | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.924] | : . | : Old stack: [08:47:13.925] | : . | : List of 1 [08:47:13.925] | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.925] | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.925] | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.925] | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.925] | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.925] | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:13.925] | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.925] | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.925] | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.925] | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.930] | : . | : Not identical [08:47:13.931] | : . | : all.equal() for future ... [08:47:13.931] | : . | : . List of 2 [08:47:13.931] | : . | : . $ target :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:47:13.931] | : . | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.931] | : . | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:47:13.931] | : . | : . ..- attr(*, "init")= logi TRUE [08:47:13.931] | : . | : . ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:13.931] | : . | : . .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:13.931] | : . | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:13.931] | : . | : . ..- attr(*, "untweakable")= chr "persistent" [08:47:13.931] | : . | : . ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [08:47:13.931] | : . | : . $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.931] | : . | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:13.931] | : . | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.931] | : . | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.931] | : . | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.931] | : . | : . ..- attr(*, "call")= language plan(sequential) [08:47:13.931] | : . | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:13.931] | : . | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:13.931] | : . | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:13.941] | : . | : . Formals differ [08:47:13.942] | : . | : all.equal() for future ... done [08:47:13.942] | : . | : Future strategies differ at level 1 [08:47:13.942] | : . | all.equal() for FutureStrategyList ... done [08:47:13.943] | : . | plan(): Setting new future strategy stack: [08:47:13.943] | : . | List of future strategies: [08:47:13.943] | : . | 1. multisession: [08:47:13.943] | : . | - args: function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.943] | : . | - tweaked: FALSE [08:47:13.943] | : . | - call: plan(strategy, substitute = FALSE) [08:47:13.944] | : . | List of 1 [08:47:13.944] | : . | $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:47:13.944] | : . | gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.944] | : . | ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:47:13.944] | : . | ..- attr(*, "init")= logi TRUE [08:47:13.944] | : . | ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:13.944] | : . | .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:13.944] | : . | ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:13.944] | : . | ..- attr(*, "untweakable")= chr "persistent" [08:47:13.944] | : . | ..- attr(*, "call")= language plan(strategy, substitute = FALSE) [08:47:13.944] | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:13.950] | : . | plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [08:47:13.951] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:13.951] | : . | : . Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [08:47:13.951] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:13.952] | : . | : Legacy shutdown of cluster workers ... [08:47:13.952] | : . | : . Stopping existing cluster ... [08:47:13.953] | : . | : . | No pre-existing cluster. Skipping [08:47:13.953] | : . | : . Stopping existing cluster ... done [08:47:13.953] | : . | : Legacy shutdown of cluster workers ... done [08:47:13.954] | : . | plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [08:47:13.954] | : . | plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [08:47:13.955] | : . | : function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:47:13.955] | : . | : gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:13.955] | : . | : - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:47:13.955] | : . | : - attr(*, "init")= logi TRUE [08:47:13.955] | : . | : - attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:13.955] | : . | : ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:13.955] | : . | : - attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:13.955] | : . | : - attr(*, "untweakable")= chr "persistent" [08:47:13.955] | : . | : - attr(*, "call")= language plan(strategy, substitute = FALSE) [08:47:13.960] | : . | : init: TRUE [08:47:13.960] | : . | : makeFutureBackend() ... [08:47:13.961] | : . | : . Backend function: <'NULL'> [08:47:13.964] | : . | : . ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [08:47:13.964] | : . | : . | workers: 2 [08:47:13.965] | : . | : . | getCluster() ... [08:47:13.965] | : . | : . | getCluster() ... done [08:47:13.965] | : . | : . | Stopping existing cluster ... [08:47:13.966] | : . | : . | : No pre-existing cluster. Skipping [08:47:13.966] | : . | : . | Stopping existing cluster ... done [08:47:13.966] | : . | : . | Starting new cluster ... [08:47:13.967] | : . | : . | : makeCluster(workers, ...) ... [08:47:13.967] | : . | : . | : . Arguments: [08:47:13.967] | : . | : . | : . List of 2 [08:47:13.967] | : . | : . | : . $ : int 2 [08:47:13.967] | : . | : . | : . $ rscript_libs: chr [1:2] "D:/temp/2025_04_10_08_45_16_15127/RtmpUpSTwM/RLIBS_ba78790269fd" "D:/RCompile/recent/R/library" [08:47:14.903] | : . | : . | : . Generated cluster UUID [08:47:14.903] | : . | : . | : . Cluster UUID: 'c7e485623ecfd480e7080183c39b7afa' [08:47:14.903] | : . | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:14.907] | : . | : . | : makeCluster(workers, ...) ... done [08:47:14.907] | : . | : . | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:14.909] | : . | : . | Starting new cluster ... done [08:47:14.909] | : . | : . | Number of workers: 2 [08:47:14.909] | : . | : . | Workers UUID: 'c7e485623ecfd480e7080183c39b7afa' [08:47:14.909] | : . | : . ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [08:47:14.909] | : . | : . Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [08:47:14.910] | : . | : makeFutureBackend() ... done [08:47:14.910] | : . | plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [08:47:14.910] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:14.910] | : . | : Getting current ("next") strategy: 'FutureStrategy', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:47:14.910] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:14.911] | : . | plan(): nbrOfWorkers() = 2 [08:47:14.911] | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:47:14.911] | : plan(, .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 [08:47:14.912] | : getGlobalsAndPackages() ... [08:47:14.912] | : . Searching for globals ... [08:47:14.913] | : . | globals found: [4] '{', 'sum', 'x', '...' [08:47:14.914] | : . Searching for globals ... DONE [08:47:14.914] | : . Resolving globals: FALSE [08:47:14.914] | : . Tweak future expression to call with '...' arguments ... [08:47:14.914] | : . | { [08:47:14.914] | : . | "# future::getGlobalsAndPackages(): wrapping the original future" [08:47:14.914] | : . | "# expression in do.call(), because function called uses '...' " [08:47:14.914] | : . | "# as a global variable " [08:47:14.914] | : . | do.call(function(...) { [08:47:14.914] | : . | sum(x, ...) [08:47:14.914] | : . | }, args = future.call.arguments) [08:47:14.914] | : . | } [08:47:14.915] | : . Tweak future expression to call with '...' arguments ... DONE [08:47:14.915] | : . Search for packages associated with the globals ... [08:47:14.915] | : . | Packages associated with globals: [1] 'base' [08:47:14.915] | : . | Packages: [1] 'base' [08:47:14.915] | : . Search for packages associated with the globals ... DONE [08:47:14.916] | : . Packages after dropping 'base': [0] [08:47:14.916] | : . globals: [2] 'x', 'future.call.arguments' [08:47:14.916] | : . packages: [0] [08:47:14.916] | : getGlobalsAndPackages() ... done [08:47:14.916] | : run() for Future ('Future') ... [08:47:14.917] | : . state: 'created' [08:47:14.917] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:14.917] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:14.917] | : . Using MultisessionFutureBackend ... [08:47:14.917] | : . | Launching futures ... [08:47:14.918] | : . | : launchFuture() for ClusterFutureBackend ... [08:47:14.918] | : . | : . Workers: [n=2] [08:47:14.918] | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:14.920] | : . | : . FutureRegistry: 'workers-c7e485623ecfd480e7080183c39b7afa' [08:47:14.920] | : . | : . requestWorker() ... [08:47:14.920] | : . | : . | requestNode() ... [08:47:14.920] | : . | : . | : Number of workers: 2 [08:47:14.920] | : . | : . | : Polling for a free worker ... [08:47:14.921] | : . | : . | : . FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... [08:47:14.921] | : . | : . | : . | Created empty registry 'workers-c7e485623ecfd480e7080183c39b7afa' [08:47:14.921] | : . | : . | : . | Listing all futures [08:47:14.921] | : . | : . | : . | Number of registered futures: 0 [08:47:14.921] | : . | : . | : . FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... done [08:47:14.921] | : . | : . | : . Total time: 0 [08:47:14.922] | : . | : . | : Polling for a free worker ... done [08:47:14.922] | : . | : . | : FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... [08:47:14.922] | : . | : . | : . Listing all futures [08:47:14.922] | : . | : . | : . Number of registered futures: 0 [08:47:14.922] | : . | : . | : FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... done [08:47:14.922] | : . | : . | : Index of first available worker: 1 [08:47:14.922] | : . | : . | : Validate that the worker is functional ... [08:47:15.077] | : . | : . | : . Worker is functional [08:47:15.078] | : . | : . | : requestNode() ... done [08:47:15.078] | : . | : . | : cluster node index: 1 [08:47:15.079] | : . | : . | requestWorker() ... done [08:47:15.079] | : . | : . | eraseGlobalEnvironment() ... [08:47:15.080] | : . | : . | eraseGlobalEnvironment() ... done [08:47:15.080] | : . | : . | launchFuture() ... [08:47:15.080] | : . | : . | : cluster node index: 1 [08:47:15.080] | : . | : . | : getFutureData() ... [08:47:15.081] | : . | : . | : . getFutureCore() ... [08:47:15.081] | : . | : . | : . | Packages needed by the future expression (n = 0): [08:47:15.081] | : . | : . | : . getFutureCore() ... done [08:47:15.081] | : . | : . | : . getFutureCapture() ... [08:47:15.082] | : . | : . | : . getFutureCapture() ... done [08:47:15.082] | : . | : . | : . getFutureContext() ... [08:47:15.082] | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:15.082] | : . | : . | : . | : Getting stack without first strategy: [n=0] [08:47:15.083] | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:15.083] | : . | : . | : . | Packages needed by future strategies (n = 0): [08:47:15.083] | : . | : . | : . getFutureContext() ... done [08:47:15.083] | : . | : . | : getFutureData() ... done [08:47:15.084] | : . | : . | : FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'add', earlySignal = 0) ... [08:47:15.085] | : . | : . | : . Appended future to position #1 [08:47:15.085] | : . | : . | : . Number of registered futures: 1 [08:47:15.085] | : . | : . | : FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'add', earlySignal = 0) ... done [08:47:15.085] | : . | : . | launchFuture() ... done [08:47:15.086] | : . | : . | MultisessionFuture started [08:47:15.086] | : . | : . launchFuture() for ClusterFutureBackend ... done [08:47:15.086] | : . | : Launching futures ... done [08:47:15.086] | : . | : Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:15.087] | : . | Using MultisessionFutureBackend ... done [08:47:15.087] | : . run() for Future ('MultisessionFuture') ... done [08:47:15.087] | : . result() for ClusterFuture ... [08:47:15.088] | : . | assertValidConnection() ... [08:47:15.088] | : . | : cluster node index: 1 [08:47:15.089] | : . | assertValidConnection() ... done [08:47:15.090] | : . | receiveMessageFromWorker() for ClusterFuture ... [08:47:15.090] | : . | : cluster node index: 1 [08:47:15.159] | : . | : [1] TRUE [08:47:15.160] | : . | : received data: [08:47:15.160] | : . | : List of 5 [08:47:15.160] | : . | : $ type : chr "VALUE" [08:47:15.160] | : . | : $ value :List of 13 [08:47:15.160] | : . | : ..$ value : num 6 [08:47:15.160] | : . | : ..$ visible : logi TRUE [08:47:15.160] | : . | : ..$ stdout : chr "" [08:47:15.160] | : . | : ..$ conditions : list() [08:47:15.160] | : . | : ..$ rng : logi FALSE [08:47:15.160] | : . | : ..$ misuseGlobalEnv : NULL [08:47:15.160] | : . | : ..$ misuseConnections:List of 3 [08:47:15.160] | : . | : .. ..$ added : NULL [08:47:15.160] | : . | : .. ..$ removed : NULL [08:47:15.160] | : . | : .. ..$ replaced: NULL [08:47:15.160] | : . | : ..$ misuseDevices : NULL [08:47:15.160] | : . | : ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:15" [08:47:15.160] | : . | : ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:15" [08:47:15.160] | : . | : ..$ session_uuid : chr "3d149b0cd8da021f3bab40e2ef2642db" [08:47:15.160] | : . | : .. ..- attr(*, "source")=List of 5 [08:47:15.160] | : . | : .. .. ..$ host : Named chr "CRANWIN3" [08:47:15.160] | : . | : .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:15.160] | : . | : .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:15.160] | : . | : .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:15.160] | : . | : .. .. ..$ pid : int 15000 [08:47:15.160] | : . | : .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:15" [08:47:15.160] | : . | : .. .. ..$ random: int 2147483647 [08:47:15.160] | : . | : ..$ r_info :List of 4 [08:47:15.160] | : . | : .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:15.160] | : . | : .. .. ..$ : int [1:3] 4 5 0 [08:47:15.160] | : . | : .. ..$ os : chr "windows" [08:47:15.160] | : . | : .. ..$ os_name : chr "Windows" [08:47:15.160] | : . | : .. ..$ captures_utf8: logi TRUE [08:47:15.160] | : . | : ..$ version : chr "1.8" [08:47:15.160] | : . | : ..- attr(*, "class")= chr "FutureResult" [08:47:15.160] | : . | : $ success: logi TRUE [08:47:15.160] | : . | : $ time : 'proc_time' Named num [1:5] 0.05 0.03 0.08 NA NA [08:47:15.160] | : . | : ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:15.160] | : . | : $ tag : NULL [08:47:15.175] | : . | : Received FutureResult [08:47:15.175] | : . | : FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'remove', earlySignal = 0) ... [08:47:15.177] | : . | : . Removed future from position #1 [08:47:15.177] | : . | : . Number of registered futures: 0 [08:47:15.177] | : . | : FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'remove', earlySignal = 0) ... done [08:47:15.178] | : . | : Erased future from future backend [08:47:15.178] | : . | : result() for ClusterFuture ... [08:47:15.178] | : . | : . result already collected: FutureResult [08:47:15.178] | : . | : result() for ClusterFuture ... done [08:47:15.178] | : . | receiveMessageFromWorker() for ClusterFuture ... done [08:47:15.178] | : . result() for ClusterFuture ... done [08:47:15.178] | : . result() for ClusterFuture ... [08:47:15.179] | : . | result already collected: FutureResult [08:47:15.179] | : . result() for ClusterFuture ... 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 [08:47:15.179] | : . getGlobalsAndPackages() ... [08:47:15.180] | : . | Searching for globals ... [08:47:15.181] | : . | : globals found: [4] '{', 'sum', 'x', '...' [08:47:15.181] | : . | Searching for globals ... DONE [08:47:15.181] | : . | Resolving globals: FALSE [08:47:15.182] | : . | Tweak future expression to call with '...' arguments ... [08:47:15.182] | : . | : { [08:47:15.182] | : . | : "# future::getGlobalsAndPackages(): wrapping the original future" [08:47:15.182] | : . | : "# expression in do.call(), because function called uses '...' " [08:47:15.182] | : . | : "# as a global variable " [08:47:15.182] | : . | : do.call(function(...) { [08:47:15.182] | : . | : sum(x, ...) [08:47:15.182] | : . | : }, args = future.call.arguments) [08:47:15.182] | : . | : } [08:47:15.182] | : . | Tweak future expression to call with '...' arguments ... DONE [08:47:15.182] | : . | Search for packages associated with the globals ... [08:47:15.182] | : . | : Packages associated with globals: [1] 'base' [08:47:15.183] | : . | : Packages: [1] 'base' [08:47:15.183] | : . | Search for packages associated with the globals ... DONE [08:47:15.183] | : . | Packages after dropping 'base': [0] [08:47:15.183] | : . | globals: [2] 'x', 'future.call.arguments' [08:47:15.183] | : . | packages: [0] [08:47:15.184] | : . getGlobalsAndPackages() ... done [08:47:15.184] | : . run() for Future ('Future') ... [08:47:15.184] | : . | state: 'created' [08:47:15.184] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:15.184] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:15.184] | : . | Using MultisessionFutureBackend ... [08:47:15.185] | : . | : Launching futures ... [08:47:15.185] | : . | : . launchFuture() for ClusterFutureBackend ... [08:47:15.185] | : . | : . | Workers: [n=2] [08:47:15.185] | : . | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:15.187] | : . | : . | FutureRegistry: 'workers-c7e485623ecfd480e7080183c39b7afa' [08:47:15.187] | : . | : . | requestWorker() ... [08:47:15.187] | : . | : . | : requestNode() ... [08:47:15.187] | : . | : . | : . Number of workers: 2 [08:47:15.187] | : . | : . | : . Polling for a free worker ... [08:47:15.188] | : . | : . | : . | FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... [08:47:15.188] | : . | : . | : . | : Listing all futures [08:47:15.188] | : . | : . | : . | : Number of registered futures: 0 [08:47:15.188] | : . | : . | : . | FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... done [08:47:15.188] | : . | : . | : . | Total time: 0 [08:47:15.188] | : . | : . | : . Polling for a free worker ... done [08:47:15.188] | : . | : . | : . FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... [08:47:15.189] | : . | : . | : . | Listing all futures [08:47:15.189] | : . | : . | : . | Number of registered futures: 0 [08:47:15.189] | : . | : . | : . FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... done [08:47:15.189] | : . | : . | : . Index of first available worker: 1 [08:47:15.189] | : . | : . | : . Validate that the worker is functional ... [08:47:15.230] | : . | : . | : . | Worker is functional [08:47:15.230] | : . | : . | : . requestNode() ... done [08:47:15.231] | : . | : . | : . cluster node index: 1 [08:47:15.231] | : . | : . | : requestWorker() ... done [08:47:15.231] | : . | : . | : eraseGlobalEnvironment() ... [08:47:15.232] | : . | : . | : eraseGlobalEnvironment() ... done [08:47:15.232] | : . | : . | : launchFuture() ... [08:47:15.232] | : . | : . | : . cluster node index: 1 [08:47:15.232] | : . | : . | : . getFutureData() ... [08:47:15.232] | : . | : . | : . | getFutureCore() ... [08:47:15.232] | : . | : . | : . | : Packages needed by the future expression (n = 0): [08:47:15.232] | : . | : . | : . | getFutureCore() ... done [08:47:15.233] | : . | : . | : . | getFutureCapture() ... [08:47:15.233] | : . | : . | : . | getFutureCapture() ... done [08:47:15.233] | : . | : . | : . | getFutureContext() ... [08:47:15.233] | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:15.233] | : . | : . | : . | : . Getting stack without first strategy: [n=0] [08:47:15.233] | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:15.234] | : . | : . | : . | : Packages needed by future strategies (n = 0): [08:47:15.234] | : . | : . | : . | getFutureContext() ... done [08:47:15.234] | : . | : . | : . getFutureData() ... done [08:47:15.235] | : . | : . | : . FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'add', earlySignal = 0) ... [08:47:15.235] | : . | : . | : . | Appended future to position #1 [08:47:15.235] | : . | : . | : . | Number of registered futures: 1 [08:47:15.235] | : . | : . | : . FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'add', earlySignal = 0) ... done [08:47:15.235] | : . | : . | : launchFuture() ... done [08:47:15.236] | : . | : . | : MultisessionFuture started [08:47:15.236] | : . | : . | launchFuture() for ClusterFutureBackend ... done [08:47:15.236] | : . | : . Launching futures ... done [08:47:15.236] | : . | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:15.236] | : . | : Using MultisessionFutureBackend ... done [08:47:15.236] | : . | run() for Future ('MultisessionFuture') ... done [08:47:15.237] | : . | result() for ClusterFuture ... [08:47:15.237] | : . | : assertValidConnection() ... [08:47:15.237] | : . | : . cluster node index: 1 [08:47:15.237] | : . | : assertValidConnection() ... done [08:47:15.238] | : . | : receiveMessageFromWorker() for ClusterFuture ... [08:47:15.238] | : . | : . cluster node index: 1 [08:47:15.242] | : . | : . [1] TRUE [08:47:15.242] | : . | : . received data: [08:47:15.242] | : . | : . List of 5 [08:47:15.242] | : . | : . $ type : chr "VALUE" [08:47:15.242] | : . | : . $ value :List of 13 [08:47:15.242] | : . | : . ..$ value : num 6 [08:47:15.242] | : . | : . ..$ visible : logi TRUE [08:47:15.242] | : . | : . ..$ stdout : chr "" [08:47:15.242] | : . | : . ..$ conditions : list() [08:47:15.242] | : . | : . ..$ rng : logi FALSE [08:47:15.242] | : . | : . ..$ misuseGlobalEnv : NULL [08:47:15.242] | : . | : . ..$ misuseConnections:List of 3 [08:47:15.242] | : . | : . .. ..$ added : NULL [08:47:15.242] | : . | : . .. ..$ removed : NULL [08:47:15.242] | : . | : . .. ..$ replaced: NULL [08:47:15.242] | : . | : . ..$ misuseDevices : NULL [08:47:15.242] | : . | : . ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:15" [08:47:15.242] | : . | : . ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:15" [08:47:15.242] | : . | : . ..$ session_uuid : chr "3d149b0cd8da021f3bab40e2ef2642db" [08:47:15.242] | : . | : . .. ..- attr(*, "source")=List of 5 [08:47:15.242] | : . | : . .. .. ..$ host : Named chr "CRANWIN3" [08:47:15.242] | : . | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:15.242] | : . | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:15.242] | : . | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:15.242] | : . | : . .. .. ..$ pid : int 15000 [08:47:15.242] | : . | : . .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:15" [08:47:15.242] | : . | : . .. .. ..$ random: int 2147483647 [08:47:15.242] | : . | : . ..$ r_info :List of 4 [08:47:15.242] | : . | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:15.242] | : . | : . .. .. ..$ : int [1:3] 4 5 0 [08:47:15.242] | : . | : . .. ..$ os : chr "windows" [08:47:15.242] | : . | : . .. ..$ os_name : chr "Windows" [08:47:15.242] | : . | : . .. ..$ captures_utf8: logi TRUE [08:47:15.242] | : . | : . ..$ version : chr "1.8" [08:47:15.242] | : . | : . ..- attr(*, "class")= chr "FutureResult" [08:47:15.242] | : . | : . $ success: logi TRUE [08:47:15.242] | : . | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [08:47:15.242] | : . | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:15.242] | : . | : . $ tag : NULL [08:47:15.264] | : . | : . Received FutureResult [08:47:15.264] | : . | : . FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'remove', earlySignal = 0) ... [08:47:15.264] | : . | : . | Removed future from position #1 [08:47:15.264] | : . | : . | Number of registered futures: 0 [08:47:15.265] | : . | : . FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'remove', earlySignal = 0) ... done [08:47:15.265] | : . | : . Erased future from future backend [08:47:15.265] | : . | : . result() for ClusterFuture ... [08:47:15.265] | : . | : . | result already collected: FutureResult [08:47:15.266] | : . | : . result() for ClusterFuture ... done [08:47:15.266] | : . | : receiveMessageFromWorker() for ClusterFuture ... done [08:47:15.266] | : . | result() for ClusterFuture ... done [08:47:15.266] | : . | result() for ClusterFuture ... [08:47:15.266] | : . | : result already collected: FutureResult [08:47:15.267] | : . | result() for ClusterFuture ... 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 [08:47:15.268] | : . | getGlobalsAndPackages() ... [08:47:15.268] | : . | : Searching for globals ... [08:47:15.270] | : . | : . globals found: [4] '{', 'sum', 'x', 'y' [08:47:15.270] | : . | : Searching for globals ... DONE [08:47:15.270] | : . | : Resolving globals: FALSE [08:47:15.271] | : . | : Search for packages associated with the globals ... [08:47:15.271] | : . | : . Packages associated with globals: [1] 'base' [08:47:15.271] | : . | : . Packages: [1] 'base' [08:47:15.272] | : . | : Search for packages associated with the globals ... DONE [08:47:15.272] | : . | : Packages after dropping 'base': [0] [08:47:15.272] | : . | : globals: [2] 'x', 'y' [08:47:15.272] | : . | : packages: [0] [08:47:15.273] | : . | getGlobalsAndPackages() ... done [08:47:15.273] | : . | run() for Future ('Future') ... [08:47:15.273] | : . | : state: 'created' [08:47:15.273] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:15.274] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:15.274] | : . | : Using MultisessionFutureBackend ... [08:47:15.274] | : . | : . Launching futures ... [08:47:15.274] | : . | : . | launchFuture() for ClusterFutureBackend ... [08:47:15.275] | : . | : . | : Workers: [n=2] [08:47:15.275] | : . | : . | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:15.277] | : . | : . | : FutureRegistry: 'workers-c7e485623ecfd480e7080183c39b7afa' [08:47:15.277] | : . | : . | : requestWorker() ... [08:47:15.278] | : . | : . | : . requestNode() ... [08:47:15.278] | : . | : . | : . | Number of workers: 2 [08:47:15.278] | : . | : . | : . | Polling for a free worker ... [08:47:15.278] | : . | : . | : . | : FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... [08:47:15.279] | : . | : . | : . | : . Listing all futures [08:47:15.279] | : . | : . | : . | : . Number of registered futures: 0 [08:47:15.279] | : . | : . | : . | : FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... done [08:47:15.279] | : . | : . | : . | : Total time: 0 [08:47:15.279] | : . | : . | : . | Polling for a free worker ... done [08:47:15.279] | : . | : . | : . | FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... [08:47:15.280] | : . | : . | : . | : Listing all futures [08:47:15.280] | : . | : . | : . | : Number of registered futures: 0 [08:47:15.280] | : . | : . | : . | FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... done [08:47:15.280] | : . | : . | : . | Index of first available worker: 1 [08:47:15.280] | : . | : . | : . | Validate that the worker is functional ... [08:47:15.321] | : . | : . | : . | : Worker is functional [08:47:15.321] | : . | : . | : . | requestNode() ... done [08:47:15.321] | : . | : . | : . | cluster node index: 1 [08:47:15.322] | : . | : . | : . requestWorker() ... done [08:47:15.322] | : . | : . | : . eraseGlobalEnvironment() ... [08:47:15.322] | : . | : . | : . eraseGlobalEnvironment() ... done [08:47:15.323] | : . | : . | : . launchFuture() ... [08:47:15.323] | : . | : . | : . | cluster node index: 1 [08:47:15.323] | : . | : . | : . | getFutureData() ... [08:47:15.323] | : . | : . | : . | : getFutureCore() ... [08:47:15.323] | : . | : . | : . | : . Packages needed by the future expression (n = 0): [08:47:15.323] | : . | : . | : . | : getFutureCore() ... done [08:47:15.323] | : . | : . | : . | : getFutureCapture() ... [08:47:15.324] | : . | : . | : . | : getFutureCapture() ... done [08:47:15.324] | : . | : . | : . | : getFutureContext() ... [08:47:15.324] | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:15.324] | : . | : . | : . | : . | Getting stack without first strategy: [n=0] [08:47:15.324] | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:15.324] | : . | : . | : . | : . Packages needed by future strategies (n = 0): [08:47:15.325] | : . | : . | : . | : getFutureContext() ... done [08:47:15.325] | : . | : . | : . | getFutureData() ... done [08:47:15.325] | : . | : . | : . | FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'add', earlySignal = 0) ... [08:47:15.325] | : . | : . | : . | : Appended future to position #1 [08:47:15.326] | : . | : . | : . | : Number of registered futures: 1 [08:47:15.326] | : . | : . | : . | FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'add', earlySignal = 0) ... done [08:47:15.326] | : . | : . | : . launchFuture() ... done [08:47:15.326] | : . | : . | : . MultisessionFuture started [08:47:15.327] | : . | : . | : launchFuture() for ClusterFutureBackend ... done [08:47:15.327] | : . | : . | Launching futures ... done [08:47:15.327] | : . | : . | Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:15.327] | : . | : . Using MultisessionFutureBackend ... done [08:47:15.328] | : . | : run() for Future ('MultisessionFuture') ... done [08:47:15.328] | : . | : result() for ClusterFuture ... [08:47:15.328] | : . | : . assertValidConnection() ... [08:47:15.329] | : . | : . | cluster node index: 1 [08:47:15.329] | : . | : . assertValidConnection() ... done [08:47:15.329] | : . | : . receiveMessageFromWorker() for ClusterFuture ... [08:47:15.330] | : . | : . | cluster node index: 1 [08:47:15.331] | : . | : . | [1] TRUE [08:47:15.331] | : . | : . | received data: [08:47:15.332] | : . | : . | List of 5 [08:47:15.332] | : . | : . | $ type : chr "VALUE" [08:47:15.332] | : . | : . | $ value :List of 13 [08:47:15.332] | : . | : . | ..$ value : num 6 [08:47:15.332] | : . | : . | ..$ visible : logi TRUE [08:47:15.332] | : . | : . | ..$ stdout : chr "" [08:47:15.332] | : . | : . | ..$ conditions : list() [08:47:15.332] | : . | : . | ..$ rng : logi FALSE [08:47:15.332] | : . | : . | ..$ misuseGlobalEnv : NULL [08:47:15.332] | : . | : . | ..$ misuseConnections:List of 3 [08:47:15.332] | : . | : . | .. ..$ added : NULL [08:47:15.332] | : . | : . | .. ..$ removed : NULL [08:47:15.332] | : . | : . | .. ..$ replaced: NULL [08:47:15.332] | : . | : . | ..$ misuseDevices : NULL [08:47:15.332] | : . | : . | ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:15" [08:47:15.332] | : . | : . | ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:15" [08:47:15.332] | : . | : . | ..$ session_uuid : chr "3d149b0cd8da021f3bab40e2ef2642db" [08:47:15.332] | : . | : . | .. ..- attr(*, "source")=List of 5 [08:47:15.332] | : . | : . | .. .. ..$ host : Named chr "CRANWIN3" [08:47:15.332] | : . | : . | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:15.332] | : . | : . | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:15.332] | : . | : . | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:15.332] | : . | : . | .. .. ..$ pid : int 15000 [08:47:15.332] | : . | : . | .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:15" [08:47:15.332] | : . | : . | .. .. ..$ random: int 2147483647 [08:47:15.332] | : . | : . | ..$ r_info :List of 4 [08:47:15.332] | : . | : . | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:15.332] | : . | : . | .. .. ..$ : int [1:3] 4 5 0 [08:47:15.332] | : . | : . | .. ..$ os : chr "windows" [08:47:15.332] | : . | : . | .. ..$ os_name : chr "Windows" [08:47:15.332] | : . | : . | .. ..$ captures_utf8: logi TRUE [08:47:15.332] | : . | : . | ..$ version : chr "1.8" [08:47:15.332] | : . | : . | ..- attr(*, "class")= chr "FutureResult" [08:47:15.332] | : . | : . | $ success: logi TRUE [08:47:15.332] | : . | : . | $ time : 'proc_time' Named num [1:5] 0.01 0 0.01 NA NA [08:47:15.332] | : . | : . | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:15.332] | : . | : . | $ tag : NULL [08:47:15.347] | : . | : . | Received FutureResult [08:47:15.347] | : . | : . | FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'remove', earlySignal = 0) ... [08:47:15.347] | : . | : . | : Removed future from position #1 [08:47:15.348] | : . | : . | : Number of registered futures: 0 [08:47:15.348] | : . | : . | FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'remove', earlySignal = 0) ... done [08:47:15.348] | : . | : . | Erased future from future backend [08:47:15.348] | : . | : . | result() for ClusterFuture ... [08:47:15.348] | : . | : . | : result already collected: FutureResult [08:47:15.349] | : . | : . | result() for ClusterFuture ... done [08:47:15.349] | : . | : . receiveMessageFromWorker() for ClusterFuture ... done [08:47:15.349] | : . | : result() for ClusterFuture ... done [08:47:15.349] | : . | : result() for ClusterFuture ... [08:47:15.350] | : . | : . result already collected: FutureResult [08:47:15.350] | : . | : result() for ClusterFuture ... 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 [08:47:15.351] | : . | : getGlobalsAndPackages() ... [08:47:15.351] | : . | : . Searching for globals ... [08:47:15.353] | : . | : . | globals found: [5] '{', 'sum', 'x', 'y', '...' [08:47:15.354] | : . | : . Searching for globals ... DONE [08:47:15.354] | : . | : . Resolving globals: FALSE [08:47:15.354] | : . | : . Tweak future expression to call with '...' arguments ... [08:47:15.354] | : . | : . | Search for packages associated with the globals ... [08:47:15.355] | : . | : . | : Packages associated with globals: [1] 'base' [08:47:15.355] | : . | : . | : Packages: [1] 'base' [08:47:15.356] | : . | : . | Search for packages associated with the globals ... DONE [08:47:15.356] | : . | : . | Packages after dropping 'base': [0] [08:47:15.356] | : . | : . | globals: [2] 'x', 'y' [08:47:15.356] | : . | : . | packages: [0] [08:47:15.357] | : . | : . getGlobalsAndPackages() ... done [08:47:15.357] | : . | : . run() for Future ('Future') ... [08:47:15.357] | : . | : . | state: 'created' [08:47:15.358] | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:15.358] | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:15.358] | : . | : . | Using MultisessionFutureBackend ... [08:47:15.358] | : . | : . | : Launching futures ... [08:47:15.359] | : . | : . | : . launchFuture() for ClusterFutureBackend ... [08:47:15.359] | : . | : . | : . | Workers: [n=2] [08:47:15.359] | : . | : . | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:15.362] | : . | : . | : . | FutureRegistry: 'workers-c7e485623ecfd480e7080183c39b7afa' [08:47:15.362] | : . | : . | : . | requestWorker() ... [08:47:15.362] | : . | : . | : . | : requestNode() ... [08:47:15.362] | : . | : . | : . | : . Number of workers: 2 [08:47:15.363] | : . | : . | : . | : . Polling for a free worker ... [08:47:15.363] | : . | : . | : . | : . | FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... [08:47:15.363] | : . | : . | : . | : . | : Listing all futures [08:47:15.363] | : . | : . | : . | : . | : Number of registered futures: 0 [08:47:15.364] | : . | : . | : . | : . | FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... done [08:47:15.364] | : . | : . | : . | : . | Total time: 0 [08:47:15.364] | : . | : . | : . | : . Polling for a free worker ... done [08:47:15.364] | : . | : . | : . | : . FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... [08:47:15.365] | : . | : . | : . | : . | Listing all futures [08:47:15.365] | : . | : . | : . | : . | Number of registered futures: 0 [08:47:15.365] | : . | : . | : . | : . FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... done [08:47:15.365] | : . | : . | : . | : . Index of first available worker: 1 [08:47:15.365] | : . | : . | : . | : . Validate that the worker is functional ... [08:47:15.410] | : . | : . | : . | : . | Worker is functional [08:47:15.410] | : . | : . | : . | : . requestNode() ... done [08:47:15.411] | : . | : . | : . | : . cluster node index: 1 [08:47:15.411] | : . | : . | : . | : requestWorker() ... done [08:47:15.411] | : . | : . | : . | : eraseGlobalEnvironment() ... [08:47:15.412] | : . | : . | : . | : eraseGlobalEnvironment() ... done [08:47:15.412] | : . | : . | : . | : launchFuture() ... [08:47:15.413] | : . | : . | : . | : . cluster node index: 1 [08:47:15.413] | : . | : . | : . | : . getFutureData() ... [08:47:15.413] | : . | : . | : . | : . | getFutureCore() ... [08:47:15.414] | : . | : . | : . | : . | : Packages needed by the future expression (n = 0): [08:47:15.414] | : . | : . | : . | : . | getFutureCore() ... done [08:47:15.414] | : . | : . | : . | : . | getFutureCapture() ... [08:47:15.415] | : . | : . | : . | : . | getFutureCapture() ... done [08:47:15.415] | : . | : . | : . | : . | getFutureContext() ... [08:47:15.415] | : . | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:15.415] | : . | : . | : . | : . | : . Getting stack without first strategy: [n=0] [08:47:15.416] | : . | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:15.416] | : . | : . | : . | : . | : Packages needed by future strategies (n = 0): [08:47:15.416] | : . | : . | : . | : . | getFutureContext() ... done [08:47:15.417] | : . | : . | : . | : . getFutureData() ... done [08:47:15.417] | : . | : . | : . | : . FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'add', earlySignal = 0) ... [08:47:15.418] | : . | : . | : . | : . | Appended future to position #1 [08:47:15.418] | : . | : . | : . | : . | Number of registered futures: 1 [08:47:15.418] | : . | : . | : . | : . FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'add', earlySignal = 0) ... done [08:47:15.418] | : . | : . | : . | : launchFuture() ... done [08:47:15.419] | : . | : . | : . | : MultisessionFuture started [08:47:15.419] | : . | : . | : . | launchFuture() for ClusterFutureBackend ... done [08:47:15.419] | : . | : . | : . Launching futures ... done [08:47:15.420] | : . | : . | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:15.420] | : . | : . | : Using MultisessionFutureBackend ... done [08:47:15.420] | : . | : . | run() for Future ('MultisessionFuture') ... done [08:47:15.421] | : . | : . | result() for ClusterFuture ... [08:47:15.421] | : . | : . | : assertValidConnection() ... [08:47:15.421] | : . | : . | : . cluster node index: 1 [08:47:15.422] | : . | : . | : assertValidConnection() ... done [08:47:15.422] | : . | : . | : receiveMessageFromWorker() for ClusterFuture ... [08:47:15.422] | : . | : . | : . cluster node index: 1 [08:47:15.424] | : . | : . | : . [1] TRUE [08:47:15.425] | : . | : . | : . received data: [08:47:15.425] | : . | : . | : . List of 5 [08:47:15.425] | : . | : . | : . $ type : chr "VALUE" [08:47:15.425] | : . | : . | : . $ value :List of 13 [08:47:15.425] | : . | : . | : . ..$ value : NULL [08:47:15.425] | : . | : . | : . ..$ visible : logi TRUE [08:47:15.425] | : . | : . | : . ..$ stdout : chr "" [08:47:15.425] | : . | : . | : . ..$ conditions :List of 1 [08:47:15.425] | : . | : . | : . .. ..$ :List of 5 [08:47:15.425] | : . | : . | : . .. .. ..$ condition:List of 2 [08:47:15.425] | : . | : . | : . .. .. .. ..$ message: chr "'...' used in an incorrect context" [08:47:15.425] | : . | : . | : . .. .. .. ..$ call : language eval(quote({ { ... [08:47:15.425] | : . | : . | : . .. .. .. ..- attr(*, "class")= chr [1:3] "simpleError" "error" "condition" [08:47:15.425] | : . | : . | : . .. .. ..$ calls :List of 9 [08:47:15.425] | : . | : . | : . .. .. .. ..$ : language eval(expr, envir = globalenv()) [08:47:15.425] | : . | : . | : . .. .. .. ..$ : language eval(expr, envir = globalenv()) [08:47:15.425] | : . | : . | : . .. .. .. ..$ : language local({ { ... [08:47:15.425] | : . | : . | : . .. .. .. ..$ : language eval.parent(substitute(eval(quote(expr), envir))) [08:47:15.425] | : . | : . | : . .. .. .. ..$ : language eval(expr, p) [08:47:15.425] | : . | : . | : . .. .. .. ..$ : language eval(expr, p) [08:47:15.425] | : . | : . | : . .. .. .. ..$ : language eval(quote({ { ... [08:47:15.425] | : . | : . | : . .. .. .. ..$ : language eval(quote({ { ... [08:47:15.425] | : . | : . | : . .. .. .. ..$ : language eval(quote({ { ... [08:47:15.425] | : . | : . | : . .. .. ..$ session :List of 6 [08:47:15.425] | : . | : . | : . .. .. .. ..$ r :List of 15 [08:47:15.425] | : . | : . | : . .. .. .. .. ..$ platform : chr "x86_64-w64-mingw32" [08:47:15.425] | : . | : . | : . .. .. .. .. ..$ arch : chr "x86_64" [08:47:15.425] | : . | : . | : . .. .. .. .. ..$ os : chr "mingw32" [08:47:15.425] | : . | : . | : . .. .. .. .. ..$ crt : chr "ucrt" [08:47:15.425] | : . | : . | : . .. .. .. .. ..$ system : chr "x86_64, mingw32" [08:47:15.425] | : . | : . | : . .. .. .. .. ..$ status : chr "RC" [08:47:15.425] | : . | : . | : . .. .. .. .. ..$ major : chr "4" [08:47:15.425] | : . | : . | : . .. .. .. .. ..$ minor : chr "5.0" [08:47:15.425] | : . | : . | : . .. .. .. .. ..$ year : chr "2025" [08:47:15.425] | : . | : . | : . .. .. .. .. ..$ month : chr "04" [08:47:15.425] | : . | : . | : . .. .. .. .. ..$ day : chr "04" [08:47:15.425] | : . | : . | : . .. .. .. .. ..$ svn rev : chr "88126" [08:47:15.425] | : . | : . | : . .. .. .. .. ..$ language : chr "R" [08:47:15.425] | : . | : . | : . .. .. .. .. ..$ version.string: chr "R version 4.5.0 RC (2025-04-04 r88126 ucrt)" [08:47:15.425] | : . | : . | : . .. .. .. .. ..$ nickname : chr "How About a Twenty-Six" [08:47:15.425] | : . | : . | : . .. .. .. ..$ locale : chr "LC_COLLATE=C;LC_CTYPE=German_Germany.utf8;LC_MONETARY=C;LC_NUMERIC=C;LC_TIME=C" [08:47:15.425] | : . | : . | : . .. .. .. ..$ rngkind : chr [1:3] "Mersenne-Twister" "Inversion" "Rejection" [08:47:15.425] | : . | : . | : . .. .. .. ..$ namespaces: chr [1:16] "compiler" "parallelly" "graphics" "tools" ... [08:47:15.425] | : . | : . | : . .. .. .. ..$ search : chr [1:10] ".GlobalEnv" "package:future" "package:stats" "package:graphics" ... [08:47:15.425] | : . | : . | : . .. .. .. ..$ system : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:15.425] | : . | : . | : . .. .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:15.425] | : . | : . | : . .. .. ..$ timestamp: POSIXct[1:1], format: "2025-04-10 08:47:15" [08:47:15.425] | : . | : . | : . .. .. ..$ signaled : int 0 [08:47:15.425] | : . | : . | : . ..$ rng : logi FALSE [08:47:15.425] | : . | : . | : . ..$ misuseGlobalEnv : NULL [08:47:15.425] | : . | : . | : . ..$ misuseConnections:List of 3 [08:47:15.425] | : . | : . | : . .. ..$ added : NULL [08:47:15.425] | : . | : . | : . .. ..$ removed : NULL [08:47:15.425] | : . | : . | : . .. ..$ replaced: NULL [08:47:15.425] | : . | : . | : . ..$ misuseDevices : NULL [08:47:15.425] | : . | : . | : . ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:15" [08:47:15.425] | : . | : . | : . ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:15" [08:47:15.425] | : . | : . | : . ..$ session_uuid : chr "3d149b0cd8da021f3bab40e2ef2642db" [08:47:15.425] | : . | : . | : . .. ..- attr(*, "source")=List of 5 [08:47:15.425] | : . | : . | : . .. .. ..$ host : Named chr "CRANWIN3" [08:47:15.425] | : . | : . | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:15.425] | : . | : . | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:15.425] | : . | : . | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:15.425] | : . | : . | : . .. .. ..$ pid : int 15000 [08:47:15.425] | : . | : . | : . .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:15" [08:47:15.425] | : . | : . | : . .. .. ..$ random: int 2147483647 [08:47:15.425] | : . | : . | : . ..$ r_info :List of 4 [08:47:15.425] | : . | : . | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:15.425] | : . | : . | : . .. .. ..$ : int [1:3] 4 5 0 [08:47:15.425] | : . | : . | : . .. ..$ os : chr "windows" [08:47:15.425] | : . | : . | : . .. ..$ os_name : chr "Windows" [08:47:15.425] | : . | : . | : . .. ..$ captures_utf8: logi TRUE [08:47:15.425] | : . | : . | : . ..$ version : chr "1.8" [08:47:15.425] | : . | : . | : . ..- attr(*, "class")= chr "FutureResult" [08:47:15.425] | : . | : . | : . $ success: logi TRUE [08:47:15.425] | : . | : . | : . $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [08:47:15.425] | : . | : . | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:15.425] | : . | : . | : . $ tag : NULL [08:47:15.467] | : . | : . | : . Received FutureResult [08:47:15.467] | : . | : . | : . FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'remove', earlySignal = 0) ... [08:47:15.468] | : . | : . | : . | Removed future from position #1 [08:47:15.468] | : . | : . | : . | Number of registered futures: 0 [08:47:15.468] | : . | : . | : . FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'remove', earlySignal = 0) ... done [08:47:15.468] | : . | : . | : . Erased future from future backend [08:47:15.469] | : . | : . | : . result() for ClusterFuture ... [08:47:15.469] | : . | : . | : . | result already collected: FutureResult [08:47:15.469] | : . | : . | : . result() for ClusterFuture ... done [08:47:15.470] | : . | : . | : . signalConditions() ... [08:47:15.470] | : . | : . | : . | include = 'immediateCondition' [08:47:15.470] | : . | : . | : . | exclude = [08:47:15.471] | : . | : . | : . | resignal = FALSE [08:47:15.471] | : . | : . | : . | Number of conditions: 1 [08:47:15.471] | : . | : . | : . signalConditions() ... done [08:47:15.471] | : . | : . | : receiveMessageFromWorker() for ClusterFuture ... done [08:47:15.472] | : . | : . | result() for ClusterFuture ... done [08:47:15.472] | : . | : . | result() for ClusterFuture ... [08:47:15.472] | : . | : . | : result already collected: FutureResult [08:47:15.472] | : . | : . | result() for ClusterFuture ... done [08:47:15.472] | : . | : . | signalConditions() ... [08:47:15.472] | : . | : . | : include = 'immediateCondition' [08:47:15.473] | : . | : . | : exclude = [08:47:15.473] | : . | : . | : resignal = FALSE [08:47:15.473] | : . | : . | : Number of conditions: 1 [08:47:15.473] | : . | : . | signalConditions() ... done [08:47:15.473] | : . | : . | Future state: 'finished' [08:47:15.474] | : . | : . | result() for ClusterFuture ... [08:47:15.474] | : . | : . | : result already collected: FutureResult [08:47:15.474] | : . | : . | result() for ClusterFuture ... done [08:47:15.474] | : . | : . | signalConditions() ... [08:47:15.474] | : . | : . | : include = 'condition' [08:47:15.474] | : . | : . | : exclude = 'immediateCondition' [08:47:15.475] | : . | : . | : resignal = TRUE [08:47:15.475] | : . | : . | : Number of conditions: 1 [08:47:15.475] | : . | : . | : Condition #1: 'simpleError', 'error', 'condition' [08:47:15.475] | : . | : . | signalConditions() ... 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 [08:47:15.476] | : . | : . | getGlobalsAndPackages() ... [08:47:15.476] | : . | : . | : globals passed as-is: [1] '...' [08:47:15.477] | : . | : . | : Resolving globals: FALSE [08:47:15.477] | : . | : . | : Tweak future expression to call with '...' arguments ... [08:47:15.477] | : . | : . | : . { [08:47:15.477] | : . | : . | : . "# future::getGlobalsAndPackages(): wrapping the original future" [08:47:15.477] | : . | : . | : . "# expression in do.call(), because function called uses '...' " [08:47:15.477] | : . | : . | : . "# as a global variable " [08:47:15.477] | : . | : . | : . do.call(function(...) { [08:47:15.477] | : . | : . | : . fcn <- function() sum(...) [08:47:15.477] | : . | : . | : . fcn() [08:47:15.477] | : . | : . | : . }, args = future.call.arguments) [08:47:15.477] | : . | : . | : . } [08:47:15.477] | : . | : . | : Tweak future expression to call with '...' arguments ... DONE [08:47:15.478] | : . | : . | : Search for packages associated with the globals ... [08:47:15.478] | : . | : . | : . Packages associated with globals: [0] [08:47:15.478] | : . | : . | : . Packages: [0] [08:47:15.478] | : . | : . | : Search for packages associated with the globals ... DONE [08:47:15.479] | : . | : . | : Packages after dropping 'base': [0] [08:47:15.479] | : . | : . | : globals: [1] 'future.call.arguments' [08:47:15.479] | : . | : . | : packages: [0] [08:47:15.479] | : . | : . | getGlobalsAndPackages() ... done [08:47:15.479] | : . | : . | run() for Future ('Future') ... [08:47:15.480] | : . | : . | : state: 'created' [08:47:15.480] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:15.480] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:15.480] | : . | : . | : Using MultisessionFutureBackend ... [08:47:15.481] | : . | : . | : . Launching futures ... [08:47:15.481] | : . | : . | : . | launchFuture() for ClusterFutureBackend ... [08:47:15.481] | : . | : . | : . | : Workers: [n=2] [08:47:15.482] | : . | : . | : . | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:15.485] | : . | : . | : . | : FutureRegistry: 'workers-c7e485623ecfd480e7080183c39b7afa' [08:47:15.485] | : . | : . | : . | : requestWorker() ... [08:47:15.486] | : . | : . | : . | : . requestNode() ... [08:47:15.486] | : . | : . | : . | : . | Number of workers: 2 [08:47:15.486] | : . | : . | : . | : . | Polling for a free worker ... [08:47:15.486] | : . | : . | : . | : . | : FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... [08:47:15.487] | : . | : . | : . | : . | : . Listing all futures [08:47:15.487] | : . | : . | : . | : . | : . Number of registered futures: 0 [08:47:15.487] | : . | : . | : . | : . | : FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... done [08:47:15.487] | : . | : . | : . | : . | : Total time: 0 [08:47:15.488] | : . | : . | : . | : . | Polling for a free worker ... done [08:47:15.488] | : . | : . | : . | : . | FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... [08:47:15.488] | : . | : . | : . | : . | : Listing all futures [08:47:15.489] | : . | : . | : . | : . | : Number of registered futures: 0 [08:47:15.489] | : . | : . | : . | : . | FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... done [08:47:15.489] | : . | : . | : . | : . | Index of first available worker: 1 [08:47:15.489] | : . | : . | : . | : . | Validate that the worker is functional ... [08:47:15.543] | : . | : . | : . | : . | : Worker is functional [08:47:15.544] | : . | : . | : . | : . | requestNode() ... done [08:47:15.544] | : . | : . | : . | : . | cluster node index: 1 [08:47:15.544] | : . | : . | : . | : . requestWorker() ... done [08:47:15.545] | : . | : . | : . | : . eraseGlobalEnvironment() ... [08:47:15.545] | : . | : . | : . | : . eraseGlobalEnvironment() ... done [08:47:15.546] | : . | : . | : . | : . launchFuture() ... [08:47:15.546] | : . | : . | : . | : . | cluster node index: 1 [08:47:15.546] | : . | : . | : . | : . | getFutureData() ... [08:47:15.547] | : . | : . | : . | : . | : getFutureCore() ... [08:47:15.547] | : . | : . | : . | : . | : . Packages needed by the future expression (n = 0): [08:47:15.547] | : . | : . | : . | : . | : getFutureCore() ... done [08:47:15.547] | : . | : . | : . | : . | : getFutureCapture() ... [08:47:15.548] | : . | : . | : . | : . | : getFutureCapture() ... done [08:47:15.548] | : . | : . | : . | : . | : getFutureContext() ... [08:47:15.548] | : . | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:15.549] | : . | : . | : . | : . | : . | Getting stack without first strategy: [n=0] [08:47:15.549] | : . | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:15.549] | : . | : . | : . | : . | : . Packages needed by future strategies (n = 0): [08:47:15.550] | : . | : . | : . | : . | : getFutureContext() ... done [08:47:15.550] | : . | : . | : . | : . | getFutureData() ... done [08:47:15.551] | : . | : . | : . | : . | FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'add', earlySignal = 0) ... [08:47:15.551] | : . | : . | : . | : . | : Appended future to position #1 [08:47:15.551] | : . | : . | : . | : . | : Number of registered futures: 1 [08:47:15.551] | : . | : . | : . | : . | FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'add', earlySignal = 0) ... done [08:47:15.552] | : . | : . | : . | : . launchFuture() ... done [08:47:15.552] | : . | : . | : . | : . MultisessionFuture started [08:47:15.552] | : . | : . | : . | : launchFuture() for ClusterFutureBackend ... done [08:47:15.553] | : . | : . | : . | Launching futures ... done [08:47:15.553] | : . | : . | : . | Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:15.553] | : . | : . | : . Using MultisessionFutureBackend ... done [08:47:15.553] | : . | : . | : run() for Future ('MultisessionFuture') ... done [08:47:15.554] | : . | : . | : result() for ClusterFuture ... [08:47:15.554] | : . | : . | : . assertValidConnection() ... [08:47:15.555] | : . | : . | : . | cluster node index: 1 [08:47:15.555] | : . | : . | : . assertValidConnection() ... done [08:47:15.556] | : . | : . | : . receiveMessageFromWorker() for ClusterFuture ... [08:47:15.556] | : . | : . | : . | cluster node index: 1 [08:47:15.558] | : . | : . | : . | [1] TRUE [08:47:15.558] | : . | : . | : . | received data: [08:47:15.559] | : . | : . | : . | List of 5 [08:47:15.559] | : . | : . | : . | $ type : chr "VALUE" [08:47:15.559] | : . | : . | : . | $ value :List of 13 [08:47:15.559] | : . | : . | : . | ..$ value : num 6 [08:47:15.559] | : . | : . | : . | ..$ visible : logi TRUE [08:47:15.559] | : . | : . | : . | ..$ stdout : chr "" [08:47:15.559] | : . | : . | : . | ..$ conditions : list() [08:47:15.559] | : . | : . | : . | ..$ rng : logi FALSE [08:47:15.559] | : . | : . | : . | ..$ misuseGlobalEnv : NULL [08:47:15.559] | : . | : . | : . | ..$ misuseConnections:List of 3 [08:47:15.559] | : . | : . | : . | .. ..$ added : NULL [08:47:15.559] | : . | : . | : . | .. ..$ removed : NULL [08:47:15.559] | : . | : . | : . | .. ..$ replaced: NULL [08:47:15.559] | : . | : . | : . | ..$ misuseDevices : NULL [08:47:15.559] | : . | : . | : . | ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:15" [08:47:15.559] | : . | : . | : . | ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:15" [08:47:15.559] | : . | : . | : . | ..$ session_uuid : chr "3d149b0cd8da021f3bab40e2ef2642db" [08:47:15.559] | : . | : . | : . | .. ..- attr(*, "source")=List of 5 [08:47:15.559] | : . | : . | : . | .. .. ..$ host : Named chr "CRANWIN3" [08:47:15.559] | : . | : . | : . | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:15.559] | : . | : . | : . | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:15.559] | : . | : . | : . | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:15.559] | : . | : . | : . | .. .. ..$ pid : int 15000 [08:47:15.559] | : . | : . | : . | .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:15" [08:47:15.559] | : . | : . | : . | .. .. ..$ random: int 2147483647 [08:47:15.559] | : . | : . | : . | ..$ r_info :List of 4 [08:47:15.559] | : . | : . | : . | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:15.559] | : . | : . | : . | .. .. ..$ : int [1:3] 4 5 0 [08:47:15.559] | : . | : . | : . | .. ..$ os : chr "windows" [08:47:15.559] | : . | : . | : . | .. ..$ os_name : chr "Windows" [08:47:15.559] | : . | : . | : . | .. ..$ captures_utf8: logi TRUE [08:47:15.559] | : . | : . | : . | ..$ version : chr "1.8" [08:47:15.559] | : . | : . | : . | ..- attr(*, "class")= chr "FutureResult" [08:47:15.559] | : . | : . | : . | $ success: logi TRUE [08:47:15.559] | : . | : . | : . | $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [08:47:15.559] | : . | : . | : . | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:15.559] | : . | : . | : . | $ tag : NULL [08:47:15.573] | : . | : . | : . | Received FutureResult [08:47:15.573] | : . | : . | : . | FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'remove', earlySignal = 0) ... [08:47:15.573] | : . | : . | : . | : Removed future from position #1 [08:47:15.574] | : . | : . | : . | : Number of registered futures: 0 [08:47:15.574] | : . | : . | : . | FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'remove', earlySignal = 0) ... done [08:47:15.574] | : . | : . | : . | Erased future from future backend [08:47:15.574] | : . | : . | : . | result() for ClusterFuture ... [08:47:15.574] | : . | : . | : . | : result already collected: FutureResult [08:47:15.574] | : . | : . | : . | result() for ClusterFuture ... done [08:47:15.575] | : . | : . | : . receiveMessageFromWorker() for ClusterFuture ... done [08:47:15.575] | : . | : . | : result() for ClusterFuture ... done [08:47:15.575] | : . | : . | : result() for ClusterFuture ... [08:47:15.575] | : . | : . | : . result already collected: FutureResult [08:47:15.575] | : . | : . | : result() for ClusterFuture ... 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 [08:47:15.576] | : . | : . | : getGlobalsAndPackages() ... [08:47:15.576] | : . | : . | : . Searching for globals ... [08:47:15.580] | : . | : . | : . | globals found: [9] 'fcn', 'x', 'y', '{', '=', '~', 'list', '...', 'sum' [08:47:15.580] | : . | : . | : . Searching for globals ... DONE [08:47:15.580] | : . | : . | : . Resolving globals: FALSE [08:47:15.581] | : . | : . | : . Tweak future expression to call with '...' arguments ... [08:47:15.581] | : . | : . | : . | Search for packages associated with the globals ... [08:47:15.581] | : . | : . | : . | : Packages associated with globals: [1] 'base' [08:47:15.582] | : . | : . | : . | : Packages: [1] 'base' [08:47:15.582] | : . | : . | : . | Search for packages associated with the globals ... DONE [08:47:15.583] | : . | : . | : . | Packages after dropping 'base': [0] [08:47:15.583] | : . | : . | : . | globals: [3] 'fcn', 'x', 'y' [08:47:15.583] | : . | : . | : . | packages: [0] [08:47:15.583] | : . | : . | : . getGlobalsAndPackages() ... done [08:47:15.584] | : . | : . | : . run() for Future ('Future') ... [08:47:15.584] | : . | : . | : . | state: 'created' [08:47:15.584] | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:15.585] | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:15.585] | : . | : . | : . | Using MultisessionFutureBackend ... [08:47:15.585] | : . | : . | : . | : Launching futures ... [08:47:15.585] | : . | : . | : . | : . launchFuture() for ClusterFutureBackend ... [08:47:15.586] | : . | : . | : . | : . | Workers: [n=2] [08:47:15.586] | : . | : . | : . | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:47:15.589] | : . | : . | : . | : . | FutureRegistry: 'workers-c7e485623ecfd480e7080183c39b7afa' [08:47:15.589] | : . | : . | : . | : . | requestWorker() ... [08:47:15.589] | : . | : . | : . | : . | : requestNode() ... [08:47:15.590] | : . | : . | : . | : . | : . Number of workers: 2 [08:47:15.590] | : . | : . | : . | : . | : . Polling for a free worker ... [08:47:15.590] | : . | : . | : . | : . | : . | FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... [08:47:15.590] | : . | : . | : . | : . | : . | : Listing all futures [08:47:15.591] | : . | : . | : . | : . | : . | : Number of registered futures: 0 [08:47:15.591] | : . | : . | : . | : . | : . | FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... done [08:47:15.591] | : . | : . | : . | : . | : . | Total time: 0 [08:47:15.591] | : . | : . | : . | : . | : . Polling for a free worker ... done [08:47:15.592] | : . | : . | : . | : . | : . FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... [08:47:15.592] | : . | : . | : . | : . | : . | Listing all futures [08:47:15.592] | : . | : . | : . | : . | : . | Number of registered futures: 0 [08:47:15.592] | : . | : . | : . | : . | : . FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'list', earlySignal = 0) ... done [08:47:15.593] | : . | : . | : . | : . | : . Index of first available worker: 1 [08:47:15.593] | : . | : . | : . | : . | : . Validate that the worker is functional ... [08:47:15.678] | : . | : . | : . | : . | : . | Worker is functional [08:47:15.679] | : . | : . | : . | : . | : . requestNode() ... done [08:47:15.679] | : . | : . | : . | : . | : . cluster node index: 1 [08:47:15.679] | : . | : . | : . | : . | : requestWorker() ... done [08:47:15.680] | : . | : . | : . | : . | : eraseGlobalEnvironment() ... [08:47:15.680] | : . | : . | : . | : . | : eraseGlobalEnvironment() ... done [08:47:15.681] | : . | : . | : . | : . | : launchFuture() ... [08:47:15.681] | : . | : . | : . | : . | : . cluster node index: 1 [08:47:15.681] | : . | : . | : . | : . | : . getFutureData() ... [08:47:15.681] | : . | : . | : . | : . | : . | getFutureCore() ... [08:47:15.682] | : . | : . | : . | : . | : . | : Packages needed by the future expression (n = 0): [08:47:15.682] | : . | : . | : . | : . | : . | getFutureCore() ... done [08:47:15.682] | : . | : . | : . | : . | : . | getFutureCapture() ... [08:47:15.683] | : . | : . | : . | : . | : . | getFutureCapture() ... done [08:47:15.683] | : . | : . | : . | : . | : . | getFutureContext() ... [08:47:15.683] | : . | : . | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:15.684] | : . | : . | : . | : . | : . | : . Getting stack without first strategy: [n=0] [08:47:15.684] | : . | : . | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:15.684] | : . | : . | : . | : . | : . | : Packages needed by future strategies (n = 0): [08:47:15.684] | : . | : . | : . | : . | : . | getFutureContext() ... done [08:47:15.685] | : . | : . | : . | : . | : . getFutureData() ... done [08:47:15.685] | : . | : . | : . | : . | : . FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'add', earlySignal = 0) ... [08:47:15.686] | : . | : . | : . | : . | : . | Appended future to position #1 [08:47:15.686] | : . | : . | : . | : . | : . | Number of registered futures: 1 [08:47:15.686] | : . | : . | : . | : . | : . FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'add', earlySignal = 0) ... done [08:47:15.687] | : . | : . | : . | : . | : launchFuture() ... done [08:47:15.687] | : . | : . | : . | : . | : MultisessionFuture started [08:47:15.687] | : . | : . | : . | : . | launchFuture() for ClusterFutureBackend ... done [08:47:15.687] | : . | : . | : . | : . Launching futures ... done [08:47:15.688] | : . | : . | : . | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:47:15.688] | : . | : . | : . | : Using MultisessionFutureBackend ... done [08:47:15.688] | : . | : . | : . | run() for Future ('MultisessionFuture') ... done [08:47:15.689] | : . | : . | : . | result() for ClusterFuture ... [08:47:15.689] | : . | : . | : . | : assertValidConnection() ... [08:47:15.689] | : . | : . | : . | : . cluster node index: 1 [08:47:15.690] | : . | : . | : . | : assertValidConnection() ... done [08:47:15.690] | : . | : . | : . | : receiveMessageFromWorker() for ClusterFuture ... [08:47:15.691] | : . | : . | : . | : . cluster node index: 1 [08:47:15.691] | : . | : . | : . | : . [1] TRUE [08:47:15.692] | : . | : . | : . | : . received data: [08:47:15.692] | : . | : . | : . | : . List of 5 [08:47:15.692] | : . | : . | : . | : . $ type : chr "VALUE" [08:47:15.692] | : . | : . | : . | : . $ value :List of 13 [08:47:15.692] | : . | : . | : . | : . ..$ value : num 6 [08:47:15.692] | : . | : . | : . | : . ..$ visible : logi TRUE [08:47:15.692] | : . | : . | : . | : . ..$ stdout : chr "" [08:47:15.692] | : . | : . | : . | : . ..$ conditions : list() [08:47:15.692] | : . | : . | : . | : . ..$ rng : logi FALSE [08:47:15.692] | : . | : . | : . | : . ..$ misuseGlobalEnv : NULL [08:47:15.692] | : . | : . | : . | : . ..$ misuseConnections:List of 3 [08:47:15.692] | : . | : . | : . | : . .. ..$ added : NULL [08:47:15.692] | : . | : . | : . | : . .. ..$ removed : NULL [08:47:15.692] | : . | : . | : . | : . .. ..$ replaced: NULL [08:47:15.692] | : . | : . | : . | : . ..$ misuseDevices : NULL [08:47:15.692] | : . | : . | : . | : . ..$ started : POSIXct[1:1], format: "2025-04-10 08:47:15" [08:47:15.692] | : . | : . | : . | : . ..$ finished : POSIXct[1:1], format: "2025-04-10 08:47:15" [08:47:15.692] | : . | : . | : . | : . ..$ session_uuid : chr "3d149b0cd8da021f3bab40e2ef2642db" [08:47:15.692] | : . | : . | : . | : . .. ..- attr(*, "source")=List of 5 [08:47:15.692] | : . | : . | : . | : . .. .. ..$ host : Named chr "CRANWIN3" [08:47:15.692] | : . | : . | : . | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:47:15.692] | : . | : . | : . | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:47:15.692] | : . | : . | : . | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:47:15.692] | : . | : . | : . | : . .. .. ..$ pid : int 15000 [08:47:15.692] | : . | : . | : . | : . .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:47:15" [08:47:15.692] | : . | : . | : . | : . .. .. ..$ random: int 2147483647 [08:47:15.692] | : . | : . | : . | : . ..$ r_info :List of 4 [08:47:15.692] | : . | : . | : . | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:47:15.692] | : . | : . | : . | : . .. .. ..$ : int [1:3] 4 5 0 [08:47:15.692] | : . | : . | : . | : . .. ..$ os : chr "windows" [08:47:15.692] | : . | : . | : . | : . .. ..$ os_name : chr "Windows" [08:47:15.692] | : . | : . | : . | : . .. ..$ captures_utf8: logi TRUE [08:47:15.692] | : . | : . | : . | : . ..$ version : chr "1.8" [08:47:15.692] | : . | : . | : . | : . ..- attr(*, "class")= chr "FutureResult" [08:47:15.692] | : . | : . | : . | : . $ success: logi TRUE [08:47:15.692] | : . | : . | : . | : . $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [08:47:15.692] | : . | : . | : . | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:47:15.692] | : . | : . | : . | : . $ tag : NULL [08:47:15.711] | : . | : . | : . | : . Received FutureResult [08:47:15.711] | : . | : . | : . | : . FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'remove', earlySignal = 0) ... [08:47:15.712] | : . | : . | : . | : . | Removed future from position #1 [08:47:15.712] | : . | : . | : . | : . | Number of registered futures: 0 [08:47:15.712] | : . | : . | : . | : . FutureRegistry('workers-c7e485623ecfd480e7080183c39b7afa', action = 'remove', earlySignal = 0) ... done [08:47:15.712] | : . | : . | : . | : . Erased future from future backend [08:47:15.713] | : . | : . | : . | : . result() for ClusterFuture ... [08:47:15.713] | : . | : . | : . | : . | result already collected: FutureResult [08:47:15.713] | : . | : . | : . | : . result() for ClusterFuture ... done [08:47:15.713] | : . | : . | : . | : receiveMessageFromWorker() for ClusterFuture ... done [08:47:15.714] | : . | : . | : . | result() for ClusterFuture ... done [08:47:15.714] | : . | : . | : . | result() for ClusterFuture ... [08:47:15.714] | : . | : . | : . | : result already collected: FutureResult [08:47:15.715] | : . | : . | : . | result() for ClusterFuture ... 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_SPECIAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_04_10_08_45_16_15127' Sourcing 6 epilogue scripts ... done Test time: user.self=1s, sys.self=0.1s, elapsed=3s, user.child=NAs, sys.child=NAs Test 'dotdotdot' ... success > > proc.time() user system elapsed 1.57 0.28 2.89