R Under development (unstable) (2025-05-08 r88190 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script inst/testme/test-futureAssign.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("futureAssign") Test 'futureAssign' ... 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-futureAssign.R' > library(future) [01:57:01.640] Option 'future.startup.script': TRUE [01:57:01.641] Future startup scripts considered: '.future.R', '~/.future.R' [01:57:01.641] Future startup scripts found: > message("*** futureAssign() ...") *** futureAssign() ... > message("*** futureAssign() - sequential w/ lazy evaluation ...") *** futureAssign() - sequential w/ lazy evaluation ... > delayedAssign("a", { + cat("Delayed assignment evaluated\n") + 1 + }) > futureAssign("b", { + cat("Future assignment evaluated\n") + 2 + }, lazy = TRUE) [01:57:01.643] future(..., label = NULL) ... [01:57:01.643] | lazy: TRUE [01:57:01.644] | stdout: TRUE [01:57:01.644] | conditions: [n=1] 'condition' [01:57:01.644] | gc: FALSE [01:57:01.644] | earlySignal: FALSE [01:57:01.645] | getGlobalsAndPackages() ... [01:57:01.645] | : Searching for globals ... [01:57:01.662] | : . globals found: [2] '{', 'cat' [01:57:01.662] | : Searching for globals ... done [01:57:01.663] | : Resolving globals: FALSE [01:57:01.663] | : Search for packages associated with the globals ... [01:57:01.663] | : . Packages associated with globals: [1] 'base' [01:57:01.664] | : . Packages: [1] 'base' [01:57:01.664] | : Search for packages associated with the globals ... done [01:57:01.664] | : Packages after dropping 'base': [0] [01:57:01.664] | : globals: [0] [01:57:01.664] | : packages: [0] [01:57:01.664] | getGlobalsAndPackages() ... done [01:57:01.665] future(..., label = NULL) ... done > cat(sprintf("b = %s\n", b)) [01:57:01.666] value() for Future (NULL) ... [01:57:01.666] | run() for 'Future' (NULL) ... [01:57:01.666] | : state: 'created' [01:57:01.667] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.667] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [01:57:01.667] | : . ' function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.667] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.667] | : . ' - attr(*, "init")= logi TRUE [01:57:01.667] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.667] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.667] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.667] | : . ' - attr(*, "call")= language plan(sequential) [01:57:01.672] | : . ' init: TRUE [01:57:01.672] | : . ' makeFutureBackend() ... [01:57:01.672] | : . ' , Backend function: <'NULL'> [01:57:01.673] | : . ' , Evaluator tweak arguments: [n=0] [01:57:01.673] | : . ' , list() [01:57:01.673] | : . ' , Evaluator formal arguments: [n=2] [01:57:01.673] | : . ' , list() [01:57:01.674] | : . ' , Backend factory arguments: [n=2] [01:57:01.674] | : . ' , Dotted pair list of 2 [01:57:01.674] | : . ' , $ gc : logi FALSE [01:57:01.674] | : . ' , $ earlySignal: logi FALSE [01:57:01.675] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [01:57:01.675] | : . ' makeFutureBackend() ... done [01:57:01.676] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [01:57:01.676] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.676] | : Using SequentialFutureBackend ... [01:57:01.676] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [01:57:01.676] | : . Launching futures ... [01:57:01.677] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:01.677] | : . ' , getFutureData() ... [01:57:01.677] | : . ' , ; getFutureCore() ... [01:57:01.677] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:01.678] | : . ' , ; getFutureCore() ... done [01:57:01.678] | : . ' , ; getFutureCapture() ... [01:57:01.678] | : . ' , ; getFutureCapture() ... done [01:57:01.678] | : . ' , ; getFutureContext() ... [01:57:01.678] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.679] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:01.679] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.679] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:01.679] | : . ' , ; getFutureContext() ... done [01:57:01.679] | : . ' , getFutureData() ... done [01:57:01.681] | : . ' , attachPackages() ... [01:57:01.681] | : . ' , ; packages: [n=1] 'future' [01:57:01.681] | : . ' , attachPackages() ... done [01:57:01.681] | : . ' , attachPackages() ... [01:57:01.682] | : . ' , ; packages: [n=0] [01:57:01.682] | : . ' , attachPackages() ... done [01:57:01.682] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.682] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:01.683] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.683] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.684] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:01.684] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:01.684] | : . ' , ; ` | New stack: [01:57:01.684] | : . ' , ; ` | List of 1 [01:57:01.684] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.684] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.684] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:01.684] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.684] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.684] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.684] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:01.684] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.689] | : . ' , ; ` | Old stack: [01:57:01.690] | : . ' , ; ` | List of 1 [01:57:01.690] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.690] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.690] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:01.690] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.690] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.690] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.690] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:01.690] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.690] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.690] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.690] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.694] | : . ' , ; ` | Not identical [01:57:01.694] | : . ' , ; ` | all.equal() for future ... [01:57:01.694] | : . ' , ; ` | : List of 2 [01:57:01.694] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.694] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.694] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:01.694] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.694] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.694] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.694] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:01.694] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.694] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.694] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.694] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.694] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.694] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.694] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.694] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.694] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.694] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.701] | : . ' , ; ` | all.equal() for future ... done [01:57:01.701] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:01.701] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:01.701] | : . ' , ; ` List of future strategies: [01:57:01.701] | : . ' , ; ` 1. sequential: [01:57:01.701] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:01.701] | : . ' , ; ` - tweaked: FALSE [01:57:01.701] | : . ' , ; ` - call: plan(sequential) [01:57:01.702] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:01.702] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.706] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.706] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.707] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:01.707] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:01.707] | : . ' , ; ` | : New stack: [01:57:01.707] | : . ' , ; ` | : List of 1 [01:57:01.707] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.707] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.707] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.707] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.707] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.707] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.707] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.707] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.707] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.707] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.707] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.742] | : . ' , ; ` | : Old stack: [01:57:01.742] | : . ' , ; ` | : List of 1 [01:57:01.742] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.742] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.742] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.742] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.742] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.742] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.742] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.742] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.742] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.742] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.742] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.748] | : . ' , ; ` | : Identical [01:57:01.748] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:01.749] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:01.749] | : . ' , ; ` | List of future strategies: [01:57:01.749] | : . ' , ; ` | 1. sequential: [01:57:01.749] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:01.749] | : . ' , ; ` | - tweaked: FALSE [01:57:01.749] | : . ' , ; ` | - call: plan(sequential) [01:57:01.749] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:01.750] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.750] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.754] | : . ' , SequentialFuture started (and completed) [01:57:01.755] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:01.755] | : . Launching futures ... done [01:57:01.755] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:01.756] | : Using SequentialFutureBackend ... done [01:57:01.756] | run() for 'Future' (NULL) ... done [01:57:01.756] | relay stdout ... Future assignment evaluated [01:57:01.756] | relay stdout ... done [01:57:01.756] | check for misuse ... [01:57:01.757] | check for misuse ... done [01:57:01.757] value() for Future (NULL) ... done b = 2 > cat(sprintf("a = %s\n", a)) Delayed assignment evaluated a = 1 > stopifnot(identical(a, 1)) > stopifnot(identical(b, 2)) > message("*** futureAssign() - sequential w/ lazy evaluation ... DONE") *** futureAssign() - sequential w/ lazy evaluation ... DONE > message("*** futureAssign() - lazy = TRUE / FALSE ...") *** futureAssign() - lazy = TRUE / FALSE ... > for (cores in 1:availCores) { + message(sprintf("Testing with %d cores ...", cores)) + options(mc.cores = cores) + for (strategy in supp .... [TRUNCATED] Testing with 1 cores ... *** futureAssign() with 'sequential' futures ... [01:57:01.815] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.815] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [01:57:01.816] | : all.equal() for FutureStrategyList ... [01:57:01.816] | : . New stack: [01:57:01.816] | : . List of 1 [01:57:01.816] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.816] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.816] | : . ..- attr(*, "init")= logi TRUE [01:57:01.816] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.816] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.816] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.816] | : . ..- attr(*, "call")= language plan(strategy) [01:57:01.816] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.820] | : . Old stack: [01:57:01.820] | : . List of 1 [01:57:01.820] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.820] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.820] | : . ..- attr(*, "init")= chr "done" [01:57:01.820] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.820] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.820] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.820] | : . ..- attr(*, "call")= language plan(sequential) [01:57:01.820] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.820] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.820] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.820] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.825] | : . Not identical [01:57:01.825] | : . all.equal() for future ... [01:57:01.826] | : . ' List of 2 [01:57:01.826] | : . ' $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.826] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.826] | : . ' ..- attr(*, "init")= logi TRUE [01:57:01.826] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.826] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.826] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.826] | : . ' ..- attr(*, "call")= language plan(strategy) [01:57:01.826] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.826] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.826] | : . ' ..- attr(*, "init")= chr "done" [01:57:01.826] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.826] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.826] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.826] | : . ' ..- attr(*, "call")= language plan(sequential) [01:57:01.826] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.826] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.826] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.833] | : . all.equal() for future ... done [01:57:01.834] | : all.equal() for FutureStrategyList ... done [01:57:01.834] | : plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:01.834] | : List of future strategies: [01:57:01.834] | : 1. sequential: [01:57:01.834] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:01.834] | : - tweaked: FALSE [01:57:01.834] | : - call: plan(sequential) [01:57:01.835] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [01:57:01.835] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.835] future(..., label = NULL) ... [01:57:01.835] | lazy: FALSE [01:57:01.836] | stdout: TRUE [01:57:01.836] | conditions: [n=1] 'condition' [01:57:01.836] | gc: FALSE [01:57:01.836] | earlySignal: FALSE [01:57:01.836] | getGlobalsAndPackages() ... [01:57:01.837] | : Searching for globals ... [01:57:01.841] | : . globals found: [1] '{' [01:57:01.841] | : Searching for globals ... done [01:57:01.841] | : Resolving globals: FALSE [01:57:01.842] | : Search for packages associated with the globals ... [01:57:01.842] | : . Packages associated with globals: [1] 'base' [01:57:01.842] | : . Packages: [1] 'base' [01:57:01.842] | : Search for packages associated with the globals ... done [01:57:01.843] | : Packages after dropping 'base': [0] [01:57:01.843] | : globals: [0] [01:57:01.843] | : packages: [0] [01:57:01.843] | getGlobalsAndPackages() ... done [01:57:01.844] | run() for 'Future' (NULL) ... [01:57:01.844] | : state: 'created' [01:57:01.844] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.844] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.844] | : Using SequentialFutureBackend ... [01:57:01.845] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [01:57:01.845] | : . Launching futures ... [01:57:01.845] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:01.845] | : . ' , getFutureData() ... [01:57:01.845] | : . ' , ; getFutureCore() ... [01:57:01.846] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:01.846] | : . ' , ; getFutureCore() ... done [01:57:01.846] | : . ' , ; getFutureCapture() ... [01:57:01.846] | : . ' , ; getFutureCapture() ... done [01:57:01.847] | : . ' , ; getFutureContext() ... [01:57:01.847] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.847] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:01.847] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.847] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:01.848] | : . ' , ; getFutureContext() ... done [01:57:01.848] | : . ' , getFutureData() ... done [01:57:01.848] | : . ' , attachPackages() ... [01:57:01.848] | : . ' , ; packages: [n=1] 'future' [01:57:01.848] | : . ' , attachPackages() ... done [01:57:01.849] | : . ' , attachPackages() ... [01:57:01.849] | : . ' , ; packages: [n=0] [01:57:01.849] | : . ' , attachPackages() ... done [01:57:01.850] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.850] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:01.850] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.850] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.851] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:01.851] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:01.851] | : . ' , ; ` | New stack: [01:57:01.851] | : . ' , ; ` | List of 1 [01:57:01.851] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.851] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.851] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:01.851] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.851] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.851] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.851] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:01.851] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.855] | : . ' , ; ` | Old stack: [01:57:01.856] | : . ' , ; ` | List of 1 [01:57:01.856] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.856] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.856] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:01.856] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.856] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.856] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.856] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:01.856] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.856] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.856] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.856] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.860] | : . ' , ; ` | Not identical [01:57:01.860] | : . ' , ; ` | all.equal() for future ... [01:57:01.861] | : . ' , ; ` | : List of 2 [01:57:01.861] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.861] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.861] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:01.861] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.861] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.861] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.861] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:01.861] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.861] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.861] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.861] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.861] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.861] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.861] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.861] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.861] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.861] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.868] | : . ' , ; ` | all.equal() for future ... done [01:57:01.869] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:01.869] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:01.869] | : . ' , ; ` List of future strategies: [01:57:01.869] | : . ' , ; ` 1. sequential: [01:57:01.869] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:01.869] | : . ' , ; ` - tweaked: FALSE [01:57:01.869] | : . ' , ; ` - call: plan(sequential) [01:57:01.870] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:01.870] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.873] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.873] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.873] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:01.874] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:01.874] | : . ' , ; ` | : New stack: [01:57:01.874] | : . ' , ; ` | : List of 1 [01:57:01.874] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.874] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.874] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.874] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.874] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.874] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.874] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.874] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.874] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.874] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.874] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.879] | : . ' , ; ` | : Old stack: [01:57:01.879] | : . ' , ; ` | : List of 1 [01:57:01.879] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.879] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.879] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.879] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.879] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.879] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.879] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.879] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.879] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.879] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.879] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.884] | : . ' , ; ` | : Identical [01:57:01.884] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:01.884] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:01.884] | : . ' , ; ` | List of future strategies: [01:57:01.884] | : . ' , ; ` | 1. sequential: [01:57:01.884] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:01.884] | : . ' , ; ` | - tweaked: FALSE [01:57:01.884] | : . ' , ; ` | - call: plan(sequential) [01:57:01.885] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:01.885] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.886] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.888] | : . ' , SequentialFuture started (and completed) [01:57:01.888] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:01.888] | : . Launching futures ... done [01:57:01.888] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:01.889] | : Using SequentialFutureBackend ... done [01:57:01.889] | run() for 'Future' (NULL) ... done [01:57:01.889] future(..., label = NULL) ... done [01:57:01.889] future(..., label = NULL) ... [01:57:01.889] | lazy: FALSE [01:57:01.889] | stdout: TRUE [01:57:01.890] | conditions: [n=1] 'condition' [01:57:01.890] | gc: FALSE [01:57:01.890] | earlySignal: FALSE [01:57:01.890] | getGlobalsAndPackages() ... [01:57:01.890] | : Searching for globals ... [01:57:01.894] | : . globals found: [1] '{' [01:57:01.894] | : Searching for globals ... done [01:57:01.894] | : Resolving globals: FALSE [01:57:01.894] | : Search for packages associated with the globals ... [01:57:01.895] | : . Packages associated with globals: [1] 'base' [01:57:01.895] | : . Packages: [1] 'base' [01:57:01.895] | : Search for packages associated with the globals ... done [01:57:01.895] | : Packages after dropping 'base': [0] [01:57:01.895] | : globals: [0] [01:57:01.896] | : packages: [0] [01:57:01.896] | getGlobalsAndPackages() ... done [01:57:01.896] | run() for 'Future' (NULL) ... [01:57:01.896] | : state: 'created' [01:57:01.896] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.897] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.897] | : Using SequentialFutureBackend ... [01:57:01.897] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [01:57:01.897] | : . Launching futures ... [01:57:01.897] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:01.898] | : . ' , getFutureData() ... [01:57:01.898] | : . ' , ; getFutureCore() ... [01:57:01.898] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:01.898] | : . ' , ; getFutureCore() ... done [01:57:01.898] | : . ' , ; getFutureCapture() ... [01:57:01.898] | : . ' , ; getFutureCapture() ... done [01:57:01.899] | : . ' , ; getFutureContext() ... [01:57:01.899] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.899] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:01.899] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.899] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:01.899] | : . ' , ; getFutureContext() ... done [01:57:01.900] | : . ' , getFutureData() ... done [01:57:01.900] | : . ' , attachPackages() ... [01:57:01.900] | : . ' , ; packages: [n=1] 'future' [01:57:01.900] | : . ' , attachPackages() ... done [01:57:01.900] | : . ' , attachPackages() ... [01:57:01.901] | : . ' , ; packages: [n=0] [01:57:01.901] | : . ' , attachPackages() ... done [01:57:01.902] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.902] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:01.902] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.903] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.903] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:01.904] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:01.904] | : . ' , ; ` | New stack: [01:57:01.904] | : . ' , ; ` | List of 1 [01:57:01.904] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.904] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.904] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:01.904] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.904] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.904] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.904] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:01.904] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.908] | : . ' , ; ` | Old stack: [01:57:01.909] | : . ' , ; ` | List of 1 [01:57:01.909] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.909] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.909] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:01.909] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.909] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.909] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.909] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:01.909] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.909] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.909] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.909] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.913] | : . ' , ; ` | Not identical [01:57:01.914] | : . ' , ; ` | all.equal() for future ... [01:57:01.914] | : . ' , ; ` | : List of 2 [01:57:01.914] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.914] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.914] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:01.914] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.914] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.914] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.914] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:01.914] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.914] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.914] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.914] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.914] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.914] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.914] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.914] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.914] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.914] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.920] | : . ' , ; ` | all.equal() for future ... done [01:57:01.921] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:01.921] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:01.921] | : . ' , ; ` List of future strategies: [01:57:01.921] | : . ' , ; ` 1. sequential: [01:57:01.921] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:01.921] | : . ' , ; ` - tweaked: FALSE [01:57:01.921] | : . ' , ; ` - call: plan(sequential) [01:57:01.922] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:01.922] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.924] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.924] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.924] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:01.925] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:01.925] | : . ' , ; ` | : New stack: [01:57:01.925] | : . ' , ; ` | : List of 1 [01:57:01.925] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.925] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.925] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.925] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.925] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.925] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.925] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.925] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.925] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.925] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.925] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.929] | : . ' , ; ` | : Old stack: [01:57:01.929] | : . ' , ; ` | : List of 1 [01:57:01.929] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.929] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.929] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.929] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.929] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.929] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.929] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.929] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.929] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.929] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.929] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.933] | : . ' , ; ` | : Identical [01:57:01.933] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:01.933] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:01.934] | : . ' , ; ` | List of future strategies: [01:57:01.934] | : . ' , ; ` | 1. sequential: [01:57:01.934] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:01.934] | : . ' , ; ` | - tweaked: FALSE [01:57:01.934] | : . ' , ; ` | - call: plan(sequential) [01:57:01.934] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:01.934] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.935] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.935] | : . ' , SequentialFuture started (and completed) [01:57:01.935] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:01.935] | : . Launching futures ... done [01:57:01.936] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:01.936] | : Using SequentialFutureBackend ... done [01:57:01.936] | run() for 'Future' (NULL) ... done [01:57:01.936] future(..., label = NULL) ... done [01:57:01.936] value() for SequentialFuture (NULL) ... [01:57:01.937] | relay stdout ... [01:57:01.937] | relay stdout ... done [01:57:01.937] | check for misuse ... [01:57:01.937] | check for misuse ... done [01:57:01.937] value() for SequentialFuture (NULL) ... done u$a = 2 [01:57:01.937] value() for SequentialFuture (NULL) ... [01:57:01.938] | relay stdout ... [01:57:01.938] | relay stdout ... done [01:57:01.938] | check for misuse ... [01:57:01.938] | check for misuse ... done [01:57:01.938] value() for SequentialFuture (NULL) ... done v$a = 4 [01:57:01.939] future(..., label = NULL) ... [01:57:01.939] | lazy: FALSE [01:57:01.939] | stdout: TRUE [01:57:01.939] | conditions: [n=1] 'condition' [01:57:01.939] | gc: FALSE [01:57:01.939] | earlySignal: FALSE [01:57:01.939] | getGlobalsAndPackages() ... [01:57:01.940] | : Searching for globals ... [01:57:01.946] | : . globals found: [3] '{', '*', 'a' [01:57:01.946] | : Searching for globals ... done [01:57:01.947] | : Resolving globals: FALSE [01:57:01.947] | : Search for packages associated with the globals ... [01:57:01.947] | : . Packages associated with globals: [1] 'base' [01:57:01.948] | : . Packages: [1] 'base' [01:57:01.948] | : Search for packages associated with the globals ... done [01:57:01.948] | : Packages after dropping 'base': [0] [01:57:01.948] | : globals: [1] 'a' [01:57:01.948] | : packages: [0] [01:57:01.948] | getGlobalsAndPackages() ... done [01:57:01.949] | run() for 'Future' (NULL) ... [01:57:01.949] | : state: 'created' [01:57:01.949] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.949] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.949] | : Using SequentialFutureBackend ... [01:57:01.950] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [01:57:01.950] | : . Launching futures ... [01:57:01.950] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:01.950] | : . ' , getFutureData() ... [01:57:01.950] | : . ' , ; getFutureCore() ... [01:57:01.951] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:01.951] | : . ' , ; getFutureCore() ... done [01:57:01.951] | : . ' , ; getFutureCapture() ... [01:57:01.951] | : . ' , ; getFutureCapture() ... done [01:57:01.951] | : . ' , ; getFutureContext() ... [01:57:01.951] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.952] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:01.952] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.952] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:01.952] | : . ' , ; getFutureContext() ... done [01:57:01.952] | : . ' , getFutureData() ... done [01:57:01.953] | : . ' , attachPackages() ... [01:57:01.953] | : . ' , ; packages: [n=1] 'future' [01:57:01.953] | : . ' , attachPackages() ... done [01:57:01.953] | : . ' , attachPackages() ... [01:57:01.953] | : . ' , ; packages: [n=0] [01:57:01.953] | : . ' , attachPackages() ... done [01:57:01.954] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:01.954] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:01.954] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:01.955] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.955] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:01.955] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:01.955] | : . ' , ; ` | New stack: [01:57:01.955] | : . ' , ; ` | List of 1 [01:57:01.955] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.955] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.955] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:01.955] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.955] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.955] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.955] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:01.955] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.958] | : . ' , ; ` | Old stack: [01:57:01.959] | : . ' , ; ` | List of 1 [01:57:01.959] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.959] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.959] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:01.959] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.959] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.959] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.959] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:01.959] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.959] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.959] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.959] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.963] | : . ' , ; ` | Not identical [01:57:01.963] | : . ' , ; ` | all.equal() for future ... [01:57:01.963] | : . ' , ; ` | : List of 2 [01:57:01.963] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.963] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.963] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:01.963] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.963] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.963] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.963] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:01.963] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.963] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.963] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.963] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.963] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.963] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.963] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.963] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.963] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.963] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.970] | : . ' , ; ` | all.equal() for future ... done [01:57:01.970] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:01.970] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:01.970] | : . ' , ; ` List of future strategies: [01:57:01.970] | : . ' , ; ` 1. sequential: [01:57:01.970] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:01.970] | : . ' , ; ` - tweaked: FALSE [01:57:01.970] | : . ' , ; ` - call: plan(sequential) [01:57:01.971] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:01.971] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.971] | : . ' , assign_globals() ... [01:57:01.971] | : . ' , List of 1 [01:57:01.971] | : . ' , $ a: num 1 [01:57:01.971] | : . ' , - attr(*, "where")=List of 1 [01:57:01.971] | : . ' , ..$ a: [01:57:01.971] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [01:57:01.971] | : . ' , - attr(*, "resolved")= logi FALSE [01:57:01.971] | : . ' , - attr(*, "total_size")= num NA [01:57:01.971] | : . ' , - attr(*, "already-done")= logi TRUE [01:57:01.974] | : . ' , - copied 'a' to environment [01:57:01.975] | : . ' , assign_globals() ... done [01:57:01.977] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.977] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:01.977] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:01.977] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:01.978] | : . ' , ; ` | : New stack: [01:57:01.978] | : . ' , ; ` | : List of 1 [01:57:01.978] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.978] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.978] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.978] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.978] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.978] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.978] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.978] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.978] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.978] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.978] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.982] | : . ' , ; ` | : Old stack: [01:57:01.982] | : . ' , ; ` | : List of 1 [01:57:01.982] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:01.982] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:01.982] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:01.982] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.982] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.982] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.982] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:01.982] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:01.982] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:01.982] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:01.982] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:01.988] | : . ' , ; ` | : Identical [01:57:01.988] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:01.988] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:01.988] | : . ' , ; ` | List of future strategies: [01:57:01.988] | : . ' , ; ` | 1. sequential: [01:57:01.988] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:01.988] | : . ' , ; ` | - tweaked: FALSE [01:57:01.988] | : . ' , ; ` | - call: plan(sequential) [01:57:01.989] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:01.989] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.989] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:01.990] | : . ' , SequentialFuture started (and completed) [01:57:01.990] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:01.990] | : . Launching futures ... done [01:57:01.990] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:01.991] | : Using SequentialFutureBackend ... done [01:57:01.991] | run() for 'Future' (NULL) ... done [01:57:01.991] future(..., label = NULL) ... done [01:57:01.991] value() for SequentialFuture (NULL) ... [01:57:01.991] | relay stdout ... [01:57:01.991] | relay stdout ... done [01:57:01.992] | check for misuse ... [01:57:01.992] | check for misuse ... done [01:57:01.992] value() for SequentialFuture (NULL) ... done [01:57:01.992] future(..., label = NULL) ... [01:57:01.992] | lazy: FALSE [01:57:01.992] | stdout: TRUE [01:57:01.993] | conditions: [n=1] 'condition' [01:57:01.993] | gc: FALSE [01:57:01.993] | earlySignal: FALSE [01:57:01.993] | getGlobalsAndPackages() ... [01:57:01.993] | : Searching for globals ... [01:57:02.000] | : . globals found: [3] '{', '*', 'a' [01:57:02.000] | : Searching for globals ... done [01:57:02.000] | : Resolving globals: FALSE [01:57:02.000] | : Search for packages associated with the globals ... [01:57:02.001] | : . Packages associated with globals: [1] 'base' [01:57:02.001] | : . Packages: [1] 'base' [01:57:02.001] | : Search for packages associated with the globals ... done [01:57:02.001] | : Packages after dropping 'base': [0] [01:57:02.001] | : globals: [1] 'a' [01:57:02.002] | : packages: [0] [01:57:02.002] | getGlobalsAndPackages() ... done [01:57:02.002] | run() for 'Future' (NULL) ... [01:57:02.002] | : state: 'created' [01:57:02.002] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:02.003] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:02.003] | : Using SequentialFutureBackend ... [01:57:02.003] | : . Number of futures since start: 4 (4 created, 4 launched, 4 finished) [01:57:02.003] | : . Launching futures ... [01:57:02.003] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:02.004] | : . ' , getFutureData() ... [01:57:02.004] | : . ' , ; getFutureCore() ... [01:57:02.004] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:02.004] | : . ' , ; getFutureCore() ... done [01:57:02.004] | : . ' , ; getFutureCapture() ... [01:57:02.004] | : . ' , ; getFutureCapture() ... done [01:57:02.005] | : . ' , ; getFutureContext() ... [01:57:02.005] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:02.005] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:02.005] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:02.005] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:02.005] | : . ' , ; getFutureContext() ... done [01:57:02.006] | : . ' , getFutureData() ... done [01:57:02.006] | : . ' , attachPackages() ... [01:57:02.006] | : . ' , ; packages: [n=1] 'future' [01:57:02.006] | : . ' , attachPackages() ... done [01:57:02.006] | : . ' , attachPackages() ... [01:57:02.007] | : . ' , ; packages: [n=0] [01:57:02.007] | : . ' , attachPackages() ... done [01:57:02.007] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:02.007] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:02.008] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:02.008] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:02.008] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:02.008] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:02.009] | : . ' , ; ` | New stack: [01:57:02.009] | : . ' , ; ` | List of 1 [01:57:02.009] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.009] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.009] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:02.009] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.009] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.009] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.009] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:02.009] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:02.012] | : . ' , ; ` | Old stack: [01:57:02.012] | : . ' , ; ` | List of 1 [01:57:02.012] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.012] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.012] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:02.012] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.012] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.012] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.012] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:02.012] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:02.012] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.012] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.012] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:02.016] | : . ' , ; ` | Not identical [01:57:02.016] | : . ' , ; ` | all.equal() for future ... [01:57:02.016] | : . ' , ; ` | : List of 2 [01:57:02.016] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.016] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.016] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:02.016] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.016] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.016] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.016] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:02.016] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.016] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.016] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:02.016] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.016] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.016] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.016] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:02.016] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:02.016] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.016] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.023] | : . ' , ; ` | all.equal() for future ... done [01:57:02.023] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:02.024] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:02.024] | : . ' , ; ` List of future strategies: [01:57:02.024] | : . ' , ; ` 1. sequential: [01:57:02.024] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:02.024] | : . ' , ; ` - tweaked: FALSE [01:57:02.024] | : . ' , ; ` - call: plan(sequential) [01:57:02.024] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:02.025] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:02.025] | : . ' , assign_globals() ... [01:57:02.025] | : . ' , List of 1 [01:57:02.025] | : . ' , $ a: num 1 [01:57:02.025] | : . ' , - attr(*, "where")=List of 1 [01:57:02.025] | : . ' , ..$ a: [01:57:02.025] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [01:57:02.025] | : . ' , - attr(*, "resolved")= logi FALSE [01:57:02.025] | : . ' , - attr(*, "total_size")= num NA [01:57:02.025] | : . ' , - attr(*, "already-done")= logi TRUE [01:57:02.028] | : . ' , - copied 'a' to environment [01:57:02.028] | : . ' , assign_globals() ... done [01:57:02.030] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:02.031] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:02.031] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:02.031] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:02.031] | : . ' , ; ` | : New stack: [01:57:02.031] | : . ' , ; ` | : List of 1 [01:57:02.031] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.031] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.031] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:02.031] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.031] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.031] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.031] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:02.031] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:02.031] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.031] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.031] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:02.035] | : . ' , ; ` | : Old stack: [01:57:02.036] | : . ' , ; ` | : List of 1 [01:57:02.036] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.036] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.036] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:02.036] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.036] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.036] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.036] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:02.036] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:02.036] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.036] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.036] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:02.039] | : . ' , ; ` | : Identical [01:57:02.040] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:02.040] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:02.040] | : . ' , ; ` | List of future strategies: [01:57:02.040] | : . ' , ; ` | 1. sequential: [01:57:02.040] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:02.040] | : . ' , ; ` | - tweaked: FALSE [01:57:02.040] | : . ' , ; ` | - call: plan(sequential) [01:57:02.041] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:02.041] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:02.041] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:02.042] | : . ' , SequentialFuture started (and completed) [01:57:02.042] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:02.042] | : . Launching futures ... done [01:57:02.042] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:02.042] | : Using SequentialFutureBackend ... done [01:57:02.042] | run() for 'Future' (NULL) ... done [01:57:02.043] future(..., label = NULL) ... done [01:57:02.043] value() for SequentialFuture (NULL) ... [01:57:02.043] | relay stdout ... [01:57:02.043] | relay stdout ... done [01:57:02.043] | check for misuse ... [01:57:02.044] | check for misuse ... done [01:57:02.044] value() for SequentialFuture (NULL) ... done [01:57:02.044] future(..., label = NULL) ... [01:57:02.044] | lazy: FALSE [01:57:02.044] | stdout: TRUE [01:57:02.044] | conditions: [n=1] 'condition' [01:57:02.044] | gc: FALSE [01:57:02.045] | earlySignal: FALSE [01:57:02.045] | getGlobalsAndPackages() ... [01:57:02.045] | : Searching for globals ... [01:57:02.051] | : . globals found: [3] '{', '*', 'a' [01:57:02.052] | : Searching for globals ... done [01:57:02.052] | : Resolving globals: FALSE [01:57:02.052] | : Search for packages associated with the globals ... [01:57:02.052] | : . Packages associated with globals: [1] 'base' [01:57:02.053] | : . Packages: [1] 'base' [01:57:02.053] | : Search for packages associated with the globals ... done [01:57:02.053] | : Packages after dropping 'base': [0] [01:57:02.053] | : globals: [1] 'a' [01:57:02.053] | : packages: [0] [01:57:02.054] | getGlobalsAndPackages() ... done [01:57:02.054] | run() for 'Future' (NULL) ... [01:57:02.054] | : state: 'created' [01:57:02.054] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:02.054] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:02.055] | : Using SequentialFutureBackend ... [01:57:02.055] | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [01:57:02.055] | : . Launching futures ... [01:57:02.055] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:02.055] | : . ' , getFutureData() ... [01:57:02.055] | : . ' , ; getFutureCore() ... [01:57:02.056] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:02.056] | : . ' , ; getFutureCore() ... done [01:57:02.056] | : . ' , ; getFutureCapture() ... [01:57:02.056] | : . ' , ; getFutureCapture() ... done [01:57:02.056] | : . ' , ; getFutureContext() ... [01:57:02.056] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:02.057] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:02.057] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:02.057] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:02.057] | : . ' , ; getFutureContext() ... done [01:57:02.057] | : . ' , getFutureData() ... done [01:57:02.058] | : . ' , attachPackages() ... [01:57:02.058] | : . ' , ; packages: [n=1] 'future' [01:57:02.058] | : . ' , attachPackages() ... done [01:57:02.058] | : . ' , attachPackages() ... [01:57:02.058] | : . ' , ; packages: [n=0] [01:57:02.058] | : . ' , attachPackages() ... done [01:57:02.059] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:02.059] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:02.059] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:02.060] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:02.060] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:02.060] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:02.060] | : . ' , ; ` | New stack: [01:57:02.060] | : . ' , ; ` | List of 1 [01:57:02.060] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.060] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.060] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:02.060] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.060] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.060] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.060] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:02.060] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:02.064] | : . ' , ; ` | Old stack: [01:57:02.064] | : . ' , ; ` | List of 1 [01:57:02.064] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.064] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.064] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:02.064] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.064] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.064] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.064] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:02.064] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:02.064] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.064] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.064] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:02.068] | : . ' , ; ` | Not identical [01:57:02.068] | : . ' , ; ` | all.equal() for future ... [01:57:02.068] | : . ' , ; ` | : List of 2 [01:57:02.068] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.068] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.068] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:02.068] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.068] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.068] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.068] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:02.068] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.068] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.068] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:02.068] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.068] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.068] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.068] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:02.068] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:02.068] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.068] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.074] | : . ' , ; ` | all.equal() for future ... done [01:57:02.075] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:02.075] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:02.075] | : . ' , ; ` List of future strategies: [01:57:02.075] | : . ' , ; ` 1. sequential: [01:57:02.075] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:02.075] | : . ' , ; ` - tweaked: FALSE [01:57:02.075] | : . ' , ; ` - call: plan(sequential) [01:57:02.076] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:02.076] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:02.076] | : . ' , assign_globals() ... [01:57:02.076] | : . ' , List of 1 [01:57:02.076] | : . ' , $ a: num 1 [01:57:02.076] | : . ' , - attr(*, "where")=List of 1 [01:57:02.076] | : . ' , ..$ a: [01:57:02.076] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [01:57:02.076] | : . ' , - attr(*, "resolved")= logi FALSE [01:57:02.076] | : . ' , - attr(*, "total_size")= num NA [01:57:02.076] | : . ' , - attr(*, "already-done")= logi TRUE [01:57:02.081] | : . ' , - copied 'a' to environment [01:57:02.081] | : . ' , assign_globals() ... done [01:57:02.083] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:02.083] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:02.084] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:02.084] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:02.084] | : . ' , ; ` | : New stack: [01:57:02.084] | : . ' , ; ` | : List of 1 [01:57:02.084] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.084] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.084] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:02.084] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.084] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.084] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.084] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:02.084] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:02.084] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.084] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.084] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:02.088] | : . ' , ; ` | : Old stack: [01:57:02.088] | : . ' , ; ` | : List of 1 [01:57:02.088] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.088] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.088] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:02.088] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.088] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.088] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.088] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:02.088] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:02.088] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.088] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.088] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:02.092] | : . ' , ; ` | : Identical [01:57:02.092] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:02.093] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:02.093] | : . ' , ; ` | List of future strategies: [01:57:02.093] | : . ' , ; ` | 1. sequential: [01:57:02.093] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:02.093] | : . ' , ; ` | - tweaked: FALSE [01:57:02.093] | : . ' , ; ` | - call: plan(sequential) [01:57:02.093] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:02.093] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:02.094] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:02.094] | : . ' , SequentialFuture started (and completed) [01:57:02.094] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:02.095] | : . Launching futures ... done [01:57:02.095] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:02.095] | : Using SequentialFutureBackend ... done [01:57:02.095] | run() for 'Future' (NULL) ... done [01:57:02.095] future(..., label = NULL) ... done [01:57:02.095] value() for SequentialFuture (NULL) ... [01:57:02.096] | relay stdout ... [01:57:02.096] | relay stdout ... done [01:57:02.096] | check for misuse ... [01:57:02.096] | check for misuse ... done [01:57:02.096] value() for SequentialFuture (NULL) ... done [01:57:02.097] future(..., label = NULL) ... [01:57:02.097] | lazy: TRUE [01:57:02.097] | stdout: TRUE [01:57:02.097] | conditions: [n=1] 'condition' [01:57:02.097] | gc: FALSE [01:57:02.097] | earlySignal: FALSE [01:57:02.097] | getGlobalsAndPackages() ... [01:57:02.098] | : Searching for globals ... [01:57:02.104] | : . globals found: [3] '{', '*', 'a' [01:57:02.104] | : Searching for globals ... done [01:57:02.105] | : Resolving globals: FALSE [01:57:02.105] | : Search for packages associated with the globals ... [01:57:02.105] | : . Packages associated with globals: [1] 'base' [01:57:02.105] | : . Packages: [1] 'base' [01:57:02.106] | : Search for packages associated with the globals ... done [01:57:02.106] | : Packages after dropping 'base': [0] [01:57:02.106] | : globals: [1] 'a' [01:57:02.106] | : packages: [0] [01:57:02.106] | getGlobalsAndPackages() ... done [01:57:02.107] future(..., label = NULL) ... done [01:57:02.107] value() for Future (NULL) ... [01:57:02.107] | run() for 'Future' (NULL) ... [01:57:02.107] | : state: 'created' [01:57:02.107] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:02.107] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:02.108] | : Using SequentialFutureBackend ... [01:57:02.108] | : . Number of futures since start: 6 (6 created, 6 launched, 6 finished) [01:57:02.108] | : . Launching futures ... [01:57:02.108] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:02.108] | : . ' , getFutureData() ... [01:57:02.109] | : . ' , ; getFutureCore() ... [01:57:02.109] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:02.109] | : . ' , ; getFutureCore() ... done [01:57:02.109] | : . ' , ; getFutureCapture() ... [01:57:02.109] | : . ' , ; getFutureCapture() ... done [01:57:02.109] | : . ' , ; getFutureContext() ... [01:57:02.110] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:02.110] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:02.110] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:02.110] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:02.110] | : . ' , ; getFutureContext() ... done [01:57:02.110] | : . ' , getFutureData() ... done [01:57:02.111] | : . ' , attachPackages() ... [01:57:02.111] | : . ' , ; packages: [n=1] 'future' [01:57:02.111] | : . ' , attachPackages() ... done [01:57:02.111] | : . ' , attachPackages() ... [01:57:02.111] | : . ' , ; packages: [n=0] [01:57:02.112] | : . ' , attachPackages() ... done [01:57:02.112] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:02.112] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:02.112] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:02.113] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:02.113] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:02.113] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:02.113] | : . ' , ; ` | New stack: [01:57:02.114] | : . ' , ; ` | List of 1 [01:57:02.114] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.114] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.114] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:02.114] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.114] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.114] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.114] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:02.114] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:02.117] | : . ' , ; ` | Old stack: [01:57:02.117] | : . ' , ; ` | List of 1 [01:57:02.117] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.117] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.117] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:02.117] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.117] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.117] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.117] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:02.117] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:02.117] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.117] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.117] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:02.121] | : . ' , ; ` | Not identical [01:57:02.121] | : . ' , ; ` | all.equal() for future ... [01:57:02.121] | : . ' , ; ` | : List of 2 [01:57:02.121] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.121] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.121] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:02.121] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.121] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.121] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.121] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:02.121] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.121] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.121] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:02.121] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.121] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.121] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.121] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:02.121] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:02.121] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.121] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.128] | : . ' , ; ` | all.equal() for future ... done [01:57:02.128] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:02.129] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:02.129] | : . ' , ; ` List of future strategies: [01:57:02.129] | : . ' , ; ` 1. sequential: [01:57:02.129] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:02.129] | : . ' , ; ` - tweaked: FALSE [01:57:02.129] | : . ' , ; ` - call: plan(sequential) [01:57:02.129] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:02.130] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:02.130] | : . ' , assign_globals() ... [01:57:02.130] | : . ' , List of 1 [01:57:02.130] | : . ' , $ a: num 1 [01:57:02.130] | : . ' , - attr(*, "where")=List of 1 [01:57:02.130] | : . ' , ..$ a: [01:57:02.130] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [01:57:02.130] | : . ' , - attr(*, "resolved")= logi FALSE [01:57:02.130] | : . ' , - attr(*, "total_size")= num NA [01:57:02.130] | : . ' , - attr(*, "already-done")= logi TRUE [01:57:02.133] | : . ' , - copied 'a' to environment [01:57:02.134] | : . ' , assign_globals() ... done [01:57:02.136] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:02.136] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:02.136] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:02.136] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:02.137] | : . ' , ; ` | : New stack: [01:57:02.137] | : . ' , ; ` | : List of 1 [01:57:02.137] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.137] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.137] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:02.137] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.137] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.137] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.137] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:02.137] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:02.137] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.137] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.137] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:02.141] | : . ' , ; ` | : Old stack: [01:57:02.141] | : . ' , ; ` | : List of 1 [01:57:02.141] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.141] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.141] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:02.141] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.141] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.141] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.141] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:02.141] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:02.141] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.141] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.141] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:02.145] | : . ' , ; ` | : Identical [01:57:02.145] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:02.145] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:02.145] | : . ' , ; ` | List of future strategies: [01:57:02.145] | : . ' , ; ` | 1. sequential: [01:57:02.145] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:02.145] | : . ' , ; ` | - tweaked: FALSE [01:57:02.145] | : . ' , ; ` | - call: plan(sequential) [01:57:02.146] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:02.146] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:02.146] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:02.147] | : . ' , SequentialFuture started (and completed) [01:57:02.147] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:02.147] | : . Launching futures ... done [01:57:02.147] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:02.147] | : Using SequentialFutureBackend ... done [01:57:02.148] | run() for 'Future' (NULL) ... done [01:57:02.148] | relay stdout ... [01:57:02.148] | relay stdout ... done [01:57:02.148] | check for misuse ... [01:57:02.148] | check for misuse ... done [01:57:02.149] value() for Future (NULL) ... done [01:57:02.149] future(..., label = NULL) ... [01:57:02.149] | lazy: TRUE [01:57:02.149] | stdout: TRUE [01:57:02.149] | conditions: [n=1] 'condition' [01:57:02.149] | gc: FALSE [01:57:02.150] | earlySignal: FALSE [01:57:02.150] | getGlobalsAndPackages() ... [01:57:02.150] | : Searching for globals ... [01:57:02.156] | : . globals found: [3] '{', '*', 'a' [01:57:02.156] | : Searching for globals ... done [01:57:02.157] | : Resolving globals: FALSE [01:57:02.157] | : Search for packages associated with the globals ... [01:57:02.157] | : . Packages associated with globals: [1] 'base' [01:57:02.157] | : . Packages: [1] 'base' [01:57:02.158] | : Search for packages associated with the globals ... done [01:57:02.158] | : Packages after dropping 'base': [0] [01:57:02.158] | : globals: [1] 'a' [01:57:02.158] | : packages: [0] [01:57:02.158] | getGlobalsAndPackages() ... done [01:57:02.159] future(..., label = NULL) ... done [01:57:02.159] value() for Future (NULL) ... [01:57:02.159] | run() for 'Future' (NULL) ... [01:57:02.159] | : state: 'created' [01:57:02.159] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:02.160] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:02.160] | : Using SequentialFutureBackend ... [01:57:02.160] | : . Number of futures since start: 7 (7 created, 7 launched, 7 finished) [01:57:02.160] | : . Launching futures ... [01:57:02.160] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:02.160] | : . ' , getFutureData() ... [01:57:02.161] | : . ' , ; getFutureCore() ... [01:57:02.161] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:02.161] | : . ' , ; getFutureCore() ... done [01:57:02.161] | : . ' , ; getFutureCapture() ... [01:57:02.161] | : . ' , ; getFutureCapture() ... done [01:57:02.161] | : . ' , ; getFutureContext() ... [01:57:02.162] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:02.162] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:02.162] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:02.162] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:02.162] | : . ' , ; getFutureContext() ... done [01:57:02.162] | : . ' , getFutureData() ... done [01:57:02.163] | : . ' , attachPackages() ... [01:57:02.163] | : . ' , ; packages: [n=1] 'future' [01:57:02.163] | : . ' , attachPackages() ... done [01:57:02.163] | : . ' , attachPackages() ... [01:57:02.163] | : . ' , ; packages: [n=0] [01:57:02.164] | : . ' , attachPackages() ... done [01:57:02.164] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:02.164] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:02.164] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:02.165] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:02.165] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:02.165] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:02.165] | : . ' , ; ` | New stack: [01:57:02.166] | : . ' , ; ` | List of 1 [01:57:02.166] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.166] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.166] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:02.166] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.166] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.166] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.166] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:02.166] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:02.169] | : . ' , ; ` | Old stack: [01:57:02.169] | : . ' , ; ` | List of 1 [01:57:02.169] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.169] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.169] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:02.169] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.169] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.169] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.169] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:02.169] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:02.169] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.169] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.169] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:02.174] | : . ' , ; ` | Not identical [01:57:02.175] | : . ' , ; ` | all.equal() for future ... [01:57:02.175] | : . ' , ; ` | : List of 2 [01:57:02.175] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.175] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.175] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:02.175] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.175] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.175] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.175] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:02.175] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.175] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.175] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:02.175] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.175] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.175] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.175] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:02.175] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:02.175] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.175] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.181] | : . ' , ; ` | all.equal() for future ... done [01:57:02.181] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:02.182] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:02.182] | : . ' , ; ` List of future strategies: [01:57:02.182] | : . ' , ; ` 1. sequential: [01:57:02.182] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:02.182] | : . ' , ; ` - tweaked: FALSE [01:57:02.182] | : . ' , ; ` - call: plan(sequential) [01:57:02.182] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:02.183] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:02.183] | : . ' , assign_globals() ... [01:57:02.183] | : . ' , List of 1 [01:57:02.183] | : . ' , $ a: num 1 [01:57:02.183] | : . ' , - attr(*, "where")=List of 1 [01:57:02.183] | : . ' , ..$ a: [01:57:02.183] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [01:57:02.183] | : . ' , - attr(*, "resolved")= logi FALSE [01:57:02.183] | : . ' , - attr(*, "total_size")= num NA [01:57:02.183] | : . ' , - attr(*, "already-done")= logi TRUE [01:57:02.186] | : . ' , - copied 'a' to environment [01:57:02.186] | : . ' , assign_globals() ... done [01:57:02.188] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:02.189] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:02.189] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:02.189] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:02.189] | : . ' , ; ` | : New stack: [01:57:02.189] | : . ' , ; ` | : List of 1 [01:57:02.189] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.189] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.189] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:02.189] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.189] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.189] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.189] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:02.189] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:02.189] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.189] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.189] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:02.193] | : . ' , ; ` | : Old stack: [01:57:02.193] | : . ' , ; ` | : List of 1 [01:57:02.193] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.193] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.193] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:02.193] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.193] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.193] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.193] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:02.193] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:02.193] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.193] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.193] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:02.197] | : . ' , ; ` | : Identical [01:57:02.197] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:02.198] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:02.198] | : . ' , ; ` | List of future strategies: [01:57:02.198] | : . ' , ; ` | 1. sequential: [01:57:02.198] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:02.198] | : . ' , ; ` | - tweaked: FALSE [01:57:02.198] | : . ' , ; ` | - call: plan(sequential) [01:57:02.198] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:02.199] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:02.199] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:02.199] | : . ' , SequentialFuture started (and completed) [01:57:02.199] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:02.200] | : . Launching futures ... done [01:57:02.200] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:02.200] | : Using SequentialFutureBackend ... done [01:57:02.200] | run() for 'Future' (NULL) ... done [01:57:02.200] | relay stdout ... [01:57:02.201] | relay stdout ... done [01:57:02.201] | check for misuse ... [01:57:02.201] | check for misuse ... done [01:57:02.201] value() for Future (NULL) ... done *** futureAssign() with 'sequential' futures ... DONE Testing with 1 cores ... DONE Testing with 2 cores ... *** futureAssign() with 'multisession' futures ... [01:57:02.202] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:02.202] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [01:57:02.202] | : all.equal() for FutureStrategyList ... [01:57:02.202] | : . New stack: [01:57:02.203] | : . List of 1 [01:57:02.203] | : . $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:57:02.203] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.203] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:57:02.203] | : . ..- attr(*, "init")= logi TRUE [01:57:02.203] | : . ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:57:02.203] | : . gc = FALSE, earlySignal = FALSE, ...) [01:57:02.203] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:02.203] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:02.203] | : . ..- attr(*, "untweakable")= chr "persistent" [01:57:02.203] | : . ..- attr(*, "call")= language plan(strategy) [01:57:02.203] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:02.206] | : . Old stack: [01:57:02.206] | : . List of 1 [01:57:02.206] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.206] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.206] | : . ..- attr(*, "init")= chr "done" [01:57:02.206] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.206] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.206] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.206] | : . ..- attr(*, "call")= language plan(sequential) [01:57:02.206] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:02.206] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.206] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.206] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:02.210] | : . Not identical [01:57:02.210] | : . all.equal() for future ... [01:57:02.210] | : . ' List of 2 [01:57:02.210] | : . ' $ target :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:57:02.210] | : . ' gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.210] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:57:02.210] | : . ' ..- attr(*, "init")= logi TRUE [01:57:02.210] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:57:02.210] | : . ' gc = FALSE, earlySignal = FALSE, ...) [01:57:02.210] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:02.210] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:02.210] | : . ' ..- attr(*, "untweakable")= chr "persistent" [01:57:02.210] | : . ' ..- attr(*, "call")= language plan(strategy) [01:57:02.210] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.210] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:02.210] | : . ' ..- attr(*, "init")= chr "done" [01:57:02.210] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.210] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.210] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.210] | : . ' ..- attr(*, "call")= language plan(sequential) [01:57:02.210] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:02.210] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:02.210] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:02.217] | : . ' Formals differ [01:57:02.217] | : . all.equal() for future ... done [01:57:02.217] | : . Future strategies differ at level 1 [01:57:02.217] | : all.equal() for FutureStrategyList ... done [01:57:02.218] | : plan(): Setting new future backend stack: [01:57:02.218] | : List of future strategies: [01:57:02.218] | : 1. multisession: [01:57:02.218] | : - args: function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.218] | : - tweaked: FALSE [01:57:02.218] | : - call: plan(strategy) [01:57:02.218] | : List of 1 [01:57:02.218] | : $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:57:02.218] | : gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.218] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:57:02.218] | : ..- attr(*, "init")= logi TRUE [01:57:02.218] | : ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:57:02.218] | : gc = FALSE, earlySignal = FALSE, ...) [01:57:02.218] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:02.218] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:02.218] | : ..- attr(*, "untweakable")= chr "persistent" [01:57:02.218] | : ..- attr(*, "call")= language plan(strategy) [01:57:02.218] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:02.222] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [01:57:02.222] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:02.222] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [01:57:02.222] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:02.222] | : . Legacy shutdown of cluster workers ... [01:57:02.223] | : . ' Stopping existing cluster ... [01:57:02.223] | : . ' , No pre-existing cluster. Skipping [01:57:02.223] | : . ' Stopping existing cluster ... done [01:57:02.223] | : . Legacy shutdown of cluster workers ... done [01:57:02.223] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [01:57:02.224] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [01:57:02.224] | : . function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:57:02.224] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:02.224] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:57:02.224] | : . - attr(*, "init")= logi TRUE [01:57:02.224] | : . - attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:57:02.224] | : . gc = FALSE, earlySignal = FALSE, ...) [01:57:02.224] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:02.224] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:02.224] | : . - attr(*, "untweakable")= chr "persistent" [01:57:02.224] | : . - attr(*, "call")= language plan(strategy) [01:57:02.227] | : . init: TRUE [01:57:02.227] | : . makeFutureBackend() ... [01:57:02.227] | : . ' Backend function: <'NULL'> [01:57:02.227] | : . ' Evaluator tweak arguments: [n=0] [01:57:02.227] | : . ' list() [01:57:02.228] | : . ' Evaluator formal arguments: [n=4] [01:57:02.228] | : . ' list() [01:57:02.228] | : . ' Backend factory arguments: [n=4] [01:57:02.228] | : . ' Dotted pair list of 4 [01:57:02.228] | : . ' $ workers : language availableCores() [01:57:02.228] | : . ' $ rscript_libs: language .libPaths() [01:57:02.228] | : . ' $ gc : logi FALSE [01:57:02.228] | : . ' $ earlySignal : logi FALSE [01:57:02.230] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [01:57:02.230] | : . ' , Arguments: [01:57:02.231] | : . ' , List of 5 [01:57:02.231] | : . ' , $ workers : Named int 2 [01:57:02.231] | : . ' , ..- attr(*, "names")= chr "mc.cores" [01:57:02.231] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:57:02.231] | : . ' , $ interrupts : logi TRUE [01:57:02.231] | : . ' , $ gc : logi FALSE [01:57:02.231] | : . ' , $ earlySignal : logi FALSE [01:57:02.235] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [01:57:02.236] | : . ' , ; workers: 2 [01:57:02.236] | : . ' , ; getCluster() ... [01:57:02.236] | : . ' , ; getCluster() ... done [01:57:02.236] | : . ' , ; Stopping existing cluster ... [01:57:02.236] | : . ' , ; ` No pre-existing cluster. Skipping [01:57:02.236] | : . ' , ; Stopping existing cluster ... done [01:57:02.237] | : . ' , ; Starting new cluster ... [01:57:02.237] | : . ' , ; ` makeCluster(workers, ...) ... [01:57:02.237] | : . ' , ; ` | Arguments: [01:57:02.237] | : . ' , ; ` | List of 2 [01:57:02.237] | : . ' , ; ` | $ : int 2 [01:57:02.237] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:57:02.238] | : . ' , ; ` | .makeCluster() ... [01:57:02.238] | : . ' , ; ` | : workers: '2' [01:57:02.239] | : . ' , ; ` | : R_FUTURE_PLAN: NA [01:57:02.239] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [01:57:02.239] | : . ' , ; ` | : List of 2 [01:57:02.239] | : . ' , ; ` | : $ : int 2 [01:57:02.239] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:57:02.766] | : . ' , ; ` | : Generated cluster UUID [01:57:02.766] | : . ' , ; ` | : Cluster UUID: '63bbcbe55a32b367403e4f761bc72a93' [01:57:02.766] | : . ' , ; ` | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:02.769] | : . ' , ; ` | .makeCluster() ... done [01:57:02.769] | : . ' , ; ` | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:02.771] | : . ' , ; ` makeCluster(workers, ...) ... done [01:57:02.771] | : . ' , ; ` Number of workers: 2 [01:57:02.772] | : . ' , ; ` Workers UUID: '63bbcbe55a32b367403e4f761bc72a93' [01:57:02.772] | : . ' , ; Starting new cluster ... done [01:57:02.772] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [01:57:02.772] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [01:57:02.773] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [01:57:02.773] | : . makeFutureBackend() ... done [01:57:02.773] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:02.773] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:02.773] | : . plan(): nbrOfWorkers() = 2 [01:57:02.774] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [01:57:02.774] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [01:57:02.774] | future(..., label = NULL) ... [01:57:02.774] | : lazy: FALSE [01:57:02.774] | : stdout: TRUE [01:57:02.774] | : conditions: [n=1] 'condition' [01:57:02.775] | : gc: FALSE [01:57:02.775] | : earlySignal: FALSE [01:57:02.775] | : getGlobalsAndPackages() ... [01:57:02.775] | : . Searching for globals ... [01:57:02.779] | : . ' globals found: [1] '{' [01:57:02.779] | : . Searching for globals ... done [01:57:02.779] | : . Resolving globals: FALSE [01:57:02.779] | : . Search for packages associated with the globals ... [01:57:02.780] | : . ' Packages associated with globals: [1] 'base' [01:57:02.780] | : . ' Packages: [1] 'base' [01:57:02.780] | : . Search for packages associated with the globals ... done [01:57:02.780] | : . Packages after dropping 'base': [0] [01:57:02.780] | : . globals: [0] [01:57:02.781] | : . packages: [0] [01:57:02.781] | : getGlobalsAndPackages() ... done [01:57:02.781] | : run() for 'Future' (NULL) ... [01:57:02.781] | : . state: 'created' [01:57:02.781] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:02.782] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:02.782] | : . Using MultisessionFutureBackend ... [01:57:02.782] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [01:57:02.782] | : . ' Launching futures ... [01:57:02.783] | : . ' , launchFuture() for ClusterFutureBackend ... [01:57:02.783] | : . ' , ; Workers: [n=2] [01:57:02.783] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:02.785] | : . ' , ; FutureRegistry: 'workers-63bbcbe55a32b367403e4f761bc72a93' [01:57:02.785] | : . ' , ; requestWorker() ... [01:57:02.785] | : . ' , ; ` requestNode() ... [01:57:02.785] | : . ' , ; ` | Number of workers: 2 [01:57:02.785] | : . ' , ; ` | Polling for a free worker ... [01:57:02.786] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... [01:57:02.786] | : . ' , ; ` | : . Created empty registry 'workers-63bbcbe55a32b367403e4f761bc72a93' [01:57:02.786] | : . ' , ; ` | : . Listing all futures [01:57:02.786] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:02.786] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... done [01:57:02.786] | : . ' , ; ` | : Total time: 0 [01:57:02.787] | : . ' , ; ` | Polling for a free worker ... done [01:57:02.787] | : . ' , ; ` | FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... [01:57:02.787] | : . ' , ; ` | : Listing all futures [01:57:02.787] | : . ' , ; ` | : Number of registered futures: 0 [01:57:02.787] | : . ' , ; ` | FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... done [01:57:02.787] | : . ' , ; ` | avail: [n=2] '1', '2' [01:57:02.788] | : . ' , ; ` | Index of first available worker: 1 [01:57:02.788] | : . ' , ; ` | Validate that the worker is functional ... [01:57:02.916] | : . ' , ; ` | : Worker is functional [01:57:02.916] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... [01:57:02.916] | : . ' , ; ` | : . Listing all futures [01:57:02.917] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:02.917] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... done [01:57:02.917] | : . ' , ; ` | Validate that the worker is functional ... done [01:57:02.917] | : . ' , ; ` requestNode() ... done [01:57:02.918] | : . ' , ; ` cluster node index: 1 [01:57:02.918] | : . ' , ; requestWorker() ... done [01:57:02.918] | : . ' , ; eraseGlobalEnvironment() ... [01:57:02.919] | : . ' , ; eraseGlobalEnvironment() ... done [01:57:02.919] | : . ' , ; launchFuture() ... [01:57:02.919] | : . ' , ; ` cluster node index: 1 [01:57:02.919] | : . ' , ; ` getFutureData() ... [01:57:02.919] | : . ' , ; ` | getFutureCore() ... [01:57:02.920] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:57:02.920] | : . ' , ; ` | getFutureCore() ... done [01:57:02.920] | : . ' , ; ` | getFutureCapture() ... [01:57:02.920] | : . ' , ; ` | getFutureCapture() ... done [01:57:02.920] | : . ' , ; ` | getFutureContext() ... [01:57:02.920] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:02.921] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:57:02.921] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:02.921] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:57:02.921] | : . ' , ; ` | getFutureContext() ... done [01:57:02.921] | : . ' , ; ` getFutureData() ... done [01:57:02.922] | : . ' , ; ` FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'add', earlySignal = 0) ... [01:57:02.922] | : . ' , ; ` | Appended future to position #1 [01:57:02.922] | : . ' , ; ` | Number of registered futures: 1 [01:57:02.923] | : . ' , ; ` FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'add', earlySignal = 0) ... done [01:57:02.923] | : . ' , ; launchFuture() ... done [01:57:02.923] | : . ' , ; MultisessionFuture started [01:57:02.923] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:57:02.923] | : . ' Launching futures ... done [01:57:02.923] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:57:02.924] | : . Using MultisessionFutureBackend ... done [01:57:02.924] | : run() for 'Future' (NULL) ... done [01:57:02.924] | future(..., label = NULL) ... done [01:57:02.924] | future(..., label = NULL) ... [01:57:02.924] | : lazy: FALSE [01:57:02.924] | : stdout: TRUE [01:57:02.925] | : conditions: [n=1] 'condition' [01:57:02.925] | : gc: FALSE [01:57:02.925] | : earlySignal: FALSE [01:57:02.925] | : getGlobalsAndPackages() ... [01:57:02.925] | : . Searching for globals ... [01:57:02.929] | : . ' globals found: [1] '{' [01:57:02.929] | : . Searching for globals ... done [01:57:02.929] | : . Resolving globals: FALSE [01:57:02.930] | : . Search for packages associated with the globals ... [01:57:02.930] | : . ' Packages associated with globals: [1] 'base' [01:57:02.930] | : . ' Packages: [1] 'base' [01:57:02.930] | : . Search for packages associated with the globals ... done [01:57:02.930] | : . Packages after dropping 'base': [0] [01:57:02.931] | : . globals: [0] [01:57:02.931] | : . packages: [0] [01:57:02.931] | : getGlobalsAndPackages() ... done [01:57:02.931] | : run() for 'Future' (NULL) ... [01:57:02.932] | : . state: 'created' [01:57:02.932] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:02.932] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:02.932] | : . Using MultisessionFutureBackend ... [01:57:02.932] | : . ' Number of futures since start: 1 (1 created, 1 launched, 0 finished) [01:57:02.933] | : . ' Launching futures ... [01:57:02.933] | : . ' , launchFuture() for ClusterFutureBackend ... [01:57:02.933] | : . ' , ; Workers: [n=2] [01:57:02.933] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:02.935] | : . ' , ; FutureRegistry: 'workers-63bbcbe55a32b367403e4f761bc72a93' [01:57:02.935] | : . ' , ; requestWorker() ... [01:57:02.935] | : . ' , ; ` requestNode() ... [01:57:02.936] | : . ' , ; ` | Number of workers: 2 [01:57:02.936] | : . ' , ; ` | Polling for a free worker ... [01:57:02.936] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... [01:57:02.936] | : . ' , ; ` | : . Listing all futures [01:57:02.936] | : . ' , ; ` | : . Number of registered futures: 1 [01:57:02.936] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... done [01:57:02.937] | : . ' , ; ` | : Total time: 0 [01:57:02.937] | : . ' , ; ` | Polling for a free worker ... done [01:57:02.937] | : . ' , ; ` | FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... [01:57:02.937] | : . ' , ; ` | : Listing all futures [01:57:02.937] | : . ' , ; ` | : Number of registered futures: 1 [01:57:02.937] | : . ' , ; ` | FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... done [01:57:02.937] | : . ' , ; ` | avail: [n=2] '2' [01:57:02.938] | : . ' , ; ` | Index of first available worker: 2 [01:57:02.938] | : . ' , ; ` | Validate that the worker is functional ... [01:57:03.066] | : . ' , ; ` | : Worker is functional [01:57:03.067] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... [01:57:03.067] | : . ' , ; ` | : . Listing all futures [01:57:03.067] | : . ' , ; ` | : . Number of registered futures: 1 [01:57:03.067] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... done [01:57:03.067] | : . ' , ; ` | Validate that the worker is functional ... done [01:57:03.067] | : . ' , ; ` requestNode() ... done [01:57:03.068] | : . ' , ; ` cluster node index: 2 [01:57:03.068] | : . ' , ; requestWorker() ... done [01:57:03.068] | : . ' , ; eraseGlobalEnvironment() ... [01:57:03.068] | : . ' , ; eraseGlobalEnvironment() ... done [01:57:03.069] | : . ' , ; launchFuture() ... [01:57:03.069] | : . ' , ; ` cluster node index: 2 [01:57:03.069] | : . ' , ; ` getFutureData() ... [01:57:03.069] | : . ' , ; ` | getFutureCore() ... [01:57:03.069] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:57:03.069] | : . ' , ; ` | getFutureCore() ... done [01:57:03.070] | : . ' , ; ` | getFutureCapture() ... [01:57:03.070] | : . ' , ; ` | getFutureCapture() ... done [01:57:03.070] | : . ' , ; ` | getFutureContext() ... [01:57:03.070] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:03.070] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:57:03.070] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:03.071] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:57:03.071] | : . ' , ; ` | getFutureContext() ... done [01:57:03.071] | : . ' , ; ` getFutureData() ... done [01:57:03.071] | : . ' , ; ` FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'add', earlySignal = 0) ... [01:57:03.072] | : . ' , ; ` | Appended future to position #2 [01:57:03.072] | : . ' , ; ` | Number of registered futures: 2 [01:57:03.072] | : . ' , ; ` FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'add', earlySignal = 0) ... done [01:57:03.072] | : . ' , ; launchFuture() ... done [01:57:03.073] | : . ' , ; MultisessionFuture started [01:57:03.073] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:57:03.073] | : . ' Launching futures ... done [01:57:03.073] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:57:03.073] | : . Using MultisessionFutureBackend ... done [01:57:03.073] | : run() for 'Future' (NULL) ... done [01:57:03.074] | future(..., label = NULL) ... done [01:57:03.074] | value() for MultisessionFuture (NULL) ... [01:57:03.074] | : result() for ClusterFuture ... [01:57:03.075] | : . assertValidConnection() ... [01:57:03.075] | : . ' cluster node index: 1 [01:57:03.075] | : . assertValidConnection() ... done [01:57:03.076] | : . receiveMessageFromWorker() for ClusterFuture ... [01:57:03.076] | : . ' cluster node index: 1 [01:57:03.076] | : . ' [1] TRUE [01:57:03.077] | : . ' received data: [01:57:03.077] | : . ' List of 5 [01:57:03.077] | : . ' $ type : chr "VALUE" [01:57:03.077] | : . ' $ value :List of 14 [01:57:03.077] | : . ' ..$ value : num 2 [01:57:03.077] | : . ' ..$ visible : logi TRUE [01:57:03.077] | : . ' ..$ stdout : chr "" [01:57:03.077] | : . ' ..$ conditions : list() [01:57:03.077] | : . ' ..$ rng : logi FALSE [01:57:03.077] | : . ' ..$ misuseGlobalEnv : NULL [01:57:03.077] | : . ' ..$ misuseConnections:List of 3 [01:57:03.077] | : . ' .. ..$ added : NULL [01:57:03.077] | : . ' .. ..$ removed : NULL [01:57:03.077] | : . ' .. ..$ replaced: NULL [01:57:03.077] | : . ' ..$ misuseDevices : NULL [01:57:03.077] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:57:02" [01:57:03.077] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:57:02" [01:57:03.077] | : . ' ..$ uuid : chr [1:2] "f133c5095cb804bb6e94b24d6518aefd" "9" [01:57:03.077] | : . ' ..$ session_uuid : chr "dadeaf4381660992535ea07cd1431ed6" [01:57:03.077] | : . ' .. ..- attr(*, "source")=List of 5 [01:57:03.077] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:57:03.077] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:57:03.077] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:57:03.077] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:57:03.077] | : . ' .. .. ..$ pid : int 48424 [01:57:03.077] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:57:02" [01:57:03.077] | : . ' .. .. ..$ random: int 2147483647 [01:57:03.077] | : . ' ..$ r_info :List of 4 [01:57:03.077] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:57:03.077] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:57:03.077] | : . ' .. ..$ os : chr "windows" [01:57:03.077] | : . ' .. ..$ os_name : chr "Windows" [01:57:03.077] | : . ' .. ..$ captures_utf8: logi TRUE [01:57:03.077] | : . ' ..$ version : chr "1.8" [01:57:03.077] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:57:03.077] | : . ' $ success: logi TRUE [01:57:03.077] | : . ' $ time : 'proc_time' Named num [1:5] 0.07 0 0.06 NA NA [01:57:03.077] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:57:03.077] | : . ' $ tag : NULL [01:57:03.090] | : . ' Received FutureResult [01:57:03.090] | : . ' FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'remove', earlySignal = 0) ... [01:57:03.090] | : . ' , Removed future from position #1 [01:57:03.091] | : . ' , Number of registered futures: 1 [01:57:03.091] | : . ' FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'remove', earlySignal = 0) ... done [01:57:03.091] | : . ' Erased future from future backend [01:57:03.091] | : . ' result() for ClusterFuture ... [01:57:03.091] | : . ' , result already collected: FutureResult [01:57:03.092] | : . ' result() for ClusterFuture ... done [01:57:03.092] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:57:03.092] | : result() for ClusterFuture ... done [01:57:03.092] | : result() for ClusterFuture ... [01:57:03.092] | : . result already collected: FutureResult [01:57:03.092] | : result() for ClusterFuture ... done [01:57:03.093] | : relay stdout ... [01:57:03.093] | : relay stdout ... done [01:57:03.093] | : check for misuse ... [01:57:03.093] | : check for misuse ... done [01:57:03.093] | value() for MultisessionFuture (NULL) ... done u$a = 2 [01:57:03.094] | value() for MultisessionFuture (NULL) ... [01:57:03.094] | : result() for ClusterFuture ... [01:57:03.094] | : . assertValidConnection() ... [01:57:03.094] | : . ' cluster node index: 2 [01:57:03.095] | : . assertValidConnection() ... done [01:57:03.095] | : . receiveMessageFromWorker() for ClusterFuture ... [01:57:03.095] | : . ' cluster node index: 2 [01:57:03.131] | : . ' [1] TRUE [01:57:03.132] | : . ' received data: [01:57:03.132] | : . ' List of 5 [01:57:03.132] | : . ' $ type : chr "VALUE" [01:57:03.132] | : . ' $ value :List of 14 [01:57:03.132] | : . ' ..$ value : num 4 [01:57:03.132] | : . ' ..$ visible : logi TRUE [01:57:03.132] | : . ' ..$ stdout : chr "" [01:57:03.132] | : . ' ..$ conditions : list() [01:57:03.132] | : . ' ..$ rng : logi FALSE [01:57:03.132] | : . ' ..$ misuseGlobalEnv : NULL [01:57:03.132] | : . ' ..$ misuseConnections:List of 3 [01:57:03.132] | : . ' .. ..$ added : NULL [01:57:03.132] | : . ' .. ..$ removed : NULL [01:57:03.132] | : . ' .. ..$ replaced: NULL [01:57:03.132] | : . ' ..$ misuseDevices : NULL [01:57:03.132] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:57:03" [01:57:03.132] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:57:03" [01:57:03.132] | : . ' ..$ uuid : chr [1:2] "f133c5095cb804bb6e94b24d6518aefd" "10" [01:57:03.132] | : . ' ..$ session_uuid : chr "52c21c1d763ec4682e573b9ef5051b09" [01:57:03.132] | : . ' .. ..- attr(*, "source")=List of 5 [01:57:03.132] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:57:03.132] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:57:03.132] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:57:03.132] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:57:03.132] | : . ' .. .. ..$ pid : int 25184 [01:57:03.132] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:57:03" [01:57:03.132] | : . ' .. .. ..$ random: int 2147483647 [01:57:03.132] | : . ' ..$ r_info :List of 4 [01:57:03.132] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:57:03.132] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:57:03.132] | : . ' .. ..$ os : chr "windows" [01:57:03.132] | : . ' .. ..$ os_name : chr "Windows" [01:57:03.132] | : . ' .. ..$ captures_utf8: logi TRUE [01:57:03.132] | : . ' ..$ version : chr "1.8" [01:57:03.132] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:57:03.132] | : . ' $ success: logi TRUE [01:57:03.132] | : . ' $ time : 'proc_time' Named num [1:5] 0.06 0 0.06 NA NA [01:57:03.132] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:57:03.132] | : . ' $ tag : NULL [01:57:03.147] | : . ' Received FutureResult [01:57:03.147] | : . ' FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'remove', earlySignal = 0) ... [01:57:03.148] | : . ' , Removed future from position #1 [01:57:03.148] | : . ' , Number of registered futures: 0 [01:57:03.148] | : . ' FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'remove', earlySignal = 0) ... done [01:57:03.148] | : . ' Erased future from future backend [01:57:03.148] | : . ' result() for ClusterFuture ... [01:57:03.149] | : . ' , result already collected: FutureResult [01:57:03.149] | : . ' result() for ClusterFuture ... done [01:57:03.149] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:57:03.149] | : result() for ClusterFuture ... done [01:57:03.149] | : result() for ClusterFuture ... [01:57:03.149] | : . result already collected: FutureResult [01:57:03.150] | : result() for ClusterFuture ... done [01:57:03.150] | : relay stdout ... [01:57:03.150] | : relay stdout ... done [01:57:03.150] | : check for misuse ... [01:57:03.150] | : check for misuse ... done [01:57:03.150] | value() for MultisessionFuture (NULL) ... done v$a = 4 [01:57:03.151] | future(..., label = NULL) ... [01:57:03.151] | : lazy: FALSE [01:57:03.151] | : stdout: TRUE [01:57:03.151] | : conditions: [n=1] 'condition' [01:57:03.151] | : gc: FALSE [01:57:03.151] | : earlySignal: FALSE [01:57:03.152] | : getGlobalsAndPackages() ... [01:57:03.152] | : . Searching for globals ... [01:57:03.158] | : . ' globals found: [3] '{', '*', 'a' [01:57:03.158] | : . Searching for globals ... done [01:57:03.159] | : . Resolving globals: FALSE [01:57:03.159] | : . Search for packages associated with the globals ... [01:57:03.159] | : . ' Packages associated with globals: [1] 'base' [01:57:03.159] | : . ' Packages: [1] 'base' [01:57:03.160] | : . Search for packages associated with the globals ... done [01:57:03.160] | : . Packages after dropping 'base': [0] [01:57:03.160] | : . globals: [1] 'a' [01:57:03.160] | : . packages: [0] [01:57:03.160] | : getGlobalsAndPackages() ... done [01:57:03.161] | : run() for 'Future' (NULL) ... [01:57:03.161] | : . state: 'created' [01:57:03.161] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:03.161] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:03.161] | : . Using MultisessionFutureBackend ... [01:57:03.161] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [01:57:03.162] | : . ' Launching futures ... [01:57:03.162] | : . ' , launchFuture() for ClusterFutureBackend ... [01:57:03.162] | : . ' , ; Workers: [n=2] [01:57:03.162] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:03.164] | : . ' , ; FutureRegistry: 'workers-63bbcbe55a32b367403e4f761bc72a93' [01:57:03.164] | : . ' , ; requestWorker() ... [01:57:03.164] | : . ' , ; ` requestNode() ... [01:57:03.165] | : . ' , ; ` | Number of workers: 2 [01:57:03.165] | : . ' , ; ` | Polling for a free worker ... [01:57:03.165] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... [01:57:03.165] | : . ' , ; ` | : . Listing all futures [01:57:03.165] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:03.165] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... done [01:57:03.165] | : . ' , ; ` | : Total time: 0 [01:57:03.166] | : . ' , ; ` | Polling for a free worker ... done [01:57:03.166] | : . ' , ; ` | FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... [01:57:03.166] | : . ' , ; ` | : Listing all futures [01:57:03.166] | : . ' , ; ` | : Number of registered futures: 0 [01:57:03.166] | : . ' , ; ` | FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... done [01:57:03.166] | : . ' , ; ` | avail: [n=2] '1', '2' [01:57:03.167] | : . ' , ; ` | Index of first available worker: 1 [01:57:03.167] | : . ' , ; ` | Validate that the worker is functional ... [01:57:03.213] | : . ' , ; ` | : Worker is functional [01:57:03.213] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... [01:57:03.213] | : . ' , ; ` | : . Listing all futures [01:57:03.214] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:03.214] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... done [01:57:03.214] | : . ' , ; ` | Validate that the worker is functional ... done [01:57:03.214] | : . ' , ; ` requestNode() ... done [01:57:03.214] | : . ' , ; ` cluster node index: 1 [01:57:03.214] | : . ' , ; requestWorker() ... done [01:57:03.215] | : . ' , ; eraseGlobalEnvironment() ... [01:57:03.215] | : . ' , ; eraseGlobalEnvironment() ... done [01:57:03.215] | : . ' , ; launchFuture() ... [01:57:03.215] | : . ' , ; ` cluster node index: 1 [01:57:03.216] | : . ' , ; ` getFutureData() ... [01:57:03.216] | : . ' , ; ` | getFutureCore() ... [01:57:03.216] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:57:03.216] | : . ' , ; ` | getFutureCore() ... done [01:57:03.216] | : . ' , ; ` | getFutureCapture() ... [01:57:03.216] | : . ' , ; ` | getFutureCapture() ... done [01:57:03.217] | : . ' , ; ` | getFutureContext() ... [01:57:03.217] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:03.217] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:57:03.217] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:03.217] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:57:03.217] | : . ' , ; ` | getFutureContext() ... done [01:57:03.218] | : . ' , ; ` getFutureData() ... done [01:57:03.218] | : . ' , ; ` FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'add', earlySignal = 0) ... [01:57:03.218] | : . ' , ; ` | Appended future to position #1 [01:57:03.218] | : . ' , ; ` | Number of registered futures: 1 [01:57:03.219] | : . ' , ; ` FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'add', earlySignal = 0) ... done [01:57:03.219] | : . ' , ; launchFuture() ... done [01:57:03.219] | : . ' , ; MultisessionFuture started [01:57:03.219] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:57:03.219] | : . ' Launching futures ... done [01:57:03.219] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:57:03.220] | : . Using MultisessionFutureBackend ... done [01:57:03.220] | : run() for 'Future' (NULL) ... done [01:57:03.220] | future(..., label = NULL) ... done [01:57:03.220] | value() for MultisessionFuture (NULL) ... [01:57:03.220] | : result() for ClusterFuture ... [01:57:03.221] | : . assertValidConnection() ... [01:57:03.221] | : . ' cluster node index: 1 [01:57:03.221] | : . assertValidConnection() ... done [01:57:03.221] | : . receiveMessageFromWorker() for ClusterFuture ... [01:57:03.221] | : . ' cluster node index: 1 [01:57:03.223] | : . ' [1] TRUE [01:57:03.223] | : . ' received data: [01:57:03.223] | : . ' List of 5 [01:57:03.223] | : . ' $ type : chr "VALUE" [01:57:03.223] | : . ' $ value :List of 14 [01:57:03.223] | : . ' ..$ value : num 2 [01:57:03.223] | : . ' ..$ visible : logi TRUE [01:57:03.223] | : . ' ..$ stdout : chr "" [01:57:03.223] | : . ' ..$ conditions : list() [01:57:03.223] | : . ' ..$ rng : logi FALSE [01:57:03.223] | : . ' ..$ misuseGlobalEnv : NULL [01:57:03.223] | : . ' ..$ misuseConnections:List of 3 [01:57:03.223] | : . ' .. ..$ added : NULL [01:57:03.223] | : . ' .. ..$ removed : NULL [01:57:03.223] | : . ' .. ..$ replaced: NULL [01:57:03.223] | : . ' ..$ misuseDevices : NULL [01:57:03.223] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:57:03" [01:57:03.223] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:57:03" [01:57:03.223] | : . ' ..$ uuid : chr [1:2] "f133c5095cb804bb6e94b24d6518aefd" "11" [01:57:03.223] | : . ' ..$ session_uuid : chr "dadeaf4381660992535ea07cd1431ed6" [01:57:03.223] | : . ' .. ..- attr(*, "source")=List of 5 [01:57:03.223] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:57:03.223] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:57:03.223] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:57:03.223] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:57:03.223] | : . ' .. .. ..$ pid : int 48424 [01:57:03.223] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:57:02" [01:57:03.223] | : . ' .. .. ..$ random: int 2147483647 [01:57:03.223] | : . ' ..$ r_info :List of 4 [01:57:03.223] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:57:03.223] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:57:03.223] | : . ' .. ..$ os : chr "windows" [01:57:03.223] | : . ' .. ..$ os_name : chr "Windows" [01:57:03.223] | : . ' .. ..$ captures_utf8: logi TRUE [01:57:03.223] | : . ' ..$ version : chr "1.8" [01:57:03.223] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:57:03.223] | : . ' $ success: logi TRUE [01:57:03.223] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [01:57:03.223] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:57:03.223] | : . ' $ tag : NULL [01:57:03.236] | : . ' Received FutureResult [01:57:03.236] | : . ' FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'remove', earlySignal = 0) ... [01:57:03.236] | : . ' , Removed future from position #1 [01:57:03.237] | : . ' , Number of registered futures: 0 [01:57:03.237] | : . ' FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'remove', earlySignal = 0) ... done [01:57:03.237] | : . ' Erased future from future backend [01:57:03.237] | : . ' result() for ClusterFuture ... [01:57:03.237] | : . ' , result already collected: FutureResult [01:57:03.237] | : . ' result() for ClusterFuture ... done [01:57:03.238] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:57:03.238] | : result() for ClusterFuture ... done [01:57:03.238] | : result() for ClusterFuture ... [01:57:03.238] | : . result already collected: FutureResult [01:57:03.238] | : result() for ClusterFuture ... done [01:57:03.238] | : relay stdout ... [01:57:03.239] | : relay stdout ... done [01:57:03.239] | : check for misuse ... [01:57:03.239] | : check for misuse ... done [01:57:03.239] | value() for MultisessionFuture (NULL) ... done [01:57:03.239] | future(..., label = NULL) ... [01:57:03.239] | : lazy: FALSE [01:57:03.240] | : stdout: TRUE [01:57:03.240] | : conditions: [n=1] 'condition' [01:57:03.240] | : gc: FALSE [01:57:03.240] | : earlySignal: FALSE [01:57:03.240] | : getGlobalsAndPackages() ... [01:57:03.240] | : . Searching for globals ... [01:57:03.247] | : . ' globals found: [3] '{', '*', 'a' [01:57:03.247] | : . Searching for globals ... done [01:57:03.247] | : . Resolving globals: FALSE [01:57:03.247] | : . Search for packages associated with the globals ... [01:57:03.248] | : . ' Packages associated with globals: [1] 'base' [01:57:03.248] | : . ' Packages: [1] 'base' [01:57:03.248] | : . Search for packages associated with the globals ... done [01:57:03.248] | : . Packages after dropping 'base': [0] [01:57:03.248] | : . globals: [1] 'a' [01:57:03.249] | : . packages: [0] [01:57:03.249] | : getGlobalsAndPackages() ... done [01:57:03.249] | : run() for 'Future' (NULL) ... [01:57:03.249] | : . state: 'created' [01:57:03.249] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:03.250] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:03.250] | : . Using MultisessionFutureBackend ... [01:57:03.250] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [01:57:03.250] | : . ' Launching futures ... [01:57:03.250] | : . ' , launchFuture() for ClusterFutureBackend ... [01:57:03.250] | : . ' , ; Workers: [n=2] [01:57:03.251] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:03.252] | : . ' , ; FutureRegistry: 'workers-63bbcbe55a32b367403e4f761bc72a93' [01:57:03.253] | : . ' , ; requestWorker() ... [01:57:03.253] | : . ' , ; ` requestNode() ... [01:57:03.253] | : . ' , ; ` | Number of workers: 2 [01:57:03.253] | : . ' , ; ` | Polling for a free worker ... [01:57:03.253] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... [01:57:03.254] | : . ' , ; ` | : . Listing all futures [01:57:03.254] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:03.254] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... done [01:57:03.254] | : . ' , ; ` | : Total time: 0 [01:57:03.254] | : . ' , ; ` | Polling for a free worker ... done [01:57:03.254] | : . ' , ; ` | FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... [01:57:03.254] | : . ' , ; ` | : Listing all futures [01:57:03.255] | : . ' , ; ` | : Number of registered futures: 0 [01:57:03.255] | : . ' , ; ` | FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... done [01:57:03.255] | : . ' , ; ` | avail: [n=2] '1', '2' [01:57:03.255] | : . ' , ; ` | Index of first available worker: 1 [01:57:03.255] | : . ' , ; ` | Validate that the worker is functional ... [01:57:03.302] | : . ' , ; ` | : Worker is functional [01:57:03.302] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... [01:57:03.302] | : . ' , ; ` | : . Listing all futures [01:57:03.302] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:03.302] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... done [01:57:03.303] | : . ' , ; ` | Validate that the worker is functional ... done [01:57:03.303] | : . ' , ; ` requestNode() ... done [01:57:03.303] | : . ' , ; ` cluster node index: 1 [01:57:03.303] | : . ' , ; requestWorker() ... done [01:57:03.303] | : . ' , ; eraseGlobalEnvironment() ... [01:57:03.304] | : . ' , ; eraseGlobalEnvironment() ... done [01:57:03.304] | : . ' , ; launchFuture() ... [01:57:03.304] | : . ' , ; ` cluster node index: 1 [01:57:03.304] | : . ' , ; ` getFutureData() ... [01:57:03.304] | : . ' , ; ` | getFutureCore() ... [01:57:03.305] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:57:03.305] | : . ' , ; ` | getFutureCore() ... done [01:57:03.305] | : . ' , ; ` | getFutureCapture() ... [01:57:03.305] | : . ' , ; ` | getFutureCapture() ... done [01:57:03.305] | : . ' , ; ` | getFutureContext() ... [01:57:03.305] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:03.306] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:57:03.306] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:03.306] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:57:03.306] | : . ' , ; ` | getFutureContext() ... done [01:57:03.306] | : . ' , ; ` getFutureData() ... done [01:57:03.307] | : . ' , ; ` FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'add', earlySignal = 0) ... [01:57:03.307] | : . ' , ; ` | Appended future to position #1 [01:57:03.307] | : . ' , ; ` | Number of registered futures: 1 [01:57:03.307] | : . ' , ; ` FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'add', earlySignal = 0) ... done [01:57:03.308] | : . ' , ; launchFuture() ... done [01:57:03.308] | : . ' , ; MultisessionFuture started [01:57:03.308] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:57:03.308] | : . ' Launching futures ... done [01:57:03.308] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:57:03.308] | : . Using MultisessionFutureBackend ... done [01:57:03.309] | : run() for 'Future' (NULL) ... done [01:57:03.309] | future(..., label = NULL) ... done [01:57:03.309] | value() for MultisessionFuture (NULL) ... [01:57:03.309] | : result() for ClusterFuture ... [01:57:03.309] | : . assertValidConnection() ... [01:57:03.309] | : . ' cluster node index: 1 [01:57:03.310] | : . assertValidConnection() ... done [01:57:03.310] | : . receiveMessageFromWorker() for ClusterFuture ... [01:57:03.310] | : . ' cluster node index: 1 [01:57:03.313] | : . ' [1] TRUE [01:57:03.314] | : . ' received data: [01:57:03.314] | : . ' List of 5 [01:57:03.314] | : . ' $ type : chr "VALUE" [01:57:03.314] | : . ' $ value :List of 14 [01:57:03.314] | : . ' ..$ value : num 2 [01:57:03.314] | : . ' ..$ visible : logi TRUE [01:57:03.314] | : . ' ..$ stdout : chr "" [01:57:03.314] | : . ' ..$ conditions : list() [01:57:03.314] | : . ' ..$ rng : logi FALSE [01:57:03.314] | : . ' ..$ misuseGlobalEnv : NULL [01:57:03.314] | : . ' ..$ misuseConnections:List of 3 [01:57:03.314] | : . ' .. ..$ added : NULL [01:57:03.314] | : . ' .. ..$ removed : NULL [01:57:03.314] | : . ' .. ..$ replaced: NULL [01:57:03.314] | : . ' ..$ misuseDevices : NULL [01:57:03.314] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:57:03" [01:57:03.314] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:57:03" [01:57:03.314] | : . ' ..$ uuid : chr [1:2] "f133c5095cb804bb6e94b24d6518aefd" "12" [01:57:03.314] | : . ' ..$ session_uuid : chr "dadeaf4381660992535ea07cd1431ed6" [01:57:03.314] | : . ' .. ..- attr(*, "source")=List of 5 [01:57:03.314] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:57:03.314] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:57:03.314] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:57:03.314] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:57:03.314] | : . ' .. .. ..$ pid : int 48424 [01:57:03.314] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:57:02" [01:57:03.314] | : . ' .. .. ..$ random: int 2147483647 [01:57:03.314] | : . ' ..$ r_info :List of 4 [01:57:03.314] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:57:03.314] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:57:03.314] | : . ' .. ..$ os : chr "windows" [01:57:03.314] | : . ' .. ..$ os_name : chr "Windows" [01:57:03.314] | : . ' .. ..$ captures_utf8: logi TRUE [01:57:03.314] | : . ' ..$ version : chr "1.8" [01:57:03.314] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:57:03.314] | : . ' $ success: logi TRUE [01:57:03.314] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [01:57:03.314] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:57:03.314] | : . ' $ tag : NULL [01:57:03.328] | : . ' Received FutureResult [01:57:03.328] | : . ' FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'remove', earlySignal = 0) ... [01:57:03.328] | : . ' , Removed future from position #1 [01:57:03.329] | : . ' , Number of registered futures: 0 [01:57:03.329] | : . ' FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'remove', earlySignal = 0) ... done [01:57:03.329] | : . ' Erased future from future backend [01:57:03.329] | : . ' result() for ClusterFuture ... [01:57:03.329] | : . ' , result already collected: FutureResult [01:57:03.330] | : . ' result() for ClusterFuture ... done [01:57:03.330] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:57:03.330] | : result() for ClusterFuture ... done [01:57:03.330] | : result() for ClusterFuture ... [01:57:03.330] | : . result already collected: FutureResult [01:57:03.330] | : result() for ClusterFuture ... done [01:57:03.331] | : relay stdout ... [01:57:03.331] | : relay stdout ... done [01:57:03.331] | : check for misuse ... [01:57:03.331] | : check for misuse ... done [01:57:03.331] | value() for MultisessionFuture (NULL) ... done [01:57:03.331] | future(..., label = NULL) ... [01:57:03.332] | : lazy: FALSE [01:57:03.332] | : stdout: TRUE [01:57:03.332] | : conditions: [n=1] 'condition' [01:57:03.332] | : gc: FALSE [01:57:03.332] | : earlySignal: FALSE [01:57:03.332] | : getGlobalsAndPackages() ... [01:57:03.333] | : . Searching for globals ... [01:57:03.339] | : . ' globals found: [3] '{', '*', 'a' [01:57:03.339] | : . Searching for globals ... done [01:57:03.339] | : . Resolving globals: FALSE [01:57:03.339] | : . Search for packages associated with the globals ... [01:57:03.340] | : . ' Packages associated with globals: [1] 'base' [01:57:03.340] | : . ' Packages: [1] 'base' [01:57:03.340] | : . Search for packages associated with the globals ... done [01:57:03.341] | : . Packages after dropping 'base': [0] [01:57:03.341] | : . globals: [1] 'a' [01:57:03.341] | : . packages: [0] [01:57:03.341] | : getGlobalsAndPackages() ... done [01:57:03.341] | : run() for 'Future' (NULL) ... [01:57:03.341] | : . state: 'created' [01:57:03.342] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:03.342] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:03.342] | : . Using MultisessionFutureBackend ... [01:57:03.342] | : . ' Number of futures since start: 4 (4 created, 4 launched, 4 finished) [01:57:03.342] | : . ' Launching futures ... [01:57:03.343] | : . ' , launchFuture() for ClusterFutureBackend ... [01:57:03.343] | : . ' , ; Workers: [n=2] [01:57:03.343] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:03.345] | : . ' , ; FutureRegistry: 'workers-63bbcbe55a32b367403e4f761bc72a93' [01:57:03.345] | : . ' , ; requestWorker() ... [01:57:03.345] | : . ' , ; ` requestNode() ... [01:57:03.345] | : . ' , ; ` | Number of workers: 2 [01:57:03.345] | : . ' , ; ` | Polling for a free worker ... [01:57:03.346] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... [01:57:03.346] | : . ' , ; ` | : . Listing all futures [01:57:03.346] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:03.346] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... done [01:57:03.346] | : . ' , ; ` | : Total time: 0 [01:57:03.346] | : . ' , ; ` | Polling for a free worker ... done [01:57:03.347] | : . ' , ; ` | FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... [01:57:03.347] | : . ' , ; ` | : Listing all futures [01:57:03.347] | : . ' , ; ` | : Number of registered futures: 0 [01:57:03.347] | : . ' , ; ` | FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... done [01:57:03.347] | : . ' , ; ` | avail: [n=2] '1', '2' [01:57:03.347] | : . ' , ; ` | Index of first available worker: 1 [01:57:03.348] | : . ' , ; ` | Validate that the worker is functional ... [01:57:03.394] | : . ' , ; ` | : Worker is functional [01:57:03.394] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... [01:57:03.394] | : . ' , ; ` | : . Listing all futures [01:57:03.394] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:03.394] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... done [01:57:03.395] | : . ' , ; ` | Validate that the worker is functional ... done [01:57:03.395] | : . ' , ; ` requestNode() ... done [01:57:03.395] | : . ' , ; ` cluster node index: 1 [01:57:03.395] | : . ' , ; requestWorker() ... done [01:57:03.395] | : . ' , ; eraseGlobalEnvironment() ... [01:57:03.396] | : . ' , ; eraseGlobalEnvironment() ... done [01:57:03.396] | : . ' , ; launchFuture() ... [01:57:03.396] | : . ' , ; ` cluster node index: 1 [01:57:03.396] | : . ' , ; ` getFutureData() ... [01:57:03.397] | : . ' , ; ` | getFutureCore() ... [01:57:03.397] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:57:03.397] | : . ' , ; ` | getFutureCore() ... done [01:57:03.397] | : . ' , ; ` | getFutureCapture() ... [01:57:03.397] | : . ' , ; ` | getFutureCapture() ... done [01:57:03.397] | : . ' , ; ` | getFutureContext() ... [01:57:03.398] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:03.398] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:57:03.398] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:03.398] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:57:03.398] | : . ' , ; ` | getFutureContext() ... done [01:57:03.398] | : . ' , ; ` getFutureData() ... done [01:57:03.399] | : . ' , ; ` FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'add', earlySignal = 0) ... [01:57:03.399] | : . ' , ; ` | Appended future to position #1 [01:57:03.399] | : . ' , ; ` | Number of registered futures: 1 [01:57:03.399] | : . ' , ; ` FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'add', earlySignal = 0) ... done [01:57:03.400] | : . ' , ; launchFuture() ... done [01:57:03.400] | : . ' , ; MultisessionFuture started [01:57:03.400] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:57:03.400] | : . ' Launching futures ... done [01:57:03.400] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:57:03.400] | : . Using MultisessionFutureBackend ... done [01:57:03.401] | : run() for 'Future' (NULL) ... done [01:57:03.401] | future(..., label = NULL) ... done [01:57:03.401] | value() for MultisessionFuture (NULL) ... [01:57:03.401] | : result() for ClusterFuture ... [01:57:03.402] | : . assertValidConnection() ... [01:57:03.402] | : . ' cluster node index: 1 [01:57:03.402] | : . assertValidConnection() ... done [01:57:03.402] | : . receiveMessageFromWorker() for ClusterFuture ... [01:57:03.403] | : . ' cluster node index: 1 [01:57:03.404] | : . ' [1] TRUE [01:57:03.404] | : . ' received data: [01:57:03.404] | : . ' List of 5 [01:57:03.404] | : . ' $ type : chr "VALUE" [01:57:03.404] | : . ' $ value :List of 14 [01:57:03.404] | : . ' ..$ value : num 2 [01:57:03.404] | : . ' ..$ visible : logi TRUE [01:57:03.404] | : . ' ..$ stdout : chr "" [01:57:03.404] | : . ' ..$ conditions : list() [01:57:03.404] | : . ' ..$ rng : logi FALSE [01:57:03.404] | : . ' ..$ misuseGlobalEnv : NULL [01:57:03.404] | : . ' ..$ misuseConnections:List of 3 [01:57:03.404] | : . ' .. ..$ added : NULL [01:57:03.404] | : . ' .. ..$ removed : NULL [01:57:03.404] | : . ' .. ..$ replaced: NULL [01:57:03.404] | : . ' ..$ misuseDevices : NULL [01:57:03.404] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:57:03" [01:57:03.404] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:57:03" [01:57:03.404] | : . ' ..$ uuid : chr [1:2] "f133c5095cb804bb6e94b24d6518aefd" "13" [01:57:03.404] | : . ' ..$ session_uuid : chr "dadeaf4381660992535ea07cd1431ed6" [01:57:03.404] | : . ' .. ..- attr(*, "source")=List of 5 [01:57:03.404] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:57:03.404] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:57:03.404] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:57:03.404] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:57:03.404] | : . ' .. .. ..$ pid : int 48424 [01:57:03.404] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:57:02" [01:57:03.404] | : . ' .. .. ..$ random: int 2147483647 [01:57:03.404] | : . ' ..$ r_info :List of 4 [01:57:03.404] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:57:03.404] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:57:03.404] | : . ' .. ..$ os : chr "windows" [01:57:03.404] | : . ' .. ..$ os_name : chr "Windows" [01:57:03.404] | : . ' .. ..$ captures_utf8: logi TRUE [01:57:03.404] | : . ' ..$ version : chr "1.8" [01:57:03.404] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:57:03.404] | : . ' $ success: logi TRUE [01:57:03.404] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [01:57:03.404] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:57:03.404] | : . ' $ tag : NULL [01:57:03.417] | : . ' Received FutureResult [01:57:03.417] | : . ' FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'remove', earlySignal = 0) ... [01:57:03.418] | : . ' , Removed future from position #1 [01:57:03.418] | : . ' , Number of registered futures: 0 [01:57:03.418] | : . ' FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'remove', earlySignal = 0) ... done [01:57:03.418] | : . ' Erased future from future backend [01:57:03.418] | : . ' result() for ClusterFuture ... [01:57:03.419] | : . ' , result already collected: FutureResult [01:57:03.419] | : . ' result() for ClusterFuture ... done [01:57:03.419] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:57:03.419] | : result() for ClusterFuture ... done [01:57:03.419] | : result() for ClusterFuture ... [01:57:03.420] | : . result already collected: FutureResult [01:57:03.420] | : result() for ClusterFuture ... done [01:57:03.420] | : relay stdout ... [01:57:03.420] | : relay stdout ... done [01:57:03.420] | : check for misuse ... [01:57:03.421] | : check for misuse ... done [01:57:03.421] | value() for MultisessionFuture (NULL) ... done [01:57:03.421] | future(..., label = NULL) ... [01:57:03.421] | : lazy: TRUE [01:57:03.421] | : stdout: TRUE [01:57:03.422] | : conditions: [n=1] 'condition' [01:57:03.422] | : gc: FALSE [01:57:03.422] | : earlySignal: FALSE [01:57:03.422] | : getGlobalsAndPackages() ... [01:57:03.422] | : . Searching for globals ... [01:57:03.429] | : . ' globals found: [3] '{', '*', 'a' [01:57:03.429] | : . Searching for globals ... done [01:57:03.429] | : . Resolving globals: FALSE [01:57:03.429] | : . Search for packages associated with the globals ... [01:57:03.430] | : . ' Packages associated with globals: [1] 'base' [01:57:03.430] | : . ' Packages: [1] 'base' [01:57:03.430] | : . Search for packages associated with the globals ... done [01:57:03.431] | : . Packages after dropping 'base': [0] [01:57:03.431] | : . globals: [1] 'a' [01:57:03.431] | : . packages: [0] [01:57:03.431] | : getGlobalsAndPackages() ... done [01:57:03.431] | future(..., label = NULL) ... done [01:57:03.432] | value() for Future (NULL) ... [01:57:03.432] | : run() for 'Future' (NULL) ... [01:57:03.432] | : . state: 'created' [01:57:03.432] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:03.432] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:03.433] | : . Using MultisessionFutureBackend ... [01:57:03.433] | : . ' Number of futures since start: 5 (5 created, 5 launched, 5 finished) [01:57:03.433] | : . ' Launching futures ... [01:57:03.433] | : . ' , launchFuture() for ClusterFutureBackend ... [01:57:03.433] | : . ' , ; Workers: [n=2] [01:57:03.433] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:03.435] | : . ' , ; FutureRegistry: 'workers-63bbcbe55a32b367403e4f761bc72a93' [01:57:03.436] | : . ' , ; requestWorker() ... [01:57:03.436] | : . ' , ; ` requestNode() ... [01:57:03.436] | : . ' , ; ` | Number of workers: 2 [01:57:03.436] | : . ' , ; ` | Polling for a free worker ... [01:57:03.436] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... [01:57:03.436] | : . ' , ; ` | : . Listing all futures [01:57:03.437] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:03.437] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... done [01:57:03.437] | : . ' , ; ` | : Total time: 0 [01:57:03.437] | : . ' , ; ` | Polling for a free worker ... done [01:57:03.437] | : . ' , ; ` | FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... [01:57:03.437] | : . ' , ; ` | : Listing all futures [01:57:03.438] | : . ' , ; ` | : Number of registered futures: 0 [01:57:03.438] | : . ' , ; ` | FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... done [01:57:03.438] | : . ' , ; ` | avail: [n=2] '1', '2' [01:57:03.438] | : . ' , ; ` | Index of first available worker: 1 [01:57:03.438] | : . ' , ; ` | Validate that the worker is functional ... [01:57:03.488] | : . ' , ; ` | : Worker is functional [01:57:03.488] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... [01:57:03.488] | : . ' , ; ` | : . Listing all futures [01:57:03.489] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:03.489] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... done [01:57:03.489] | : . ' , ; ` | Validate that the worker is functional ... done [01:57:03.489] | : . ' , ; ` requestNode() ... done [01:57:03.489] | : . ' , ; ` cluster node index: 1 [01:57:03.490] | : . ' , ; requestWorker() ... done [01:57:03.490] | : . ' , ; eraseGlobalEnvironment() ... [01:57:03.490] | : . ' , ; eraseGlobalEnvironment() ... done [01:57:03.490] | : . ' , ; launchFuture() ... [01:57:03.491] | : . ' , ; ` cluster node index: 1 [01:57:03.491] | : . ' , ; ` getFutureData() ... [01:57:03.491] | : . ' , ; ` | getFutureCore() ... [01:57:03.491] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:57:03.491] | : . ' , ; ` | getFutureCore() ... done [01:57:03.491] | : . ' , ; ` | getFutureCapture() ... [01:57:03.491] | : . ' , ; ` | getFutureCapture() ... done [01:57:03.492] | : . ' , ; ` | getFutureContext() ... [01:57:03.492] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:03.492] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:57:03.492] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:03.492] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:57:03.493] | : . ' , ; ` | getFutureContext() ... done [01:57:03.493] | : . ' , ; ` getFutureData() ... done [01:57:03.493] | : . ' , ; ` FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'add', earlySignal = 0) ... [01:57:03.493] | : . ' , ; ` | Appended future to position #1 [01:57:03.494] | : . ' , ; ` | Number of registered futures: 1 [01:57:03.494] | : . ' , ; ` FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'add', earlySignal = 0) ... done [01:57:03.494] | : . ' , ; launchFuture() ... done [01:57:03.494] | : . ' , ; MultisessionFuture started [01:57:03.496] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:57:03.496] | : . ' Launching futures ... done [01:57:03.497] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:57:03.497] | : . Using MultisessionFutureBackend ... done [01:57:03.497] | : run() for 'Future' (NULL) ... done [01:57:03.497] | : result() for ClusterFuture ... [01:57:03.497] | : . assertValidConnection() ... [01:57:03.498] | : . ' cluster node index: 1 [01:57:03.498] | : . assertValidConnection() ... done [01:57:03.498] | : . receiveMessageFromWorker() for ClusterFuture ... [01:57:03.498] | : . ' cluster node index: 1 [01:57:03.499] | : . ' [1] TRUE [01:57:03.499] | : . ' received data: [01:57:03.499] | : . ' List of 5 [01:57:03.499] | : . ' $ type : chr "VALUE" [01:57:03.499] | : . ' $ value :List of 14 [01:57:03.499] | : . ' ..$ value : num 2 [01:57:03.499] | : . ' ..$ visible : logi TRUE [01:57:03.499] | : . ' ..$ stdout : chr "" [01:57:03.499] | : . ' ..$ conditions : list() [01:57:03.499] | : . ' ..$ rng : logi FALSE [01:57:03.499] | : . ' ..$ misuseGlobalEnv : NULL [01:57:03.499] | : . ' ..$ misuseConnections:List of 3 [01:57:03.499] | : . ' .. ..$ added : NULL [01:57:03.499] | : . ' .. ..$ removed : NULL [01:57:03.499] | : . ' .. ..$ replaced: NULL [01:57:03.499] | : . ' ..$ misuseDevices : NULL [01:57:03.499] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:57:03" [01:57:03.499] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:57:03" [01:57:03.499] | : . ' ..$ uuid : chr [1:2] "f133c5095cb804bb6e94b24d6518aefd" "14" [01:57:03.499] | : . ' ..$ session_uuid : chr "dadeaf4381660992535ea07cd1431ed6" [01:57:03.499] | : . ' .. ..- attr(*, "source")=List of 5 [01:57:03.499] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:57:03.499] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:57:03.499] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:57:03.499] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:57:03.499] | : . ' .. .. ..$ pid : int 48424 [01:57:03.499] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:57:02" [01:57:03.499] | : . ' .. .. ..$ random: int 2147483647 [01:57:03.499] | : . ' ..$ r_info :List of 4 [01:57:03.499] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:57:03.499] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:57:03.499] | : . ' .. ..$ os : chr "windows" [01:57:03.499] | : . ' .. ..$ os_name : chr "Windows" [01:57:03.499] | : . ' .. ..$ captures_utf8: logi TRUE [01:57:03.499] | : . ' ..$ version : chr "1.8" [01:57:03.499] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:57:03.499] | : . ' $ success: logi TRUE [01:57:03.499] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [01:57:03.499] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:57:03.499] | : . ' $ tag : NULL [01:57:03.512] | : . ' Received FutureResult [01:57:03.512] | : . ' FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'remove', earlySignal = 0) ... [01:57:03.512] | : . ' , Removed future from position #1 [01:57:03.513] | : . ' , Number of registered futures: 0 [01:57:03.513] | : . ' FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'remove', earlySignal = 0) ... done [01:57:03.513] | : . ' Erased future from future backend [01:57:03.513] | : . ' result() for ClusterFuture ... [01:57:03.513] | : . ' , result already collected: FutureResult [01:57:03.513] | : . ' result() for ClusterFuture ... done [01:57:03.514] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:57:03.514] | : result() for ClusterFuture ... done [01:57:03.514] | : result() for ClusterFuture ... [01:57:03.514] | : . result already collected: FutureResult [01:57:03.514] | : result() for ClusterFuture ... done [01:57:03.514] | : relay stdout ... [01:57:03.515] | : relay stdout ... done [01:57:03.515] | : check for misuse ... [01:57:03.515] | : check for misuse ... done [01:57:03.515] | value() for Future (NULL) ... done [01:57:03.515] | future(..., label = NULL) ... [01:57:03.515] | : lazy: TRUE [01:57:03.516] | : stdout: TRUE [01:57:03.516] | : conditions: [n=1] 'condition' [01:57:03.516] | : gc: FALSE [01:57:03.516] | : earlySignal: FALSE [01:57:03.516] | : getGlobalsAndPackages() ... [01:57:03.516] | : . Searching for globals ... [01:57:03.523] | : . ' globals found: [3] '{', '*', 'a' [01:57:03.523] | : . Searching for globals ... done [01:57:03.523] | : . Resolving globals: FALSE [01:57:03.524] | : . Search for packages associated with the globals ... [01:57:03.524] | : . ' Packages associated with globals: [1] 'base' [01:57:03.524] | : . ' Packages: [1] 'base' [01:57:03.524] | : . Search for packages associated with the globals ... done [01:57:03.525] | : . Packages after dropping 'base': [0] [01:57:03.525] | : . globals: [1] 'a' [01:57:03.525] | : . packages: [0] [01:57:03.525] | : getGlobalsAndPackages() ... done [01:57:03.525] | future(..., label = NULL) ... done [01:57:03.526] | value() for Future (NULL) ... [01:57:03.526] | : run() for 'Future' (NULL) ... [01:57:03.526] | : . state: 'created' [01:57:03.526] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:03.526] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:03.527] | : . Using MultisessionFutureBackend ... [01:57:03.527] | : . ' Number of futures since start: 6 (6 created, 6 launched, 6 finished) [01:57:03.527] | : . ' Launching futures ... [01:57:03.527] | : . ' , launchFuture() for ClusterFutureBackend ... [01:57:03.527] | : . ' , ; Workers: [n=2] [01:57:03.527] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:03.529] | : . ' , ; FutureRegistry: 'workers-63bbcbe55a32b367403e4f761bc72a93' [01:57:03.530] | : . ' , ; requestWorker() ... [01:57:03.530] | : . ' , ; ` requestNode() ... [01:57:03.530] | : . ' , ; ` | Number of workers: 2 [01:57:03.530] | : . ' , ; ` | Polling for a free worker ... [01:57:03.530] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... [01:57:03.530] | : . ' , ; ` | : . Listing all futures [01:57:03.531] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:03.531] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... done [01:57:03.531] | : . ' , ; ` | : Total time: 0 [01:57:03.531] | : . ' , ; ` | Polling for a free worker ... done [01:57:03.531] | : . ' , ; ` | FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... [01:57:03.531] | : . ' , ; ` | : Listing all futures [01:57:03.531] | : . ' , ; ` | : Number of registered futures: 0 [01:57:03.532] | : . ' , ; ` | FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... done [01:57:03.532] | : . ' , ; ` | avail: [n=2] '1', '2' [01:57:03.532] | : . ' , ; ` | Index of first available worker: 1 [01:57:03.532] | : . ' , ; ` | Validate that the worker is functional ... [01:57:03.600] | : . ' , ; ` | : Worker is functional [01:57:03.601] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... [01:57:03.601] | : . ' , ; ` | : . Listing all futures [01:57:03.601] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:03.601] | : . ' , ; ` | : FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'list', earlySignal = 0) ... done [01:57:03.601] | : . ' , ; ` | Validate that the worker is functional ... done [01:57:03.602] | : . ' , ; ` requestNode() ... done [01:57:03.602] | : . ' , ; ` cluster node index: 1 [01:57:03.602] | : . ' , ; requestWorker() ... done [01:57:03.602] | : . ' , ; eraseGlobalEnvironment() ... [01:57:03.603] | : . ' , ; eraseGlobalEnvironment() ... done [01:57:03.603] | : . ' , ; launchFuture() ... [01:57:03.603] | : . ' , ; ` cluster node index: 1 [01:57:03.603] | : . ' , ; ` getFutureData() ... [01:57:03.603] | : . ' , ; ` | getFutureCore() ... [01:57:03.604] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:57:03.604] | : . ' , ; ` | getFutureCore() ... done [01:57:03.604] | : . ' , ; ` | getFutureCapture() ... [01:57:03.604] | : . ' , ; ` | getFutureCapture() ... done [01:57:03.604] | : . ' , ; ` | getFutureContext() ... [01:57:03.604] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:03.605] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:57:03.605] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:03.605] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:57:03.605] | : . ' , ; ` | getFutureContext() ... done [01:57:03.606] | : . ' , ; ` getFutureData() ... done [01:57:03.606] | : . ' , ; ` FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'add', earlySignal = 0) ... [01:57:03.606] | : . ' , ; ` | Appended future to position #1 [01:57:03.606] | : . ' , ; ` | Number of registered futures: 1 [01:57:03.607] | : . ' , ; ` FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'add', earlySignal = 0) ... done [01:57:03.607] | : . ' , ; launchFuture() ... done [01:57:03.607] | : . ' , ; MultisessionFuture started [01:57:03.607] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:57:03.607] | : . ' Launching futures ... done [01:57:03.607] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:57:03.608] | : . Using MultisessionFutureBackend ... done [01:57:03.608] | : run() for 'Future' (NULL) ... done [01:57:03.608] | : result() for ClusterFuture ... [01:57:03.608] | : . assertValidConnection() ... [01:57:03.608] | : . ' cluster node index: 1 [01:57:03.609] | : . assertValidConnection() ... done [01:57:03.609] | : . receiveMessageFromWorker() for ClusterFuture ... [01:57:03.609] | : . ' cluster node index: 1 [01:57:03.611] | : . ' [1] TRUE [01:57:03.611] | : . ' received data: [01:57:03.611] | : . ' List of 5 [01:57:03.611] | : . ' $ type : chr "VALUE" [01:57:03.611] | : . ' $ value :List of 14 [01:57:03.611] | : . ' ..$ value : num 2 [01:57:03.611] | : . ' ..$ visible : logi TRUE [01:57:03.611] | : . ' ..$ stdout : chr "" [01:57:03.611] | : . ' ..$ conditions : list() [01:57:03.611] | : . ' ..$ rng : logi FALSE [01:57:03.611] | : . ' ..$ misuseGlobalEnv : NULL [01:57:03.611] | : . ' ..$ misuseConnections:List of 3 [01:57:03.611] | : . ' .. ..$ added : NULL [01:57:03.611] | : . ' .. ..$ removed : NULL [01:57:03.611] | : . ' .. ..$ replaced: NULL [01:57:03.611] | : . ' ..$ misuseDevices : NULL [01:57:03.611] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:57:03" [01:57:03.611] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:57:03" [01:57:03.611] | : . ' ..$ uuid : chr [1:2] "f133c5095cb804bb6e94b24d6518aefd" "15" [01:57:03.611] | : . ' ..$ session_uuid : chr "dadeaf4381660992535ea07cd1431ed6" [01:57:03.611] | : . ' .. ..- attr(*, "source")=List of 5 [01:57:03.611] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:57:03.611] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:57:03.611] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:57:03.611] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:57:03.611] | : . ' .. .. ..$ pid : int 48424 [01:57:03.611] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:57:02" [01:57:03.611] | : . ' .. .. ..$ random: int 2147483647 [01:57:03.611] | : . ' ..$ r_info :List of 4 [01:57:03.611] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:57:03.611] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:57:03.611] | : . ' .. ..$ os : chr "windows" [01:57:03.611] | : . ' .. ..$ os_name : chr "Windows" [01:57:03.611] | : . ' .. ..$ captures_utf8: logi TRUE [01:57:03.611] | : . ' ..$ version : chr "1.8" [01:57:03.611] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:57:03.611] | : . ' $ success: logi TRUE [01:57:03.611] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [01:57:03.611] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:57:03.611] | : . ' $ tag : NULL [01:57:03.624] | : . ' Received FutureResult [01:57:03.624] | : . ' FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'remove', earlySignal = 0) ... [01:57:03.624] | : . ' , Removed future from position #1 [01:57:03.625] | : . ' , Number of registered futures: 0 [01:57:03.625] | : . ' FutureRegistry('workers-63bbcbe55a32b367403e4f761bc72a93', action = 'remove', earlySignal = 0) ... done [01:57:03.625] | : . ' Erased future from future backend [01:57:03.625] | : . ' result() for ClusterFuture ... [01:57:03.625] | : . ' , result already collected: FutureResult [01:57:03.625] | : . ' result() for ClusterFuture ... done [01:57:03.626] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:57:03.626] | : result() for ClusterFuture ... done [01:57:03.626] | : result() for ClusterFuture ... [01:57:03.626] | : . result already collected: FutureResult [01:57:03.626] | : result() for ClusterFuture ... done [01:57:03.626] | : relay stdout ... [01:57:03.627] | : relay stdout ... done [01:57:03.627] | : check for misuse ... [01:57:03.627] | : check for misuse ... done [01:57:03.627] | value() for Future (NULL) ... done *** futureAssign() with 'multisession' futures ... DONE Testing with 2 cores ... DONE > message("*** futureAssign() - lazy = TRUE / FALSE ... DONE") *** futureAssign() - lazy = TRUE / FALSE ... DONE > message("*** futureAssign() ... DONE") *** futureAssign() ... 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_05_09_01_55_17_23336' Sourcing 6 epilogue scripts ... done Test time: user.self=1s, sys.self=0.09s, elapsed=2s, user.child=NAs, sys.child=NAs Test 'futureAssign' ... success > > proc.time() user system elapsed 1.43 0.21 2.34