R Under development (unstable) (2025-07-28 r88462 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script inst/testme/test-globals,subassignment.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("globals,subassignment") Test 'globals,subassignment' ... 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-globals,subassignment.R' > library(future) [12:33:36.577] Option 'future.startup.script': TRUE [12:33:36.579] Future startup scripts considered: '.future.R', '~/.future.R' [12:33:36.580] Future startup scripts found: > oopts <- c(oopts, options(future.globals.resolve = TRUE, + future.globals.onMissing = "error")) > message("*** Globals - subassignments ...") *** Globals - subassignments ... > message("*** Globals - subassignments w/ x$a <- value ...") *** Globals - subassignments w/ x$a <- value ... > x <- x0 <- list() > y0 <- list(a = 1) > str(list(x = x, y0 = y0)) List of 2 $ x : list() $ y0:List of 1 ..$ a: num 1 > y <- local({ + x$a <- 1 + x + }) > stopifnot(identical(y, y0)) > y <- local({ + x[["a"]] <- 1 + x + }) > stopifnot(identical(y, y0)) > y <- local({ + x["a"] <- list(1) + x + }) > stopifnot(identical(y, y0)) > stopifnot(identical(x, list())) > for (cores in 1:availCores) { + message(sprintf("Testing with %d cores ...", cores)) + options(mc.cores = cores) + message("availableCor ..." ... [TRUNCATED] Testing with 1 cores ... availableCores(): 1 - plan('sequential') ... [12:33:36.697] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:36.698] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:33:36.698] | : all.equal() for FutureStrategyList ... [12:33:36.699] | : . New stack: [12:33:36.699] | : . List of 1 [12:33:36.699] | : . $ :function (..., envir = parent.frame()) [12:33:36.699] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:36.699] | : . ..- attr(*, "init")= logi TRUE [12:33:36.699] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:36.699] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.699] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.699] | : . ..- attr(*, "call")= language plan(strategy) [12:33:36.699] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:36.706] | : . Old stack: [12:33:36.706] | : . List of 1 [12:33:36.706] | : . $ :function (..., envir = parent.frame()) [12:33:36.706] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:36.706] | : . ..- attr(*, "init")= logi TRUE [12:33:36.706] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:36.706] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.706] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.706] | : . ..- attr(*, "call")= language plan(sequential) [12:33:36.706] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:36.712] | : . Not identical [12:33:36.713] | : . all.equal() for future ... [12:33:36.713] | : . ' List of 2 [12:33:36.713] | : . ' $ target :function (..., envir = parent.frame()) [12:33:36.713] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:36.713] | : . ' ..- attr(*, "init")= logi TRUE [12:33:36.713] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:36.713] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.713] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.713] | : . ' ..- attr(*, "call")= language plan(strategy) [12:33:36.713] | : . ' $ current:function (..., envir = parent.frame()) [12:33:36.713] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:36.713] | : . ' ..- attr(*, "init")= logi TRUE [12:33:36.713] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:36.713] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.713] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.713] | : . ' ..- attr(*, "call")= language plan(sequential) [12:33:36.725] | : . all.equal() for future ... done [12:33:36.725] | : all.equal() for FutureStrategyList ... done [12:33:36.726] | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:36.726] | : List of future strategies: [12:33:36.726] | : 1. sequential: [12:33:36.726] | : - args: function (..., envir = parent.frame(), workers = "") [12:33:36.726] | : - tweaked: FALSE [12:33:36.726] | : - call: plan(sequential) [12:33:36.728] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:33:36.731] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:36.731] future(..., label = NULL) ... [12:33:36.732] | lazy: FALSE [12:33:36.732] | stdout: TRUE [12:33:36.732] | conditions: [n=1] 'condition' [12:33:36.733] | gc: FALSE [12:33:36.733] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:36.735] | getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:36.736] | : Searching for globals ... [12:33:36.777] | : . globals found: [5] '{', 'x', '<-', '$', '$<-' [12:33:36.778] | : Searching for globals ... done [12:33:36.778] | : Resolving globals: TRUE [12:33:36.778] | : Resolving any globals that are futures ... [12:33:36.779] | : . globals: [5] '{', 'x', '<-', '$', '$<-' [12:33:36.779] | : Resolving any globals that are futures ... done [12:33:36.779] | : Search for packages associated with the globals ... [12:33:36.780] | : . Packages associated with globals: [1] 'base' [12:33:36.781] | : . Packages: [1] 'base' [12:33:36.781] | : Search for packages associated with the globals ... done [12:33:36.782] | : Resolving futures part of globals (recursively) ... [12:33:36.782] | : . resolve() for FutureGlobals ... [12:33:36.783] | : . ' recursive: 99 [12:33:36.784] | : . ' Number of elements: 1 [12:33:36.784] | : . ' elements: 'x' [12:33:36.785] | : . ' 'obj' is list [12:33:36.785] | : . ' resolve(obj, ...) ... [12:33:36.785] | : . ' , resolve() for list ... [12:33:36.786] | : . ' , ; recursive: 98 [12:33:36.786] | : . ' , ; Number of elements: 0 [12:33:36.786] | : . ' , resolve() for list ... done [12:33:36.786] | : . ' resolve(obj, ...) ... done [12:33:36.787] | : . ' resolved() ... [12:33:36.787] | : . ' , resolved() for list ... [12:33:36.787] | : . ' , ; Number of elements: 0 [12:33:36.788] | : . ' , ; Number of futures: 0 [12:33:36.788] | : . ' , resolved() for list ... done [12:33:36.788] | : . ' resolved() ... done [12:33:36.789] | : . ' length: 0 (resolved future 1) [12:33:36.789] | : . resolve() for FutureGlobals ... done [12:33:36.789] | : . globals: [1] 'x' [12:33:36.790] | : Resolving futures part of globals (recursively) ... done [12:33:36.790] | : Packages after dropping 'base': [0] [12:33:36.790] | : globals: [1] 'x' [12:33:36.791] | : packages: [0] [12:33:36.791] | getGlobalsAndPackages() ... done [12:33:36.792] | run() for 'Future' () ... [12:33:36.793] | : state: 'created' [12:33:36.793] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:36.793] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:33:36.794] | : . ' function (..., envir = parent.frame()) [12:33:36.794] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:36.794] | : . ' - attr(*, "init")= logi TRUE [12:33:36.794] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:36.794] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.794] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.794] | : . ' - attr(*, "call")= language plan(sequential) [12:33:36.798] | : . ' init: TRUE [12:33:36.799] | : . ' makeFutureBackend() ... [12:33:36.799] | : . ' , Backend function: <'NULL'> [12:33:36.799] | : . ' , Evaluator tweak arguments: [n=0] [12:33:36.800] | : . ' , list() [12:33:36.800] | : . ' , Evaluator formal arguments: [n=0] [12:33:36.801] | : . ' , list() [12:33:36.801] | : . ' , Backend factory arguments: [n=0] [12:33:36.802] | : . ' , NULL [12:33:36.802] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:33:36.803] | : . ' makeFutureBackend() ... done [12:33:36.803] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:33:36.803] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:36.804] | : Using SequentialFutureBackend ... [12:33:36.804] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:33:36.804] | : . Launching futures ... [12:33:36.805] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:36.805] | : . ' , getFutureData() ... [12:33:36.806] | : . ' , ; getFutureCore() ... [12:33:36.806] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:36.806] | : . ' , ; getFutureCore() ... done [12:33:36.807] | : . ' , ; getFutureCapture() ... [12:33:36.807] | : . ' , ; getFutureCapture() ... done [12:33:36.808] | : . ' , ; getFutureContext() ... [12:33:36.808] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:36.808] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:36.809] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:36.809] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:36.809] | : . ' , ; getFutureContext() ... done [12:33:36.810] | : . ' , getFutureData() ... done [12:33:36.819] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:36.820] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:36.820] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:36.821] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:36.822] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:36.822] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:36.822] | : . ' , ; ` | New stack: [12:33:36.822] | : . ' , ; ` | List of 1 [12:33:36.822] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:36.822] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:36.822] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:36.822] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:36.822] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.822] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.822] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:36.822] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:36.828] | : . ' , ; ` | Old stack: [12:33:36.828] | : . ' , ; ` | List of 1 [12:33:36.828] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:36.828] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:36.828] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:36.828] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:36.828] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.828] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.828] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:36.828] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:36.828] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:36.828] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.828] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:36.834] | : . ' , ; ` | Not identical [12:33:36.834] | : . ' , ; ` | all.equal() for future ... [12:33:36.834] | : . ' , ; ` | : List of 2 [12:33:36.834] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:36.834] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:36.834] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:36.834] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:36.834] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.834] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.834] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:36.834] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:36.834] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:36.834] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:36.834] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:36.834] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.834] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.834] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:36.834] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:36.834] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:36.834] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.884] | : . ' , ; ` | all.equal() for future ... done [12:33:36.885] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:36.885] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:36.885] | : . ' , ; ` List of future strategies: [12:33:36.885] | : . ' , ; ` 1. sequential: [12:33:36.885] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:36.885] | : . ' , ; ` - tweaked: FALSE [12:33:36.885] | : . ' , ; ` - call: plan(sequential) [12:33:36.886] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:36.887] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:36.887] | : . ' , assign_globals() ... [12:33:36.887] | : . ' , List of 1 [12:33:36.887] | : . ' , $ x: list() [12:33:36.887] | : . ' , - attr(*, "where")=List of 1 [12:33:36.887] | : . ' , ..$ x: [12:33:36.887] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:36.887] | : . ' , - attr(*, "resolved")= logi TRUE [12:33:36.887] | : . ' , - attr(*, "total_size")= num NA [12:33:36.887] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:36.892] | : . ' , - copied 'x' to environment [12:33:36.892] | : . ' , assign_globals() ... done [12:33:36.898] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:36.898] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:36.899] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:36.899] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:36.899] | : . ' , ; ` | : New stack: [12:33:36.899] | : . ' , ; ` | : List of 1 [12:33:36.899] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:36.899] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:36.899] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:36.899] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:36.899] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.899] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.899] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:36.899] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:36.899] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:36.899] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.899] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:36.906] | : . ' , ; ` | : Old stack: [12:33:36.906] | : . ' , ; ` | : List of 1 [12:33:36.906] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:36.906] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:36.906] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:36.906] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:36.906] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.906] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.906] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:36.906] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:36.906] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:36.906] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:36.906] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:36.956] | : . ' , ; ` | : Identical [12:33:36.956] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:36.956] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:36.957] | : . ' , ; ` | List of future strategies: [12:33:36.957] | : . ' , ; ` | 1. sequential: [12:33:36.957] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:36.957] | : . ' , ; ` | - tweaked: FALSE [12:33:36.957] | : . ' , ; ` | - call: plan(sequential) [12:33:36.958] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:36.958] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:36.958] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:36.964] | : . ' , SequentialFuture started (and completed) [12:33:36.965] | : . ' , signalConditions() ... [12:33:36.966] | : . ' , ; include = 'immediateCondition' [12:33:36.966] | : . ' , ; exclude = [12:33:36.966] | : . ' , ; resignal = FALSE [12:33:36.967] | : . ' , ; Number of conditions: 6 [12:33:36.967] | : . ' , ; int 6 [12:33:36.968] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:36.968] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:36.969] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:36.969] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:36.969] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:36.970] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:36.970] | : . ' , signalConditions() ... done [12:33:36.970] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:36.971] | : . Launching futures ... done [12:33:36.971] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:36.971] | : Using SequentialFutureBackend ... done [12:33:36.972] | run() for 'Future' () ... done [12:33:36.972] future(..., label = NULL) ... done [12:33:36.973] value() for SequentialFuture () ... [12:33:36.973] | signalConditions() ... [12:33:36.974] | : include = 'immediateCondition' [12:33:36.974] | : exclude = [12:33:36.974] | : resignal = FALSE [12:33:36.975] | : Number of conditions: 6 [12:33:36.975] | : int 6 [12:33:36.976] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:36.976] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:36.977] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:36.977] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:36.977] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:36.978] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:36.978] | signalConditions() ... done [12:33:36.978] | relay stdout ... [12:33:36.978] | relay stdout ... done [12:33:36.979] | check for misuse ... [12:33:36.979] | check for misuse ... done [12:33:36.979] | relay conditions ... [12:33:36.980] | : Future state: 'finished' [12:33:36.980] | : signalConditions() ... [12:33:36.980] | : . include = 'condition' [12:33:36.981] | : . exclude = 'immediateCondition' [12:33:36.981] | : . resignal = TRUE [12:33:36.981] | : . Number of conditions: 6 [12:33:36.982] | : . int 6 [12:33:36.983] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:36.983] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:36.816] | : . ' , attachPackages() ... [12:33:36.983] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:36.984] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:36.817] | : . ' , ; packages: [n=1] 'future' [12:33:36.984] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:36.984] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:36.817] | : . ' , attachPackages() ... done [12:33:36.985] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:36.985] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:36.818] | : . ' , attachPackages() ... [12:33:36.985] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:36.986] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:36.818] | : . ' , ; packages: [n=0] [12:33:36.986] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:36.986] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:36.818] | : . ' , attachPackages() ... done [12:33:36.986] | : signalConditions() ... done [12:33:36.987] | relay conditions ... done [12:33:36.987] value() for SequentialFuture () ... done $a [1] 1 [12:33:36.987] future(..., label = NULL) ... [12:33:36.988] | lazy: TRUE [12:33:36.988] | stdout: TRUE [12:33:36.988] | conditions: [n=1] 'condition' [12:33:36.989] | gc: FALSE [12:33:36.989] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:36.990] | getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:36.990] | : Searching for globals ... [12:33:37.022] | : . globals found: [5] '{', 'x', '<-', '$', '$<-' [12:33:37.022] | : Searching for globals ... done [12:33:37.023] | : Resolving globals: TRUE [12:33:37.023] | : Resolving any globals that are futures ... [12:33:37.024] | : . globals: [5] '{', 'x', '<-', '$', '$<-' [12:33:37.024] | : Resolving any globals that are futures ... done [12:33:37.024] | : Search for packages associated with the globals ... [12:33:37.025] | : . Packages associated with globals: [1] 'base' [12:33:37.026] | : . Packages: [1] 'base' [12:33:37.026] | : Search for packages associated with the globals ... done [12:33:37.026] | : Resolving futures part of globals (recursively) ... [12:33:37.027] | : . resolve() for FutureGlobals ... [12:33:37.027] | : . ' recursive: 99 [12:33:37.028] | : . ' Number of elements: 1 [12:33:37.028] | : . ' elements: 'x' [12:33:37.029] | : . ' 'obj' is list [12:33:37.029] | : . ' resolve(obj, ...) ... [12:33:37.030] | : . ' , resolve() for list ... [12:33:37.030] | : . ' , ; recursive: 98 [12:33:37.030] | : . ' , ; Number of elements: 0 [12:33:37.031] | : . ' , resolve() for list ... done [12:33:37.031] | : . ' resolve(obj, ...) ... done [12:33:37.032] | : . ' resolved() ... [12:33:37.032] | : . ' , resolved() for list ... [12:33:37.032] | : . ' , ; Number of elements: 0 [12:33:37.033] | : . ' , ; Number of futures: 0 [12:33:37.033] | : . ' , resolved() for list ... done [12:33:37.033] | : . ' resolved() ... done [12:33:37.034] | : . ' length: 0 (resolved future 1) [12:33:37.034] | : . resolve() for FutureGlobals ... done [12:33:37.035] | : . globals: [1] 'x' [12:33:37.035] | : Resolving futures part of globals (recursively) ... done [12:33:37.035] | : Packages after dropping 'base': [0] [12:33:37.036] | : globals: [1] 'x' [12:33:37.036] | : packages: [0] [12:33:37.036] | getGlobalsAndPackages() ... done [12:33:37.037] future(..., label = NULL) ... done [12:33:37.037] value() for Future () ... [12:33:37.037] | run() for 'Future' () ... [12:33:37.037] | : state: 'created' [12:33:37.038] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.038] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.038] | : Using SequentialFutureBackend ... [12:33:37.039] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:33:37.039] | : . Launching futures ... [12:33:37.039] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:37.039] | : . ' , getFutureData() ... [12:33:37.040] | : . ' , ; getFutureCore() ... [12:33:37.040] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:37.040] | : . ' , ; getFutureCore() ... done [12:33:37.041] | : . ' , ; getFutureCapture() ... [12:33:37.041] | : . ' , ; getFutureCapture() ... done [12:33:37.041] | : . ' , ; getFutureContext() ... [12:33:37.041] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.042] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:37.042] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.042] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:37.042] | : . ' , ; getFutureContext() ... done [12:33:37.043] | : . ' , getFutureData() ... done [12:33:37.046] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.046] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:37.046] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.047] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.047] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:37.048] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:37.048] | : . ' , ; ` | New stack: [12:33:37.048] | : . ' , ; ` | List of 1 [12:33:37.048] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:37.048] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.048] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:37.048] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.048] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.048] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.048] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:37.048] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.053] | : . ' , ; ` | Old stack: [12:33:37.054] | : . ' , ; ` | List of 1 [12:33:37.054] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:37.054] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.054] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:37.054] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.054] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.054] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.054] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:37.054] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.054] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.054] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.054] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.070] | : . ' , ; ` | Not identical [12:33:37.071] | : . ' , ; ` | all.equal() for future ... [12:33:37.071] | : . ' , ; ` | : List of 2 [12:33:37.071] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:37.071] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.071] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:37.071] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.071] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.071] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.071] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:37.071] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:37.071] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.071] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.071] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.071] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.071] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.071] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.071] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.071] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.071] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.082] | : . ' , ; ` | all.equal() for future ... done [12:33:37.082] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:37.082] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:37.082] | : . ' , ; ` List of future strategies: [12:33:37.082] | : . ' , ; ` 1. sequential: [12:33:37.082] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:37.082] | : . ' , ; ` - tweaked: FALSE [12:33:37.082] | : . ' , ; ` - call: plan(sequential) [12:33:37.083] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:37.083] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.084] | : . ' , assign_globals() ... [12:33:37.084] | : . ' , List of 1 [12:33:37.084] | : . ' , $ x: list() [12:33:37.084] | : . ' , - attr(*, "where")=List of 1 [12:33:37.084] | : . ' , ..$ x: [12:33:37.084] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:37.084] | : . ' , - attr(*, "resolved")= logi TRUE [12:33:37.084] | : . ' , - attr(*, "total_size")= num NA [12:33:37.084] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:37.088] | : . ' , - copied 'x' to environment [12:33:37.088] | : . ' , assign_globals() ... done [12:33:37.091] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.091] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.091] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:37.092] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:37.092] | : . ' , ; ` | : New stack: [12:33:37.092] | : . ' , ; ` | : List of 1 [12:33:37.092] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:37.092] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.092] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.092] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.092] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.092] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.092] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.092] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.092] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.092] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.092] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.097] | : . ' , ; ` | : Old stack: [12:33:37.097] | : . ' , ; ` | : List of 1 [12:33:37.097] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:37.097] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.097] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.097] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.097] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.097] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.097] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.097] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.097] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.097] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.097] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.102] | : . ' , ; ` | : Identical [12:33:37.103] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:37.103] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:37.103] | : . ' , ; ` | List of future strategies: [12:33:37.103] | : . ' , ; ` | 1. sequential: [12:33:37.103] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:37.103] | : . ' , ; ` | - tweaked: FALSE [12:33:37.103] | : . ' , ; ` | - call: plan(sequential) [12:33:37.104] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:37.104] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.105] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.105] | : . ' , SequentialFuture started (and completed) [12:33:37.106] | : . ' , signalConditions() ... [12:33:37.106] | : . ' , ; include = 'immediateCondition' [12:33:37.106] | : . ' , ; exclude = [12:33:37.106] | : . ' , ; resignal = FALSE [12:33:37.106] | : . ' , ; Number of conditions: 6 [12:33:37.107] | : . ' , ; int 6 [12:33:37.108] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.108] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.108] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.108] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.108] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.109] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.109] | : . ' , signalConditions() ... done [12:33:37.109] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:37.109] | : . Launching futures ... done [12:33:37.110] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:37.110] | : Using SequentialFutureBackend ... done [12:33:37.110] | run() for 'Future' () ... done [12:33:37.110] | signalConditions() ... [12:33:37.111] | : include = 'immediateCondition' [12:33:37.111] | : exclude = [12:33:37.111] | : resignal = FALSE [12:33:37.111] | : Number of conditions: 6 [12:33:37.111] | : int 6 [12:33:37.112] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.112] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.113] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.113] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.113] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.113] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.113] | signalConditions() ... done [12:33:37.114] | relay stdout ... [12:33:37.114] | relay stdout ... done [12:33:37.114] | check for misuse ... [12:33:37.114] | check for misuse ... done [12:33:37.114] | relay conditions ... [12:33:37.115] | : Future state: 'finished' [12:33:37.115] | : signalConditions() ... [12:33:37.115] | : . include = 'condition' [12:33:37.115] | : . exclude = 'immediateCondition' [12:33:37.115] | : . resignal = TRUE [12:33:37.116] | : . Number of conditions: 6 [12:33:37.116] | : . int 6 [12:33:37.117] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.117] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:37.043] | : . ' , attachPackages() ... [12:33:37.117] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.117] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:37.044] | : . ' , ; packages: [n=1] 'future' [12:33:37.118] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.118] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:37.044] | : . ' , attachPackages() ... done [12:33:37.118] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.118] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:37.044] | : . ' , attachPackages() ... [12:33:37.119] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.119] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:37.045] | : . ' , ; packages: [n=0] [12:33:37.119] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.119] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:37.045] | : . ' , attachPackages() ... done [12:33:37.120] | : signalConditions() ... done [12:33:37.120] | relay conditions ... done [12:33:37.120] value() for Future () ... done $a [1] 1 [12:33:37.122] future(..., label = NULL) ... [12:33:37.122] | lazy: FALSE [12:33:37.122] | stdout: TRUE [12:33:37.122] | conditions: [n=1] 'condition' [12:33:37.122] | gc: FALSE [12:33:37.123] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:37.123] | getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:37.124] | : Searching for globals ... [12:33:37.145] | : . globals found: [5] '{', 'x', '<-', '$', '$<-' [12:33:37.146] | : Searching for globals ... done [12:33:37.146] | : Resolving globals: TRUE [12:33:37.147] | : Resolving any globals that are futures ... [12:33:37.147] | : . globals: [5] '{', 'x', '<-', '$', '$<-' [12:33:37.147] | : Resolving any globals that are futures ... done [12:33:37.148] | : Search for packages associated with the globals ... [12:33:37.148] | : . Packages associated with globals: [1] 'base' [12:33:37.149] | : . Packages: [1] 'base' [12:33:37.149] | : Search for packages associated with the globals ... done [12:33:37.149] | : Resolving futures part of globals (recursively) ... [12:33:37.150] | : . resolve() for FutureGlobals ... [12:33:37.150] | : . ' recursive: 99 [12:33:37.151] | : . ' Number of elements: 1 [12:33:37.151] | : . ' elements: 'x' [12:33:37.151] | : . ' 'obj' is list [12:33:37.152] | : . ' resolve(obj, ...) ... [12:33:37.152] | : . ' , resolve() for list ... [12:33:37.152] | : . ' , ; recursive: 98 [12:33:37.153] | : . ' , ; Number of elements: 0 [12:33:37.153] | : . ' , resolve() for list ... done [12:33:37.153] | : . ' resolve(obj, ...) ... done [12:33:37.153] | : . ' resolved() ... [12:33:37.154] | : . ' , resolved() for list ... [12:33:37.154] | : . ' , ; Number of elements: 0 [12:33:37.154] | : . ' , ; Number of futures: 0 [12:33:37.155] | : . ' , resolved() for list ... done [12:33:37.155] | : . ' resolved() ... done [12:33:37.155] | : . ' length: 0 (resolved future 1) [12:33:37.156] | : . resolve() for FutureGlobals ... done [12:33:37.156] | : . globals: [1] 'x' [12:33:37.156] | : Resolving futures part of globals (recursively) ... done [12:33:37.157] | : Packages after dropping 'base': [0] [12:33:37.157] | : globals: [1] 'x' [12:33:37.157] | : packages: [0] [12:33:37.158] | getGlobalsAndPackages() ... done [12:33:37.158] | run() for 'Future' () ... [12:33:37.159] | : state: 'created' [12:33:37.159] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.159] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.160] | : Using SequentialFutureBackend ... [12:33:37.160] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:33:37.160] | : . Launching futures ... [12:33:37.161] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:37.161] | : . ' , getFutureData() ... [12:33:37.161] | : . ' , ; getFutureCore() ... [12:33:37.162] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:37.162] | : . ' , ; getFutureCore() ... done [12:33:37.163] | : . ' , ; getFutureCapture() ... [12:33:37.163] | : . ' , ; getFutureCapture() ... done [12:33:37.163] | : . ' , ; getFutureContext() ... [12:33:37.164] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.164] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:37.164] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.165] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:37.165] | : . ' , ; getFutureContext() ... done [12:33:37.165] | : . ' , getFutureData() ... done [12:33:37.169] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.170] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:37.170] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.171] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.171] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:37.172] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:37.172] | : . ' , ; ` | New stack: [12:33:37.172] | : . ' , ; ` | List of 1 [12:33:37.172] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:37.172] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.172] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:37.172] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.172] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.172] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.172] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:37.172] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.179] | : . ' , ; ` | Old stack: [12:33:37.179] | : . ' , ; ` | List of 1 [12:33:37.179] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:37.179] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.179] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:37.179] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.179] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.179] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.179] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:37.179] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.179] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.179] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.179] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.187] | : . ' , ; ` | Not identical [12:33:37.187] | : . ' , ; ` | all.equal() for future ... [12:33:37.188] | : . ' , ; ` | : List of 2 [12:33:37.188] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:37.188] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.188] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:37.188] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.188] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.188] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.188] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:37.188] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:37.188] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.188] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.188] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.188] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.188] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.188] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.188] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.188] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.188] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.201] | : . ' , ; ` | all.equal() for future ... done [12:33:37.201] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:37.202] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:37.202] | : . ' , ; ` List of future strategies: [12:33:37.202] | : . ' , ; ` 1. sequential: [12:33:37.202] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:37.202] | : . ' , ; ` - tweaked: FALSE [12:33:37.202] | : . ' , ; ` - call: plan(sequential) [12:33:37.203] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:37.204] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.204] | : . ' , assign_globals() ... [12:33:37.205] | : . ' , List of 1 [12:33:37.205] | : . ' , $ x: list() [12:33:37.205] | : . ' , - attr(*, "where")=List of 1 [12:33:37.205] | : . ' , ..$ x: [12:33:37.205] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:37.205] | : . ' , - attr(*, "resolved")= logi TRUE [12:33:37.205] | : . ' , - attr(*, "total_size")= num NA [12:33:37.205] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:37.210] | : . ' , - copied 'x' to environment [12:33:37.211] | : . ' , assign_globals() ... done [12:33:37.216] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.216] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.217] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:37.217] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:37.217] | : . ' , ; ` | : New stack: [12:33:37.218] | : . ' , ; ` | : List of 1 [12:33:37.218] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:37.218] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.218] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.218] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.218] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.218] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.218] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.218] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.218] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.218] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.218] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.226] | : . ' , ; ` | : Old stack: [12:33:37.226] | : . ' , ; ` | : List of 1 [12:33:37.226] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:37.226] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.226] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.226] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.226] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.226] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.226] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.226] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.226] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.226] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.226] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.234] | : . ' , ; ` | : Identical [12:33:37.235] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:37.235] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:37.235] | : . ' , ; ` | List of future strategies: [12:33:37.235] | : . ' , ; ` | 1. sequential: [12:33:37.235] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:37.235] | : . ' , ; ` | - tweaked: FALSE [12:33:37.235] | : . ' , ; ` | - call: plan(sequential) [12:33:37.237] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:37.237] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.237] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.238] | : . ' , SequentialFuture started (and completed) [12:33:37.239] | : . ' , signalConditions() ... [12:33:37.239] | : . ' , ; include = 'immediateCondition' [12:33:37.239] | : . ' , ; exclude = [12:33:37.240] | : . ' , ; resignal = FALSE [12:33:37.240] | : . ' , ; Number of conditions: 6 [12:33:37.240] | : . ' , ; int 6 [12:33:37.242] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.242] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.242] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.243] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.243] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.243] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.244] | : . ' , signalConditions() ... done [12:33:37.244] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:37.245] | : . Launching futures ... done [12:33:37.245] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:37.246] | : Using SequentialFutureBackend ... done [12:33:37.246] | run() for 'Future' () ... done [12:33:37.246] future(..., label = NULL) ... done [12:33:37.247] value() for SequentialFuture () ... [12:33:37.247] | signalConditions() ... [12:33:37.247] | : include = 'immediateCondition' [12:33:37.248] | : exclude = [12:33:37.248] | : resignal = FALSE [12:33:37.248] | : Number of conditions: 6 [12:33:37.249] | : int 6 [12:33:37.250] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.250] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.251] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.251] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.251] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.252] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.252] | signalConditions() ... done [12:33:37.252] | relay stdout ... [12:33:37.252] | relay stdout ... done [12:33:37.253] | check for misuse ... [12:33:37.253] | check for misuse ... done [12:33:37.253] | relay conditions ... [12:33:37.253] | : Future state: 'finished' [12:33:37.254] | : signalConditions() ... [12:33:37.254] | : . include = 'condition' [12:33:37.254] | : . exclude = 'immediateCondition' [12:33:37.254] | : . resignal = TRUE [12:33:37.254] | : . Number of conditions: 6 [12:33:37.254] | : . int 6 [12:33:37.255] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.255] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:37.166] | : . ' , attachPackages() ... [12:33:37.256] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.256] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:37.166] | : . ' , ; packages: [n=1] 'future' [12:33:37.256] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.256] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:37.167] | : . ' , attachPackages() ... done [12:33:37.256] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.257] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:37.167] | : . ' , attachPackages() ... [12:33:37.257] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.257] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:37.168] | : . ' , ; packages: [n=0] [12:33:37.257] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.257] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:37.168] | : . ' , attachPackages() ... done [12:33:37.258] | : signalConditions() ... done [12:33:37.258] | relay conditions ... done [12:33:37.258] value() for SequentialFuture () ... done $a [1] 1 [12:33:37.259] future(..., label = NULL) ... [12:33:37.259] | lazy: TRUE [12:33:37.259] | stdout: TRUE [12:33:37.259] | conditions: [n=1] 'condition' [12:33:37.259] | gc: FALSE [12:33:37.259] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:37.260] | getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:37.260] | : Searching for globals ... [12:33:37.276] | : . globals found: [5] '{', 'x', '<-', '$', '$<-' [12:33:37.277] | : Searching for globals ... done [12:33:37.277] | : Resolving globals: TRUE [12:33:37.277] | : Resolving any globals that are futures ... [12:33:37.277] | : . globals: [5] '{', 'x', '<-', '$', '$<-' [12:33:37.278] | : Resolving any globals that are futures ... done [12:33:37.278] | : Search for packages associated with the globals ... [12:33:37.279] | : . Packages associated with globals: [1] 'base' [12:33:37.279] | : . Packages: [1] 'base' [12:33:37.279] | : Search for packages associated with the globals ... done [12:33:37.280] | : Resolving futures part of globals (recursively) ... [12:33:37.280] | : . resolve() for FutureGlobals ... [12:33:37.280] | : . ' recursive: 99 [12:33:37.281] | : . ' Number of elements: 1 [12:33:37.281] | : . ' elements: 'x' [12:33:37.281] | : . ' 'obj' is list [12:33:37.282] | : . ' resolve(obj, ...) ... [12:33:37.282] | : . ' , resolve() for list ... [12:33:37.282] | : . ' , ; recursive: 98 [12:33:37.282] | : . ' , ; Number of elements: 0 [12:33:37.283] | : . ' , resolve() for list ... done [12:33:37.283] | : . ' resolve(obj, ...) ... done [12:33:37.283] | : . ' resolved() ... [12:33:37.284] | : . ' , resolved() for list ... [12:33:37.284] | : . ' , ; Number of elements: 0 [12:33:37.284] | : . ' , ; Number of futures: 0 [12:33:37.284] | : . ' , resolved() for list ... done [12:33:37.285] | : . ' resolved() ... done [12:33:37.285] | : . ' length: 0 (resolved future 1) [12:33:37.285] | : . resolve() for FutureGlobals ... done [12:33:37.285] | : . globals: [1] 'x' [12:33:37.286] | : Resolving futures part of globals (recursively) ... done [12:33:37.286] | : Packages after dropping 'base': [0] [12:33:37.286] | : globals: [1] 'x' [12:33:37.287] | : packages: [0] [12:33:37.287] | getGlobalsAndPackages() ... done [12:33:37.287] future(..., label = NULL) ... done [12:33:37.288] value() for Future () ... [12:33:37.288] | run() for 'Future' () ... [12:33:37.288] | : state: 'created' [12:33:37.289] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.289] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.289] | : Using SequentialFutureBackend ... [12:33:37.294] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [12:33:37.294] | : . Launching futures ... [12:33:37.295] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:37.295] | : . ' , getFutureData() ... [12:33:37.295] | : . ' , ; getFutureCore() ... [12:33:37.295] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:37.296] | : . ' , ; getFutureCore() ... done [12:33:37.296] | : . ' , ; getFutureCapture() ... [12:33:37.296] | : . ' , ; getFutureCapture() ... done [12:33:37.296] | : . ' , ; getFutureContext() ... [12:33:37.297] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.297] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:37.297] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.297] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:37.298] | : . ' , ; getFutureContext() ... done [12:33:37.298] | : . ' , getFutureData() ... done [12:33:37.301] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.301] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:37.302] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.302] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.303] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:37.303] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:37.303] | : . ' , ; ` | New stack: [12:33:37.304] | : . ' , ; ` | List of 1 [12:33:37.304] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:37.304] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.304] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:37.304] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.304] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.304] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.304] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:37.304] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.309] | : . ' , ; ` | Old stack: [12:33:37.309] | : . ' , ; ` | List of 1 [12:33:37.309] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:37.309] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.309] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:37.309] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.309] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.309] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.309] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:37.309] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.309] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.309] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.309] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.316] | : . ' , ; ` | Not identical [12:33:37.316] | : . ' , ; ` | all.equal() for future ... [12:33:37.316] | : . ' , ; ` | : List of 2 [12:33:37.316] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:37.316] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.316] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:37.316] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.316] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.316] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.316] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:37.316] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:37.316] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.316] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.316] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.316] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.316] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.316] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.316] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.316] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.316] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.326] | : . ' , ; ` | all.equal() for future ... done [12:33:37.327] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:37.327] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:37.327] | : . ' , ; ` List of future strategies: [12:33:37.327] | : . ' , ; ` 1. sequential: [12:33:37.327] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:37.327] | : . ' , ; ` - tweaked: FALSE [12:33:37.327] | : . ' , ; ` - call: plan(sequential) [12:33:37.328] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:37.328] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.329] | : . ' , assign_globals() ... [12:33:37.329] | : . ' , List of 1 [12:33:37.329] | : . ' , $ x: list() [12:33:37.329] | : . ' , - attr(*, "where")=List of 1 [12:33:37.329] | : . ' , ..$ x: [12:33:37.329] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:37.329] | : . ' , - attr(*, "resolved")= logi TRUE [12:33:37.329] | : . ' , - attr(*, "total_size")= num NA [12:33:37.329] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:37.334] | : . ' , - copied 'x' to environment [12:33:37.334] | : . ' , assign_globals() ... done [12:33:37.338] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.339] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.339] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:37.339] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:37.340] | : . ' , ; ` | : New stack: [12:33:37.340] | : . ' , ; ` | : List of 1 [12:33:37.340] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:37.340] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.340] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.340] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.340] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.340] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.340] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.340] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.340] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.340] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.340] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.347] | : . ' , ; ` | : Old stack: [12:33:37.347] | : . ' , ; ` | : List of 1 [12:33:37.347] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:37.347] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.347] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.347] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.347] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.347] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.347] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.347] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.347] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.347] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.347] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.353] | : . ' , ; ` | : Identical [12:33:37.353] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:37.353] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:37.353] | : . ' , ; ` | List of future strategies: [12:33:37.353] | : . ' , ; ` | 1. sequential: [12:33:37.353] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:37.353] | : . ' , ; ` | - tweaked: FALSE [12:33:37.353] | : . ' , ; ` | - call: plan(sequential) [12:33:37.354] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:37.355] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.355] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.356] | : . ' , SequentialFuture started (and completed) [12:33:37.356] | : . ' , signalConditions() ... [12:33:37.356] | : . ' , ; include = 'immediateCondition' [12:33:37.357] | : . ' , ; exclude = [12:33:37.357] | : . ' , ; resignal = FALSE [12:33:37.357] | : . ' , ; Number of conditions: 6 [12:33:37.358] | : . ' , ; int 6 [12:33:37.358] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.359] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.359] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.359] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.360] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.360] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.360] | : . ' , signalConditions() ... done [12:33:37.360] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:37.361] | : . Launching futures ... done [12:33:37.361] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:37.361] | : Using SequentialFutureBackend ... done [12:33:37.362] | run() for 'Future' () ... done [12:33:37.362] | signalConditions() ... [12:33:37.362] | : include = 'immediateCondition' [12:33:37.363] | : exclude = [12:33:37.363] | : resignal = FALSE [12:33:37.363] | : Number of conditions: 6 [12:33:37.363] | : int 6 [12:33:37.364] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.365] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.365] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.365] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.365] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.366] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.366] | signalConditions() ... done [12:33:37.366] | relay stdout ... [12:33:37.366] | relay stdout ... done [12:33:37.367] | check for misuse ... [12:33:37.367] | check for misuse ... done [12:33:37.367] | relay conditions ... [12:33:37.368] | : Future state: 'finished' [12:33:37.368] | : signalConditions() ... [12:33:37.368] | : . include = 'condition' [12:33:37.369] | : . exclude = 'immediateCondition' [12:33:37.369] | : . resignal = TRUE [12:33:37.369] | : . Number of conditions: 6 [12:33:37.369] | : . int 6 [12:33:37.370] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.371] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:37.299] | : . ' , attachPackages() ... [12:33:37.371] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.371] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:37.299] | : . ' , ; packages: [n=1] 'future' [12:33:37.372] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.372] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:37.299] | : . ' , attachPackages() ... done [12:33:37.372] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.373] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:37.300] | : . ' , attachPackages() ... [12:33:37.373] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.374] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:37.300] | : . ' , ; packages: [n=0] [12:33:37.374] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.374] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:37.300] | : . ' , attachPackages() ... done [12:33:37.375] | : signalConditions() ... done [12:33:37.375] | relay conditions ... done [12:33:37.375] value() for Future () ... done $a [1] 1 [12:33:37.376] future(..., label = NULL) ... [12:33:37.376] | lazy: FALSE [12:33:37.377] | stdout: TRUE [12:33:37.377] | conditions: [n=1] 'condition' [12:33:37.377] | gc: FALSE [12:33:37.377] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:37.378] | getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:37.379] | : Searching for globals ... [12:33:37.405] | : . globals found: [5] '{', '<-', 'list', '$', '$<-' [12:33:37.405] | : Searching for globals ... done [12:33:37.406] | : Resolving globals: TRUE [12:33:37.406] | : Resolving any globals that are futures ... [12:33:37.406] | : . globals: [5] '{', '<-', 'list', '$', '$<-' [12:33:37.407] | : Resolving any globals that are futures ... done [12:33:37.407] | : Search for packages associated with the globals ... [12:33:37.408] | : . Packages associated with globals: [1] 'base' [12:33:37.408] | : . Packages: [1] 'base' [12:33:37.409] | : Search for packages associated with the globals ... done [12:33:37.409] | : Packages after dropping 'base': [0] [12:33:37.409] | : globals: [0] [12:33:37.410] | : packages: [0] [12:33:37.410] | getGlobalsAndPackages() ... done [12:33:37.410] | run() for 'Future' () ... [12:33:37.411] | : state: 'created' [12:33:37.411] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.412] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.412] | : Using SequentialFutureBackend ... [12:33:37.412] | : . Number of futures since start: 4 (4 created, 4 launched, 4 finished) [12:33:37.413] | : . Launching futures ... [12:33:37.413] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:37.413] | : . ' , getFutureData() ... [12:33:37.414] | : . ' , ; getFutureCore() ... [12:33:37.414] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:37.414] | : . ' , ; getFutureCore() ... done [12:33:37.414] | : . ' , ; getFutureCapture() ... [12:33:37.415] | : . ' , ; getFutureCapture() ... done [12:33:37.415] | : . ' , ; getFutureContext() ... [12:33:37.415] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.416] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:37.417] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.417] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:37.418] | : . ' , ; getFutureContext() ... done [12:33:37.418] | : . ' , getFutureData() ... done [12:33:37.422] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.423] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:37.423] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.424] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.424] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:37.424] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:37.425] | : . ' , ; ` | New stack: [12:33:37.425] | : . ' , ; ` | List of 1 [12:33:37.425] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:37.425] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.425] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:37.425] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.425] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.425] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.425] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:37.425] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.431] | : . ' , ; ` | Old stack: [12:33:37.432] | : . ' , ; ` | List of 1 [12:33:37.432] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:37.432] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.432] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:37.432] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.432] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.432] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.432] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:37.432] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.432] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.432] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.432] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.440] | : . ' , ; ` | Not identical [12:33:37.440] | : . ' , ; ` | all.equal() for future ... [12:33:37.441] | : . ' , ; ` | : List of 2 [12:33:37.441] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:37.441] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.441] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:37.441] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.441] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.441] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.441] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:37.441] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:37.441] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.441] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.441] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.441] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.441] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.441] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.441] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.441] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.441] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.456] | : . ' , ; ` | all.equal() for future ... done [12:33:37.457] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:37.457] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:37.457] | : . ' , ; ` List of future strategies: [12:33:37.457] | : . ' , ; ` 1. sequential: [12:33:37.457] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:37.457] | : . ' , ; ` - tweaked: FALSE [12:33:37.457] | : . ' , ; ` - call: plan(sequential) [12:33:37.459] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:37.459] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.463] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.463] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.464] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:37.464] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:37.464] | : . ' , ; ` | : New stack: [12:33:37.465] | : . ' , ; ` | : List of 1 [12:33:37.465] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:37.465] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.465] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.465] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.465] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.465] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.465] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.465] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.465] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.465] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.465] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.471] | : . ' , ; ` | : Old stack: [12:33:37.472] | : . ' , ; ` | : List of 1 [12:33:37.472] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:37.472] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.472] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.472] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.472] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.472] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.472] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.472] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.472] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.472] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.472] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.478] | : . ' , ; ` | : Identical [12:33:37.478] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:37.478] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:37.478] | : . ' , ; ` | List of future strategies: [12:33:37.478] | : . ' , ; ` | 1. sequential: [12:33:37.478] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:37.478] | : . ' , ; ` | - tweaked: FALSE [12:33:37.478] | : . ' , ; ` | - call: plan(sequential) [12:33:37.479] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:37.480] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.480] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.481] | : . ' , SequentialFuture started (and completed) [12:33:37.481] | : . ' , signalConditions() ... [12:33:37.482] | : . ' , ; include = 'immediateCondition' [12:33:37.482] | : . ' , ; exclude = [12:33:37.482] | : . ' , ; resignal = FALSE [12:33:37.482] | : . ' , ; Number of conditions: 6 [12:33:37.483] | : . ' , ; int 6 [12:33:37.483] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.484] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.484] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.484] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.485] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.485] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.485] | : . ' , signalConditions() ... done [12:33:37.485] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:37.486] | : . Launching futures ... done [12:33:37.486] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:37.486] | : Using SequentialFutureBackend ... done [12:33:37.486] | run() for 'Future' () ... done [12:33:37.487] future(..., label = NULL) ... done [12:33:37.487] value() for SequentialFuture () ... [12:33:37.487] | signalConditions() ... [12:33:37.488] | : include = 'immediateCondition' [12:33:37.488] | : exclude = [12:33:37.488] | : resignal = FALSE [12:33:37.488] | : Number of conditions: 6 [12:33:37.489] | : int 6 [12:33:37.490] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.490] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.490] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.490] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.491] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.491] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.491] | signalConditions() ... done [12:33:37.491] | relay stdout ... [12:33:37.492] | relay stdout ... done [12:33:37.492] | check for misuse ... [12:33:37.492] | check for misuse ... done [12:33:37.493] | relay conditions ... [12:33:37.493] | : Future state: 'finished' [12:33:37.493] | : signalConditions() ... [12:33:37.493] | : . include = 'condition' [12:33:37.494] | : . exclude = 'immediateCondition' [12:33:37.494] | : . resignal = TRUE [12:33:37.494] | : . Number of conditions: 6 [12:33:37.494] | : . int 6 [12:33:37.495] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.495] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:37.419] | : . ' , attachPackages() ... [12:33:37.496] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.496] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:37.419] | : . ' , ; packages: [n=1] 'future' [12:33:37.496] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.497] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:37.420] | : . ' , attachPackages() ... done [12:33:37.497] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.497] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:37.420] | : . ' , attachPackages() ... [12:33:37.498] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.498] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:37.421] | : . ' , ; packages: [n=0] [12:33:37.498] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.498] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:37.421] | : . ' , attachPackages() ... done [12:33:37.499] | : signalConditions() ... done [12:33:37.499] | relay conditions ... done [12:33:37.499] value() for SequentialFuture () ... done $b [1] 2 $a [1] 1 [12:33:37.500] future(..., label = NULL) ... [12:33:37.500] | lazy: FALSE [12:33:37.500] | stdout: TRUE [12:33:37.500] | conditions: [n=1] 'condition' [12:33:37.501] | gc: FALSE [12:33:37.501] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:37.501] | getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:37.502] | : Searching for globals ... [12:33:37.524] | : . globals found: [5] '{', 'x', '<-', '[[', '[[<-' [12:33:37.524] | : Searching for globals ... done [12:33:37.524] | : Resolving globals: TRUE [12:33:37.525] | : Resolving any globals that are futures ... [12:33:37.525] | : . globals: [5] '{', 'x', '<-', '[[', '[[<-' [12:33:37.525] | : Resolving any globals that are futures ... done [12:33:37.525] | : Search for packages associated with the globals ... [12:33:37.526] | : . Packages associated with globals: [1] 'base' [12:33:37.526] | : . Packages: [1] 'base' [12:33:37.527] | : Search for packages associated with the globals ... done [12:33:37.527] | : Resolving futures part of globals (recursively) ... [12:33:37.527] | : . resolve() for FutureGlobals ... [12:33:37.528] | : . ' recursive: 99 [12:33:37.528] | : . ' Number of elements: 1 [12:33:37.528] | : . ' elements: 'x' [12:33:37.529] | : . ' 'obj' is list [12:33:37.529] | : . ' resolve(obj, ...) ... [12:33:37.529] | : . ' , resolve() for list ... [12:33:37.529] | : . ' , ; recursive: 98 [12:33:37.530] | : . ' , ; Number of elements: 0 [12:33:37.530] | : . ' , resolve() for list ... done [12:33:37.530] | : . ' resolve(obj, ...) ... done [12:33:37.530] | : . ' resolved() ... [12:33:37.531] | : . ' , resolved() for list ... [12:33:37.531] | : . ' , ; Number of elements: 0 [12:33:37.531] | : . ' , ; Number of futures: 0 [12:33:37.531] | : . ' , resolved() for list ... done [12:33:37.532] | : . ' resolved() ... done [12:33:37.532] | : . ' length: 0 (resolved future 1) [12:33:37.532] | : . resolve() for FutureGlobals ... done [12:33:37.532] | : . globals: [1] 'x' [12:33:37.533] | : Resolving futures part of globals (recursively) ... done [12:33:37.533] | : Packages after dropping 'base': [0] [12:33:37.533] | : globals: [1] 'x' [12:33:37.534] | : packages: [0] [12:33:37.534] | getGlobalsAndPackages() ... done [12:33:37.534] | run() for 'Future' () ... [12:33:37.535] | : state: 'created' [12:33:37.535] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.535] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.535] | : Using SequentialFutureBackend ... [12:33:37.536] | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [12:33:37.536] | : . Launching futures ... [12:33:37.536] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:37.537] | : . ' , getFutureData() ... [12:33:37.537] | : . ' , ; getFutureCore() ... [12:33:37.537] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:37.537] | : . ' , ; getFutureCore() ... done [12:33:37.538] | : . ' , ; getFutureCapture() ... [12:33:37.538] | : . ' , ; getFutureCapture() ... done [12:33:37.538] | : . ' , ; getFutureContext() ... [12:33:37.538] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.539] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:37.539] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.539] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:37.539] | : . ' , ; getFutureContext() ... done [12:33:37.540] | : . ' , getFutureData() ... done [12:33:37.543] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.543] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:37.544] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.544] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.544] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:37.545] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:37.545] | : . ' , ; ` | New stack: [12:33:37.545] | : . ' , ; ` | List of 1 [12:33:37.545] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:37.545] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.545] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:37.545] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.545] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.545] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.545] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:37.545] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.550] | : . ' , ; ` | Old stack: [12:33:37.551] | : . ' , ; ` | List of 1 [12:33:37.551] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:37.551] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.551] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:37.551] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.551] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.551] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.551] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:37.551] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.551] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.551] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.551] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.557] | : . ' , ; ` | Not identical [12:33:37.557] | : . ' , ; ` | all.equal() for future ... [12:33:37.557] | : . ' , ; ` | : List of 2 [12:33:37.557] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:37.557] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.557] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:37.557] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.557] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.557] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.557] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:37.557] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:37.557] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.557] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.557] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.557] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.557] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.557] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.557] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.557] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.557] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.568] | : . ' , ; ` | all.equal() for future ... done [12:33:37.568] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:37.568] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:37.569] | : . ' , ; ` List of future strategies: [12:33:37.569] | : . ' , ; ` 1. sequential: [12:33:37.569] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:37.569] | : . ' , ; ` - tweaked: FALSE [12:33:37.569] | : . ' , ; ` - call: plan(sequential) [12:33:37.570] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:37.570] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.570] | : . ' , assign_globals() ... [12:33:37.571] | : . ' , List of 1 [12:33:37.571] | : . ' , $ x: list() [12:33:37.571] | : . ' , - attr(*, "where")=List of 1 [12:33:37.571] | : . ' , ..$ x: [12:33:37.571] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:37.571] | : . ' , - attr(*, "resolved")= logi TRUE [12:33:37.571] | : . ' , - attr(*, "total_size")= num NA [12:33:37.571] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:37.575] | : . ' , - copied 'x' to environment [12:33:37.576] | : . ' , assign_globals() ... done [12:33:37.580] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.580] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.581] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:37.581] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:37.581] | : . ' , ; ` | : New stack: [12:33:37.582] | : . ' , ; ` | : List of 1 [12:33:37.582] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:37.582] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.582] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.582] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.582] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.582] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.582] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.582] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.582] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.582] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.582] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.588] | : . ' , ; ` | : Old stack: [12:33:37.588] | : . ' , ; ` | : List of 1 [12:33:37.588] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:37.588] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.588] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.588] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.588] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.588] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.588] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.588] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.588] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.588] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.588] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.595] | : . ' , ; ` | : Identical [12:33:37.595] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:37.595] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:37.596] | : . ' , ; ` | List of future strategies: [12:33:37.596] | : . ' , ; ` | 1. sequential: [12:33:37.596] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:37.596] | : . ' , ; ` | - tweaked: FALSE [12:33:37.596] | : . ' , ; ` | - call: plan(sequential) [12:33:37.597] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:37.597] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.597] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.598] | : . ' , SequentialFuture started (and completed) [12:33:37.599] | : . ' , signalConditions() ... [12:33:37.599] | : . ' , ; include = 'immediateCondition' [12:33:37.599] | : . ' , ; exclude = [12:33:37.599] | : . ' , ; resignal = FALSE [12:33:37.600] | : . ' , ; Number of conditions: 6 [12:33:37.605] | : . ' , ; int 6 [12:33:37.606] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.606] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.606] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.606] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.607] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.607] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.607] | : . ' , signalConditions() ... done [12:33:37.608] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:37.608] | : . Launching futures ... done [12:33:37.608] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:37.608] | : Using SequentialFutureBackend ... done [12:33:37.609] | run() for 'Future' () ... done [12:33:37.609] future(..., label = NULL) ... done [12:33:37.609] value() for SequentialFuture () ... [12:33:37.609] | signalConditions() ... [12:33:37.610] | : include = 'immediateCondition' [12:33:37.610] | : exclude = [12:33:37.610] | : resignal = FALSE [12:33:37.610] | : Number of conditions: 6 [12:33:37.611] | : int 6 [12:33:37.611] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.612] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.612] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.612] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.612] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.613] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.613] | signalConditions() ... done [12:33:37.613] | relay stdout ... [12:33:37.613] | relay stdout ... done [12:33:37.614] | check for misuse ... [12:33:37.614] | check for misuse ... done [12:33:37.614] | relay conditions ... [12:33:37.614] | : Future state: 'finished' [12:33:37.615] | : signalConditions() ... [12:33:37.615] | : . include = 'condition' [12:33:37.615] | : . exclude = 'immediateCondition' [12:33:37.616] | : . resignal = TRUE [12:33:37.616] | : . Number of conditions: 6 [12:33:37.616] | : . int 6 [12:33:37.617] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.617] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:37.540] | : . ' , attachPackages() ... [12:33:37.617] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.618] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:37.541] | : . ' , ; packages: [n=1] 'future' [12:33:37.618] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.618] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:37.541] | : . ' , attachPackages() ... done [12:33:37.619] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.619] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:37.541] | : . ' , attachPackages() ... [12:33:37.619] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.619] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:37.542] | : . ' , ; packages: [n=0] [12:33:37.620] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.620] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:37.542] | : . ' , attachPackages() ... done [12:33:37.620] | : signalConditions() ... done [12:33:37.621] | relay conditions ... done [12:33:37.621] value() for SequentialFuture () ... done $a [1] 1 [12:33:37.621] future(..., label = NULL) ... [12:33:37.621] | lazy: TRUE [12:33:37.622] | stdout: TRUE [12:33:37.622] | conditions: [n=1] 'condition' [12:33:37.622] | gc: FALSE [12:33:37.622] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:37.623] | getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:37.624] | : Searching for globals ... [12:33:37.645] | : . globals found: [5] '{', 'x', '<-', '[[', '[[<-' [12:33:37.645] | : Searching for globals ... done [12:33:37.646] | : Resolving globals: TRUE [12:33:37.646] | : Resolving any globals that are futures ... [12:33:37.646] | : . globals: [5] '{', 'x', '<-', '[[', '[[<-' [12:33:37.647] | : Resolving any globals that are futures ... done [12:33:37.647] | : Search for packages associated with the globals ... [12:33:37.647] | : . Packages associated with globals: [1] 'base' [12:33:37.648] | : . Packages: [1] 'base' [12:33:37.648] | : Search for packages associated with the globals ... done [12:33:37.649] | : Resolving futures part of globals (recursively) ... [12:33:37.649] | : . resolve() for FutureGlobals ... [12:33:37.649] | : . ' recursive: 99 [12:33:37.650] | : . ' Number of elements: 1 [12:33:37.650] | : . ' elements: 'x' [12:33:37.650] | : . ' 'obj' is list [12:33:37.651] | : . ' resolve(obj, ...) ... [12:33:37.651] | : . ' , resolve() for list ... [12:33:37.651] | : . ' , ; recursive: 98 [12:33:37.651] | : . ' , ; Number of elements: 0 [12:33:37.652] | : . ' , resolve() for list ... done [12:33:37.652] | : . ' resolve(obj, ...) ... done [12:33:37.652] | : . ' resolved() ... [12:33:37.652] | : . ' , resolved() for list ... [12:33:37.653] | : . ' , ; Number of elements: 0 [12:33:37.653] | : . ' , ; Number of futures: 0 [12:33:37.653] | : . ' , resolved() for list ... done [12:33:37.653] | : . ' resolved() ... done [12:33:37.654] | : . ' length: 0 (resolved future 1) [12:33:37.654] | : . resolve() for FutureGlobals ... done [12:33:37.654] | : . globals: [1] 'x' [12:33:37.654] | : Resolving futures part of globals (recursively) ... done [12:33:37.655] | : Packages after dropping 'base': [0] [12:33:37.655] | : globals: [1] 'x' [12:33:37.655] | : packages: [0] [12:33:37.655] | getGlobalsAndPackages() ... done [12:33:37.656] future(..., label = NULL) ... done [12:33:37.656] value() for Future () ... [12:33:37.657] | run() for 'Future' () ... [12:33:37.657] | : state: 'created' [12:33:37.657] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.657] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.658] | : Using SequentialFutureBackend ... [12:33:37.658] | : . Number of futures since start: 6 (6 created, 6 launched, 6 finished) [12:33:37.658] | : . Launching futures ... [12:33:37.658] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:37.659] | : . ' , getFutureData() ... [12:33:37.659] | : . ' , ; getFutureCore() ... [12:33:37.659] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:37.660] | : . ' , ; getFutureCore() ... done [12:33:37.660] | : . ' , ; getFutureCapture() ... [12:33:37.660] | : . ' , ; getFutureCapture() ... done [12:33:37.660] | : . ' , ; getFutureContext() ... [12:33:37.661] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.661] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:37.661] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.661] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:37.662] | : . ' , ; getFutureContext() ... done [12:33:37.662] | : . ' , getFutureData() ... done [12:33:37.665] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.665] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:37.666] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.666] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.667] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:37.667] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:37.667] | : . ' , ; ` | New stack: [12:33:37.667] | : . ' , ; ` | List of 1 [12:33:37.667] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:37.667] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.667] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:37.667] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.667] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.667] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.667] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:37.667] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.672] | : . ' , ; ` | Old stack: [12:33:37.673] | : . ' , ; ` | List of 1 [12:33:37.673] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:37.673] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.673] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:37.673] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.673] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.673] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.673] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:37.673] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.673] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.673] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.673] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.679] | : . ' , ; ` | Not identical [12:33:37.679] | : . ' , ; ` | all.equal() for future ... [12:33:37.680] | : . ' , ; ` | : List of 2 [12:33:37.680] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:37.680] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.680] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:37.680] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.680] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.680] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.680] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:37.680] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:37.680] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.680] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.680] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.680] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.680] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.680] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.680] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.680] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.680] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.690] | : . ' , ; ` | all.equal() for future ... done [12:33:37.691] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:37.691] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:37.691] | : . ' , ; ` List of future strategies: [12:33:37.691] | : . ' , ; ` 1. sequential: [12:33:37.691] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:37.691] | : . ' , ; ` - tweaked: FALSE [12:33:37.691] | : . ' , ; ` - call: plan(sequential) [12:33:37.692] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:37.692] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.693] | : . ' , assign_globals() ... [12:33:37.693] | : . ' , List of 1 [12:33:37.693] | : . ' , $ x: list() [12:33:37.693] | : . ' , - attr(*, "where")=List of 1 [12:33:37.693] | : . ' , ..$ x: [12:33:37.693] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:37.693] | : . ' , - attr(*, "resolved")= logi TRUE [12:33:37.693] | : . ' , - attr(*, "total_size")= num NA [12:33:37.693] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:37.698] | : . ' , - copied 'x' to environment [12:33:37.698] | : . ' , assign_globals() ... done [12:33:37.702] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.702] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.703] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:37.703] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:37.703] | : . ' , ; ` | : New stack: [12:33:37.703] | : . ' , ; ` | : List of 1 [12:33:37.703] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:37.703] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.703] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.703] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.703] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.703] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.703] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.703] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.703] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.703] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.703] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.710] | : . ' , ; ` | : Old stack: [12:33:37.710] | : . ' , ; ` | : List of 1 [12:33:37.710] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:37.710] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.710] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.710] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.710] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.710] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.710] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.710] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.710] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.710] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.710] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.717] | : . ' , ; ` | : Identical [12:33:37.718] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:37.718] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:37.718] | : . ' , ; ` | List of future strategies: [12:33:37.718] | : . ' , ; ` | 1. sequential: [12:33:37.718] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:37.718] | : . ' , ; ` | - tweaked: FALSE [12:33:37.718] | : . ' , ; ` | - call: plan(sequential) [12:33:37.719] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:37.720] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.720] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.721] | : . ' , SequentialFuture started (and completed) [12:33:37.721] | : . ' , signalConditions() ... [12:33:37.722] | : . ' , ; include = 'immediateCondition' [12:33:37.722] | : . ' , ; exclude = [12:33:37.722] | : . ' , ; resignal = FALSE [12:33:37.723] | : . ' , ; Number of conditions: 6 [12:33:37.723] | : . ' , ; int 6 [12:33:37.724] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.724] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.725] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.725] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.725] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.726] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.726] | : . ' , signalConditions() ... done [12:33:37.726] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:37.727] | : . Launching futures ... done [12:33:37.727] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:37.727] | : Using SequentialFutureBackend ... done [12:33:37.728] | run() for 'Future' () ... done [12:33:37.728] | signalConditions() ... [12:33:37.728] | : include = 'immediateCondition' [12:33:37.729] | : exclude = [12:33:37.729] | : resignal = FALSE [12:33:37.729] | : Number of conditions: 6 [12:33:37.730] | : int 6 [12:33:37.731] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.731] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.731] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.732] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.732] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.732] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.733] | signalConditions() ... done [12:33:37.733] | relay stdout ... [12:33:37.733] | relay stdout ... done [12:33:37.733] | check for misuse ... [12:33:37.734] | check for misuse ... done [12:33:37.734] | relay conditions ... [12:33:37.734] | : Future state: 'finished' [12:33:37.735] | : signalConditions() ... [12:33:37.735] | : . include = 'condition' [12:33:37.735] | : . exclude = 'immediateCondition' [12:33:37.736] | : . resignal = TRUE [12:33:37.736] | : . Number of conditions: 6 [12:33:37.736] | : . int 6 [12:33:37.737] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.738] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:37.662] | : . ' , attachPackages() ... [12:33:37.738] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.738] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:37.663] | : . ' , ; packages: [n=1] 'future' [12:33:37.739] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.739] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:37.663] | : . ' , attachPackages() ... done [12:33:37.739] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.740] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:37.664] | : . ' , attachPackages() ... [12:33:37.740] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.741] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:37.664] | : . ' , ; packages: [n=0] [12:33:37.741] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.741] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:37.664] | : . ' , attachPackages() ... done [12:33:37.742] | : signalConditions() ... done [12:33:37.742] | relay conditions ... done [12:33:37.742] value() for Future () ... done $a [1] 1 [12:33:37.743] future(..., label = NULL) ... [12:33:37.743] | lazy: FALSE [12:33:37.744] | stdout: TRUE [12:33:37.744] | conditions: [n=1] 'condition' [12:33:37.744] | gc: FALSE [12:33:37.745] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:37.745] | getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:37.746] | : Searching for globals ... [12:33:37.775] | : . globals found: [5] '{', 'x', '<-', '[[', '[[<-' [12:33:37.776] | : Searching for globals ... done [12:33:37.776] | : Resolving globals: TRUE [12:33:37.777] | : Resolving any globals that are futures ... [12:33:37.777] | : . globals: [5] '{', 'x', '<-', '[[', '[[<-' [12:33:37.777] | : Resolving any globals that are futures ... done [12:33:37.777] | : Search for packages associated with the globals ... [12:33:37.778] | : . Packages associated with globals: [1] 'base' [12:33:37.779] | : . Packages: [1] 'base' [12:33:37.779] | : Search for packages associated with the globals ... done [12:33:37.779] | : Resolving futures part of globals (recursively) ... [12:33:37.780] | : . resolve() for FutureGlobals ... [12:33:37.780] | : . ' recursive: 99 [12:33:37.781] | : . ' Number of elements: 1 [12:33:37.781] | : . ' elements: 'x' [12:33:37.781] | : . ' 'obj' is list [12:33:37.782] | : . ' resolve(obj, ...) ... [12:33:37.782] | : . ' , resolve() for list ... [12:33:37.782] | : . ' , ; recursive: 98 [12:33:37.782] | : . ' , ; Number of elements: 0 [12:33:37.783] | : . ' , resolve() for list ... done [12:33:37.783] | : . ' resolve(obj, ...) ... done [12:33:37.783] | : . ' resolved() ... [12:33:37.784] | : . ' , resolved() for list ... [12:33:37.784] | : . ' , ; Number of elements: 0 [12:33:37.784] | : . ' , ; Number of futures: 0 [12:33:37.784] | : . ' , resolved() for list ... done [12:33:37.785] | : . ' resolved() ... done [12:33:37.785] | : . ' length: 0 (resolved future 1) [12:33:37.785] | : . resolve() for FutureGlobals ... done [12:33:37.786] | : . globals: [1] 'x' [12:33:37.786] | : Resolving futures part of globals (recursively) ... done [12:33:37.786] | : Packages after dropping 'base': [0] [12:33:37.787] | : globals: [1] 'x' [12:33:37.787] | : packages: [0] [12:33:37.787] | getGlobalsAndPackages() ... done [12:33:37.788] | run() for 'Future' () ... [12:33:37.788] | : state: 'created' [12:33:37.789] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.789] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.789] | : Using SequentialFutureBackend ... [12:33:37.790] | : . Number of futures since start: 7 (7 created, 7 launched, 7 finished) [12:33:37.790] | : . Launching futures ... [12:33:37.790] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:37.791] | : . ' , getFutureData() ... [12:33:37.791] | : . ' , ; getFutureCore() ... [12:33:37.791] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:37.792] | : . ' , ; getFutureCore() ... done [12:33:37.792] | : . ' , ; getFutureCapture() ... [12:33:37.792] | : . ' , ; getFutureCapture() ... done [12:33:37.793] | : . ' , ; getFutureContext() ... [12:33:37.793] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.793] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:37.794] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.794] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:37.794] | : . ' , ; getFutureContext() ... done [12:33:37.795] | : . ' , getFutureData() ... done [12:33:37.798] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.799] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:37.799] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.800] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.800] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:37.800] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:37.801] | : . ' , ; ` | New stack: [12:33:37.801] | : . ' , ; ` | List of 1 [12:33:37.801] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:37.801] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.801] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:37.801] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.801] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.801] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.801] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:37.801] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.807] | : . ' , ; ` | Old stack: [12:33:37.807] | : . ' , ; ` | List of 1 [12:33:37.807] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:37.807] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.807] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:37.807] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.807] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.807] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.807] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:37.807] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.807] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.807] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.807] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.816] | : . ' , ; ` | Not identical [12:33:37.816] | : . ' , ; ` | all.equal() for future ... [12:33:37.816] | : . ' , ; ` | : List of 2 [12:33:37.816] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:37.816] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.816] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:37.816] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.816] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.816] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.816] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:37.816] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:37.816] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.816] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.816] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.816] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.816] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.816] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.816] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.816] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.816] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.831] | : . ' , ; ` | all.equal() for future ... done [12:33:37.831] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:37.831] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:37.832] | : . ' , ; ` List of future strategies: [12:33:37.832] | : . ' , ; ` 1. sequential: [12:33:37.832] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:37.832] | : . ' , ; ` - tweaked: FALSE [12:33:37.832] | : . ' , ; ` - call: plan(sequential) [12:33:37.833] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:37.833] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.834] | : . ' , assign_globals() ... [12:33:37.834] | : . ' , List of 1 [12:33:37.834] | : . ' , $ x: list() [12:33:37.834] | : . ' , - attr(*, "where")=List of 1 [12:33:37.834] | : . ' , ..$ x: [12:33:37.834] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:37.834] | : . ' , - attr(*, "resolved")= logi TRUE [12:33:37.834] | : . ' , - attr(*, "total_size")= num NA [12:33:37.834] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:37.840] | : . ' , - copied 'x' to environment [12:33:37.841] | : . ' , assign_globals() ... done [12:33:37.846] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.846] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.847] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:37.847] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:37.847] | : . ' , ; ` | : New stack: [12:33:37.848] | : . ' , ; ` | : List of 1 [12:33:37.848] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:37.848] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.848] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.848] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.848] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.848] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.848] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.848] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.848] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.848] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.848] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.856] | : . ' , ; ` | : Old stack: [12:33:37.856] | : . ' , ; ` | : List of 1 [12:33:37.856] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:37.856] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.856] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.856] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.856] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.856] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.856] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.856] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.856] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.856] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.856] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.864] | : . ' , ; ` | : Identical [12:33:37.864] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:37.865] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:37.865] | : . ' , ; ` | List of future strategies: [12:33:37.865] | : . ' , ; ` | 1. sequential: [12:33:37.865] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:37.865] | : . ' , ; ` | - tweaked: FALSE [12:33:37.865] | : . ' , ; ` | - call: plan(sequential) [12:33:37.866] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:37.867] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.867] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.868] | : . ' , SequentialFuture started (and completed) [12:33:37.869] | : . ' , signalConditions() ... [12:33:37.869] | : . ' , ; include = 'immediateCondition' [12:33:37.869] | : . ' , ; exclude = [12:33:37.870] | : . ' , ; resignal = FALSE [12:33:37.870] | : . ' , ; Number of conditions: 6 [12:33:37.870] | : . ' , ; int 6 [12:33:37.871] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.872] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.872] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.872] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.873] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.873] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.874] | : . ' , signalConditions() ... done [12:33:37.874] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:37.874] | : . Launching futures ... done [12:33:37.875] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:37.875] | : Using SequentialFutureBackend ... done [12:33:37.875] | run() for 'Future' () ... done [12:33:37.876] future(..., label = NULL) ... done [12:33:37.876] value() for SequentialFuture () ... [12:33:37.877] | signalConditions() ... [12:33:37.877] | : include = 'immediateCondition' [12:33:37.877] | : exclude = [12:33:37.877] | : resignal = FALSE [12:33:37.878] | : Number of conditions: 6 [12:33:37.878] | : int 6 [12:33:37.879] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.880] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.880] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.880] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.881] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.881] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.881] | signalConditions() ... done [12:33:37.882] | relay stdout ... [12:33:37.882] | relay stdout ... done [12:33:37.882] | check for misuse ... [12:33:37.883] | check for misuse ... done [12:33:37.883] | relay conditions ... [12:33:37.883] | : Future state: 'finished' [12:33:37.884] | : signalConditions() ... [12:33:37.884] | : . include = 'condition' [12:33:37.884] | : . exclude = 'immediateCondition' [12:33:37.884] | : . resignal = TRUE [12:33:37.885] | : . Number of conditions: 6 [12:33:37.885] | : . int 6 [12:33:37.886] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.886] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:37.795] | : . ' , attachPackages() ... [12:33:37.887] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.887] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:37.796] | : . ' , ; packages: [n=1] 'future' [12:33:37.888] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.888] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:37.796] | : . ' , attachPackages() ... done [12:33:37.888] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.889] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:37.797] | : . ' , attachPackages() ... [12:33:37.889] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.889] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:37.797] | : . ' , ; packages: [n=0] [12:33:37.890] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:37.890] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:37.797] | : . ' , attachPackages() ... done [12:33:37.890] | : signalConditions() ... done [12:33:37.891] | relay conditions ... done [12:33:37.891] value() for SequentialFuture () ... done $a [1] 1 [12:33:37.892] future(..., label = NULL) ... [12:33:37.892] | lazy: FALSE [12:33:37.892] | stdout: TRUE [12:33:37.892] | conditions: [n=1] 'condition' [12:33:37.893] | gc: FALSE [12:33:37.893] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:37.894] | getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:37.895] | : Searching for globals ... [12:33:37.927] | : . globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:33:37.928] | : Searching for globals ... done [12:33:37.928] | : Resolving globals: TRUE [12:33:37.929] | : Resolving any globals that are futures ... [12:33:37.929] | : . globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:33:37.929] | : Resolving any globals that are futures ... done [12:33:37.930] | : Search for packages associated with the globals ... [12:33:37.930] | : . Packages associated with globals: [1] 'base' [12:33:37.931] | : . Packages: [1] 'base' [12:33:37.931] | : Search for packages associated with the globals ... done [12:33:37.931] | : Resolving futures part of globals (recursively) ... [12:33:37.932] | : . resolve() for FutureGlobals ... [12:33:37.932] | : . ' recursive: 99 [12:33:37.933] | : . ' Number of elements: 1 [12:33:37.933] | : . ' elements: 'x' [12:33:37.933] | : . ' 'obj' is list [12:33:37.934] | : . ' resolve(obj, ...) ... [12:33:37.934] | : . ' , resolve() for list ... [12:33:37.934] | : . ' , ; recursive: 98 [12:33:37.935] | : . ' , ; Number of elements: 0 [12:33:37.935] | : . ' , resolve() for list ... done [12:33:37.935] | : . ' resolve(obj, ...) ... done [12:33:37.936] | : . ' resolved() ... [12:33:37.936] | : . ' , resolved() for list ... [12:33:37.936] | : . ' , ; Number of elements: 0 [12:33:37.936] | : . ' , ; Number of futures: 0 [12:33:37.937] | : . ' , resolved() for list ... done [12:33:37.937] | : . ' resolved() ... done [12:33:37.937] | : . ' length: 0 (resolved future 1) [12:33:37.938] | : . resolve() for FutureGlobals ... done [12:33:37.938] | : . globals: [1] 'x' [12:33:37.939] | : Resolving futures part of globals (recursively) ... done [12:33:37.939] | : Packages after dropping 'base': [0] [12:33:37.939] | : globals: [1] 'x' [12:33:37.940] | : packages: [0] [12:33:37.940] | getGlobalsAndPackages() ... done [12:33:37.941] | run() for 'Future' () ... [12:33:37.941] | : state: 'created' [12:33:37.941] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.942] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.942] | : Using SequentialFutureBackend ... [12:33:37.942] | : . Number of futures since start: 8 (8 created, 8 launched, 8 finished) [12:33:37.943] | : . Launching futures ... [12:33:37.943] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:37.943] | : . ' , getFutureData() ... [12:33:37.944] | : . ' , ; getFutureCore() ... [12:33:37.944] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:37.945] | : . ' , ; getFutureCore() ... done [12:33:37.945] | : . ' , ; getFutureCapture() ... [12:33:37.945] | : . ' , ; getFutureCapture() ... done [12:33:37.946] | : . ' , ; getFutureContext() ... [12:33:37.946] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.946] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:37.947] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.947] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:37.947] | : . ' , ; getFutureContext() ... done [12:33:37.948] | : . ' , getFutureData() ... done [12:33:37.954] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:37.954] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:37.955] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:37.955] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.955] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:37.955] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:37.956] | : . ' , ; ` | New stack: [12:33:37.956] | : . ' , ; ` | List of 1 [12:33:37.956] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:37.956] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.956] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:37.956] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.956] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.956] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.956] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:37.956] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.961] | : . ' , ; ` | Old stack: [12:33:37.961] | : . ' , ; ` | List of 1 [12:33:37.961] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:37.961] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.961] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:37.961] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.961] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.961] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.961] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:37.961] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.961] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.961] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.961] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.966] | : . ' , ; ` | Not identical [12:33:37.966] | : . ' , ; ` | all.equal() for future ... [12:33:37.967] | : . ' , ; ` | : List of 2 [12:33:37.967] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:37.967] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.967] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:37.967] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.967] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.967] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.967] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:37.967] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:37.967] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.967] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.967] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.967] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.967] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.967] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.967] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.967] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.967] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.977] | : . ' , ; ` | all.equal() for future ... done [12:33:37.978] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:37.978] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:37.978] | : . ' , ; ` List of future strategies: [12:33:37.978] | : . ' , ; ` 1. sequential: [12:33:37.978] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:37.978] | : . ' , ; ` - tweaked: FALSE [12:33:37.978] | : . ' , ; ` - call: plan(sequential) [12:33:37.979] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:37.980] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:37.980] | : . ' , assign_globals() ... [12:33:37.980] | : . ' , List of 1 [12:33:37.980] | : . ' , $ x: list() [12:33:37.980] | : . ' , - attr(*, "where")=List of 1 [12:33:37.980] | : . ' , ..$ x: [12:33:37.980] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:37.980] | : . ' , - attr(*, "resolved")= logi TRUE [12:33:37.980] | : . ' , - attr(*, "total_size")= num NA [12:33:37.980] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:37.985] | : . ' , - copied 'x' to environment [12:33:37.985] | : . ' , assign_globals() ... done [12:33:37.989] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.990] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:37.990] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:37.990] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:37.991] | : . ' , ; ` | : New stack: [12:33:37.991] | : . ' , ; ` | : List of 1 [12:33:37.991] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:37.991] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.991] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.991] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.991] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.991] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.991] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.991] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.991] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.991] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.991] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:37.997] | : . ' , ; ` | : Old stack: [12:33:37.998] | : . ' , ; ` | : List of 1 [12:33:37.998] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:37.998] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:37.998] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:37.998] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.998] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.998] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.998] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:37.998] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:37.998] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:37.998] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:37.998] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:38.004] | : . ' , ; ` | : Identical [12:33:38.005] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:38.005] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:38.005] | : . ' , ; ` | List of future strategies: [12:33:38.005] | : . ' , ; ` | 1. sequential: [12:33:38.005] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:38.005] | : . ' , ; ` | - tweaked: FALSE [12:33:38.005] | : . ' , ; ` | - call: plan(sequential) [12:33:38.006] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:38.006] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:38.007] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:38.008] | : . ' , SequentialFuture started (and completed) [12:33:38.008] | : . ' , signalConditions() ... [12:33:38.008] | : . ' , ; include = 'immediateCondition' [12:33:38.009] | : . ' , ; exclude = [12:33:38.009] | : . ' , ; resignal = FALSE [12:33:38.009] | : . ' , ; Number of conditions: 6 [12:33:38.009] | : . ' , ; int 6 [12:33:38.010] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.011] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.011] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.011] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.011] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.012] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.012] | : . ' , signalConditions() ... done [12:33:38.012] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:38.013] | : . Launching futures ... done [12:33:38.013] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:38.013] | : Using SequentialFutureBackend ... done [12:33:38.013] | run() for 'Future' () ... done [12:33:38.014] future(..., label = NULL) ... done [12:33:38.014] value() for SequentialFuture () ... [12:33:38.014] | signalConditions() ... [12:33:38.015] | : include = 'immediateCondition' [12:33:38.015] | : exclude = [12:33:38.015] | : resignal = FALSE [12:33:38.015] | : Number of conditions: 6 [12:33:38.016] | : int 6 [12:33:38.016] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.017] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.017] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.017] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.018] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.018] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.018] | signalConditions() ... done [12:33:38.018] | relay stdout ... [12:33:38.019] | relay stdout ... done [12:33:38.019] | check for misuse ... [12:33:38.019] | check for misuse ... done [12:33:38.020] | relay conditions ... [12:33:38.020] | : Future state: 'finished' [12:33:38.020] | : signalConditions() ... [12:33:38.020] | : . include = 'condition' [12:33:38.021] | : . exclude = 'immediateCondition' [12:33:38.021] | : . resignal = TRUE [12:33:38.021] | : . Number of conditions: 6 [12:33:38.021] | : . int 6 [12:33:38.022] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.022] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:37.948] | : . ' , attachPackages() ... [12:33:38.023] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.023] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:37.948] | : . ' , ; packages: [n=1] 'future' [12:33:38.023] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.024] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:37.949] | : . ' , attachPackages() ... done [12:33:38.024] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.024] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:37.949] | : . ' , attachPackages() ... [12:33:38.025] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.025] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:37.953] | : . ' , ; packages: [n=0] [12:33:38.025] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.026] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:37.953] | : . ' , attachPackages() ... done [12:33:38.026] | : signalConditions() ... done [12:33:38.026] | relay conditions ... done [12:33:38.027] value() for SequentialFuture () ... done $a [1] 1 [12:33:38.027] future(..., label = NULL) ... [12:33:38.027] | lazy: TRUE [12:33:38.027] | stdout: TRUE [12:33:38.028] | conditions: [n=1] 'condition' [12:33:38.028] | gc: FALSE [12:33:38.028] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:38.029] | getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:38.029] | : Searching for globals ... [12:33:38.055] | : . globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:33:38.056] | : Searching for globals ... done [12:33:38.056] | : Resolving globals: TRUE [12:33:38.056] | : Resolving any globals that are futures ... [12:33:38.057] | : . globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:33:38.057] | : Resolving any globals that are futures ... done [12:33:38.057] | : Search for packages associated with the globals ... [12:33:38.058] | : . Packages associated with globals: [1] 'base' [12:33:38.059] | : . Packages: [1] 'base' [12:33:38.059] | : Search for packages associated with the globals ... done [12:33:38.059] | : Resolving futures part of globals (recursively) ... [12:33:38.059] | : . resolve() for FutureGlobals ... [12:33:38.060] | : . ' recursive: 99 [12:33:38.060] | : . ' Number of elements: 1 [12:33:38.061] | : . ' elements: 'x' [12:33:38.061] | : . ' 'obj' is list [12:33:38.061] | : . ' resolve(obj, ...) ... [12:33:38.061] | : . ' , resolve() for list ... [12:33:38.062] | : . ' , ; recursive: 98 [12:33:38.062] | : . ' , ; Number of elements: 0 [12:33:38.062] | : . ' , resolve() for list ... done [12:33:38.062] | : . ' resolve(obj, ...) ... done [12:33:38.063] | : . ' resolved() ... [12:33:38.063] | : . ' , resolved() for list ... [12:33:38.063] | : . ' , ; Number of elements: 0 [12:33:38.063] | : . ' , ; Number of futures: 0 [12:33:38.064] | : . ' , resolved() for list ... done [12:33:38.064] | : . ' resolved() ... done [12:33:38.064] | : . ' length: 0 (resolved future 1) [12:33:38.065] | : . resolve() for FutureGlobals ... done [12:33:38.065] | : . globals: [1] 'x' [12:33:38.065] | : Resolving futures part of globals (recursively) ... done [12:33:38.066] | : Packages after dropping 'base': [0] [12:33:38.066] | : globals: [1] 'x' [12:33:38.066] | : packages: [0] [12:33:38.066] | getGlobalsAndPackages() ... done [12:33:38.067] future(..., label = NULL) ... done [12:33:38.067] value() for Future () ... [12:33:38.067] | run() for 'Future' () ... [12:33:38.068] | : state: 'created' [12:33:38.068] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:38.068] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:38.069] | : Using SequentialFutureBackend ... [12:33:38.069] | : . Number of futures since start: 9 (9 created, 9 launched, 9 finished) [12:33:38.069] | : . Launching futures ... [12:33:38.069] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:38.070] | : . ' , getFutureData() ... [12:33:38.070] | : . ' , ; getFutureCore() ... [12:33:38.070] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:38.071] | : . ' , ; getFutureCore() ... done [12:33:38.071] | : . ' , ; getFutureCapture() ... [12:33:38.071] | : . ' , ; getFutureCapture() ... done [12:33:38.071] | : . ' , ; getFutureContext() ... [12:33:38.072] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:38.072] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:38.072] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:38.073] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:38.073] | : . ' , ; getFutureContext() ... done [12:33:38.073] | : . ' , getFutureData() ... done [12:33:38.076] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:38.077] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:38.077] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:38.078] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:38.078] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:38.078] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:38.079] | : . ' , ; ` | New stack: [12:33:38.079] | : . ' , ; ` | List of 1 [12:33:38.079] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:38.079] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:38.079] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:38.079] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.079] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.079] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.079] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:38.079] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:38.084] | : . ' , ; ` | Old stack: [12:33:38.085] | : . ' , ; ` | List of 1 [12:33:38.085] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:38.085] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:38.085] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:38.085] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.085] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.085] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.085] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:38.085] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:38.085] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.085] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.085] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:38.091] | : . ' , ; ` | Not identical [12:33:38.091] | : . ' , ; ` | all.equal() for future ... [12:33:38.092] | : . ' , ; ` | : List of 2 [12:33:38.092] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:38.092] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:38.092] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:38.092] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.092] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.092] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.092] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:38.092] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:38.092] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:38.092] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:38.092] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.092] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.092] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.092] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:38.092] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:38.092] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.092] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.107] | : . ' , ; ` | all.equal() for future ... done [12:33:38.108] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:38.108] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:38.108] | : . ' , ; ` List of future strategies: [12:33:38.108] | : . ' , ; ` 1. sequential: [12:33:38.108] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:38.108] | : . ' , ; ` - tweaked: FALSE [12:33:38.108] | : . ' , ; ` - call: plan(sequential) [12:33:38.109] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:38.110] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:38.110] | : . ' , assign_globals() ... [12:33:38.110] | : . ' , List of 1 [12:33:38.110] | : . ' , $ x: list() [12:33:38.110] | : . ' , - attr(*, "where")=List of 1 [12:33:38.110] | : . ' , ..$ x: [12:33:38.110] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:38.110] | : . ' , - attr(*, "resolved")= logi TRUE [12:33:38.110] | : . ' , - attr(*, "total_size")= num NA [12:33:38.110] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:38.115] | : . ' , - copied 'x' to environment [12:33:38.115] | : . ' , assign_globals() ... done [12:33:38.119] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:38.119] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:38.120] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:38.120] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:38.120] | : . ' , ; ` | : New stack: [12:33:38.121] | : . ' , ; ` | : List of 1 [12:33:38.121] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:38.121] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:38.121] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:38.121] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.121] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.121] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.121] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:38.121] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:38.121] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.121] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.121] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:38.127] | : . ' , ; ` | : Old stack: [12:33:38.128] | : . ' , ; ` | : List of 1 [12:33:38.128] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:38.128] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:38.128] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:38.128] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.128] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.128] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.128] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:38.128] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:38.128] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.128] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.128] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:38.134] | : . ' , ; ` | : Identical [12:33:38.134] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:38.134] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:38.135] | : . ' , ; ` | List of future strategies: [12:33:38.135] | : . ' , ; ` | 1. sequential: [12:33:38.135] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:38.135] | : . ' , ; ` | - tweaked: FALSE [12:33:38.135] | : . ' , ; ` | - call: plan(sequential) [12:33:38.136] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:38.136] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:38.136] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:38.137] | : . ' , SequentialFuture started (and completed) [12:33:38.138] | : . ' , signalConditions() ... [12:33:38.138] | : . ' , ; include = 'immediateCondition' [12:33:38.138] | : . ' , ; exclude = [12:33:38.138] | : . ' , ; resignal = FALSE [12:33:38.139] | : . ' , ; Number of conditions: 6 [12:33:38.139] | : . ' , ; int 6 [12:33:38.140] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.140] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.140] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.141] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.141] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.141] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.142] | : . ' , signalConditions() ... done [12:33:38.142] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:38.142] | : . Launching futures ... done [12:33:38.142] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:38.143] | : Using SequentialFutureBackend ... done [12:33:38.143] | run() for 'Future' () ... done [12:33:38.143] | signalConditions() ... [12:33:38.144] | : include = 'immediateCondition' [12:33:38.144] | : exclude = [12:33:38.144] | : resignal = FALSE [12:33:38.144] | : Number of conditions: 6 [12:33:38.145] | : int 6 [12:33:38.146] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.146] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.146] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.146] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.147] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.147] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.147] | signalConditions() ... done [12:33:38.147] | relay stdout ... [12:33:38.148] | relay stdout ... done [12:33:38.148] | check for misuse ... [12:33:38.148] | check for misuse ... done [12:33:38.149] | relay conditions ... [12:33:38.149] | : Future state: 'finished' [12:33:38.149] | : signalConditions() ... [12:33:38.149] | : . include = 'condition' [12:33:38.150] | : . exclude = 'immediateCondition' [12:33:38.150] | : . resignal = TRUE [12:33:38.150] | : . Number of conditions: 6 [12:33:38.150] | : . int 6 [12:33:38.151] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.152] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:38.074] | : . ' , attachPackages() ... [12:33:38.152] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.152] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:38.074] | : . ' , ; packages: [n=1] 'future' [12:33:38.153] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.153] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:38.075] | : . ' , attachPackages() ... done [12:33:38.153] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.153] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:38.075] | : . ' , attachPackages() ... [12:33:38.154] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.154] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:38.075] | : . ' , ; packages: [n=0] [12:33:38.154] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.155] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:38.075] | : . ' , attachPackages() ... done [12:33:38.155] | : signalConditions() ... done [12:33:38.155] | relay conditions ... done [12:33:38.156] value() for Future () ... done $a [1] 1 [12:33:38.156] future(..., label = NULL) ... [12:33:38.156] | lazy: FALSE [12:33:38.157] | stdout: TRUE [12:33:38.157] | conditions: [n=1] 'condition' [12:33:38.157] | gc: FALSE [12:33:38.157] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:38.158] | getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:38.159] | : Searching for globals ... [12:33:38.184] | : . globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:33:38.184] | : Searching for globals ... done [12:33:38.184] | : Resolving globals: TRUE [12:33:38.185] | : Resolving any globals that are futures ... [12:33:38.185] | : . globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:33:38.185] | : Resolving any globals that are futures ... done [12:33:38.185] | : Search for packages associated with the globals ... [12:33:38.186] | : . Packages associated with globals: [1] 'base' [12:33:38.186] | : . Packages: [1] 'base' [12:33:38.186] | : Search for packages associated with the globals ... done [12:33:38.186] | : Resolving futures part of globals (recursively) ... [12:33:38.187] | : . resolve() for FutureGlobals ... [12:33:38.187] | : . ' recursive: 99 [12:33:38.187] | : . ' Number of elements: 1 [12:33:38.187] | : . ' elements: 'x' [12:33:38.187] | : . ' 'obj' is list [12:33:38.188] | : . ' resolve(obj, ...) ... [12:33:38.188] | : . ' , resolve() for list ... [12:33:38.188] | : . ' , ; recursive: 98 [12:33:38.188] | : . ' , ; Number of elements: 0 [12:33:38.188] | : . ' , resolve() for list ... done [12:33:38.189] | : . ' resolve(obj, ...) ... done [12:33:38.189] | : . ' resolved() ... [12:33:38.189] | : . ' , resolved() for list ... [12:33:38.189] | : . ' , ; Number of elements: 0 [12:33:38.189] | : . ' , ; Number of futures: 0 [12:33:38.189] | : . ' , resolved() for list ... done [12:33:38.190] | : . ' resolved() ... done [12:33:38.190] | : . ' length: 0 (resolved future 1) [12:33:38.190] | : . resolve() for FutureGlobals ... done [12:33:38.190] | : . globals: [1] 'x' [12:33:38.190] | : Resolving futures part of globals (recursively) ... done [12:33:38.191] | : Packages after dropping 'base': [0] [12:33:38.191] | : globals: [1] 'x' [12:33:38.191] | : packages: [0] [12:33:38.191] | getGlobalsAndPackages() ... done [12:33:38.191] | run() for 'Future' () ... [12:33:38.192] | : state: 'created' [12:33:38.192] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:38.192] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:38.192] | : Using SequentialFutureBackend ... [12:33:38.192] | : . Number of futures since start: 10 (10 created, 10 launched, 10 finished) [12:33:38.193] | : . Launching futures ... [12:33:38.193] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:38.193] | : . ' , getFutureData() ... [12:33:38.193] | : . ' , ; getFutureCore() ... [12:33:38.193] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:38.194] | : . ' , ; getFutureCore() ... done [12:33:38.194] | : . ' , ; getFutureCapture() ... [12:33:38.194] | : . ' , ; getFutureCapture() ... done [12:33:38.194] | : . ' , ; getFutureContext() ... [12:33:38.194] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:38.194] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:38.195] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:38.195] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:38.195] | : . ' , ; getFutureContext() ... done [12:33:38.195] | : . ' , getFutureData() ... done [12:33:38.198] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:38.198] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:38.198] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:38.198] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:38.199] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:38.199] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:38.199] | : . ' , ; ` | New stack: [12:33:38.199] | : . ' , ; ` | List of 1 [12:33:38.199] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:38.199] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:38.199] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:38.199] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.199] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.199] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.199] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:38.199] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:38.203] | : . ' , ; ` | Old stack: [12:33:38.203] | : . ' , ; ` | List of 1 [12:33:38.203] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:38.203] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:38.203] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:38.203] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.203] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.203] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.203] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:38.203] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:38.203] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.203] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.203] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:38.207] | : . ' , ; ` | Not identical [12:33:38.208] | : . ' , ; ` | all.equal() for future ... [12:33:38.208] | : . ' , ; ` | : List of 2 [12:33:38.208] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:38.208] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:38.208] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:38.208] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.208] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.208] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.208] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:38.208] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:38.208] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:38.208] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:38.208] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.208] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.208] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.208] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:38.208] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:38.208] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.208] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.215] | : . ' , ; ` | all.equal() for future ... done [12:33:38.215] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:38.216] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:38.216] | : . ' , ; ` List of future strategies: [12:33:38.216] | : . ' , ; ` 1. sequential: [12:33:38.216] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:38.216] | : . ' , ; ` - tweaked: FALSE [12:33:38.216] | : . ' , ; ` - call: plan(sequential) [12:33:38.217] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:38.217] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:38.217] | : . ' , assign_globals() ... [12:33:38.217] | : . ' , List of 1 [12:33:38.217] | : . ' , $ x: list() [12:33:38.217] | : . ' , - attr(*, "where")=List of 1 [12:33:38.217] | : . ' , ..$ x: [12:33:38.217] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:38.217] | : . ' , - attr(*, "resolved")= logi TRUE [12:33:38.217] | : . ' , - attr(*, "total_size")= num NA [12:33:38.217] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:38.221] | : . ' , - copied 'x' to environment [12:33:38.221] | : . ' , assign_globals() ... done [12:33:38.224] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:38.224] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:38.224] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:38.224] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:38.225] | : . ' , ; ` | : New stack: [12:33:38.225] | : . ' , ; ` | : List of 1 [12:33:38.225] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:38.225] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:38.225] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:38.225] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.225] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.225] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.225] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:38.225] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:38.225] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.225] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.225] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:38.229] | : . ' , ; ` | : Old stack: [12:33:38.230] | : . ' , ; ` | : List of 1 [12:33:38.230] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:38.230] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:38.230] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:38.230] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.230] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.230] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.230] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:38.230] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:38.230] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.230] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.230] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:38.237] | : . ' , ; ` | : Identical [12:33:38.237] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:38.238] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:38.238] | : . ' , ; ` | List of future strategies: [12:33:38.238] | : . ' , ; ` | 1. sequential: [12:33:38.238] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:38.238] | : . ' , ; ` | - tweaked: FALSE [12:33:38.238] | : . ' , ; ` | - call: plan(sequential) [12:33:38.239] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:38.239] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:38.239] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:38.240] | : . ' , SequentialFuture started (and completed) [12:33:38.240] | : . ' , signalConditions() ... [12:33:38.240] | : . ' , ; include = 'immediateCondition' [12:33:38.240] | : . ' , ; exclude = [12:33:38.240] | : . ' , ; resignal = FALSE [12:33:38.241] | : . ' , ; Number of conditions: 6 [12:33:38.241] | : . ' , ; int 6 [12:33:38.241] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.242] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.242] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.242] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.242] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.242] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.243] | : . ' , signalConditions() ... done [12:33:38.243] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:38.243] | : . Launching futures ... done [12:33:38.243] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:38.243] | : Using SequentialFutureBackend ... done [12:33:38.243] | run() for 'Future' () ... done [12:33:38.244] future(..., label = NULL) ... done [12:33:38.244] value() for SequentialFuture () ... [12:33:38.244] | signalConditions() ... [12:33:38.244] | : include = 'immediateCondition' [12:33:38.245] | : exclude = [12:33:38.245] | : resignal = FALSE [12:33:38.245] | : Number of conditions: 6 [12:33:38.245] | : int 6 [12:33:38.246] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.246] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.246] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.246] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.247] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.247] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.247] | signalConditions() ... done [12:33:38.247] | relay stdout ... [12:33:38.247] | relay stdout ... done [12:33:38.247] | check for misuse ... [12:33:38.248] | check for misuse ... done [12:33:38.248] | relay conditions ... [12:33:38.248] | : Future state: 'finished' [12:33:38.248] | : signalConditions() ... [12:33:38.248] | : . include = 'condition' [12:33:38.249] | : . exclude = 'immediateCondition' [12:33:38.249] | : . resignal = TRUE [12:33:38.249] | : . Number of conditions: 6 [12:33:38.249] | : . int 6 [12:33:38.250] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.250] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:38.196] | : . ' , attachPackages() ... [12:33:38.250] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.250] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:38.196] | : . ' , ; packages: [n=1] 'future' [12:33:38.250] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.251] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:38.196] | : . ' , attachPackages() ... done [12:33:38.251] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.251] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:38.196] | : . ' , attachPackages() ... [12:33:38.251] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.251] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:38.197] | : . ' , ; packages: [n=0] [12:33:38.252] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.252] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:38.197] | : . ' , attachPackages() ... done [12:33:38.252] | : signalConditions() ... done [12:33:38.252] | relay conditions ... done [12:33:38.252] value() for SequentialFuture () ... done $a [1] 1 [12:33:38.253] future(..., label = NULL) ... [12:33:38.253] | lazy: FALSE [12:33:38.253] | stdout: TRUE [12:33:38.253] | conditions: [n=1] 'condition' [12:33:38.254] | gc: FALSE [12:33:38.254] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:38.254] | getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:38.255] | : Searching for globals ... [12:33:38.281] | : . globals found: [7] '{', 'x', '<-', '[', 'name', '[<-', 'list' [12:33:38.281] | : Searching for globals ... done [12:33:38.282] | : Resolving globals: TRUE [12:33:38.282] | : Resolving any globals that are futures ... [12:33:38.282] | : . globals: [7] '{', 'x', '<-', '[', 'name', '[<-', 'list' [12:33:38.283] | : Resolving any globals that are futures ... done [12:33:38.283] | : Search for packages associated with the globals ... [12:33:38.284] | : . Packages associated with globals: [1] 'base' [12:33:38.285] | : . Packages: [1] 'base' [12:33:38.285] | : Search for packages associated with the globals ... done [12:33:38.285] | : Resolving futures part of globals (recursively) ... [12:33:38.286] | : . resolve() for FutureGlobals ... [12:33:38.286] | : . ' recursive: 99 [12:33:38.287] | : . ' Number of elements: 2 [12:33:38.287] | : . ' elements: 'x', 'name' [12:33:38.287] | : . ' 'obj' is list [12:33:38.288] | : . ' resolve(obj, ...) ... [12:33:38.288] | : . ' , resolve() for list ... [12:33:38.288] | : . ' , ; recursive: 98 [12:33:38.289] | : . ' , ; Number of elements: 0 [12:33:38.289] | : . ' , resolve() for list ... done [12:33:38.289] | : . ' resolve(obj, ...) ... done [12:33:38.290] | : . ' resolved() ... [12:33:38.290] | : . ' , resolved() for list ... [12:33:38.290] | : . ' , ; Number of elements: 0 [12:33:38.291] | : . ' , ; Number of futures: 0 [12:33:38.291] | : . ' , resolved() for list ... done [12:33:38.291] | : . ' resolved() ... done [12:33:38.292] | : . ' length: 1 (resolved future 1) [12:33:38.292] | : . ' 'obj' is atomic [12:33:38.292] | : . ' resolved() ... [12:33:38.293] | : . ' resolved() ... done [12:33:38.293] | : . ' length: 0 (resolved future 2) [12:33:38.294] | : . resolve() for FutureGlobals ... done [12:33:38.294] | : . globals: [2] 'x', 'name' [12:33:38.294] | : Resolving futures part of globals (recursively) ... done [12:33:38.295] | : Packages after dropping 'base': [0] [12:33:38.295] | : globals: [2] 'x', 'name' [12:33:38.295] | : packages: [0] [12:33:38.296] | getGlobalsAndPackages() ... done [12:33:38.296] | run() for 'Future' () ... [12:33:38.297] | : state: 'created' [12:33:38.297] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:38.298] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:38.298] | : Using SequentialFutureBackend ... [12:33:38.298] | : . Number of futures since start: 11 (11 created, 11 launched, 11 finished) [12:33:38.299] | : . Launching futures ... [12:33:38.299] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:38.299] | : . ' , getFutureData() ... [12:33:38.300] | : . ' , ; getFutureCore() ... [12:33:38.300] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:38.300] | : . ' , ; getFutureCore() ... done [12:33:38.301] | : . ' , ; getFutureCapture() ... [12:33:38.301] | : . ' , ; getFutureCapture() ... done [12:33:38.302] | : . ' , ; getFutureContext() ... [12:33:38.302] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:38.302] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:38.303] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:38.303] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:38.303] | : . ' , ; getFutureContext() ... done [12:33:38.304] | : . ' , getFutureData() ... done [12:33:38.308] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:38.308] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:38.309] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:38.309] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:38.310] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:38.310] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:38.311] | : . ' , ; ` | New stack: [12:33:38.311] | : . ' , ; ` | List of 1 [12:33:38.311] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:38.311] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:38.311] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:38.311] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.311] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.311] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.311] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:38.311] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:38.318] | : . ' , ; ` | Old stack: [12:33:38.318] | : . ' , ; ` | List of 1 [12:33:38.318] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:38.318] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:38.318] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:38.318] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.318] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.318] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.318] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:38.318] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:38.318] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.318] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.318] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:38.327] | : . ' , ; ` | Not identical [12:33:38.328] | : . ' , ; ` | all.equal() for future ... [12:33:38.328] | : . ' , ; ` | : List of 2 [12:33:38.328] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:38.328] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:38.328] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:38.328] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.328] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.328] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.328] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:38.328] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:38.328] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:38.328] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:38.328] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.328] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.328] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.328] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:38.328] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:38.328] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.328] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.344] | : . ' , ; ` | all.equal() for future ... done [12:33:38.344] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:38.345] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:38.345] | : . ' , ; ` List of future strategies: [12:33:38.345] | : . ' , ; ` 1. sequential: [12:33:38.345] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:38.345] | : . ' , ; ` - tweaked: FALSE [12:33:38.345] | : . ' , ; ` - call: plan(sequential) [12:33:38.346] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:38.347] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:38.347] | : . ' , assign_globals() ... [12:33:38.347] | : . ' , List of 2 [12:33:38.347] | : . ' , $ x : list() [12:33:38.347] | : . ' , $ name: chr "a" [12:33:38.347] | : . ' , - attr(*, "where")=List of 2 [12:33:38.347] | : . ' , ..$ x : [12:33:38.347] | : . ' , ..$ name: [12:33:38.347] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:38.347] | : . ' , - attr(*, "resolved")= logi TRUE [12:33:38.347] | : . ' , - attr(*, "total_size")= num NA [12:33:38.347] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:38.355] | : . ' , - copied 'x' to environment [12:33:38.355] | : . ' , - copied 'name' to environment [12:33:38.355] | : . ' , assign_globals() ... done [12:33:38.361] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:38.361] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:38.361] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:38.362] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:38.362] | : . ' , ; ` | : New stack: [12:33:38.363] | : . ' , ; ` | : List of 1 [12:33:38.363] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:38.363] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:38.363] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:38.363] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.363] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.363] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.363] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:38.363] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:38.363] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.363] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.363] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:38.372] | : . ' , ; ` | : Old stack: [12:33:38.372] | : . ' , ; ` | : List of 1 [12:33:38.372] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:38.372] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:38.372] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:38.372] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.372] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.372] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.372] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:38.372] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:38.372] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.372] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.372] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:38.381] | : . ' , ; ` | : Identical [12:33:38.381] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:38.382] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:38.382] | : . ' , ; ` | List of future strategies: [12:33:38.382] | : . ' , ; ` | 1. sequential: [12:33:38.382] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:38.382] | : . ' , ; ` | - tweaked: FALSE [12:33:38.382] | : . ' , ; ` | - call: plan(sequential) [12:33:38.383] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:38.384] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:38.384] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:38.385] | : . ' , SequentialFuture started (and completed) [12:33:38.386] | : . ' , signalConditions() ... [12:33:38.386] | : . ' , ; include = 'immediateCondition' [12:33:38.387] | : . ' , ; exclude = [12:33:38.387] | : . ' , ; resignal = FALSE [12:33:38.387] | : . ' , ; Number of conditions: 6 [12:33:38.388] | : . ' , ; int 6 [12:33:38.389] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.389] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.390] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.390] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.391] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.391] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.391] | : . ' , signalConditions() ... done [12:33:38.392] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:38.392] | : . Launching futures ... done [12:33:38.393] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:38.393] | : Using SequentialFutureBackend ... done [12:33:38.393] | run() for 'Future' () ... done [12:33:38.394] future(..., label = NULL) ... done [12:33:38.394] value() for SequentialFuture () ... [12:33:38.395] | signalConditions() ... [12:33:38.395] | : include = 'immediateCondition' [12:33:38.395] | : exclude = [12:33:38.396] | : resignal = FALSE [12:33:38.396] | : Number of conditions: 6 [12:33:38.396] | : int 6 [12:33:38.398] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.398] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.399] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.399] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.399] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.400] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.400] | signalConditions() ... done [12:33:38.401] | relay stdout ... [12:33:38.401] | relay stdout ... done [12:33:38.401] | check for misuse ... [12:33:38.402] | check for misuse ... done [12:33:38.402] | relay conditions ... [12:33:38.403] | : Future state: 'finished' [12:33:38.403] | : signalConditions() ... [12:33:38.403] | : . include = 'condition' [12:33:38.404] | : . exclude = 'immediateCondition' [12:33:38.404] | : . resignal = TRUE [12:33:38.404] | : . Number of conditions: 6 [12:33:38.405] | : . int 6 [12:33:38.406] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.407] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:38.304] | : . ' , attachPackages() ... [12:33:38.407] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.408] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:38.305] | : . ' , ; packages: [n=1] 'future' [12:33:38.408] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.408] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:38.305] | : . ' , attachPackages() ... done [12:33:38.409] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.409] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:38.306] | : . ' , attachPackages() ... [12:33:38.410] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.410] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:38.306] | : . ' , ; packages: [n=0] [12:33:38.411] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:38.411] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:38.307] | : . ' , attachPackages() ... done [12:33:38.412] | : signalConditions() ... done [12:33:38.412] | relay conditions ... done [12:33:38.413] value() for SequentialFuture () ... done $a [1] 1 Testing with 1 cores ... DONE Testing with 2 cores ... availableCores(): 2 - plan('multisession') ... [12:33:38.419] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:38.423] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:33:38.423] | : all.equal() for FutureStrategyList ... [12:33:38.424] | : . New stack: [12:33:38.424] | : . List of 1 [12:33:38.424] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [12:33:38.424] | : . rscript_libs = .libPaths()) [12:33:38.424] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:38.424] | : . ..- attr(*, "init")= logi TRUE [12:33:38.424] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:38.424] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:38.424] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:38.424] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:38.424] | : . ..- attr(*, "untweakable")= chr "persistent" [12:33:38.424] | : . ..- attr(*, "call")= language plan(strategy) [12:33:38.424] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:38.430] | : . Old stack: [12:33:38.430] | : . List of 1 [12:33:38.430] | : . $ :function (..., envir = parent.frame()) [12:33:38.430] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:38.430] | : . ..- attr(*, "init")= chr "done" [12:33:38.430] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.430] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.430] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.430] | : . ..- attr(*, "call")= language plan(sequential) [12:33:38.430] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:38.430] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.430] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.430] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:38.436] | : . Not identical [12:33:38.436] | : . all.equal() for future ... [12:33:38.437] | : . ' List of 2 [12:33:38.437] | : . ' $ target :function (..., workers = availableCores(constraints = "connections-16"), [12:33:38.437] | : . ' rscript_libs = .libPaths()) [12:33:38.437] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:38.437] | : . ' ..- attr(*, "init")= logi TRUE [12:33:38.437] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:38.437] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:38.437] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:38.437] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:38.437] | : . ' ..- attr(*, "untweakable")= chr "persistent" [12:33:38.437] | : . ' ..- attr(*, "call")= language plan(strategy) [12:33:38.437] | : . ' $ current:function (..., envir = parent.frame()) [12:33:38.437] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:38.437] | : . ' ..- attr(*, "init")= chr "done" [12:33:38.437] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.437] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.437] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.437] | : . ' ..- attr(*, "call")= language plan(sequential) [12:33:38.437] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:38.437] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:38.437] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:38.447] | : . ' Formals differ [12:33:38.447] | : . all.equal() for future ... done [12:33:38.448] | : . Future strategies differ at level 1 [12:33:38.448] | : all.equal() for FutureStrategyList ... done [12:33:38.448] | : plan(): Setting new future backend stack: [12:33:38.448] | : List of future strategies: [12:33:38.448] | : 1. multisession: [12:33:38.448] | : - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [12:33:38.448] | : - tweaked: FALSE [12:33:38.448] | : - call: plan(strategy) [12:33:38.449] | : List of 1 [12:33:38.449] | : $ :function (..., workers = availableCores(constraints = "connections-16"), [12:33:38.449] | : rscript_libs = .libPaths()) [12:33:38.449] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:38.449] | : ..- attr(*, "init")= logi TRUE [12:33:38.449] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:38.449] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:38.449] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:38.449] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:38.449] | : ..- attr(*, "untweakable")= chr "persistent" [12:33:38.449] | : ..- attr(*, "call")= language plan(strategy) [12:33:38.449] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:38.455] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [12:33:38.455] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:38.455] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [12:33:38.456] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:38.456] | : . Legacy shutdown of cluster workers ... [12:33:38.457] | : . ' Stopping existing cluster ... [12:33:38.457] | : . ' , No pre-existing cluster. Skipping [12:33:38.457] | : . ' Stopping existing cluster ... done [12:33:38.457] | : . Legacy shutdown of cluster workers ... done [12:33:38.458] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [12:33:38.458] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [12:33:38.458] | : . function (..., workers = availableCores(constraints = "connections-16"), [12:33:38.458] | : . rscript_libs = .libPaths()) [12:33:38.458] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:38.458] | : . - attr(*, "init")= logi TRUE [12:33:38.458] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:38.458] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:38.458] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:38.458] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:38.458] | : . - attr(*, "untweakable")= chr "persistent" [12:33:38.458] | : . - attr(*, "call")= language plan(strategy) [12:33:38.463] | : . init: TRUE [12:33:38.463] | : . makeFutureBackend() ... [12:33:38.463] | : . ' Backend function: <'NULL'> [12:33:38.463] | : . ' Evaluator tweak arguments: [n=0] [12:33:38.464] | : . ' list() [12:33:38.464] | : . ' Evaluator formal arguments: [n=2] [12:33:38.465] | : . ' list() [12:33:38.465] | : . ' Backend factory arguments: [n=2] [12:33:38.465] | : . ' Dotted pair list of 2 [12:33:38.465] | : . ' $ workers : language availableCores(constraints = "connections-16") [12:33:38.465] | : . ' $ rscript_libs: language .libPaths() [12:33:38.467] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:33:38.467] | : . ' , Arguments: [12:33:38.468] | : . ' , List of 5 [12:33:38.468] | : . ' , $ workers : Named int 2 [12:33:38.468] | : . ' , ..- attr(*, "names")= chr "mc.cores" [12:33:38.468] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:33:38.468] | : . ' , $ interrupts : logi TRUE [12:33:38.468] | : . ' , $ gc : logi FALSE [12:33:38.468] | : . ' , $ earlySignal : logi FALSE [12:33:38.533] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [12:33:38.533] | : . ' , ; workers: 2 [12:33:38.534] | : . ' , ; getCluster() ... [12:33:38.534] | : . ' , ; getCluster() ... done [12:33:38.534] | : . ' , ; Stopping existing cluster ... [12:33:38.534] | : . ' , ; ` No pre-existing cluster. Skipping [12:33:38.534] | : . ' , ; Stopping existing cluster ... done [12:33:38.535] | : . ' , ; Starting new cluster ... [12:33:38.535] | : . ' , ; ` makeCluster(workers, ...) ... [12:33:38.535] | : . ' , ; ` | Arguments: [12:33:38.535] | : . ' , ; ` | List of 2 [12:33:38.535] | : . ' , ; ` | $ : int 2 [12:33:38.535] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:33:38.537] | : . ' , ; ` | .makeCluster() ... [12:33:38.537] | : . ' , ; ` | : workers: '2' [12:33:38.538] | : . ' , ; ` | : R_FUTURE_PLAN: NA [12:33:38.538] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [12:33:38.538] | : . ' , ; ` | : List of 2 [12:33:38.538] | : . ' , ; ` | : $ : int 2 [12:33:38.538] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_07_29_12_30_17_31216/RtmpU917xP/RLIBS_1bc403705485f" "D:/RCompile/recent/R/library" [12:33:39.514] | : . ' , ; ` | : Generated cluster UUID [12:33:39.514] | : . ' , ; ` | : Cluster UUID: '471caef13ea03fa8121189447e6d6d2b' [12:33:39.514] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:33:39.519] | : . ' , ; ` | .makeCluster() ... done [12:33:39.519] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:33:39.522] | : . ' , ; ` makeCluster(workers, ...) ... done [12:33:39.522] | : . ' , ; ` Number of workers: 2 [12:33:39.523] | : . ' , ; ` Workers UUID: '471caef13ea03fa8121189447e6d6d2b' [12:33:39.523] | : . ' , ; Starting new cluster ... done [12:33:39.524] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [12:33:39.524] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:33:39.524] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [12:33:39.524] | : . makeFutureBackend() ... done [12:33:39.525] | : . nbrOfWorkers(NULL) ... [12:33:39.525] | : . ' List of 4 [12:33:39.525] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:33:39.525] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:33:39.525] | : . ' $ : language nbrOfWorkers() [12:33:39.525] | : . ' $ : language nbrOfWorkers.NULL() [12:33:39.529] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:39.529] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:39.529] | : . ' Number of workers: 2 [12:33:39.529] | : . nbrOfWorkers(NULL) ... done [12:33:39.530] | : . plan(): nbrOfWorkers() = 2 [12:33:39.530] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [12:33:39.530] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:33:39.531] | future(..., label = NULL) ... [12:33:39.531] | : lazy: FALSE [12:33:39.531] | : stdout: TRUE [12:33:39.531] | : conditions: [n=1] 'condition' [12:33:39.532] | : gc: FALSE [12:33:39.532] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:39.533] | : getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:39.533] | : . Searching for globals ... [12:33:39.551] | : . ' globals found: [5] '{', 'x', '<-', '$', '$<-' [12:33:39.551] | : . Searching for globals ... done [12:33:39.551] | : . Resolving globals: TRUE [12:33:39.551] | : . Resolving any globals that are futures ... [12:33:39.552] | : . ' globals: [5] '{', 'x', '<-', '$', '$<-' [12:33:39.552] | : . Resolving any globals that are futures ... done [12:33:39.552] | : . Search for packages associated with the globals ... [12:33:39.552] | : . ' Packages associated with globals: [1] 'base' [12:33:39.553] | : . ' Packages: [1] 'base' [12:33:39.553] | : . Search for packages associated with the globals ... done [12:33:39.553] | : . Resolving futures part of globals (recursively) ... [12:33:39.553] | : . ' resolve() for FutureGlobals ... [12:33:39.554] | : . ' , recursive: 99 [12:33:39.554] | : . ' , Number of elements: 1 [12:33:39.554] | : . ' , elements: 'x' [12:33:39.554] | : . ' , 'obj' is list [12:33:39.555] | : . ' , resolve(obj, ...) ... [12:33:39.555] | : . ' , ; resolve() for list ... [12:33:39.555] | : . ' , ; ` recursive: 98 [12:33:39.555] | : . ' , ; ` Number of elements: 0 [12:33:39.555] | : . ' , ; resolve() for list ... done [12:33:39.556] | : . ' , resolve(obj, ...) ... done [12:33:39.556] | : . ' , resolved() ... [12:33:39.556] | : . ' , ; resolved() for list ... [12:33:39.557] | : . ' , ; ` Number of elements: 0 [12:33:39.557] | : . ' , ; ` Number of futures: 0 [12:33:39.557] | : . ' , ; resolved() for list ... done [12:33:39.558] | : . ' , resolved() ... done [12:33:39.558] | : . ' , length: 0 (resolved future 1) [12:33:39.558] | : . ' resolve() for FutureGlobals ... done [12:33:39.559] | : . ' globals: [1] 'x' [12:33:39.559] | : . Resolving futures part of globals (recursively) ... done [12:33:39.559] | : . Packages after dropping 'base': [0] [12:33:39.560] | : . globals: [1] 'x' [12:33:39.560] | : . packages: [0] [12:33:39.560] | : getGlobalsAndPackages() ... done [12:33:39.560] | : run() for 'Future' () ... [12:33:39.561] | : . state: 'created' [12:33:39.561] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:39.561] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:39.561] | : . Using MultisessionFutureBackend ... [12:33:39.562] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:33:39.562] | : . ' Launching futures ... [12:33:39.563] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:39.563] | : . ' , ; Workers: [n=2] [12:33:39.563] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:33:39.566] | : . ' , ; FutureRegistry: 'workers-471caef13ea03fa8121189447e6d6d2b' [12:33:39.566] | : . ' , ; requestWorker() ... [12:33:39.566] | : . ' , ; ` requestNode() ... [12:33:39.567] | : . ' , ; ` | Number of workers: 2 [12:33:39.567] | : . ' , ; ` | Polling for a free worker ... [12:33:39.567] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:39.567] | : . ' , ; ` | : . Created empty registry 'workers-471caef13ea03fa8121189447e6d6d2b' [12:33:39.568] | : . ' , ; ` | : . Listing all futures [12:33:39.568] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:39.568] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:39.568] | : . ' , ; ` | : Total time: 0 [12:33:39.568] | : . ' , ; ` | Polling for a free worker ... done [12:33:39.569] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:39.569] | : . ' , ; ` | : Listing all futures [12:33:39.569] | : . ' , ; ` | : Number of registered futures: 0 [12:33:39.569] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:39.570] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:39.570] | : . ' , ; ` | Index of first available worker: 1 [12:33:39.570] | : . ' , ; ` | Validate that the worker is functional ... [12:33:39.571] | : . ' , ; ` | : Worker is functional [12:33:39.571] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:39.572] | : . ' , ; ` | : . Listing all futures [12:33:39.572] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:39.572] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:39.572] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:39.573] | : . ' , ; ` requestNode() ... done [12:33:39.573] | : . ' , ; ` cluster node index: 1 [12:33:39.573] | : . ' , ; requestWorker() ... done [12:33:39.573] | : . ' , ; eraseGlobalEnvironment() ... [12:33:39.574] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:39.575] | : . ' , ; launchFuture() ... [12:33:39.575] | : . ' , ; ` cluster node index: 1 [12:33:39.575] | : . ' , ; ` getFutureData() ... [12:33:39.575] | : . ' , ; ` | getFutureCore() ... [12:33:39.575] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:39.575] | : . ' , ; ` | getFutureCore() ... done [12:33:39.576] | : . ' , ; ` | getFutureCapture() ... [12:33:39.576] | : . ' , ; ` | getFutureCapture() ... done [12:33:39.576] | : . ' , ; ` | getFutureContext() ... [12:33:39.576] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:39.577] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:39.577] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:39.577] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:39.577] | : . ' , ; ` | getFutureContext() ... done [12:33:39.577] | : . ' , ; ` getFutureData() ... done [12:33:39.578] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... [12:33:39.578] | : . ' , ; ` | Appended future to position #1 [12:33:39.579] | : . ' , ; ` | Number of registered futures: 1 [12:33:39.579] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... done [12:33:39.579] | : . ' , ; launchFuture() ... done [12:33:39.579] | : . ' , ; MultisessionFuture started [12:33:39.579] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:39.580] | : . ' Launching futures ... done [12:33:39.580] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:39.580] | : . Using MultisessionFutureBackend ... done [12:33:39.580] | : run() for 'Future' () ... done [12:33:39.581] | future(..., label = NULL) ... done [12:33:39.581] | value() for MultisessionFuture () ... [12:33:39.581] | : result() for ClusterFuture ... [12:33:39.582] | : . assertValidConnection() ... [12:33:39.582] | : . ' cluster node index: 1 [12:33:39.583] | : . assertValidConnection() ... done [12:33:39.584] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:39.584] | : . ' cluster node index: 1 [12:33:39.674] | : . ' [1] TRUE [12:33:39.675] | : . ' Received data: [12:33:39.675] | : . ' List of 5 [12:33:39.675] | : . ' $ type : chr "VALUE" [12:33:39.675] | : . ' $ value :List of 16 [12:33:39.675] | : . ' ..$ value :List of 1 [12:33:39.675] | : . ' .. ..$ a: num 1 [12:33:39.675] | : . ' ..$ visible : logi TRUE [12:33:39.675] | : . ' ..$ stdout : chr "" [12:33:39.675] | : . ' ..$ conditions : list() [12:33:39.675] | : . ' ..$ rng : logi FALSE [12:33:39.675] | : . ' ..$ seed : NULL [12:33:39.675] | : . ' ..$ misuseGlobalEnv : NULL [12:33:39.675] | : . ' ..$ misuseConnections :List of 3 [12:33:39.675] | : . ' .. ..$ added : NULL [12:33:39.675] | : . ' .. ..$ removed : NULL [12:33:39.675] | : . ' .. ..$ replaced: NULL [12:33:39.675] | : . ' ..$ misuseDevices : NULL [12:33:39.675] | : . ' ..$ misuseDefaultDevice: list() [12:33:39.675] | : . ' ..$ started : POSIXct[1:1], format: "2025-07-29 12:33:39" [12:33:39.675] | : . ' ..$ finished : POSIXct[1:1], format: "2025-07-29 12:33:39" [12:33:39.675] | : . ' ..$ uuid : chr [1:2] "fdd027aac11e4fb44ce272480449bf88" "13" [12:33:39.675] | : . ' ..$ session_uuid : chr "428b30351cd5ed8811355c388c6444a5" [12:33:39.675] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:39.675] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:39.675] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:39.675] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:39.675] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:39.675] | : . ' .. .. ..$ pid : int 39528 [12:33:39.675] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:33:39" [12:33:39.675] | : . ' .. .. ..$ random: int 2147483647 [12:33:39.675] | : . ' ..$ r_info :List of 4 [12:33:39.675] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:39.675] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:39.675] | : . ' .. ..$ os : chr "windows" [12:33:39.675] | : . ' .. ..$ os_name : chr "Windows" [12:33:39.675] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:39.675] | : . ' ..$ version : chr "1.8" [12:33:39.675] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:39.675] | : . ' $ success: logi TRUE [12:33:39.675] | : . ' $ time : 'proc_time' Named num [1:5] 0.08 0.01 0.09 NA NA [12:33:39.675] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:39.675] | : . ' $ tag : NULL [12:33:39.701] | : . ' Received FutureResult [12:33:39.701] | : . ' FutureResult: [12:33:39.701] | : . ' value: 'list' [12:33:39.701] | : . ' visible: TRUE [12:33:39.701] | : . ' stdout: character [12:33:39.701] | : . ' conditions: [n = 0] [12:33:39.701] | : . ' RNG used: FALSE [12:33:39.701] | : . ' duration: 0.0920682 secs (started 2025-07-29 12:33:39.580695) [12:33:39.701] | : . ' version: 1.8 [12:33:39.703] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... [12:33:39.703] | : . ' , Removed future from position #1 [12:33:39.704] | : . ' , Number of registered futures: 0 [12:33:39.704] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... done [12:33:39.705] | : . ' Erased future from future backend [12:33:39.705] | : . ' result() for ClusterFuture ... [12:33:39.705] | : . ' , result already collected: FutureResult [12:33:39.706] | : . ' result() for ClusterFuture ... done [12:33:39.706] | : . ' signalConditions() ... [12:33:39.706] | : . ' , include = 'immediateCondition' [12:33:39.707] | : . ' , exclude = [12:33:39.707] | : . ' , resignal = FALSE [12:33:39.707] | : . ' , Number of conditions: 0 [12:33:39.708] | : . ' , int 0 [12:33:39.708] | : . ' signalConditions() ... done [12:33:39.709] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:39.709] | : result() for ClusterFuture ... done [12:33:39.709] | : result() for ClusterFuture ... [12:33:39.709] | : . result already collected: FutureResult [12:33:39.709] | : result() for ClusterFuture ... done [12:33:39.710] | : signalConditions() ... [12:33:39.710] | : . include = 'immediateCondition' [12:33:39.710] | : . exclude = [12:33:39.710] | : . resignal = FALSE [12:33:39.710] | : . Number of conditions: 0 [12:33:39.710] | : . int 0 [12:33:39.711] | : signalConditions() ... done [12:33:39.711] | : relay stdout ... [12:33:39.712] | : relay stdout ... done [12:33:39.712] | : check for misuse ... [12:33:39.712] | : check for misuse ... done [12:33:39.712] | value() for MultisessionFuture () ... done $a [1] 1 [12:33:39.712] | future(..., label = NULL) ... [12:33:39.713] | : lazy: TRUE [12:33:39.713] | : stdout: TRUE [12:33:39.713] | : conditions: [n=1] 'condition' [12:33:39.713] | : gc: FALSE [12:33:39.713] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:39.714] | : getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:39.714] | : . Searching for globals ... [12:33:39.735] | : . ' globals found: [5] '{', 'x', '<-', '$', '$<-' [12:33:39.735] | : . Searching for globals ... done [12:33:39.736] | : . Resolving globals: TRUE [12:33:39.736] | : . Resolving any globals that are futures ... [12:33:39.736] | : . ' globals: [5] '{', 'x', '<-', '$', '$<-' [12:33:39.736] | : . Resolving any globals that are futures ... done [12:33:39.737] | : . Search for packages associated with the globals ... [12:33:39.737] | : . ' Packages associated with globals: [1] 'base' [12:33:39.738] | : . ' Packages: [1] 'base' [12:33:39.738] | : . Search for packages associated with the globals ... done [12:33:39.738] | : . Resolving futures part of globals (recursively) ... [12:33:39.739] | : . ' resolve() for FutureGlobals ... [12:33:39.739] | : . ' , recursive: 99 [12:33:39.739] | : . ' , Number of elements: 1 [12:33:39.740] | : . ' , elements: 'x' [12:33:39.740] | : . ' , 'obj' is list [12:33:39.740] | : . ' , resolve(obj, ...) ... [12:33:39.741] | : . ' , ; resolve() for list ... [12:33:39.741] | : . ' , ; ` recursive: 98 [12:33:39.741] | : . ' , ; ` Number of elements: 0 [12:33:39.741] | : . ' , ; resolve() for list ... done [12:33:39.742] | : . ' , resolve(obj, ...) ... done [12:33:39.742] | : . ' , resolved() ... [12:33:39.742] | : . ' , ; resolved() for list ... [12:33:39.742] | : . ' , ; ` Number of elements: 0 [12:33:39.743] | : . ' , ; ` Number of futures: 0 [12:33:39.743] | : . ' , ; resolved() for list ... done [12:33:39.743] | : . ' , resolved() ... done [12:33:39.743] | : . ' , length: 0 (resolved future 1) [12:33:39.743] | : . ' resolve() for FutureGlobals ... done [12:33:39.744] | : . ' globals: [1] 'x' [12:33:39.744] | : . Resolving futures part of globals (recursively) ... done [12:33:39.744] | : . Packages after dropping 'base': [0] [12:33:39.744] | : . globals: [1] 'x' [12:33:39.744] | : . packages: [0] [12:33:39.745] | : getGlobalsAndPackages() ... done [12:33:39.745] | future(..., label = NULL) ... done [12:33:39.745] | value() for Future () ... [12:33:39.745] | : run() for 'Future' () ... [12:33:39.746] | : . state: 'created' [12:33:39.746] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:39.746] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:39.746] | : . Using MultisessionFutureBackend ... [12:33:39.746] | : . ' Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:33:39.747] | : . ' Launching futures ... [12:33:39.747] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:39.747] | : . ' , ; Workers: [n=2] [12:33:39.747] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:33:39.750] | : . ' , ; FutureRegistry: 'workers-471caef13ea03fa8121189447e6d6d2b' [12:33:39.750] | : . ' , ; requestWorker() ... [12:33:39.750] | : . ' , ; ` requestNode() ... [12:33:39.750] | : . ' , ; ` | Number of workers: 2 [12:33:39.750] | : . ' , ; ` | Polling for a free worker ... [12:33:39.751] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:39.751] | : . ' , ; ` | : . Listing all futures [12:33:39.751] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:39.751] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:39.751] | : . ' , ; ` | : Total time: 0 [12:33:39.751] | : . ' , ; ` | Polling for a free worker ... done [12:33:39.752] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:39.752] | : . ' , ; ` | : Listing all futures [12:33:39.752] | : . ' , ; ` | : Number of registered futures: 0 [12:33:39.752] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:39.752] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:39.753] | : . ' , ; ` | Index of first available worker: 1 [12:33:39.753] | : . ' , ; ` | Validate that the worker is functional ... [12:33:39.753] | : . ' , ; ` | : Worker is functional [12:33:39.754] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:39.754] | : . ' , ; ` | : . Listing all futures [12:33:39.754] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:39.754] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:39.754] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:39.755] | : . ' , ; ` requestNode() ... done [12:33:39.755] | : . ' , ; ` cluster node index: 1 [12:33:39.755] | : . ' , ; requestWorker() ... done [12:33:39.755] | : . ' , ; eraseGlobalEnvironment() ... [12:33:39.756] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:39.756] | : . ' , ; launchFuture() ... [12:33:39.756] | : . ' , ; ` cluster node index: 1 [12:33:39.757] | : . ' , ; ` getFutureData() ... [12:33:39.757] | : . ' , ; ` | getFutureCore() ... [12:33:39.757] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:39.757] | : . ' , ; ` | getFutureCore() ... done [12:33:39.757] | : . ' , ; ` | getFutureCapture() ... [12:33:39.757] | : . ' , ; ` | getFutureCapture() ... done [12:33:39.758] | : . ' , ; ` | getFutureContext() ... [12:33:39.758] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:39.758] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:39.758] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:39.758] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:39.759] | : . ' , ; ` | getFutureContext() ... done [12:33:39.759] | : . ' , ; ` getFutureData() ... done [12:33:39.759] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... [12:33:39.760] | : . ' , ; ` | Appended future to position #1 [12:33:39.760] | : . ' , ; ` | Number of registered futures: 1 [12:33:39.760] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... done [12:33:39.761] | : . ' , ; launchFuture() ... done [12:33:39.761] | : . ' , ; MultisessionFuture started [12:33:39.761] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:39.762] | : . ' Launching futures ... done [12:33:39.762] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:39.762] | : . Using MultisessionFutureBackend ... done [12:33:39.762] | : run() for 'Future' () ... done [12:33:39.763] | : result() for ClusterFuture ... [12:33:39.763] | : . assertValidConnection() ... [12:33:39.763] | : . ' cluster node index: 1 [12:33:39.764] | : . assertValidConnection() ... done [12:33:39.765] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:39.765] | : . ' cluster node index: 1 [12:33:39.766] | : . ' [1] TRUE [12:33:39.767] | : . ' Received data: [12:33:39.767] | : . ' List of 5 [12:33:39.767] | : . ' $ type : chr "VALUE" [12:33:39.767] | : . ' $ value :List of 16 [12:33:39.767] | : . ' ..$ value :List of 1 [12:33:39.767] | : . ' .. ..$ a: num 1 [12:33:39.767] | : . ' ..$ visible : logi TRUE [12:33:39.767] | : . ' ..$ stdout : chr "" [12:33:39.767] | : . ' ..$ conditions : list() [12:33:39.767] | : . ' ..$ rng : logi FALSE [12:33:39.767] | : . ' ..$ seed : NULL [12:33:39.767] | : . ' ..$ misuseGlobalEnv : NULL [12:33:39.767] | : . ' ..$ misuseConnections :List of 3 [12:33:39.767] | : . ' .. ..$ added : NULL [12:33:39.767] | : . ' .. ..$ removed : NULL [12:33:39.767] | : . ' .. ..$ replaced: NULL [12:33:39.767] | : . ' ..$ misuseDevices : NULL [12:33:39.767] | : . ' ..$ misuseDefaultDevice: list() [12:33:39.767] | : . ' ..$ started : POSIXct[1:1], format: "2025-07-29 12:33:39" [12:33:39.767] | : . ' ..$ finished : POSIXct[1:1], format: "2025-07-29 12:33:39" [12:33:39.767] | : . ' ..$ uuid : chr [1:2] "fdd027aac11e4fb44ce272480449bf88" "14" [12:33:39.767] | : . ' ..$ session_uuid : chr "428b30351cd5ed8811355c388c6444a5" [12:33:39.767] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:39.767] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:39.767] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:39.767] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:39.767] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:39.767] | : . ' .. .. ..$ pid : int 39528 [12:33:39.767] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:33:39" [12:33:39.767] | : . ' .. .. ..$ random: int 2147483647 [12:33:39.767] | : . ' ..$ r_info :List of 4 [12:33:39.767] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:39.767] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:39.767] | : . ' .. ..$ os : chr "windows" [12:33:39.767] | : . ' .. ..$ os_name : chr "Windows" [12:33:39.767] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:39.767] | : . ' ..$ version : chr "1.8" [12:33:39.767] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:39.767] | : . ' $ success: logi TRUE [12:33:39.767] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [12:33:39.767] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:39.767] | : . ' $ tag : NULL [12:33:39.794] | : . ' Received FutureResult [12:33:39.795] | : . ' FutureResult: [12:33:39.795] | : . ' value: 'list' [12:33:39.795] | : . ' visible: TRUE [12:33:39.795] | : . ' stdout: character [12:33:39.795] | : . ' conditions: [n = 0] [12:33:39.795] | : . ' RNG used: FALSE [12:33:39.795] | : . ' duration: 0.004964113 secs (started 2025-07-29 12:33:39.760279) [12:33:39.795] | : . ' version: 1.8 [12:33:39.795] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... [12:33:39.796] | : . ' , Removed future from position #1 [12:33:39.796] | : . ' , Number of registered futures: 0 [12:33:39.796] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... done [12:33:39.796] | : . ' Erased future from future backend [12:33:39.796] | : . ' result() for ClusterFuture ... [12:33:39.797] | : . ' , result already collected: FutureResult [12:33:39.797] | : . ' result() for ClusterFuture ... done [12:33:39.797] | : . ' signalConditions() ... [12:33:39.797] | : . ' , include = 'immediateCondition' [12:33:39.797] | : . ' , exclude = [12:33:39.798] | : . ' , resignal = FALSE [12:33:39.798] | : . ' , Number of conditions: 0 [12:33:39.798] | : . ' , int 0 [12:33:39.799] | : . ' signalConditions() ... done [12:33:39.799] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:39.799] | : result() for ClusterFuture ... done [12:33:39.799] | : result() for ClusterFuture ... [12:33:39.800] | : . result already collected: FutureResult [12:33:39.800] | : result() for ClusterFuture ... done [12:33:39.800] | : signalConditions() ... [12:33:39.800] | : . include = 'immediateCondition' [12:33:39.800] | : . exclude = [12:33:39.801] | : . resignal = FALSE [12:33:39.801] | : . Number of conditions: 0 [12:33:39.801] | : . int 0 [12:33:39.802] | : signalConditions() ... done [12:33:39.803] | : relay stdout ... [12:33:39.803] | : relay stdout ... done [12:33:39.803] | : check for misuse ... [12:33:39.803] | : check for misuse ... done [12:33:39.804] | value() for Future () ... done $a [1] 1 [12:33:39.804] | future(..., label = NULL) ... [12:33:39.804] | : lazy: FALSE [12:33:39.805] | : stdout: TRUE [12:33:39.805] | : conditions: [n=1] 'condition' [12:33:39.805] | : gc: FALSE [12:33:39.806] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:39.806] | : getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:39.807] | : . Searching for globals ... [12:33:39.831] | : . ' globals found: [5] '{', 'x', '<-', '$', '$<-' [12:33:39.831] | : . Searching for globals ... done [12:33:39.832] | : . Resolving globals: TRUE [12:33:39.832] | : . Resolving any globals that are futures ... [12:33:39.832] | : . ' globals: [5] '{', 'x', '<-', '$', '$<-' [12:33:39.833] | : . Resolving any globals that are futures ... done [12:33:39.833] | : . Search for packages associated with the globals ... [12:33:39.833] | : . ' Packages associated with globals: [1] 'base' [12:33:39.834] | : . ' Packages: [1] 'base' [12:33:39.834] | : . Search for packages associated with the globals ... done [12:33:39.835] | : . Resolving futures part of globals (recursively) ... [12:33:39.835] | : . ' resolve() for FutureGlobals ... [12:33:39.835] | : . ' , recursive: 99 [12:33:39.836] | : . ' , Number of elements: 1 [12:33:39.836] | : . ' , elements: 'x' [12:33:39.837] | : . ' , 'obj' is list [12:33:39.837] | : . ' , resolve(obj, ...) ... [12:33:39.837] | : . ' , ; resolve() for list ... [12:33:39.837] | : . ' , ; ` recursive: 98 [12:33:39.838] | : . ' , ; ` Number of elements: 0 [12:33:39.838] | : . ' , ; resolve() for list ... done [12:33:39.838] | : . ' , resolve(obj, ...) ... done [12:33:39.839] | : . ' , resolved() ... [12:33:39.839] | : . ' , ; resolved() for list ... [12:33:39.839] | : . ' , ; ` Number of elements: 0 [12:33:39.839] | : . ' , ; ` Number of futures: 0 [12:33:39.840] | : . ' , ; resolved() for list ... done [12:33:39.840] | : . ' , resolved() ... done [12:33:39.840] | : . ' , length: 0 (resolved future 1) [12:33:39.841] | : . ' resolve() for FutureGlobals ... done [12:33:39.841] | : . ' globals: [1] 'x' [12:33:39.841] | : . Resolving futures part of globals (recursively) ... done [12:33:39.842] | : . Packages after dropping 'base': [0] [12:33:39.842] | : . globals: [1] 'x' [12:33:39.842] | : . packages: [0] [12:33:39.843] | : getGlobalsAndPackages() ... done [12:33:39.843] | : run() for 'Future' () ... [12:33:39.844] | : . state: 'created' [12:33:39.844] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:39.844] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:39.845] | : . Using MultisessionFutureBackend ... [12:33:39.845] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:33:39.845] | : . ' Launching futures ... [12:33:39.846] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:39.846] | : . ' , ; Workers: [n=2] [12:33:39.846] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:33:39.849] | : . ' , ; FutureRegistry: 'workers-471caef13ea03fa8121189447e6d6d2b' [12:33:39.850] | : . ' , ; requestWorker() ... [12:33:39.850] | : . ' , ; ` requestNode() ... [12:33:39.850] | : . ' , ; ` | Number of workers: 2 [12:33:39.851] | : . ' , ; ` | Polling for a free worker ... [12:33:39.851] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:39.851] | : . ' , ; ` | : . Listing all futures [12:33:39.851] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:39.852] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:39.852] | : . ' , ; ` | : Total time: 0 [12:33:39.852] | : . ' , ; ` | Polling for a free worker ... done [12:33:39.853] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:39.853] | : . ' , ; ` | : Listing all futures [12:33:39.853] | : . ' , ; ` | : Number of registered futures: 0 [12:33:39.854] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:39.854] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:39.854] | : . ' , ; ` | Index of first available worker: 1 [12:33:39.854] | : . ' , ; ` | Validate that the worker is functional ... [12:33:39.855] | : . ' , ; ` | : Worker is functional [12:33:39.856] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:39.856] | : . ' , ; ` | : . Listing all futures [12:33:39.856] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:39.856] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:39.857] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:39.857] | : . ' , ; ` requestNode() ... done [12:33:39.857] | : . ' , ; ` cluster node index: 1 [12:33:39.858] | : . ' , ; requestWorker() ... done [12:33:39.858] | : . ' , ; eraseGlobalEnvironment() ... [12:33:39.859] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:39.859] | : . ' , ; launchFuture() ... [12:33:39.860] | : . ' , ; ` cluster node index: 1 [12:33:39.860] | : . ' , ; ` getFutureData() ... [12:33:39.860] | : . ' , ; ` | getFutureCore() ... [12:33:39.860] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:39.861] | : . ' , ; ` | getFutureCore() ... done [12:33:39.861] | : . ' , ; ` | getFutureCapture() ... [12:33:39.861] | : . ' , ; ` | getFutureCapture() ... done [12:33:39.862] | : . ' , ; ` | getFutureContext() ... [12:33:39.862] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:39.862] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:39.863] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:39.863] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:39.863] | : . ' , ; ` | getFutureContext() ... done [12:33:39.864] | : . ' , ; ` getFutureData() ... done [12:33:39.864] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... [12:33:39.865] | : . ' , ; ` | Appended future to position #1 [12:33:39.865] | : . ' , ; ` | Number of registered futures: 1 [12:33:39.865] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... done [12:33:39.865] | : . ' , ; launchFuture() ... done [12:33:39.866] | : . ' , ; MultisessionFuture started [12:33:39.866] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:39.866] | : . ' Launching futures ... done [12:33:39.866] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:39.867] | : . Using MultisessionFutureBackend ... done [12:33:39.867] | : run() for 'Future' () ... done [12:33:39.867] | future(..., label = NULL) ... done [12:33:39.868] | value() for MultisessionFuture () ... [12:33:39.868] | : result() for ClusterFuture ... [12:33:39.868] | : . assertValidConnection() ... [12:33:39.869] | : . ' cluster node index: 1 [12:33:39.870] | : . assertValidConnection() ... done [12:33:39.870] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:39.870] | : . ' cluster node index: 1 [12:33:39.873] | : . ' [1] TRUE [12:33:39.876] | : . ' Received data: [12:33:39.876] | : . ' List of 5 [12:33:39.876] | : . ' $ type : chr "VALUE" [12:33:39.876] | : . ' $ value :List of 16 [12:33:39.876] | : . ' ..$ value :List of 1 [12:33:39.876] | : . ' .. ..$ a: num 1 [12:33:39.876] | : . ' ..$ visible : logi TRUE [12:33:39.876] | : . ' ..$ stdout : chr "" [12:33:39.876] | : . ' ..$ conditions : list() [12:33:39.876] | : . ' ..$ rng : logi FALSE [12:33:39.876] | : . ' ..$ seed : NULL [12:33:39.876] | : . ' ..$ misuseGlobalEnv : NULL [12:33:39.876] | : . ' ..$ misuseConnections :List of 3 [12:33:39.876] | : . ' .. ..$ added : NULL [12:33:39.876] | : . ' .. ..$ removed : NULL [12:33:39.876] | : . ' .. ..$ replaced: NULL [12:33:39.876] | : . ' ..$ misuseDevices : NULL [12:33:39.876] | : . ' ..$ misuseDefaultDevice: list() [12:33:39.876] | : . ' ..$ started : POSIXct[1:1], format: "2025-07-29 12:33:39" [12:33:39.876] | : . ' ..$ finished : POSIXct[1:1], format: "2025-07-29 12:33:39" [12:33:39.876] | : . ' ..$ uuid : chr [1:2] "fdd027aac11e4fb44ce272480449bf88" "15" [12:33:39.876] | : . ' ..$ session_uuid : chr "428b30351cd5ed8811355c388c6444a5" [12:33:39.876] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:39.876] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:39.876] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:39.876] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:39.876] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:39.876] | : . ' .. .. ..$ pid : int 39528 [12:33:39.876] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:33:39" [12:33:39.876] | : . ' .. .. ..$ random: int 2147483647 [12:33:39.876] | : . ' ..$ r_info :List of 4 [12:33:39.876] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:39.876] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:39.876] | : . ' .. ..$ os : chr "windows" [12:33:39.876] | : . ' .. ..$ os_name : chr "Windows" [12:33:39.876] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:39.876] | : . ' ..$ version : chr "1.8" [12:33:39.876] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:39.876] | : . ' $ success: logi TRUE [12:33:39.876] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [12:33:39.876] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:39.876] | : . ' $ tag : NULL [12:33:39.897] | : . ' Received FutureResult [12:33:39.897] | : . ' FutureResult: [12:33:39.897] | : . ' value: 'list' [12:33:39.897] | : . ' visible: TRUE [12:33:39.897] | : . ' stdout: character [12:33:39.897] | : . ' conditions: [n = 0] [12:33:39.897] | : . ' RNG used: FALSE [12:33:39.897] | : . ' duration: 0.006146193 secs (started 2025-07-29 12:33:39.865028) [12:33:39.897] | : . ' version: 1.8 [12:33:39.898] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... [12:33:39.899] | : . ' , Removed future from position #1 [12:33:39.899] | : . ' , Number of registered futures: 0 [12:33:39.899] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... done [12:33:39.899] | : . ' Erased future from future backend [12:33:39.900] | : . ' result() for ClusterFuture ... [12:33:39.900] | : . ' , result already collected: FutureResult [12:33:39.900] | : . ' result() for ClusterFuture ... done [12:33:39.901] | : . ' signalConditions() ... [12:33:39.901] | : . ' , include = 'immediateCondition' [12:33:39.901] | : . ' , exclude = [12:33:39.901] | : . ' , resignal = FALSE [12:33:39.902] | : . ' , Number of conditions: 0 [12:33:39.902] | : . ' , int 0 [12:33:39.903] | : . ' signalConditions() ... done [12:33:39.903] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:39.903] | : result() for ClusterFuture ... done [12:33:39.903] | : result() for ClusterFuture ... [12:33:39.904] | : . result already collected: FutureResult [12:33:39.904] | : result() for ClusterFuture ... done [12:33:39.904] | : signalConditions() ... [12:33:39.905] | : . include = 'immediateCondition' [12:33:39.905] | : . exclude = [12:33:39.905] | : . resignal = FALSE [12:33:39.905] | : . Number of conditions: 0 [12:33:39.906] | : . int 0 [12:33:39.906] | : signalConditions() ... done [12:33:39.907] | : relay stdout ... [12:33:39.907] | : relay stdout ... done [12:33:39.907] | : check for misuse ... [12:33:39.907] | : check for misuse ... done [12:33:39.908] | value() for MultisessionFuture () ... done $a [1] 1 [12:33:39.908] | future(..., label = NULL) ... [12:33:39.909] | : lazy: TRUE [12:33:39.909] | : stdout: TRUE [12:33:39.909] | : conditions: [n=1] 'condition' [12:33:39.909] | : gc: FALSE [12:33:39.910] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:39.910] | : getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:39.911] | : . Searching for globals ... [12:33:39.931] | : . ' globals found: [5] '{', 'x', '<-', '$', '$<-' [12:33:39.932] | : . Searching for globals ... done [12:33:39.932] | : . Resolving globals: TRUE [12:33:39.932] | : . Resolving any globals that are futures ... [12:33:39.933] | : . ' globals: [5] '{', 'x', '<-', '$', '$<-' [12:33:39.933] | : . Resolving any globals that are futures ... done [12:33:39.933] | : . Search for packages associated with the globals ... [12:33:39.934] | : . ' Packages associated with globals: [1] 'base' [12:33:39.934] | : . ' Packages: [1] 'base' [12:33:39.934] | : . Search for packages associated with the globals ... done [12:33:39.935] | : . Resolving futures part of globals (recursively) ... [12:33:39.935] | : . ' resolve() for FutureGlobals ... [12:33:39.935] | : . ' , recursive: 99 [12:33:39.936] | : . ' , Number of elements: 1 [12:33:39.936] | : . ' , elements: 'x' [12:33:39.936] | : . ' , 'obj' is list [12:33:39.937] | : . ' , resolve(obj, ...) ... [12:33:39.937] | : . ' , ; resolve() for list ... [12:33:39.937] | : . ' , ; ` recursive: 98 [12:33:39.937] | : . ' , ; ` Number of elements: 0 [12:33:39.938] | : . ' , ; resolve() for list ... done [12:33:39.938] | : . ' , resolve(obj, ...) ... done [12:33:39.938] | : . ' , resolved() ... [12:33:39.938] | : . ' , ; resolved() for list ... [12:33:39.939] | : . ' , ; ` Number of elements: 0 [12:33:39.939] | : . ' , ; ` Number of futures: 0 [12:33:39.939] | : . ' , ; resolved() for list ... done [12:33:39.939] | : . ' , resolved() ... done [12:33:39.940] | : . ' , length: 0 (resolved future 1) [12:33:39.940] | : . ' resolve() for FutureGlobals ... done [12:33:39.940] | : . ' globals: [1] 'x' [12:33:39.940] | : . Resolving futures part of globals (recursively) ... done [12:33:39.941] | : . Packages after dropping 'base': [0] [12:33:39.941] | : . globals: [1] 'x' [12:33:39.941] | : . packages: [0] [12:33:39.942] | : getGlobalsAndPackages() ... done [12:33:39.942] | future(..., label = NULL) ... done [12:33:39.942] | value() for Future () ... [12:33:39.943] | : run() for 'Future' () ... [12:33:39.943] | : . state: 'created' [12:33:39.943] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:39.944] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:39.944] | : . Using MultisessionFutureBackend ... [12:33:39.944] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [12:33:39.944] | : . ' Launching futures ... [12:33:39.945] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:39.945] | : . ' , ; Workers: [n=2] [12:33:39.945] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:33:39.948] | : . ' , ; FutureRegistry: 'workers-471caef13ea03fa8121189447e6d6d2b' [12:33:39.948] | : . ' , ; requestWorker() ... [12:33:39.949] | : . ' , ; ` requestNode() ... [12:33:39.949] | : . ' , ; ` | Number of workers: 2 [12:33:39.949] | : . ' , ; ` | Polling for a free worker ... [12:33:39.950] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:39.950] | : . ' , ; ` | : . Listing all futures [12:33:39.950] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:39.950] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:39.951] | : . ' , ; ` | : Total time: 0 [12:33:39.951] | : . ' , ; ` | Polling for a free worker ... done [12:33:39.951] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:39.951] | : . ' , ; ` | : Listing all futures [12:33:39.952] | : . ' , ; ` | : Number of registered futures: 0 [12:33:39.952] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:39.952] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:39.952] | : . ' , ; ` | Index of first available worker: 1 [12:33:39.953] | : . ' , ; ` | Validate that the worker is functional ... [12:33:39.954] | : . ' , ; ` | : Worker is functional [12:33:39.954] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:39.954] | : . ' , ; ` | : . Listing all futures [12:33:39.954] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:39.955] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:39.955] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:39.955] | : . ' , ; ` requestNode() ... done [12:33:39.955] | : . ' , ; ` cluster node index: 1 [12:33:39.955] | : . ' , ; requestWorker() ... done [12:33:39.956] | : . ' , ; eraseGlobalEnvironment() ... [12:33:39.956] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:39.956] | : . ' , ; launchFuture() ... [12:33:39.957] | : . ' , ; ` cluster node index: 1 [12:33:39.957] | : . ' , ; ` getFutureData() ... [12:33:39.957] | : . ' , ; ` | getFutureCore() ... [12:33:39.957] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:39.957] | : . ' , ; ` | getFutureCore() ... done [12:33:39.957] | : . ' , ; ` | getFutureCapture() ... [12:33:39.958] | : . ' , ; ` | getFutureCapture() ... done [12:33:39.958] | : . ' , ; ` | getFutureContext() ... [12:33:39.958] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:39.958] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:39.958] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:39.958] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:39.959] | : . ' , ; ` | getFutureContext() ... done [12:33:39.959] | : . ' , ; ` getFutureData() ... done [12:33:39.959] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... [12:33:39.959] | : . ' , ; ` | Appended future to position #1 [12:33:39.960] | : . ' , ; ` | Number of registered futures: 1 [12:33:39.960] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... done [12:33:39.960] | : . ' , ; launchFuture() ... done [12:33:39.960] | : . ' , ; MultisessionFuture started [12:33:39.960] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:39.960] | : . ' Launching futures ... done [12:33:39.961] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:39.961] | : . Using MultisessionFutureBackend ... done [12:33:39.961] | : run() for 'Future' () ... done [12:33:39.961] | : result() for ClusterFuture ... [12:33:39.961] | : . assertValidConnection() ... [12:33:39.962] | : . ' cluster node index: 1 [12:33:39.962] | : . assertValidConnection() ... done [12:33:39.962] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:39.963] | : . ' cluster node index: 1 [12:33:39.967] | : . ' [1] TRUE [12:33:39.968] | : . ' Received data: [12:33:39.968] | : . ' List of 5 [12:33:39.968] | : . ' $ type : chr "VALUE" [12:33:39.968] | : . ' $ value :List of 16 [12:33:39.968] | : . ' ..$ value :List of 1 [12:33:39.968] | : . ' .. ..$ a: num 1 [12:33:39.968] | : . ' ..$ visible : logi TRUE [12:33:39.968] | : . ' ..$ stdout : chr "" [12:33:39.968] | : . ' ..$ conditions : list() [12:33:39.968] | : . ' ..$ rng : logi FALSE [12:33:39.968] | : . ' ..$ seed : NULL [12:33:39.968] | : . ' ..$ misuseGlobalEnv : NULL [12:33:39.968] | : . ' ..$ misuseConnections :List of 3 [12:33:39.968] | : . ' .. ..$ added : NULL [12:33:39.968] | : . ' .. ..$ removed : NULL [12:33:39.968] | : . ' .. ..$ replaced: NULL [12:33:39.968] | : . ' ..$ misuseDevices : NULL [12:33:39.968] | : . ' ..$ misuseDefaultDevice: list() [12:33:39.968] | : . ' ..$ started : POSIXct[1:1], format: "2025-07-29 12:33:39" [12:33:39.968] | : . ' ..$ finished : POSIXct[1:1], format: "2025-07-29 12:33:39" [12:33:39.968] | : . ' ..$ uuid : chr [1:2] "fdd027aac11e4fb44ce272480449bf88" "16" [12:33:39.968] | : . ' ..$ session_uuid : chr "428b30351cd5ed8811355c388c6444a5" [12:33:39.968] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:39.968] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:39.968] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:39.968] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:39.968] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:39.968] | : . ' .. .. ..$ pid : int 39528 [12:33:39.968] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:33:39" [12:33:39.968] | : . ' .. .. ..$ random: int 2147483647 [12:33:39.968] | : . ' ..$ r_info :List of 4 [12:33:39.968] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:39.968] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:39.968] | : . ' .. ..$ os : chr "windows" [12:33:39.968] | : . ' .. ..$ os_name : chr "Windows" [12:33:39.968] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:39.968] | : . ' ..$ version : chr "1.8" [12:33:39.968] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:39.968] | : . ' $ success: logi TRUE [12:33:39.968] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [12:33:39.968] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:39.968] | : . ' $ tag : NULL [12:33:39.988] | : . ' Received FutureResult [12:33:39.988] | : . ' FutureResult: [12:33:39.988] | : . ' value: 'list' [12:33:39.988] | : . ' visible: TRUE [12:33:39.988] | : . ' stdout: character [12:33:39.988] | : . ' conditions: [n = 0] [12:33:39.988] | : . ' RNG used: FALSE [12:33:39.988] | : . ' duration: 0.005805969 secs (started 2025-07-29 12:33:39.960049) [12:33:39.988] | : . ' version: 1.8 [12:33:39.989] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... [12:33:39.989] | : . ' , Removed future from position #1 [12:33:39.990] | : . ' , Number of registered futures: 0 [12:33:39.990] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... done [12:33:39.990] | : . ' Erased future from future backend [12:33:39.990] | : . ' result() for ClusterFuture ... [12:33:39.991] | : . ' , result already collected: FutureResult [12:33:39.991] | : . ' result() for ClusterFuture ... done [12:33:39.991] | : . ' signalConditions() ... [12:33:39.991] | : . ' , include = 'immediateCondition' [12:33:39.992] | : . ' , exclude = [12:33:39.992] | : . ' , resignal = FALSE [12:33:39.992] | : . ' , Number of conditions: 0 [12:33:39.992] | : . ' , int 0 [12:33:39.993] | : . ' signalConditions() ... done [12:33:39.993] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:39.993] | : result() for ClusterFuture ... done [12:33:39.994] | : result() for ClusterFuture ... [12:33:39.994] | : . result already collected: FutureResult [12:33:39.994] | : result() for ClusterFuture ... done [12:33:39.994] | : signalConditions() ... [12:33:39.995] | : . include = 'immediateCondition' [12:33:39.995] | : . exclude = [12:33:39.995] | : . resignal = FALSE [12:33:39.995] | : . Number of conditions: 0 [12:33:39.996] | : . int 0 [12:33:39.996] | : signalConditions() ... done [12:33:39.996] | : relay stdout ... [12:33:39.997] | : relay stdout ... done [12:33:39.997] | : check for misuse ... [12:33:39.997] | : check for misuse ... done [12:33:39.998] | value() for Future () ... done $a [1] 1 [12:33:39.998] | future(..., label = NULL) ... [12:33:39.999] | : lazy: FALSE [12:33:39.999] | : stdout: TRUE [12:33:39.999] | : conditions: [n=1] 'condition' [12:33:40.000] | : gc: FALSE [12:33:40.000] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:40.000] | : getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:40.001] | : . Searching for globals ... [12:33:40.042] | : . ' globals found: [5] '{', '<-', 'list', '$', '$<-' [12:33:40.043] | : . Searching for globals ... done [12:33:40.043] | : . Resolving globals: TRUE [12:33:40.043] | : . Resolving any globals that are futures ... [12:33:40.044] | : . ' globals: [5] '{', '<-', 'list', '$', '$<-' [12:33:40.044] | : . Resolving any globals that are futures ... done [12:33:40.044] | : . Search for packages associated with the globals ... [12:33:40.045] | : . ' Packages associated with globals: [1] 'base' [12:33:40.045] | : . ' Packages: [1] 'base' [12:33:40.046] | : . Search for packages associated with the globals ... done [12:33:40.046] | : . Packages after dropping 'base': [0] [12:33:40.046] | : . globals: [0] [12:33:40.047] | : . packages: [0] [12:33:40.047] | : getGlobalsAndPackages() ... done [12:33:40.048] | : run() for 'Future' () ... [12:33:40.048] | : . state: 'created' [12:33:40.048] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:40.049] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:40.049] | : . Using MultisessionFutureBackend ... [12:33:40.049] | : . ' Number of futures since start: 4 (4 created, 4 launched, 4 finished) [12:33:40.049] | : . ' Launching futures ... [12:33:40.050] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:40.050] | : . ' , ; Workers: [n=2] [12:33:40.050] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:33:40.054] | : . ' , ; FutureRegistry: 'workers-471caef13ea03fa8121189447e6d6d2b' [12:33:40.054] | : . ' , ; requestWorker() ... [12:33:40.054] | : . ' , ; ` requestNode() ... [12:33:40.055] | : . ' , ; ` | Number of workers: 2 [12:33:40.055] | : . ' , ; ` | Polling for a free worker ... [12:33:40.055] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.055] | : . ' , ; ` | : . Listing all futures [12:33:40.056] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:40.056] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.056] | : . ' , ; ` | : Total time: 0 [12:33:40.057] | : . ' , ; ` | Polling for a free worker ... done [12:33:40.057] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.057] | : . ' , ; ` | : Listing all futures [12:33:40.057] | : . ' , ; ` | : Number of registered futures: 0 [12:33:40.058] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.058] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:40.058] | : . ' , ; ` | Index of first available worker: 1 [12:33:40.059] | : . ' , ; ` | Validate that the worker is functional ... [12:33:40.059] | : . ' , ; ` | : Worker is functional [12:33:40.060] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.060] | : . ' , ; ` | : . Listing all futures [12:33:40.060] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:40.061] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.061] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:40.061] | : . ' , ; ` requestNode() ... done [12:33:40.061] | : . ' , ; ` cluster node index: 1 [12:33:40.062] | : . ' , ; requestWorker() ... done [12:33:40.062] | : . ' , ; eraseGlobalEnvironment() ... [12:33:40.063] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:40.063] | : . ' , ; launchFuture() ... [12:33:40.064] | : . ' , ; ` cluster node index: 1 [12:33:40.064] | : . ' , ; ` getFutureData() ... [12:33:40.064] | : . ' , ; ` | getFutureCore() ... [12:33:40.064] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:40.065] | : . ' , ; ` | getFutureCore() ... done [12:33:40.065] | : . ' , ; ` | getFutureCapture() ... [12:33:40.065] | : . ' , ; ` | getFutureCapture() ... done [12:33:40.065] | : . ' , ; ` | getFutureContext() ... [12:33:40.066] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:40.066] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:40.066] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:40.067] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:40.067] | : . ' , ; ` | getFutureContext() ... done [12:33:40.067] | : . ' , ; ` getFutureData() ... done [12:33:40.068] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... [12:33:40.068] | : . ' , ; ` | Appended future to position #1 [12:33:40.068] | : . ' , ; ` | Number of registered futures: 1 [12:33:40.069] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... done [12:33:40.069] | : . ' , ; launchFuture() ... done [12:33:40.069] | : . ' , ; MultisessionFuture started [12:33:40.069] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:40.070] | : . ' Launching futures ... done [12:33:40.070] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:40.070] | : . Using MultisessionFutureBackend ... done [12:33:40.071] | : run() for 'Future' () ... done [12:33:40.071] | future(..., label = NULL) ... done [12:33:40.071] | value() for MultisessionFuture () ... [12:33:40.072] | : result() for ClusterFuture ... [12:33:40.072] | : . assertValidConnection() ... [12:33:40.072] | : . ' cluster node index: 1 [12:33:40.073] | : . assertValidConnection() ... done [12:33:40.073] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:40.073] | : . ' cluster node index: 1 [12:33:40.075] | : . ' [1] TRUE [12:33:40.075] | : . ' Received data: [12:33:40.075] | : . ' List of 5 [12:33:40.075] | : . ' $ type : chr "VALUE" [12:33:40.075] | : . ' $ value :List of 16 [12:33:40.075] | : . ' ..$ value :List of 2 [12:33:40.075] | : . ' .. ..$ b: num 2 [12:33:40.075] | : . ' .. ..$ a: num 1 [12:33:40.075] | : . ' ..$ visible : logi TRUE [12:33:40.075] | : . ' ..$ stdout : chr "" [12:33:40.075] | : . ' ..$ conditions : list() [12:33:40.075] | : . ' ..$ rng : logi FALSE [12:33:40.075] | : . ' ..$ seed : NULL [12:33:40.075] | : . ' ..$ misuseGlobalEnv : NULL [12:33:40.075] | : . ' ..$ misuseConnections :List of 3 [12:33:40.075] | : . ' .. ..$ added : NULL [12:33:40.075] | : . ' .. ..$ removed : NULL [12:33:40.075] | : . ' .. ..$ replaced: NULL [12:33:40.075] | : . ' ..$ misuseDevices : NULL [12:33:40.075] | : . ' ..$ misuseDefaultDevice: list() [12:33:40.075] | : . ' ..$ started : POSIXct[1:1], format: "2025-07-29 12:33:40" [12:33:40.075] | : . ' ..$ finished : POSIXct[1:1], format: "2025-07-29 12:33:40" [12:33:40.075] | : . ' ..$ uuid : chr [1:2] "fdd027aac11e4fb44ce272480449bf88" "17" [12:33:40.075] | : . ' ..$ session_uuid : chr "428b30351cd5ed8811355c388c6444a5" [12:33:40.075] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:40.075] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:40.075] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:40.075] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:40.075] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:40.075] | : . ' .. .. ..$ pid : int 39528 [12:33:40.075] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:33:39" [12:33:40.075] | : . ' .. .. ..$ random: int 2147483647 [12:33:40.075] | : . ' ..$ r_info :List of 4 [12:33:40.075] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:40.075] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:40.075] | : . ' .. ..$ os : chr "windows" [12:33:40.075] | : . ' .. ..$ os_name : chr "Windows" [12:33:40.075] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:40.075] | : . ' ..$ version : chr "1.8" [12:33:40.075] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:40.075] | : . ' $ success: logi TRUE [12:33:40.075] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [12:33:40.075] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:40.075] | : . ' $ tag : NULL [12:33:40.093] | : . ' Received FutureResult [12:33:40.094] | : . ' FutureResult: [12:33:40.094] | : . ' value: 'list' [12:33:40.094] | : . ' visible: TRUE [12:33:40.094] | : . ' stdout: character [12:33:40.094] | : . ' conditions: [n = 0] [12:33:40.094] | : . ' RNG used: FALSE [12:33:40.094] | : . ' duration: 0.00487709 secs (started 2025-07-29 12:33:40.068568) [12:33:40.094] | : . ' version: 1.8 [12:33:40.094] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... [12:33:40.095] | : . ' , Removed future from position #1 [12:33:40.095] | : . ' , Number of registered futures: 0 [12:33:40.095] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... done [12:33:40.096] | : . ' Erased future from future backend [12:33:40.096] | : . ' result() for ClusterFuture ... [12:33:40.096] | : . ' , result already collected: FutureResult [12:33:40.096] | : . ' result() for ClusterFuture ... done [12:33:40.097] | : . ' signalConditions() ... [12:33:40.097] | : . ' , include = 'immediateCondition' [12:33:40.097] | : . ' , exclude = [12:33:40.097] | : . ' , resignal = FALSE [12:33:40.098] | : . ' , Number of conditions: 0 [12:33:40.098] | : . ' , int 0 [12:33:40.098] | : . ' signalConditions() ... done [12:33:40.099] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:40.099] | : result() for ClusterFuture ... done [12:33:40.099] | : result() for ClusterFuture ... [12:33:40.100] | : . result already collected: FutureResult [12:33:40.100] | : result() for ClusterFuture ... done [12:33:40.100] | : signalConditions() ... [12:33:40.100] | : . include = 'immediateCondition' [12:33:40.101] | : . exclude = [12:33:40.101] | : . resignal = FALSE [12:33:40.101] | : . Number of conditions: 0 [12:33:40.101] | : . int 0 [12:33:40.102] | : signalConditions() ... done [12:33:40.103] | : relay stdout ... [12:33:40.103] | : relay stdout ... done [12:33:40.103] | : check for misuse ... [12:33:40.103] | : check for misuse ... done [12:33:40.104] | value() for MultisessionFuture () ... done $b [1] 2 $a [1] 1 [12:33:40.104] | future(..., label = NULL) ... [12:33:40.104] | : lazy: FALSE [12:33:40.105] | : stdout: TRUE [12:33:40.105] | : conditions: [n=1] 'condition' [12:33:40.105] | : gc: FALSE [12:33:40.105] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:40.106] | : getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:40.107] | : . Searching for globals ... [12:33:40.126] | : . ' globals found: [5] '{', 'x', '<-', '[[', '[[<-' [12:33:40.126] | : . Searching for globals ... done [12:33:40.127] | : . Resolving globals: TRUE [12:33:40.127] | : . Resolving any globals that are futures ... [12:33:40.127] | : . ' globals: [5] '{', 'x', '<-', '[[', '[[<-' [12:33:40.127] | : . Resolving any globals that are futures ... done [12:33:40.127] | : . Search for packages associated with the globals ... [12:33:40.128] | : . ' Packages associated with globals: [1] 'base' [12:33:40.128] | : . ' Packages: [1] 'base' [12:33:40.129] | : . Search for packages associated with the globals ... done [12:33:40.129] | : . Resolving futures part of globals (recursively) ... [12:33:40.129] | : . ' resolve() for FutureGlobals ... [12:33:40.129] | : . ' , recursive: 99 [12:33:40.129] | : . ' , Number of elements: 1 [12:33:40.130] | : . ' , elements: 'x' [12:33:40.130] | : . ' , 'obj' is list [12:33:40.130] | : . ' , resolve(obj, ...) ... [12:33:40.130] | : . ' , ; resolve() for list ... [12:33:40.130] | : . ' , ; ` recursive: 98 [12:33:40.131] | : . ' , ; ` Number of elements: 0 [12:33:40.131] | : . ' , ; resolve() for list ... done [12:33:40.131] | : . ' , resolve(obj, ...) ... done [12:33:40.131] | : . ' , resolved() ... [12:33:40.131] | : . ' , ; resolved() for list ... [12:33:40.131] | : . ' , ; ` Number of elements: 0 [12:33:40.132] | : . ' , ; ` Number of futures: 0 [12:33:40.132] | : . ' , ; resolved() for list ... done [12:33:40.132] | : . ' , resolved() ... done [12:33:40.132] | : . ' , length: 0 (resolved future 1) [12:33:40.132] | : . ' resolve() for FutureGlobals ... done [12:33:40.132] | : . ' globals: [1] 'x' [12:33:40.133] | : . Resolving futures part of globals (recursively) ... done [12:33:40.133] | : . Packages after dropping 'base': [0] [12:33:40.133] | : . globals: [1] 'x' [12:33:40.133] | : . packages: [0] [12:33:40.133] | : getGlobalsAndPackages() ... done [12:33:40.134] | : run() for 'Future' () ... [12:33:40.134] | : . state: 'created' [12:33:40.134] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:40.134] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:40.134] | : . Using MultisessionFutureBackend ... [12:33:40.135] | : . ' Number of futures since start: 5 (5 created, 5 launched, 5 finished) [12:33:40.135] | : . ' Launching futures ... [12:33:40.135] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:40.136] | : . ' , ; Workers: [n=2] [12:33:40.136] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:33:40.138] | : . ' , ; FutureRegistry: 'workers-471caef13ea03fa8121189447e6d6d2b' [12:33:40.139] | : . ' , ; requestWorker() ... [12:33:40.139] | : . ' , ; ` requestNode() ... [12:33:40.139] | : . ' , ; ` | Number of workers: 2 [12:33:40.139] | : . ' , ; ` | Polling for a free worker ... [12:33:40.140] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.140] | : . ' , ; ` | : . Listing all futures [12:33:40.140] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:40.140] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.141] | : . ' , ; ` | : Total time: 0 [12:33:40.141] | : . ' , ; ` | Polling for a free worker ... done [12:33:40.141] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.141] | : . ' , ; ` | : Listing all futures [12:33:40.142] | : . ' , ; ` | : Number of registered futures: 0 [12:33:40.142] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.142] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:40.142] | : . ' , ; ` | Index of first available worker: 1 [12:33:40.143] | : . ' , ; ` | Validate that the worker is functional ... [12:33:40.143] | : . ' , ; ` | : Worker is functional [12:33:40.144] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.144] | : . ' , ; ` | : . Listing all futures [12:33:40.144] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:40.144] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.145] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:40.145] | : . ' , ; ` requestNode() ... done [12:33:40.145] | : . ' , ; ` cluster node index: 1 [12:33:40.145] | : . ' , ; requestWorker() ... done [12:33:40.146] | : . ' , ; eraseGlobalEnvironment() ... [12:33:40.146] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:40.147] | : . ' , ; launchFuture() ... [12:33:40.147] | : . ' , ; ` cluster node index: 1 [12:33:40.147] | : . ' , ; ` getFutureData() ... [12:33:40.148] | : . ' , ; ` | getFutureCore() ... [12:33:40.148] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:40.148] | : . ' , ; ` | getFutureCore() ... done [12:33:40.148] | : . ' , ; ` | getFutureCapture() ... [12:33:40.149] | : . ' , ; ` | getFutureCapture() ... done [12:33:40.149] | : . ' , ; ` | getFutureContext() ... [12:33:40.149] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:40.150] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:40.150] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:40.150] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:40.151] | : . ' , ; ` | getFutureContext() ... done [12:33:40.151] | : . ' , ; ` getFutureData() ... done [12:33:40.152] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... [12:33:40.152] | : . ' , ; ` | Appended future to position #1 [12:33:40.152] | : . ' , ; ` | Number of registered futures: 1 [12:33:40.152] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... done [12:33:40.153] | : . ' , ; launchFuture() ... done [12:33:40.153] | : . ' , ; MultisessionFuture started [12:33:40.153] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:40.153] | : . ' Launching futures ... done [12:33:40.154] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:40.154] | : . Using MultisessionFutureBackend ... done [12:33:40.154] | : run() for 'Future' () ... done [12:33:40.155] | future(..., label = NULL) ... done [12:33:40.155] | value() for MultisessionFuture () ... [12:33:40.158] | : result() for ClusterFuture ... [12:33:40.158] | : . assertValidConnection() ... [12:33:40.158] | : . ' cluster node index: 1 [12:33:40.159] | : . assertValidConnection() ... done [12:33:40.159] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:40.160] | : . ' cluster node index: 1 [12:33:40.160] | : . ' [1] TRUE [12:33:40.160] | : . ' Received data: [12:33:40.161] | : . ' List of 5 [12:33:40.161] | : . ' $ type : chr "VALUE" [12:33:40.161] | : . ' $ value :List of 16 [12:33:40.161] | : . ' ..$ value :List of 1 [12:33:40.161] | : . ' .. ..$ a: num 1 [12:33:40.161] | : . ' ..$ visible : logi TRUE [12:33:40.161] | : . ' ..$ stdout : chr "" [12:33:40.161] | : . ' ..$ conditions : list() [12:33:40.161] | : . ' ..$ rng : logi FALSE [12:33:40.161] | : . ' ..$ seed : NULL [12:33:40.161] | : . ' ..$ misuseGlobalEnv : NULL [12:33:40.161] | : . ' ..$ misuseConnections :List of 3 [12:33:40.161] | : . ' .. ..$ added : NULL [12:33:40.161] | : . ' .. ..$ removed : NULL [12:33:40.161] | : . ' .. ..$ replaced: NULL [12:33:40.161] | : . ' ..$ misuseDevices : NULL [12:33:40.161] | : . ' ..$ misuseDefaultDevice: list() [12:33:40.161] | : . ' ..$ started : POSIXct[1:1], format: "2025-07-29 12:33:40" [12:33:40.161] | : . ' ..$ finished : POSIXct[1:1], format: "2025-07-29 12:33:40" [12:33:40.161] | : . ' ..$ uuid : chr [1:2] "fdd027aac11e4fb44ce272480449bf88" "18" [12:33:40.161] | : . ' ..$ session_uuid : chr "428b30351cd5ed8811355c388c6444a5" [12:33:40.161] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:40.161] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:40.161] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:40.161] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:40.161] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:40.161] | : . ' .. .. ..$ pid : int 39528 [12:33:40.161] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:33:39" [12:33:40.161] | : . ' .. .. ..$ random: int 2147483647 [12:33:40.161] | : . ' ..$ r_info :List of 4 [12:33:40.161] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:40.161] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:40.161] | : . ' .. ..$ os : chr "windows" [12:33:40.161] | : . ' .. ..$ os_name : chr "Windows" [12:33:40.161] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:40.161] | : . ' ..$ version : chr "1.8" [12:33:40.161] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:40.161] | : . ' $ success: logi TRUE [12:33:40.161] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:33:40.161] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:40.161] | : . ' $ tag : NULL [12:33:40.181] | : . ' Received FutureResult [12:33:40.182] | : . ' FutureResult: [12:33:40.182] | : . ' value: 'list' [12:33:40.182] | : . ' visible: TRUE [12:33:40.182] | : . ' stdout: character [12:33:40.182] | : . ' conditions: [n = 0] [12:33:40.182] | : . ' RNG used: FALSE [12:33:40.182] | : . ' duration: 0.005146027 secs (started 2025-07-29 12:33:40.152283) [12:33:40.182] | : . ' version: 1.8 [12:33:40.183] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... [12:33:40.183] | : . ' , Removed future from position #1 [12:33:40.183] | : . ' , Number of registered futures: 0 [12:33:40.184] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... done [12:33:40.184] | : . ' Erased future from future backend [12:33:40.184] | : . ' result() for ClusterFuture ... [12:33:40.185] | : . ' , result already collected: FutureResult [12:33:40.185] | : . ' result() for ClusterFuture ... done [12:33:40.185] | : . ' signalConditions() ... [12:33:40.185] | : . ' , include = 'immediateCondition' [12:33:40.186] | : . ' , exclude = [12:33:40.186] | : . ' , resignal = FALSE [12:33:40.186] | : . ' , Number of conditions: 0 [12:33:40.186] | : . ' , int 0 [12:33:40.187] | : . ' signalConditions() ... done [12:33:40.188] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:40.188] | : result() for ClusterFuture ... done [12:33:40.188] | : result() for ClusterFuture ... [12:33:40.188] | : . result already collected: FutureResult [12:33:40.189] | : result() for ClusterFuture ... done [12:33:40.189] | : signalConditions() ... [12:33:40.189] | : . include = 'immediateCondition' [12:33:40.190] | : . exclude = [12:33:40.190] | : . resignal = FALSE [12:33:40.190] | : . Number of conditions: 0 [12:33:40.190] | : . int 0 [12:33:40.191] | : signalConditions() ... done [12:33:40.191] | : relay stdout ... [12:33:40.192] | : relay stdout ... done [12:33:40.192] | : check for misuse ... [12:33:40.192] | : check for misuse ... done [12:33:40.192] | value() for MultisessionFuture () ... done $a [1] 1 [12:33:40.193] | future(..., label = NULL) ... [12:33:40.193] | : lazy: TRUE [12:33:40.193] | : stdout: TRUE [12:33:40.194] | : conditions: [n=1] 'condition' [12:33:40.194] | : gc: FALSE [12:33:40.194] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:40.195] | : getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:40.195] | : . Searching for globals ... [12:33:40.219] | : . ' globals found: [5] '{', 'x', '<-', '[[', '[[<-' [12:33:40.219] | : . Searching for globals ... done [12:33:40.219] | : . Resolving globals: TRUE [12:33:40.220] | : . Resolving any globals that are futures ... [12:33:40.220] | : . ' globals: [5] '{', 'x', '<-', '[[', '[[<-' [12:33:40.220] | : . Resolving any globals that are futures ... done [12:33:40.221] | : . Search for packages associated with the globals ... [12:33:40.221] | : . ' Packages associated with globals: [1] 'base' [12:33:40.222] | : . ' Packages: [1] 'base' [12:33:40.222] | : . Search for packages associated with the globals ... done [12:33:40.222] | : . Resolving futures part of globals (recursively) ... [12:33:40.223] | : . ' resolve() for FutureGlobals ... [12:33:40.223] | : . ' , recursive: 99 [12:33:40.224] | : . ' , Number of elements: 1 [12:33:40.224] | : . ' , elements: 'x' [12:33:40.224] | : . ' , 'obj' is list [12:33:40.224] | : . ' , resolve(obj, ...) ... [12:33:40.225] | : . ' , ; resolve() for list ... [12:33:40.225] | : . ' , ; ` recursive: 98 [12:33:40.225] | : . ' , ; ` Number of elements: 0 [12:33:40.226] | : . ' , ; resolve() for list ... done [12:33:40.226] | : . ' , resolve(obj, ...) ... done [12:33:40.226] | : . ' , resolved() ... [12:33:40.226] | : . ' , ; resolved() for list ... [12:33:40.227] | : . ' , ; ` Number of elements: 0 [12:33:40.227] | : . ' , ; ` Number of futures: 0 [12:33:40.227] | : . ' , ; resolved() for list ... done [12:33:40.228] | : . ' , resolved() ... done [12:33:40.228] | : . ' , length: 0 (resolved future 1) [12:33:40.228] | : . ' resolve() for FutureGlobals ... done [12:33:40.229] | : . ' globals: [1] 'x' [12:33:40.229] | : . Resolving futures part of globals (recursively) ... done [12:33:40.229] | : . Packages after dropping 'base': [0] [12:33:40.230] | : . globals: [1] 'x' [12:33:40.230] | : . packages: [0] [12:33:40.230] | : getGlobalsAndPackages() ... done [12:33:40.231] | future(..., label = NULL) ... done [12:33:40.231] | value() for Future () ... [12:33:40.231] | : run() for 'Future' () ... [12:33:40.232] | : . state: 'created' [12:33:40.232] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:40.232] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:40.233] | : . Using MultisessionFutureBackend ... [12:33:40.233] | : . ' Number of futures since start: 6 (6 created, 6 launched, 6 finished) [12:33:40.233] | : . ' Launching futures ... [12:33:40.234] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:40.234] | : . ' , ; Workers: [n=2] [12:33:40.234] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:33:40.237] | : . ' , ; FutureRegistry: 'workers-471caef13ea03fa8121189447e6d6d2b' [12:33:40.238] | : . ' , ; requestWorker() ... [12:33:40.238] | : . ' , ; ` requestNode() ... [12:33:40.238] | : . ' , ; ` | Number of workers: 2 [12:33:40.238] | : . ' , ; ` | Polling for a free worker ... [12:33:40.239] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.239] | : . ' , ; ` | : . Listing all futures [12:33:40.239] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:40.240] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.240] | : . ' , ; ` | : Total time: 0 [12:33:40.240] | : . ' , ; ` | Polling for a free worker ... done [12:33:40.240] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.241] | : . ' , ; ` | : Listing all futures [12:33:40.241] | : . ' , ; ` | : Number of registered futures: 0 [12:33:40.241] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.242] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:40.242] | : . ' , ; ` | Index of first available worker: 1 [12:33:40.242] | : . ' , ; ` | Validate that the worker is functional ... [12:33:40.243] | : . ' , ; ` | : Worker is functional [12:33:40.243] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.244] | : . ' , ; ` | : . Listing all futures [12:33:40.244] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:40.244] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.244] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:40.245] | : . ' , ; ` requestNode() ... done [12:33:40.245] | : . ' , ; ` cluster node index: 1 [12:33:40.245] | : . ' , ; requestWorker() ... done [12:33:40.245] | : . ' , ; eraseGlobalEnvironment() ... [12:33:40.246] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:40.246] | : . ' , ; launchFuture() ... [12:33:40.246] | : . ' , ; ` cluster node index: 1 [12:33:40.247] | : . ' , ; ` getFutureData() ... [12:33:40.247] | : . ' , ; ` | getFutureCore() ... [12:33:40.247] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:40.247] | : . ' , ; ` | getFutureCore() ... done [12:33:40.247] | : . ' , ; ` | getFutureCapture() ... [12:33:40.248] | : . ' , ; ` | getFutureCapture() ... done [12:33:40.248] | : . ' , ; ` | getFutureContext() ... [12:33:40.248] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:40.248] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:40.248] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:40.249] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:40.249] | : . ' , ; ` | getFutureContext() ... done [12:33:40.249] | : . ' , ; ` getFutureData() ... done [12:33:40.249] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... [12:33:40.250] | : . ' , ; ` | Appended future to position #1 [12:33:40.250] | : . ' , ; ` | Number of registered futures: 1 [12:33:40.250] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... done [12:33:40.250] | : . ' , ; launchFuture() ... done [12:33:40.250] | : . ' , ; MultisessionFuture started [12:33:40.251] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:40.251] | : . ' Launching futures ... done [12:33:40.251] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:40.251] | : . Using MultisessionFutureBackend ... done [12:33:40.251] | : run() for 'Future' () ... done [12:33:40.252] | : result() for ClusterFuture ... [12:33:40.252] | : . assertValidConnection() ... [12:33:40.252] | : . ' cluster node index: 1 [12:33:40.252] | : . assertValidConnection() ... done [12:33:40.253] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:40.253] | : . ' cluster node index: 1 [12:33:40.257] | : . ' [1] TRUE [12:33:40.257] | : . ' Received data: [12:33:40.258] | : . ' List of 5 [12:33:40.258] | : . ' $ type : chr "VALUE" [12:33:40.258] | : . ' $ value :List of 16 [12:33:40.258] | : . ' ..$ value :List of 1 [12:33:40.258] | : . ' .. ..$ a: num 1 [12:33:40.258] | : . ' ..$ visible : logi TRUE [12:33:40.258] | : . ' ..$ stdout : chr "" [12:33:40.258] | : . ' ..$ conditions : list() [12:33:40.258] | : . ' ..$ rng : logi FALSE [12:33:40.258] | : . ' ..$ seed : NULL [12:33:40.258] | : . ' ..$ misuseGlobalEnv : NULL [12:33:40.258] | : . ' ..$ misuseConnections :List of 3 [12:33:40.258] | : . ' .. ..$ added : NULL [12:33:40.258] | : . ' .. ..$ removed : NULL [12:33:40.258] | : . ' .. ..$ replaced: NULL [12:33:40.258] | : . ' ..$ misuseDevices : NULL [12:33:40.258] | : . ' ..$ misuseDefaultDevice: list() [12:33:40.258] | : . ' ..$ started : POSIXct[1:1], format: "2025-07-29 12:33:40" [12:33:40.258] | : . ' ..$ finished : POSIXct[1:1], format: "2025-07-29 12:33:40" [12:33:40.258] | : . ' ..$ uuid : chr [1:2] "fdd027aac11e4fb44ce272480449bf88" "19" [12:33:40.258] | : . ' ..$ session_uuid : chr "428b30351cd5ed8811355c388c6444a5" [12:33:40.258] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:40.258] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:40.258] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:40.258] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:40.258] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:40.258] | : . ' .. .. ..$ pid : int 39528 [12:33:40.258] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:33:39" [12:33:40.258] | : . ' .. .. ..$ random: int 2147483647 [12:33:40.258] | : . ' ..$ r_info :List of 4 [12:33:40.258] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:40.258] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:40.258] | : . ' .. ..$ os : chr "windows" [12:33:40.258] | : . ' .. ..$ os_name : chr "Windows" [12:33:40.258] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:40.258] | : . ' ..$ version : chr "1.8" [12:33:40.258] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:40.258] | : . ' $ success: logi TRUE [12:33:40.258] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:33:40.258] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:40.258] | : . ' $ tag : NULL [12:33:40.274] | : . ' Received FutureResult [12:33:40.274] | : . ' FutureResult: [12:33:40.274] | : . ' value: 'list' [12:33:40.274] | : . ' visible: TRUE [12:33:40.274] | : . ' stdout: character [12:33:40.274] | : . ' conditions: [n = 0] [12:33:40.274] | : . ' RNG used: FALSE [12:33:40.274] | : . ' duration: 0.00583005 secs (started 2025-07-29 12:33:40.250412) [12:33:40.274] | : . ' version: 1.8 [12:33:40.275] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... [12:33:40.275] | : . ' , Removed future from position #1 [12:33:40.276] | : . ' , Number of registered futures: 0 [12:33:40.276] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... done [12:33:40.276] | : . ' Erased future from future backend [12:33:40.277] | : . ' result() for ClusterFuture ... [12:33:40.277] | : . ' , result already collected: FutureResult [12:33:40.277] | : . ' result() for ClusterFuture ... done [12:33:40.277] | : . ' signalConditions() ... [12:33:40.278] | : . ' , include = 'immediateCondition' [12:33:40.278] | : . ' , exclude = [12:33:40.278] | : . ' , resignal = FALSE [12:33:40.278] | : . ' , Number of conditions: 0 [12:33:40.279] | : . ' , int 0 [12:33:40.279] | : . ' signalConditions() ... done [12:33:40.280] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:40.280] | : result() for ClusterFuture ... done [12:33:40.280] | : result() for ClusterFuture ... [12:33:40.281] | : . result already collected: FutureResult [12:33:40.281] | : result() for ClusterFuture ... done [12:33:40.281] | : signalConditions() ... [12:33:40.281] | : . include = 'immediateCondition' [12:33:40.282] | : . exclude = [12:33:40.282] | : . resignal = FALSE [12:33:40.282] | : . Number of conditions: 0 [12:33:40.282] | : . int 0 [12:33:40.283] | : signalConditions() ... done [12:33:40.283] | : relay stdout ... [12:33:40.284] | : relay stdout ... done [12:33:40.284] | : check for misuse ... [12:33:40.284] | : check for misuse ... done [12:33:40.284] | value() for Future () ... done $a [1] 1 [12:33:40.285] | future(..., label = NULL) ... [12:33:40.285] | : lazy: FALSE [12:33:40.286] | : stdout: TRUE [12:33:40.286] | : conditions: [n=1] 'condition' [12:33:40.286] | : gc: FALSE [12:33:40.286] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:40.287] | : getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:40.288] | : . Searching for globals ... [12:33:40.307] | : . ' globals found: [5] '{', 'x', '<-', '[[', '[[<-' [12:33:40.307] | : . Searching for globals ... done [12:33:40.308] | : . Resolving globals: TRUE [12:33:40.308] | : . Resolving any globals that are futures ... [12:33:40.308] | : . ' globals: [5] '{', 'x', '<-', '[[', '[[<-' [12:33:40.309] | : . Resolving any globals that are futures ... done [12:33:40.309] | : . Search for packages associated with the globals ... [12:33:40.309] | : . ' Packages associated with globals: [1] 'base' [12:33:40.310] | : . ' Packages: [1] 'base' [12:33:40.310] | : . Search for packages associated with the globals ... done [12:33:40.311] | : . Resolving futures part of globals (recursively) ... [12:33:40.311] | : . ' resolve() for FutureGlobals ... [12:33:40.311] | : . ' , recursive: 99 [12:33:40.311] | : . ' , Number of elements: 1 [12:33:40.311] | : . ' , elements: 'x' [12:33:40.312] | : . ' , 'obj' is list [12:33:40.312] | : . ' , resolve(obj, ...) ... [12:33:40.312] | : . ' , ; resolve() for list ... [12:33:40.312] | : . ' , ; ` recursive: 98 [12:33:40.313] | : . ' , ; ` Number of elements: 0 [12:33:40.313] | : . ' , ; resolve() for list ... done [12:33:40.313] | : . ' , resolve(obj, ...) ... done [12:33:40.314] | : . ' , resolved() ... [12:33:40.314] | : . ' , ; resolved() for list ... [12:33:40.314] | : . ' , ; ` Number of elements: 0 [12:33:40.314] | : . ' , ; ` Number of futures: 0 [12:33:40.315] | : . ' , ; resolved() for list ... done [12:33:40.315] | : . ' , resolved() ... done [12:33:40.315] | : . ' , length: 0 (resolved future 1) [12:33:40.316] | : . ' resolve() for FutureGlobals ... done [12:33:40.316] | : . ' globals: [1] 'x' [12:33:40.316] | : . Resolving futures part of globals (recursively) ... done [12:33:40.316] | : . Packages after dropping 'base': [0] [12:33:40.317] | : . globals: [1] 'x' [12:33:40.317] | : . packages: [0] [12:33:40.317] | : getGlobalsAndPackages() ... done [12:33:40.317] | : run() for 'Future' () ... [12:33:40.318] | : . state: 'created' [12:33:40.318] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:40.318] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:40.319] | : . Using MultisessionFutureBackend ... [12:33:40.319] | : . ' Number of futures since start: 7 (7 created, 7 launched, 7 finished) [12:33:40.319] | : . ' Launching futures ... [12:33:40.319] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:40.320] | : . ' , ; Workers: [n=2] [12:33:40.320] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:33:40.322] | : . ' , ; FutureRegistry: 'workers-471caef13ea03fa8121189447e6d6d2b' [12:33:40.322] | : . ' , ; requestWorker() ... [12:33:40.322] | : . ' , ; ` requestNode() ... [12:33:40.322] | : . ' , ; ` | Number of workers: 2 [12:33:40.323] | : . ' , ; ` | Polling for a free worker ... [12:33:40.323] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.323] | : . ' , ; ` | : . Listing all futures [12:33:40.323] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:40.323] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.323] | : . ' , ; ` | : Total time: 0 [12:33:40.324] | : . ' , ; ` | Polling for a free worker ... done [12:33:40.324] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.324] | : . ' , ; ` | : Listing all futures [12:33:40.324] | : . ' , ; ` | : Number of registered futures: 0 [12:33:40.324] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.325] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:40.325] | : . ' , ; ` | Index of first available worker: 1 [12:33:40.325] | : . ' , ; ` | Validate that the worker is functional ... [12:33:40.326] | : . ' , ; ` | : Worker is functional [12:33:40.326] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.326] | : . ' , ; ` | : . Listing all futures [12:33:40.327] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:40.327] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.327] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:40.327] | : . ' , ; ` requestNode() ... done [12:33:40.328] | : . ' , ; ` cluster node index: 1 [12:33:40.328] | : . ' , ; requestWorker() ... done [12:33:40.328] | : . ' , ; eraseGlobalEnvironment() ... [12:33:40.329] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:40.329] | : . ' , ; launchFuture() ... [12:33:40.329] | : . ' , ; ` cluster node index: 1 [12:33:40.330] | : . ' , ; ` getFutureData() ... [12:33:40.330] | : . ' , ; ` | getFutureCore() ... [12:33:40.330] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:40.330] | : . ' , ; ` | getFutureCore() ... done [12:33:40.331] | : . ' , ; ` | getFutureCapture() ... [12:33:40.331] | : . ' , ; ` | getFutureCapture() ... done [12:33:40.331] | : . ' , ; ` | getFutureContext() ... [12:33:40.331] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:40.332] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:40.332] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:40.332] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:40.332] | : . ' , ; ` | getFutureContext() ... done [12:33:40.333] | : . ' , ; ` getFutureData() ... done [12:33:40.333] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... [12:33:40.334] | : . ' , ; ` | Appended future to position #1 [12:33:40.334] | : . ' , ; ` | Number of registered futures: 1 [12:33:40.334] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... done [12:33:40.334] | : . ' , ; launchFuture() ... done [12:33:40.335] | : . ' , ; MultisessionFuture started [12:33:40.335] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:40.335] | : . ' Launching futures ... done [12:33:40.335] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:40.336] | : . Using MultisessionFutureBackend ... done [12:33:40.336] | : run() for 'Future' () ... done [12:33:40.336] | future(..., label = NULL) ... done [12:33:40.336] | value() for MultisessionFuture () ... [12:33:40.337] | : result() for ClusterFuture ... [12:33:40.337] | : . assertValidConnection() ... [12:33:40.337] | : . ' cluster node index: 1 [12:33:40.338] | : . assertValidConnection() ... done [12:33:40.338] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:40.339] | : . ' cluster node index: 1 [12:33:40.341] | : . ' [1] TRUE [12:33:40.341] | : . ' Received data: [12:33:40.342] | : . ' List of 5 [12:33:40.342] | : . ' $ type : chr "VALUE" [12:33:40.342] | : . ' $ value :List of 16 [12:33:40.342] | : . ' ..$ value :List of 1 [12:33:40.342] | : . ' .. ..$ a: num 1 [12:33:40.342] | : . ' ..$ visible : logi TRUE [12:33:40.342] | : . ' ..$ stdout : chr "" [12:33:40.342] | : . ' ..$ conditions : list() [12:33:40.342] | : . ' ..$ rng : logi FALSE [12:33:40.342] | : . ' ..$ seed : NULL [12:33:40.342] | : . ' ..$ misuseGlobalEnv : NULL [12:33:40.342] | : . ' ..$ misuseConnections :List of 3 [12:33:40.342] | : . ' .. ..$ added : NULL [12:33:40.342] | : . ' .. ..$ removed : NULL [12:33:40.342] | : . ' .. ..$ replaced: NULL [12:33:40.342] | : . ' ..$ misuseDevices : NULL [12:33:40.342] | : . ' ..$ misuseDefaultDevice: list() [12:33:40.342] | : . ' ..$ started : POSIXct[1:1], format: "2025-07-29 12:33:40" [12:33:40.342] | : . ' ..$ finished : POSIXct[1:1], format: "2025-07-29 12:33:40" [12:33:40.342] | : . ' ..$ uuid : chr [1:2] "fdd027aac11e4fb44ce272480449bf88" "20" [12:33:40.342] | : . ' ..$ session_uuid : chr "428b30351cd5ed8811355c388c6444a5" [12:33:40.342] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:40.342] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:40.342] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:40.342] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:40.342] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:40.342] | : . ' .. .. ..$ pid : int 39528 [12:33:40.342] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:33:39" [12:33:40.342] | : . ' .. .. ..$ random: int 2147483647 [12:33:40.342] | : . ' ..$ r_info :List of 4 [12:33:40.342] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:40.342] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:40.342] | : . ' .. ..$ os : chr "windows" [12:33:40.342] | : . ' .. ..$ os_name : chr "Windows" [12:33:40.342] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:40.342] | : . ' ..$ version : chr "1.8" [12:33:40.342] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:40.342] | : . ' $ success: logi TRUE [12:33:40.342] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [12:33:40.342] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:40.342] | : . ' $ tag : NULL [12:33:40.363] | : . ' Received FutureResult [12:33:40.363] | : . ' FutureResult: [12:33:40.363] | : . ' value: 'list' [12:33:40.363] | : . ' visible: TRUE [12:33:40.363] | : . ' stdout: character [12:33:40.363] | : . ' conditions: [n = 0] [12:33:40.363] | : . ' RNG used: FALSE [12:33:40.363] | : . ' duration: 0.00531292 secs (started 2025-07-29 12:33:40.334206) [12:33:40.363] | : . ' version: 1.8 [12:33:40.364] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... [12:33:40.365] | : . ' , Removed future from position #1 [12:33:40.365] | : . ' , Number of registered futures: 0 [12:33:40.365] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... done [12:33:40.366] | : . ' Erased future from future backend [12:33:40.366] | : . ' result() for ClusterFuture ... [12:33:40.366] | : . ' , result already collected: FutureResult [12:33:40.367] | : . ' result() for ClusterFuture ... done [12:33:40.367] | : . ' signalConditions() ... [12:33:40.367] | : . ' , include = 'immediateCondition' [12:33:40.367] | : . ' , exclude = [12:33:40.368] | : . ' , resignal = FALSE [12:33:40.368] | : . ' , Number of conditions: 0 [12:33:40.368] | : . ' , int 0 [12:33:40.369] | : . ' signalConditions() ... done [12:33:40.369] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:40.370] | : result() for ClusterFuture ... done [12:33:40.370] | : result() for ClusterFuture ... [12:33:40.370] | : . result already collected: FutureResult [12:33:40.370] | : result() for ClusterFuture ... done [12:33:40.371] | : signalConditions() ... [12:33:40.371] | : . include = 'immediateCondition' [12:33:40.371] | : . exclude = [12:33:40.371] | : . resignal = FALSE [12:33:40.372] | : . Number of conditions: 0 [12:33:40.372] | : . int 0 [12:33:40.373] | : signalConditions() ... done [12:33:40.373] | : relay stdout ... [12:33:40.373] | : relay stdout ... done [12:33:40.374] | : check for misuse ... [12:33:40.374] | : check for misuse ... done [12:33:40.374] | value() for MultisessionFuture () ... done $a [1] 1 [12:33:40.375] | future(..., label = NULL) ... [12:33:40.375] | : lazy: FALSE [12:33:40.375] | : stdout: TRUE [12:33:40.376] | : conditions: [n=1] 'condition' [12:33:40.376] | : gc: FALSE [12:33:40.376] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:40.377] | : getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:40.378] | : . Searching for globals ... [12:33:40.401] | : . ' globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:33:40.402] | : . Searching for globals ... done [12:33:40.402] | : . Resolving globals: TRUE [12:33:40.402] | : . Resolving any globals that are futures ... [12:33:40.402] | : . ' globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:33:40.403] | : . Resolving any globals that are futures ... done [12:33:40.403] | : . Search for packages associated with the globals ... [12:33:40.403] | : . ' Packages associated with globals: [1] 'base' [12:33:40.403] | : . ' Packages: [1] 'base' [12:33:40.404] | : . Search for packages associated with the globals ... done [12:33:40.404] | : . Resolving futures part of globals (recursively) ... [12:33:40.404] | : . ' resolve() for FutureGlobals ... [12:33:40.404] | : . ' , recursive: 99 [12:33:40.405] | : . ' , Number of elements: 1 [12:33:40.405] | : . ' , elements: 'x' [12:33:40.405] | : . ' , 'obj' is list [12:33:40.405] | : . ' , resolve(obj, ...) ... [12:33:40.405] | : . ' , ; resolve() for list ... [12:33:40.405] | : . ' , ; ` recursive: 98 [12:33:40.406] | : . ' , ; ` Number of elements: 0 [12:33:40.406] | : . ' , ; resolve() for list ... done [12:33:40.406] | : . ' , resolve(obj, ...) ... done [12:33:40.406] | : . ' , resolved() ... [12:33:40.406] | : . ' , ; resolved() for list ... [12:33:40.406] | : . ' , ; ` Number of elements: 0 [12:33:40.407] | : . ' , ; ` Number of futures: 0 [12:33:40.407] | : . ' , ; resolved() for list ... done [12:33:40.407] | : . ' , resolved() ... done [12:33:40.407] | : . ' , length: 0 (resolved future 1) [12:33:40.407] | : . ' resolve() for FutureGlobals ... done [12:33:40.407] | : . ' globals: [1] 'x' [12:33:40.408] | : . Resolving futures part of globals (recursively) ... done [12:33:40.408] | : . Packages after dropping 'base': [0] [12:33:40.408] | : . globals: [1] 'x' [12:33:40.408] | : . packages: [0] [12:33:40.409] | : getGlobalsAndPackages() ... done [12:33:40.409] | : run() for 'Future' () ... [12:33:40.409] | : . state: 'created' [12:33:40.410] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:40.410] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:40.410] | : . Using MultisessionFutureBackend ... [12:33:40.410] | : . ' Number of futures since start: 8 (8 created, 8 launched, 8 finished) [12:33:40.411] | : . ' Launching futures ... [12:33:40.411] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:40.411] | : . ' , ; Workers: [n=2] [12:33:40.411] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:33:40.413] | : . ' , ; FutureRegistry: 'workers-471caef13ea03fa8121189447e6d6d2b' [12:33:40.413] | : . ' , ; requestWorker() ... [12:33:40.414] | : . ' , ; ` requestNode() ... [12:33:40.414] | : . ' , ; ` | Number of workers: 2 [12:33:40.414] | : . ' , ; ` | Polling for a free worker ... [12:33:40.414] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.414] | : . ' , ; ` | : . Listing all futures [12:33:40.415] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:40.415] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.415] | : . ' , ; ` | : Total time: 0 [12:33:40.415] | : . ' , ; ` | Polling for a free worker ... done [12:33:40.415] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.416] | : . ' , ; ` | : Listing all futures [12:33:40.416] | : . ' , ; ` | : Number of registered futures: 0 [12:33:40.416] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.417] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:40.417] | : . ' , ; ` | Index of first available worker: 1 [12:33:40.417] | : . ' , ; ` | Validate that the worker is functional ... [12:33:40.418] | : . ' , ; ` | : Worker is functional [12:33:40.418] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.419] | : . ' , ; ` | : . Listing all futures [12:33:40.419] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:40.419] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.419] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:40.420] | : . ' , ; ` requestNode() ... done [12:33:40.420] | : . ' , ; ` cluster node index: 1 [12:33:40.420] | : . ' , ; requestWorker() ... done [12:33:40.420] | : . ' , ; eraseGlobalEnvironment() ... [12:33:40.421] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:40.422] | : . ' , ; launchFuture() ... [12:33:40.422] | : . ' , ; ` cluster node index: 1 [12:33:40.422] | : . ' , ; ` getFutureData() ... [12:33:40.422] | : . ' , ; ` | getFutureCore() ... [12:33:40.423] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:40.423] | : . ' , ; ` | getFutureCore() ... done [12:33:40.423] | : . ' , ; ` | getFutureCapture() ... [12:33:40.423] | : . ' , ; ` | getFutureCapture() ... done [12:33:40.424] | : . ' , ; ` | getFutureContext() ... [12:33:40.424] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:40.424] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:40.425] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:40.425] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:40.425] | : . ' , ; ` | getFutureContext() ... done [12:33:40.425] | : . ' , ; ` getFutureData() ... done [12:33:40.426] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... [12:33:40.426] | : . ' , ; ` | Appended future to position #1 [12:33:40.427] | : . ' , ; ` | Number of registered futures: 1 [12:33:40.427] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... done [12:33:40.427] | : . ' , ; launchFuture() ... done [12:33:40.427] | : . ' , ; MultisessionFuture started [12:33:40.428] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:40.428] | : . ' Launching futures ... done [12:33:40.428] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:40.429] | : . Using MultisessionFutureBackend ... done [12:33:40.429] | : run() for 'Future' () ... done [12:33:40.429] | future(..., label = NULL) ... done [12:33:40.429] | value() for MultisessionFuture () ... [12:33:40.430] | : result() for ClusterFuture ... [12:33:40.430] | : . assertValidConnection() ... [12:33:40.430] | : . ' cluster node index: 1 [12:33:40.431] | : . assertValidConnection() ... done [12:33:40.431] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:40.432] | : . ' cluster node index: 1 [12:33:40.433] | : . ' [1] TRUE [12:33:40.434] | : . ' Received data: [12:33:40.437] | : . ' List of 5 [12:33:40.437] | : . ' $ type : chr "VALUE" [12:33:40.437] | : . ' $ value :List of 16 [12:33:40.437] | : . ' ..$ value :List of 1 [12:33:40.437] | : . ' .. ..$ a: num 1 [12:33:40.437] | : . ' ..$ visible : logi TRUE [12:33:40.437] | : . ' ..$ stdout : chr "" [12:33:40.437] | : . ' ..$ conditions : list() [12:33:40.437] | : . ' ..$ rng : logi FALSE [12:33:40.437] | : . ' ..$ seed : NULL [12:33:40.437] | : . ' ..$ misuseGlobalEnv : NULL [12:33:40.437] | : . ' ..$ misuseConnections :List of 3 [12:33:40.437] | : . ' .. ..$ added : NULL [12:33:40.437] | : . ' .. ..$ removed : NULL [12:33:40.437] | : . ' .. ..$ replaced: NULL [12:33:40.437] | : . ' ..$ misuseDevices : NULL [12:33:40.437] | : . ' ..$ misuseDefaultDevice: list() [12:33:40.437] | : . ' ..$ started : POSIXct[1:1], format: "2025-07-29 12:33:40" [12:33:40.437] | : . ' ..$ finished : POSIXct[1:1], format: "2025-07-29 12:33:40" [12:33:40.437] | : . ' ..$ uuid : chr [1:2] "fdd027aac11e4fb44ce272480449bf88" "21" [12:33:40.437] | : . ' ..$ session_uuid : chr "428b30351cd5ed8811355c388c6444a5" [12:33:40.437] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:40.437] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:40.437] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:40.437] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:40.437] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:40.437] | : . ' .. .. ..$ pid : int 39528 [12:33:40.437] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:33:39" [12:33:40.437] | : . ' .. .. ..$ random: int 2147483647 [12:33:40.437] | : . ' ..$ r_info :List of 4 [12:33:40.437] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:40.437] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:40.437] | : . ' .. ..$ os : chr "windows" [12:33:40.437] | : . ' .. ..$ os_name : chr "Windows" [12:33:40.437] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:40.437] | : . ' ..$ version : chr "1.8" [12:33:40.437] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:40.437] | : . ' $ success: logi TRUE [12:33:40.437] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [12:33:40.437] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:40.437] | : . ' $ tag : NULL [12:33:40.458] | : . ' Received FutureResult [12:33:40.458] | : . ' FutureResult: [12:33:40.458] | : . ' value: 'list' [12:33:40.458] | : . ' visible: TRUE [12:33:40.458] | : . ' stdout: character [12:33:40.458] | : . ' conditions: [n = 0] [12:33:40.458] | : . ' RNG used: FALSE [12:33:40.458] | : . ' duration: 0.005164862 secs (started 2025-07-29 12:33:40.426881) [12:33:40.458] | : . ' version: 1.8 [12:33:40.459] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... [12:33:40.460] | : . ' , Removed future from position #1 [12:33:40.460] | : . ' , Number of registered futures: 0 [12:33:40.460] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... done [12:33:40.461] | : . ' Erased future from future backend [12:33:40.461] | : . ' result() for ClusterFuture ... [12:33:40.461] | : . ' , result already collected: FutureResult [12:33:40.461] | : . ' result() for ClusterFuture ... done [12:33:40.462] | : . ' signalConditions() ... [12:33:40.462] | : . ' , include = 'immediateCondition' [12:33:40.462] | : . ' , exclude = [12:33:40.462] | : . ' , resignal = FALSE [12:33:40.463] | : . ' , Number of conditions: 0 [12:33:40.463] | : . ' , int 0 [12:33:40.464] | : . ' signalConditions() ... done [12:33:40.464] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:40.464] | : result() for ClusterFuture ... done [12:33:40.465] | : result() for ClusterFuture ... [12:33:40.465] | : . result already collected: FutureResult [12:33:40.465] | : result() for ClusterFuture ... done [12:33:40.465] | : signalConditions() ... [12:33:40.466] | : . include = 'immediateCondition' [12:33:40.466] | : . exclude = [12:33:40.466] | : . resignal = FALSE [12:33:40.466] | : . Number of conditions: 0 [12:33:40.467] | : . int 0 [12:33:40.467] | : signalConditions() ... done [12:33:40.468] | : relay stdout ... [12:33:40.468] | : relay stdout ... done [12:33:40.468] | : check for misuse ... [12:33:40.469] | : check for misuse ... done [12:33:40.469] | value() for MultisessionFuture () ... done $a [1] 1 [12:33:40.469] | future(..., label = NULL) ... [12:33:40.470] | : lazy: TRUE [12:33:40.470] | : stdout: TRUE [12:33:40.470] | : conditions: [n=1] 'condition' [12:33:40.470] | : gc: FALSE [12:33:40.471] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:40.471] | : getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:40.472] | : . Searching for globals ... [12:33:40.497] | : . ' globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:33:40.497] | : . Searching for globals ... done [12:33:40.498] | : . Resolving globals: TRUE [12:33:40.498] | : . Resolving any globals that are futures ... [12:33:40.498] | : . ' globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:33:40.498] | : . Resolving any globals that are futures ... done [12:33:40.499] | : . Search for packages associated with the globals ... [12:33:40.499] | : . ' Packages associated with globals: [1] 'base' [12:33:40.500] | : . ' Packages: [1] 'base' [12:33:40.500] | : . Search for packages associated with the globals ... done [12:33:40.500] | : . Resolving futures part of globals (recursively) ... [12:33:40.501] | : . ' resolve() for FutureGlobals ... [12:33:40.501] | : . ' , recursive: 99 [12:33:40.501] | : . ' , Number of elements: 1 [12:33:40.502] | : . ' , elements: 'x' [12:33:40.502] | : . ' , 'obj' is list [12:33:40.502] | : . ' , resolve(obj, ...) ... [12:33:40.503] | : . ' , ; resolve() for list ... [12:33:40.503] | : . ' , ; ` recursive: 98 [12:33:40.503] | : . ' , ; ` Number of elements: 0 [12:33:40.503] | : . ' , ; resolve() for list ... done [12:33:40.504] | : . ' , resolve(obj, ...) ... done [12:33:40.504] | : . ' , resolved() ... [12:33:40.504] | : . ' , ; resolved() for list ... [12:33:40.504] | : . ' , ; ` Number of elements: 0 [12:33:40.505] | : . ' , ; ` Number of futures: 0 [12:33:40.505] | : . ' , ; resolved() for list ... done [12:33:40.505] | : . ' , resolved() ... done [12:33:40.506] | : . ' , length: 0 (resolved future 1) [12:33:40.506] | : . ' resolve() for FutureGlobals ... done [12:33:40.506] | : . ' globals: [1] 'x' [12:33:40.506] | : . Resolving futures part of globals (recursively) ... done [12:33:40.507] | : . Packages after dropping 'base': [0] [12:33:40.507] | : . globals: [1] 'x' [12:33:40.507] | : . packages: [0] [12:33:40.508] | : getGlobalsAndPackages() ... done [12:33:40.508] | future(..., label = NULL) ... done [12:33:40.508] | value() for Future () ... [12:33:40.509] | : run() for 'Future' () ... [12:33:40.509] | : . state: 'created' [12:33:40.509] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:40.510] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:40.510] | : . Using MultisessionFutureBackend ... [12:33:40.510] | : . ' Number of futures since start: 9 (9 created, 9 launched, 9 finished) [12:33:40.510] | : . ' Launching futures ... [12:33:40.511] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:40.511] | : . ' , ; Workers: [n=2] [12:33:40.511] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:33:40.514] | : . ' , ; FutureRegistry: 'workers-471caef13ea03fa8121189447e6d6d2b' [12:33:40.515] | : . ' , ; requestWorker() ... [12:33:40.515] | : . ' , ; ` requestNode() ... [12:33:40.515] | : . ' , ; ` | Number of workers: 2 [12:33:40.516] | : . ' , ; ` | Polling for a free worker ... [12:33:40.516] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.516] | : . ' , ; ` | : . Listing all futures [12:33:40.516] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:40.517] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.517] | : . ' , ; ` | : Total time: 0 [12:33:40.517] | : . ' , ; ` | Polling for a free worker ... done [12:33:40.517] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.518] | : . ' , ; ` | : Listing all futures [12:33:40.518] | : . ' , ; ` | : Number of registered futures: 0 [12:33:40.518] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.519] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:40.519] | : . ' , ; ` | Index of first available worker: 1 [12:33:40.519] | : . ' , ; ` | Validate that the worker is functional ... [12:33:40.520] | : . ' , ; ` | : Worker is functional [12:33:40.520] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.520] | : . ' , ; ` | : . Listing all futures [12:33:40.520] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:40.521] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.521] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:40.521] | : . ' , ; ` requestNode() ... done [12:33:40.521] | : . ' , ; ` cluster node index: 1 [12:33:40.521] | : . ' , ; requestWorker() ... done [12:33:40.522] | : . ' , ; eraseGlobalEnvironment() ... [12:33:40.522] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:40.523] | : . ' , ; launchFuture() ... [12:33:40.523] | : . ' , ; ` cluster node index: 1 [12:33:40.523] | : . ' , ; ` getFutureData() ... [12:33:40.524] | : . ' , ; ` | getFutureCore() ... [12:33:40.524] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:40.524] | : . ' , ; ` | getFutureCore() ... done [12:33:40.525] | : . ' , ; ` | getFutureCapture() ... [12:33:40.525] | : . ' , ; ` | getFutureCapture() ... done [12:33:40.525] | : . ' , ; ` | getFutureContext() ... [12:33:40.526] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:40.526] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:40.526] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:40.526] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:40.527] | : . ' , ; ` | getFutureContext() ... done [12:33:40.527] | : . ' , ; ` getFutureData() ... done [12:33:40.528] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... [12:33:40.528] | : . ' , ; ` | Appended future to position #1 [12:33:40.528] | : . ' , ; ` | Number of registered futures: 1 [12:33:40.529] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... done [12:33:40.529] | : . ' , ; launchFuture() ... done [12:33:40.529] | : . ' , ; MultisessionFuture started [12:33:40.529] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:40.530] | : . ' Launching futures ... done [12:33:40.530] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:40.530] | : . Using MultisessionFutureBackend ... done [12:33:40.530] | : run() for 'Future' () ... done [12:33:40.531] | : result() for ClusterFuture ... [12:33:40.531] | : . assertValidConnection() ... [12:33:40.531] | : . ' cluster node index: 1 [12:33:40.532] | : . assertValidConnection() ... done [12:33:40.532] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:40.533] | : . ' cluster node index: 1 [12:33:40.536] | : . ' [1] TRUE [12:33:40.536] | : . ' Received data: [12:33:40.537] | : . ' List of 5 [12:33:40.537] | : . ' $ type : chr "VALUE" [12:33:40.537] | : . ' $ value :List of 16 [12:33:40.537] | : . ' ..$ value :List of 1 [12:33:40.537] | : . ' .. ..$ a: num 1 [12:33:40.537] | : . ' ..$ visible : logi TRUE [12:33:40.537] | : . ' ..$ stdout : chr "" [12:33:40.537] | : . ' ..$ conditions : list() [12:33:40.537] | : . ' ..$ rng : logi FALSE [12:33:40.537] | : . ' ..$ seed : NULL [12:33:40.537] | : . ' ..$ misuseGlobalEnv : NULL [12:33:40.537] | : . ' ..$ misuseConnections :List of 3 [12:33:40.537] | : . ' .. ..$ added : NULL [12:33:40.537] | : . ' .. ..$ removed : NULL [12:33:40.537] | : . ' .. ..$ replaced: NULL [12:33:40.537] | : . ' ..$ misuseDevices : NULL [12:33:40.537] | : . ' ..$ misuseDefaultDevice: list() [12:33:40.537] | : . ' ..$ started : POSIXct[1:1], format: "2025-07-29 12:33:40" [12:33:40.537] | : . ' ..$ finished : POSIXct[1:1], format: "2025-07-29 12:33:40" [12:33:40.537] | : . ' ..$ uuid : chr [1:2] "fdd027aac11e4fb44ce272480449bf88" "22" [12:33:40.537] | : . ' ..$ session_uuid : chr "428b30351cd5ed8811355c388c6444a5" [12:33:40.537] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:40.537] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:40.537] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:40.537] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:40.537] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:40.537] | : . ' .. .. ..$ pid : int 39528 [12:33:40.537] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:33:39" [12:33:40.537] | : . ' .. .. ..$ random: int 2147483647 [12:33:40.537] | : . ' ..$ r_info :List of 4 [12:33:40.537] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:40.537] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:40.537] | : . ' .. ..$ os : chr "windows" [12:33:40.537] | : . ' .. ..$ os_name : chr "Windows" [12:33:40.537] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:40.537] | : . ' ..$ version : chr "1.8" [12:33:40.537] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:40.537] | : . ' $ success: logi TRUE [12:33:40.537] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:33:40.537] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:40.537] | : . ' $ tag : NULL [12:33:40.558] | : . ' Received FutureResult [12:33:40.559] | : . ' FutureResult: [12:33:40.559] | : . ' value: 'list' [12:33:40.559] | : . ' visible: TRUE [12:33:40.559] | : . ' stdout: character [12:33:40.559] | : . ' conditions: [n = 0] [12:33:40.559] | : . ' RNG used: FALSE [12:33:40.559] | : . ' duration: 0.005917072 secs (started 2025-07-29 12:33:40.528626) [12:33:40.559] | : . ' version: 1.8 [12:33:40.560] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... [12:33:40.560] | : . ' , Removed future from position #1 [12:33:40.561] | : . ' , Number of registered futures: 0 [12:33:40.561] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... done [12:33:40.561] | : . ' Erased future from future backend [12:33:40.561] | : . ' result() for ClusterFuture ... [12:33:40.562] | : . ' , result already collected: FutureResult [12:33:40.562] | : . ' result() for ClusterFuture ... done [12:33:40.562] | : . ' signalConditions() ... [12:33:40.563] | : . ' , include = 'immediateCondition' [12:33:40.563] | : . ' , exclude = [12:33:40.563] | : . ' , resignal = FALSE [12:33:40.564] | : . ' , Number of conditions: 0 [12:33:40.564] | : . ' , int 0 [12:33:40.565] | : . ' signalConditions() ... done [12:33:40.565] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:40.565] | : result() for ClusterFuture ... done [12:33:40.566] | : result() for ClusterFuture ... [12:33:40.566] | : . result already collected: FutureResult [12:33:40.566] | : result() for ClusterFuture ... done [12:33:40.567] | : signalConditions() ... [12:33:40.567] | : . include = 'immediateCondition' [12:33:40.567] | : . exclude = [12:33:40.567] | : . resignal = FALSE [12:33:40.568] | : . Number of conditions: 0 [12:33:40.568] | : . int 0 [12:33:40.569] | : signalConditions() ... done [12:33:40.569] | : relay stdout ... [12:33:40.569] | : relay stdout ... done [12:33:40.570] | : check for misuse ... [12:33:40.570] | : check for misuse ... done [12:33:40.570] | value() for Future () ... done $a [1] 1 [12:33:40.571] | future(..., label = NULL) ... [12:33:40.571] | : lazy: FALSE [12:33:40.571] | : stdout: TRUE [12:33:40.572] | : conditions: [n=1] 'condition' [12:33:40.572] | : gc: FALSE [12:33:40.572] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:40.573] | : getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:40.573] | : . Searching for globals ... [12:33:40.599] | : . ' globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:33:40.600] | : . Searching for globals ... done [12:33:40.600] | : . Resolving globals: TRUE [12:33:40.600] | : . Resolving any globals that are futures ... [12:33:40.601] | : . ' globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:33:40.601] | : . Resolving any globals that are futures ... done [12:33:40.601] | : . Search for packages associated with the globals ... [12:33:40.602] | : . ' Packages associated with globals: [1] 'base' [12:33:40.602] | : . ' Packages: [1] 'base' [12:33:40.603] | : . Search for packages associated with the globals ... done [12:33:40.603] | : . Resolving futures part of globals (recursively) ... [12:33:40.603] | : . ' resolve() for FutureGlobals ... [12:33:40.604] | : . ' , recursive: 99 [12:33:40.604] | : . ' , Number of elements: 1 [12:33:40.604] | : . ' , elements: 'x' [12:33:40.605] | : . ' , 'obj' is list [12:33:40.605] | : . ' , resolve(obj, ...) ... [12:33:40.605] | : . ' , ; resolve() for list ... [12:33:40.605] | : . ' , ; ` recursive: 98 [12:33:40.606] | : . ' , ; ` Number of elements: 0 [12:33:40.606] | : . ' , ; resolve() for list ... done [12:33:40.606] | : . ' , resolve(obj, ...) ... done [12:33:40.606] | : . ' , resolved() ... [12:33:40.607] | : . ' , ; resolved() for list ... [12:33:40.607] | : . ' , ; ` Number of elements: 0 [12:33:40.607] | : . ' , ; ` Number of futures: 0 [12:33:40.607] | : . ' , ; resolved() for list ... done [12:33:40.608] | : . ' , resolved() ... done [12:33:40.608] | : . ' , length: 0 (resolved future 1) [12:33:40.608] | : . ' resolve() for FutureGlobals ... done [12:33:40.609] | : . ' globals: [1] 'x' [12:33:40.609] | : . Resolving futures part of globals (recursively) ... done [12:33:40.609] | : . Packages after dropping 'base': [0] [12:33:40.609] | : . globals: [1] 'x' [12:33:40.610] | : . packages: [0] [12:33:40.610] | : getGlobalsAndPackages() ... done [12:33:40.610] | : run() for 'Future' () ... [12:33:40.611] | : . state: 'created' [12:33:40.611] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:40.611] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:40.612] | : . Using MultisessionFutureBackend ... [12:33:40.612] | : . ' Number of futures since start: 10 (10 created, 10 launched, 10 finished) [12:33:40.612] | : . ' Launching futures ... [12:33:40.613] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:40.613] | : . ' , ; Workers: [n=2] [12:33:40.613] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:33:40.616] | : . ' , ; FutureRegistry: 'workers-471caef13ea03fa8121189447e6d6d2b' [12:33:40.616] | : . ' , ; requestWorker() ... [12:33:40.616] | : . ' , ; ` requestNode() ... [12:33:40.617] | : . ' , ; ` | Number of workers: 2 [12:33:40.617] | : . ' , ; ` | Polling for a free worker ... [12:33:40.617] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.618] | : . ' , ; ` | : . Listing all futures [12:33:40.618] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:40.618] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.618] | : . ' , ; ` | : Total time: 0 [12:33:40.619] | : . ' , ; ` | Polling for a free worker ... done [12:33:40.619] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.619] | : . ' , ; ` | : Listing all futures [12:33:40.620] | : . ' , ; ` | : Number of registered futures: 0 [12:33:40.620] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.620] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:40.620] | : . ' , ; ` | Index of first available worker: 1 [12:33:40.621] | : . ' , ; ` | Validate that the worker is functional ... [12:33:40.621] | : . ' , ; ` | : Worker is functional [12:33:40.622] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.622] | : . ' , ; ` | : . Listing all futures [12:33:40.622] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:40.623] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.623] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:40.623] | : . ' , ; ` requestNode() ... done [12:33:40.623] | : . ' , ; ` cluster node index: 1 [12:33:40.624] | : . ' , ; requestWorker() ... done [12:33:40.624] | : . ' , ; eraseGlobalEnvironment() ... [12:33:40.625] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:40.626] | : . ' , ; launchFuture() ... [12:33:40.626] | : . ' , ; ` cluster node index: 1 [12:33:40.626] | : . ' , ; ` getFutureData() ... [12:33:40.627] | : . ' , ; ` | getFutureCore() ... [12:33:40.627] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:40.627] | : . ' , ; ` | getFutureCore() ... done [12:33:40.627] | : . ' , ; ` | getFutureCapture() ... [12:33:40.627] | : . ' , ; ` | getFutureCapture() ... done [12:33:40.628] | : . ' , ; ` | getFutureContext() ... [12:33:40.628] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:40.628] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:40.628] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:40.628] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:40.629] | : . ' , ; ` | getFutureContext() ... done [12:33:40.629] | : . ' , ; ` getFutureData() ... done [12:33:40.629] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... [12:33:40.630] | : . ' , ; ` | Appended future to position #1 [12:33:40.630] | : . ' , ; ` | Number of registered futures: 1 [12:33:40.630] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... done [12:33:40.630] | : . ' , ; launchFuture() ... done [12:33:40.630] | : . ' , ; MultisessionFuture started [12:33:40.631] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:40.631] | : . ' Launching futures ... done [12:33:40.631] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:40.631] | : . Using MultisessionFutureBackend ... done [12:33:40.631] | : run() for 'Future' () ... done [12:33:40.632] | future(..., label = NULL) ... done [12:33:40.632] | value() for MultisessionFuture () ... [12:33:40.632] | : result() for ClusterFuture ... [12:33:40.632] | : . assertValidConnection() ... [12:33:40.633] | : . ' cluster node index: 1 [12:33:40.633] | : . assertValidConnection() ... done [12:33:40.633] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:40.633] | : . ' cluster node index: 1 [12:33:40.637] | : . ' [1] TRUE [12:33:40.637] | : . ' Received data: [12:33:40.637] | : . ' List of 5 [12:33:40.637] | : . ' $ type : chr "VALUE" [12:33:40.637] | : . ' $ value :List of 16 [12:33:40.637] | : . ' ..$ value :List of 1 [12:33:40.637] | : . ' .. ..$ a: num 1 [12:33:40.637] | : . ' ..$ visible : logi TRUE [12:33:40.637] | : . ' ..$ stdout : chr "" [12:33:40.637] | : . ' ..$ conditions : list() [12:33:40.637] | : . ' ..$ rng : logi FALSE [12:33:40.637] | : . ' ..$ seed : NULL [12:33:40.637] | : . ' ..$ misuseGlobalEnv : NULL [12:33:40.637] | : . ' ..$ misuseConnections :List of 3 [12:33:40.637] | : . ' .. ..$ added : NULL [12:33:40.637] | : . ' .. ..$ removed : NULL [12:33:40.637] | : . ' .. ..$ replaced: NULL [12:33:40.637] | : . ' ..$ misuseDevices : NULL [12:33:40.637] | : . ' ..$ misuseDefaultDevice: list() [12:33:40.637] | : . ' ..$ started : POSIXct[1:1], format: "2025-07-29 12:33:40" [12:33:40.637] | : . ' ..$ finished : POSIXct[1:1], format: "2025-07-29 12:33:40" [12:33:40.637] | : . ' ..$ uuid : chr [1:2] "fdd027aac11e4fb44ce272480449bf88" "23" [12:33:40.637] | : . ' ..$ session_uuid : chr "428b30351cd5ed8811355c388c6444a5" [12:33:40.637] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:40.637] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:40.637] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:40.637] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:40.637] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:40.637] | : . ' .. .. ..$ pid : int 39528 [12:33:40.637] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:33:39" [12:33:40.637] | : . ' .. .. ..$ random: int 2147483647 [12:33:40.637] | : . ' ..$ r_info :List of 4 [12:33:40.637] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:40.637] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:40.637] | : . ' .. ..$ os : chr "windows" [12:33:40.637] | : . ' .. ..$ os_name : chr "Windows" [12:33:40.637] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:40.637] | : . ' ..$ version : chr "1.8" [12:33:40.637] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:40.637] | : . ' $ success: logi TRUE [12:33:40.637] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [12:33:40.637] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:40.637] | : . ' $ tag : NULL [12:33:40.656] | : . ' Received FutureResult [12:33:40.657] | : . ' FutureResult: [12:33:40.657] | : . ' value: 'list' [12:33:40.657] | : . ' visible: TRUE [12:33:40.657] | : . ' stdout: character [12:33:40.657] | : . ' conditions: [n = 0] [12:33:40.657] | : . ' RNG used: FALSE [12:33:40.657] | : . ' duration: 0.005157948 secs (started 2025-07-29 12:33:40.630286) [12:33:40.657] | : . ' version: 1.8 [12:33:40.657] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... [12:33:40.658] | : . ' , Removed future from position #1 [12:33:40.658] | : . ' , Number of registered futures: 0 [12:33:40.658] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... done [12:33:40.658] | : . ' Erased future from future backend [12:33:40.659] | : . ' result() for ClusterFuture ... [12:33:40.659] | : . ' , result already collected: FutureResult [12:33:40.659] | : . ' result() for ClusterFuture ... done [12:33:40.659] | : . ' signalConditions() ... [12:33:40.660] | : . ' , include = 'immediateCondition' [12:33:40.660] | : . ' , exclude = [12:33:40.660] | : . ' , resignal = FALSE [12:33:40.660] | : . ' , Number of conditions: 0 [12:33:40.661] | : . ' , int 0 [12:33:40.661] | : . ' signalConditions() ... done [12:33:40.662] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:40.662] | : result() for ClusterFuture ... done [12:33:40.662] | : result() for ClusterFuture ... [12:33:40.662] | : . result already collected: FutureResult [12:33:40.663] | : result() for ClusterFuture ... done [12:33:40.663] | : signalConditions() ... [12:33:40.663] | : . include = 'immediateCondition' [12:33:40.663] | : . exclude = [12:33:40.663] | : . resignal = FALSE [12:33:40.664] | : . Number of conditions: 0 [12:33:40.664] | : . int 0 [12:33:40.665] | : signalConditions() ... done [12:33:40.665] | : relay stdout ... [12:33:40.665] | : relay stdout ... done [12:33:40.665] | : check for misuse ... [12:33:40.666] | : check for misuse ... done [12:33:40.666] | value() for MultisessionFuture () ... done $a [1] 1 [12:33:40.666] | future(..., label = NULL) ... [12:33:40.667] | : lazy: FALSE [12:33:40.667] | : stdout: TRUE [12:33:40.667] | : conditions: [n=1] 'condition' [12:33:40.667] | : gc: FALSE [12:33:40.667] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [12:33:40.668] | : getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [12:33:40.669] | : . Searching for globals ... [12:33:40.691] | : . ' globals found: [7] '{', 'x', '<-', '[', 'name', '[<-', 'list' [12:33:40.692] | : . Searching for globals ... done [12:33:40.692] | : . Resolving globals: TRUE [12:33:40.692] | : . Resolving any globals that are futures ... [12:33:40.693] | : . ' globals: [7] '{', 'x', '<-', '[', 'name', '[<-', 'list' [12:33:40.693] | : . Resolving any globals that are futures ... done [12:33:40.693] | : . Search for packages associated with the globals ... [12:33:40.694] | : . ' Packages associated with globals: [1] 'base' [12:33:40.694] | : . ' Packages: [1] 'base' [12:33:40.694] | : . Search for packages associated with the globals ... done [12:33:40.695] | : . Resolving futures part of globals (recursively) ... [12:33:40.695] | : . ' resolve() for FutureGlobals ... [12:33:40.695] | : . ' , recursive: 99 [12:33:40.696] | : . ' , Number of elements: 2 [12:33:40.696] | : . ' , elements: 'x', 'name' [12:33:40.696] | : . ' , 'obj' is list [12:33:40.696] | : . ' , resolve(obj, ...) ... [12:33:40.697] | : . ' , ; resolve() for list ... [12:33:40.697] | : . ' , ; ` recursive: 98 [12:33:40.697] | : . ' , ; ` Number of elements: 0 [12:33:40.697] | : . ' , ; resolve() for list ... done [12:33:40.698] | : . ' , resolve(obj, ...) ... done [12:33:40.698] | : . ' , resolved() ... [12:33:40.698] | : . ' , ; resolved() for list ... [12:33:40.698] | : . ' , ; ` Number of elements: 0 [12:33:40.699] | : . ' , ; ` Number of futures: 0 [12:33:40.699] | : . ' , ; resolved() for list ... done [12:33:40.699] | : . ' , resolved() ... done [12:33:40.699] | : . ' , length: 1 (resolved future 1) [12:33:40.700] | : . ' , 'obj' is atomic [12:33:40.700] | : . ' , resolved() ... [12:33:40.700] | : . ' , resolved() ... done [12:33:40.700] | : . ' , length: 0 (resolved future 2) [12:33:40.700] | : . ' resolve() for FutureGlobals ... done [12:33:40.700] | : . ' globals: [2] 'x', 'name' [12:33:40.701] | : . Resolving futures part of globals (recursively) ... done [12:33:40.701] | : . Packages after dropping 'base': [0] [12:33:40.701] | : . globals: [2] 'x', 'name' [12:33:40.701] | : . packages: [0] [12:33:40.701] | : getGlobalsAndPackages() ... done [12:33:40.702] | : run() for 'Future' () ... [12:33:40.702] | : . state: 'created' [12:33:40.702] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:40.702] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:40.702] | : . Using MultisessionFutureBackend ... [12:33:40.702] | : . ' Number of futures since start: 11 (11 created, 11 launched, 11 finished) [12:33:40.703] | : . ' Launching futures ... [12:33:40.703] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:40.703] | : . ' , ; Workers: [n=2] [12:33:40.703] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-07-28 r88462 ucrt), platform x86_64-w64-mingw32) [12:33:40.705] | : . ' , ; FutureRegistry: 'workers-471caef13ea03fa8121189447e6d6d2b' [12:33:40.705] | : . ' , ; requestWorker() ... [12:33:40.705] | : . ' , ; ` requestNode() ... [12:33:40.706] | : . ' , ; ` | Number of workers: 2 [12:33:40.706] | : . ' , ; ` | Polling for a free worker ... [12:33:40.706] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.706] | : . ' , ; ` | : . Listing all futures [12:33:40.706] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:40.706] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.707] | : . ' , ; ` | : Total time: 0 [12:33:40.707] | : . ' , ; ` | Polling for a free worker ... done [12:33:40.707] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.707] | : . ' , ; ` | : Listing all futures [12:33:40.707] | : . ' , ; ` | : Number of registered futures: 0 [12:33:40.707] | : . ' , ; ` | FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.707] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:40.708] | : . ' , ; ` | Index of first available worker: 1 [12:33:40.708] | : . ' , ; ` | Validate that the worker is functional ... [12:33:40.708] | : . ' , ; ` | : Worker is functional [12:33:40.709] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... [12:33:40.709] | : . ' , ; ` | : . Listing all futures [12:33:40.709] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:40.709] | : . ' , ; ` | : FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'list', earlySignal = 0) ... done [12:33:40.709] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:40.709] | : . ' , ; ` requestNode() ... done [12:33:40.710] | : . ' , ; ` cluster node index: 1 [12:33:40.710] | : . ' , ; requestWorker() ... done [12:33:40.710] | : . ' , ; eraseGlobalEnvironment() ... [12:33:40.713] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:40.713] | : . ' , ; launchFuture() ... [12:33:40.713] | : . ' , ; ` cluster node index: 1 [12:33:40.713] | : . ' , ; ` getFutureData() ... [12:33:40.713] | : . ' , ; ` | getFutureCore() ... [12:33:40.713] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:40.714] | : . ' , ; ` | getFutureCore() ... done [12:33:40.714] | : . ' , ; ` | getFutureCapture() ... [12:33:40.714] | : . ' , ; ` | getFutureCapture() ... done [12:33:40.714] | : . ' , ; ` | getFutureContext() ... [12:33:40.714] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:40.714] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:40.715] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:40.715] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:40.715] | : . ' , ; ` | getFutureContext() ... done [12:33:40.715] | : . ' , ; ` getFutureData() ... done [12:33:40.716] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... [12:33:40.716] | : . ' , ; ` | Appended future to position #1 [12:33:40.716] | : . ' , ; ` | Number of registered futures: 1 [12:33:40.716] | : . ' , ; ` FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'add', earlySignal = 0) ... done [12:33:40.716] | : . ' , ; launchFuture() ... done [12:33:40.716] | : . ' , ; MultisessionFuture started [12:33:40.717] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:40.717] | : . ' Launching futures ... done [12:33:40.717] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:40.717] | : . Using MultisessionFutureBackend ... done [12:33:40.717] | : run() for 'Future' () ... done [12:33:40.717] | future(..., label = NULL) ... done [12:33:40.718] | value() for MultisessionFuture () ... [12:33:40.718] | : result() for ClusterFuture ... [12:33:40.718] | : . assertValidConnection() ... [12:33:40.718] | : . ' cluster node index: 1 [12:33:40.719] | : . assertValidConnection() ... done [12:33:40.719] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:40.719] | : . ' cluster node index: 1 [12:33:40.723] | : . ' [1] TRUE [12:33:40.723] | : . ' Received data: [12:33:40.723] | : . ' List of 5 [12:33:40.723] | : . ' $ type : chr "VALUE" [12:33:40.723] | : . ' $ value :List of 16 [12:33:40.723] | : . ' ..$ value :List of 1 [12:33:40.723] | : . ' .. ..$ a: num 1 [12:33:40.723] | : . ' ..$ visible : logi TRUE [12:33:40.723] | : . ' ..$ stdout : chr "" [12:33:40.723] | : . ' ..$ conditions : list() [12:33:40.723] | : . ' ..$ rng : logi FALSE [12:33:40.723] | : . ' ..$ seed : NULL [12:33:40.723] | : . ' ..$ misuseGlobalEnv : NULL [12:33:40.723] | : . ' ..$ misuseConnections :List of 3 [12:33:40.723] | : . ' .. ..$ added : NULL [12:33:40.723] | : . ' .. ..$ removed : NULL [12:33:40.723] | : . ' .. ..$ replaced: NULL [12:33:40.723] | : . ' ..$ misuseDevices : NULL [12:33:40.723] | : . ' ..$ misuseDefaultDevice: list() [12:33:40.723] | : . ' ..$ started : POSIXct[1:1], format: "2025-07-29 12:33:40" [12:33:40.723] | : . ' ..$ finished : POSIXct[1:1], format: "2025-07-29 12:33:40" [12:33:40.723] | : . ' ..$ uuid : chr [1:2] "fdd027aac11e4fb44ce272480449bf88" "24" [12:33:40.723] | : . ' ..$ session_uuid : chr "428b30351cd5ed8811355c388c6444a5" [12:33:40.723] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:40.723] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:40.723] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:40.723] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:40.723] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:40.723] | : . ' .. .. ..$ pid : int 39528 [12:33:40.723] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-07-29 12:33:39" [12:33:40.723] | : . ' .. .. ..$ random: int 2147483647 [12:33:40.723] | : . ' ..$ r_info :List of 4 [12:33:40.723] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:40.723] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:40.723] | : . ' .. ..$ os : chr "windows" [12:33:40.723] | : . ' .. ..$ os_name : chr "Windows" [12:33:40.723] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:40.723] | : . ' ..$ version : chr "1.8" [12:33:40.723] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:40.723] | : . ' $ success: logi TRUE [12:33:40.723] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:33:40.723] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:40.723] | : . ' $ tag : NULL [12:33:40.743] | : . ' Received FutureResult [12:33:40.743] | : . ' FutureResult: [12:33:40.743] | : . ' value: 'list' [12:33:40.743] | : . ' visible: TRUE [12:33:40.743] | : . ' stdout: character [12:33:40.743] | : . ' conditions: [n = 0] [12:33:40.743] | : . ' RNG used: FALSE [12:33:40.743] | : . ' duration: 0.004953146 secs (started 2025-07-29 12:33:40.716565) [12:33:40.743] | : . ' version: 1.8 [12:33:40.744] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... [12:33:40.744] | : . ' , Removed future from position #1 [12:33:40.744] | : . ' , Number of registered futures: 0 [12:33:40.745] | : . ' FutureRegistry('workers-471caef13ea03fa8121189447e6d6d2b', action = 'remove', earlySignal = 0) ... done [12:33:40.745] | : . ' Erased future from future backend [12:33:40.745] | : . ' result() for ClusterFuture ... [12:33:40.745] | : . ' , result already collected: FutureResult [12:33:40.746] | : . ' result() for ClusterFuture ... done [12:33:40.746] | : . ' signalConditions() ... [12:33:40.746] | : . ' , include = 'immediateCondition' [12:33:40.746] | : . ' , exclude = [12:33:40.747] | : . ' , resignal = FALSE [12:33:40.747] | : . ' , Number of conditions: 0 [12:33:40.747] | : . ' , int 0 [12:33:40.748] | : . ' signalConditions() ... done [12:33:40.748] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:40.748] | : result() for ClusterFuture ... done [12:33:40.749] | : result() for ClusterFuture ... [12:33:40.749] | : . result already collected: FutureResult [12:33:40.749] | : result() for ClusterFuture ... done [12:33:40.749] | : signalConditions() ... [12:33:40.750] | : . include = 'immediateCondition' [12:33:40.750] | : . exclude = [12:33:40.750] | : . resignal = FALSE [12:33:40.750] | : . Number of conditions: 0 [12:33:40.750] | : . int 0 [12:33:40.751] | : signalConditions() ... done [12:33:40.751] | : relay stdout ... [12:33:40.752] | : relay stdout ... done [12:33:40.752] | : check for misuse ... [12:33:40.752] | : check for misuse ... done [12:33:40.752] | value() for MultisessionFuture () ... done $a [1] 1 Testing with 2 cores ... DONE > message("*** Globals - subassignments w/ x$a <- value ... DONE") *** Globals - subassignments w/ x$a <- value ... DONE > message("*** Globals - subassignments ... DONE") *** Globals - subassignments ... DONE Sourcing 6 epilogue scripts ... 01/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/001.undo-future.R' 02/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/002.undo-state.R' Failed to undo environment variables: - Expected environment variables: [n=213] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_07_29_12_30_17_31216' Sourcing 6 epilogue scripts ... done Test time: user.self=3s, sys.self=0.04s, elapsed=4s, user.child=NAs, sys.child=NAs Test 'globals,subassignment' ... success > > proc.time() user system elapsed 3.56 0.10 4.73