R Under development (unstable) (2026-01-15 r89304 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > #! /usr/bin/env Rscript > ## This runs testme test script inst/testme/test-globals,subassignment.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("globals,subassignment") Test 'globals,subassignment' ... chr "none" > library(future) [12:34:04.208] Option 'future.startup.script': TRUE [12:34:04.210] Future startup scripts considered: '.future.R', '~/.future.R' [12:34:04.211] 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:34:04.294] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:04.295] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:34:04.295] | : all.equal() for FutureStrategyList ... [12:34:04.295] | : . New stack: [12:34:04.296] | : . List of 1 [12:34:04.296] | : . $ :function (..., envir = parent.frame()) [12:34:04.296] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.296] | : . ..- attr(*, "init")= logi TRUE [12:34:04.296] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.296] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.296] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.296] | : . ..- attr(*, "call")= language plan(strategy) [12:34:04.296] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:04.300] | : . Old stack: [12:34:04.300] | : . List of 1 [12:34:04.300] | : . $ :function (..., envir = parent.frame()) [12:34:04.300] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.300] | : . ..- attr(*, "init")= logi TRUE [12:34:04.300] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.300] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.300] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.300] | : . ..- attr(*, "call")= language plan(sequential) [12:34:04.300] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:04.303] | : . Not identical [12:34:04.303] | : . all.equal() for future ... [12:34:04.304] | : . ' List of 2 [12:34:04.304] | : . ' $ target :function (..., envir = parent.frame()) [12:34:04.304] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.304] | : . ' ..- attr(*, "init")= logi TRUE [12:34:04.304] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.304] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.304] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.304] | : . ' ..- attr(*, "call")= language plan(strategy) [12:34:04.304] | : . ' $ current:function (..., envir = parent.frame()) [12:34:04.304] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.304] | : . ' ..- attr(*, "init")= logi TRUE [12:34:04.304] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.304] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.304] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.304] | : . ' ..- attr(*, "call")= language plan(sequential) [12:34:04.311] | : . all.equal() for future ... done [12:34:04.312] | : all.equal() for FutureStrategyList ... done [12:34:04.312] | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:04.312] | : List of future strategies: [12:34:04.312] | : 1. sequential: [12:34:04.312] | : - args: function (..., envir = parent.frame(), workers = "") [12:34:04.312] | : - tweaked: FALSE [12:34:04.312] | : - call: plan(sequential) [12:34:04.314] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:34:04.314] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:04.314] future(..., label = NULL) ... [12:34:04.314] | lazy: FALSE [12:34:04.314] | stdout: TRUE [12:34:04.315] | conditions: [n=1] 'condition' 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:34:04.316] | 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:34:04.319] | : Searching for globals ... [12:34:04.358] | : . globals found: [5] '{', 'x', '<-', '$', '$<-' [12:34:04.359] | : Searching for globals ... done [12:34:04.359] | : Resolving globals: TRUE [12:34:04.360] | : Resolving any globals that are futures ... [12:34:04.360] | : . globals: [5] '{', 'x', '<-', '$', '$<-' [12:34:04.360] | : Resolving any globals that are futures ... done [12:34:04.360] | : Search for packages associated with the globals ... [12:34:04.361] | : . Packages associated with globals: [1] 'base' [12:34:04.362] | : . Packages: [1] 'base' [12:34:04.362] | : Search for packages associated with the globals ... done [12:34:04.362] | : Resolving futures part of globals (recursively) ... [12:34:04.363] | : . resolve() for FutureGlobals ... [12:34:04.363] | : . ' recursive: 99 [12:34:04.364] | : . ' Number of elements: 1 [12:34:04.365] | : . ' elements: 'x' [12:34:04.365] | : . ' 'obj' is list [12:34:04.365] | : . ' resolve(obj, ...) ... [12:34:04.366] | : . ' , resolve() for list ... [12:34:04.366] | : . ' , ; recursive: 98 [12:34:04.366] | : . ' , ; Number of elements: 0 [12:34:04.367] | : . ' , resolve() for list ... done [12:34:04.367] | : . ' resolve(obj, ...) ... done [12:34:04.367] | : . ' resolved() ... [12:34:04.368] | : . ' , resolved() for list ... [12:34:04.368] | : . ' , ; Number of elements: 0 [12:34:04.368] | : . ' , ; Number of futures: 0 [12:34:04.368] | : . ' , resolved() for list ... done [12:34:04.369] | : . ' resolved() ... done [12:34:04.369] | : . ' length: 0 (resolved future 1) [12:34:04.369] | : . resolve() for FutureGlobals ... done [12:34:04.370] | : . globals: [1] 'x' [12:34:04.370] | : Resolving futures part of globals (recursively) ... done [12:34:04.370] | : Packages after dropping 'base': [0] [12:34:04.371] | : globals: [1] 'x' [12:34:04.371] | : packages: [0] [12:34:04.371] | getGlobalsAndPackages() ... done [12:34:04.373] | run() for 'Future' () ... [12:34:04.373] | : state: 'created' [12:34:04.373] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:04.374] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:34:04.374] | : . ' function (..., envir = parent.frame()) [12:34:04.374] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.374] | : . ' - attr(*, "init")= logi TRUE [12:34:04.374] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.374] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.374] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.374] | : . ' - attr(*, "call")= language plan(sequential) [12:34:04.378] | : . ' init: TRUE [12:34:04.379] | : . ' makeFutureBackend() ... [12:34:04.379] | : . ' , Backend function: <'NULL'> [12:34:04.379] | : . ' , Evaluator tweak arguments: [n=0] [12:34:04.380] | : . ' , list() [12:34:04.380] | : . ' , Evaluator formal arguments: [n=1] [12:34:04.380] | : . ' , Dotted pair list of 1 [12:34:04.380] | : . ' , $ envir: language parent.frame() [12:34:04.382] | : . ' , Arguments passed to the future-backend factory: [n=1] [12:34:04.382] | : . ' , List of 1 [12:34:04.382] | : . ' , $ envir: language parent.frame() [12:34:04.421] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:34:04.421] | : . ' makeFutureBackend() ... done [12:34:04.422] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:34:04.422] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:04.422] | : Using SequentialFutureBackend ... [12:34:04.423] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:34:04.423] | : . Launching futures ... [12:34:04.423] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:34:04.424] | : . ' , getFutureData() ... [12:34:04.424] | : . ' , ; getFutureCore() ... [12:34:04.425] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:34:04.425] | : . ' , ; getFutureCore() ... done [12:34:04.425] | : . ' , ; getFutureCapture() ... [12:34:04.425] | : . ' , ; getFutureCapture() ... done [12:34:04.426] | : . ' , ; getFutureContext() ... [12:34:04.426] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:04.427] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:34:04.427] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:04.427] | : . ' , ; ` Packages needed by future backend (n = 0): [12:34:04.427] | : . ' , ; getFutureContext() ... done [12:34:04.428] | : . ' , getFutureData() ... done [12:34:04.433] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:04.433] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:34:04.434] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:04.435] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:04.435] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:04.435] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:34:04.436] | : . ' , ; ` | New stack: [12:34:04.436] | : . ' , ; ` | List of 1 [12:34:04.436] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:04.436] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.436] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:34:04.436] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.436] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.436] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.436] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:04.436] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:04.441] | : . ' , ; ` | Old stack: [12:34:04.441] | : . ' , ; ` | List of 1 [12:34:04.441] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:04.441] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.441] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:34:04.441] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.441] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.441] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.441] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:34:04.441] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:04.441] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.441] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.441] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:04.448] | : . ' , ; ` | Not identical [12:34:04.448] | : . ' , ; ` | all.equal() for future ... [12:34:04.448] | : . ' , ; ` | : List of 2 [12:34:04.448] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:34:04.448] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.448] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:34:04.448] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.448] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.448] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.448] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:04.448] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:34:04.448] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.448] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:04.448] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.448] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.448] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.448] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:04.448] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:04.448] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.448] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.499] | : . ' , ; ` | all.equal() for future ... done [12:34:04.499] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:34:04.499] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:04.499] | : . ' , ; ` List of future strategies: [12:34:04.499] | : . ' , ; ` 1. sequential: [12:34:04.499] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:34:04.499] | : . ' , ; ` - tweaked: FALSE [12:34:04.499] | : . ' , ; ` - call: plan(sequential) [12:34:04.500] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:04.501] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:04.501] | : . ' , assign_globals() ... [12:34:04.501] | : . ' , List of 1 [12:34:04.501] | : . ' , $ x: list() [12:34:04.501] | : . ' , - attr(*, "where")=List of 1 [12:34:04.501] | : . ' , ..$ x: [12:34:04.501] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:34:04.501] | : . ' , - attr(*, "resolved")= logi TRUE [12:34:04.501] | : . ' , - attr(*, "total_size")= num NA [12:34:04.501] | : . ' , - attr(*, "already-done")= logi TRUE [12:34:04.505] | : . ' , - copied 'x' to environment [12:34:04.506] | : . ' , assign_globals() ... done [12:34:04.511] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:04.511] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:04.511] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:04.512] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:34:04.512] | : . ' , ; ` | : New stack: [12:34:04.512] | : . ' , ; ` | : List of 1 [12:34:04.512] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:04.512] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.512] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:04.512] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.512] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.512] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.512] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:04.512] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:04.512] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.512] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.512] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:04.518] | : . ' , ; ` | : Old stack: [12:34:04.518] | : . ' , ; ` | : List of 1 [12:34:04.518] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:04.518] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.518] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:04.518] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.518] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.518] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.518] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:04.518] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:04.518] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.518] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.518] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:04.524] | : . ' , ; ` | : Identical [12:34:04.525] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:34:04.525] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:04.525] | : . ' , ; ` | List of future strategies: [12:34:04.525] | : . ' , ; ` | 1. sequential: [12:34:04.525] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:34:04.525] | : . ' , ; ` | - tweaked: FALSE [12:34:04.525] | : . ' , ; ` | - call: plan(sequential) [12:34:04.527] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:04.527] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:04.527] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:04.534] | : . ' , SequentialFuture started (and completed) [12:34:04.535] | : . ' , signalConditions() ... [12:34:04.535] | : . ' , ; include = 'immediateCondition' [12:34:04.536] | : . ' , ; exclude = [12:34:04.536] | : . ' , ; resignal = FALSE [12:34:04.536] | : . ' , ; Number of conditions: 6 [12:34:04.537] | : . ' , ; int 6 [12:34:04.538] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.538] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.538] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.539] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.539] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.539] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.540] | : . ' , signalConditions() ... done [12:34:04.540] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:34:04.540] | : . Launching futures ... done [12:34:04.541] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:34:04.541] | : Using SequentialFutureBackend ... done [12:34:04.541] | run() for 'Future' () ... done [12:34:04.542] future(..., label = NULL) ... done [12:34:04.543] value() for SequentialFuture () ... [12:34:04.543] | signalConditions() ... [12:34:04.543] | : include = 'immediateCondition' [12:34:04.544] | : exclude = [12:34:04.544] | : resignal = FALSE [12:34:04.544] | : Number of conditions: 6 [12:34:04.544] | : int 6 [12:34:04.546] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.546] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.546] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.546] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.547] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.547] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.547] | signalConditions() ... done [12:34:04.548] | relay stdout ... [12:34:04.548] | relay stdout ... done [12:34:04.548] | check for misuse ... [12:34:04.549] | check for misuse ... done [12:34:04.549] | relay conditions ... [12:34:04.549] | : Future state: 'finished' [12:34:04.550] | : signalConditions() ... [12:34:04.550] | : . include = 'condition' [12:34:04.550] | : . exclude = 'immediateCondition' [12:34:04.550] | : . resignal = TRUE [12:34:04.551] | : . Number of conditions: 6 [12:34:04.551] | : . int 6 [12:34:04.552] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.552] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:34:04.430] | : . ' , attachPackages() ... [12:34:04.553] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.553] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:34:04.431] | : . ' , ; packages: [n=1] 'future' [12:34:04.553] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.554] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:34:04.431] | : . ' , attachPackages() ... done [12:34:04.554] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.555] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:34:04.432] | : . ' , attachPackages() ... [12:34:04.555] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.555] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:34:04.432] | : . ' , ; packages: [n=0] [12:34:04.556] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.556] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:34:04.432] | : . ' , attachPackages() ... done [12:34:04.556] | : signalConditions() ... done [12:34:04.557] | relay conditions ... done [12:34:04.557] value() for SequentialFuture () ... done $a [1] 1 [12:34:04.557] future(..., label = NULL) ... [12:34:04.558] | lazy: TRUE [12:34:04.558] | stdout: TRUE [12:34:04.558] | conditions: [n=1] 'condition' 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:34:04.559] | 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:34:04.560] | : Searching for globals ... [12:34:04.585] | : . globals found: [5] '{', 'x', '<-', '$', '$<-' [12:34:04.585] | : Searching for globals ... done [12:34:04.586] | : Resolving globals: TRUE [12:34:04.586] | : Resolving any globals that are futures ... [12:34:04.586] | : . globals: [5] '{', 'x', '<-', '$', '$<-' [12:34:04.587] | : Resolving any globals that are futures ... done [12:34:04.587] | : Search for packages associated with the globals ... [12:34:04.588] | : . Packages associated with globals: [1] 'base' [12:34:04.588] | : . Packages: [1] 'base' [12:34:04.589] | : Search for packages associated with the globals ... done [12:34:04.589] | : Resolving futures part of globals (recursively) ... [12:34:04.589] | : . resolve() for FutureGlobals ... [12:34:04.589] | : . ' recursive: 99 [12:34:04.590] | : . ' Number of elements: 1 [12:34:04.590] | : . ' elements: 'x' [12:34:04.591] | : . ' 'obj' is list [12:34:04.591] | : . ' resolve(obj, ...) ... [12:34:04.591] | : . ' , resolve() for list ... [12:34:04.592] | : . ' , ; recursive: 98 [12:34:04.592] | : . ' , ; Number of elements: 0 [12:34:04.592] | : . ' , resolve() for list ... done [12:34:04.593] | : . ' resolve(obj, ...) ... done [12:34:04.593] | : . ' resolved() ... [12:34:04.593] | : . ' , resolved() for list ... [12:34:04.593] | : . ' , ; Number of elements: 0 [12:34:04.594] | : . ' , ; Number of futures: 0 [12:34:04.594] | : . ' , resolved() for list ... done [12:34:04.594] | : . ' resolved() ... done [12:34:04.595] | : . ' length: 0 (resolved future 1) [12:34:04.595] | : . resolve() for FutureGlobals ... done [12:34:04.595] | : . globals: [1] 'x' [12:34:04.596] | : Resolving futures part of globals (recursively) ... done [12:34:04.596] | : Packages after dropping 'base': [0] [12:34:04.596] | : globals: [1] 'x' [12:34:04.597] | : packages: [0] [12:34:04.597] | getGlobalsAndPackages() ... done [12:34:04.598] future(..., label = NULL) ... done [12:34:04.598] value() for Future () ... [12:34:04.598] | run() for 'Future' () ... [12:34:04.599] | : state: 'created' [12:34:04.599] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:04.599] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:04.600] | : Using SequentialFutureBackend ... [12:34:04.600] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:34:04.600] | : . Launching futures ... [12:34:04.601] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:34:04.601] | : . ' , getFutureData() ... [12:34:04.601] | : . ' , ; getFutureCore() ... [12:34:04.602] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:34:04.602] | : . ' , ; getFutureCore() ... done [12:34:04.602] | : . ' , ; getFutureCapture() ... [12:34:04.603] | : . ' , ; getFutureCapture() ... done [12:34:04.603] | : . ' , ; getFutureContext() ... [12:34:04.603] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:04.604] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:34:04.604] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:04.604] | : . ' , ; ` Packages needed by future backend (n = 0): [12:34:04.605] | : . ' , ; getFutureContext() ... done [12:34:04.605] | : . ' , getFutureData() ... done [12:34:04.608] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:04.609] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:34:04.609] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:04.610] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:04.610] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:04.611] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:34:04.611] | : . ' , ; ` | New stack: [12:34:04.611] | : . ' , ; ` | List of 1 [12:34:04.611] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:04.611] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.611] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:34:04.611] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.611] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.611] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.611] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:04.611] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:04.618] | : . ' , ; ` | Old stack: [12:34:04.618] | : . ' , ; ` | List of 1 [12:34:04.618] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:04.618] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.618] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:34:04.618] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.618] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.618] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.618] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:34:04.618] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:04.618] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.618] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.618] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:04.627] | : . ' , ; ` | Not identical [12:34:04.627] | : . ' , ; ` | all.equal() for future ... [12:34:04.628] | : . ' , ; ` | : List of 2 [12:34:04.628] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:34:04.628] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.628] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:34:04.628] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.628] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.628] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.628] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:04.628] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:34:04.628] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.628] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:04.628] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.628] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.628] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.628] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:04.628] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:04.628] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.628] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.642] | : . ' , ; ` | all.equal() for future ... done [12:34:04.643] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:34:04.643] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:04.644] | : . ' , ; ` List of future strategies: [12:34:04.644] | : . ' , ; ` 1. sequential: [12:34:04.644] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:34:04.644] | : . ' , ; ` - tweaked: FALSE [12:34:04.644] | : . ' , ; ` - call: plan(sequential) [12:34:04.645] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:04.645] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:04.646] | : . ' , assign_globals() ... [12:34:04.646] | : . ' , List of 1 [12:34:04.646] | : . ' , $ x: list() [12:34:04.646] | : . ' , - attr(*, "where")=List of 1 [12:34:04.646] | : . ' , ..$ x: [12:34:04.646] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:34:04.646] | : . ' , - attr(*, "resolved")= logi TRUE [12:34:04.646] | : . ' , - attr(*, "total_size")= num NA [12:34:04.646] | : . ' , - attr(*, "already-done")= logi TRUE [12:34:04.652] | : . ' , - copied 'x' to environment [12:34:04.653] | : . ' , assign_globals() ... done [12:34:04.658] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:04.658] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:04.659] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:04.659] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:34:04.659] | : . ' , ; ` | : New stack: [12:34:04.660] | : . ' , ; ` | : List of 1 [12:34:04.660] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:04.660] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.660] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:04.660] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.660] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.660] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.660] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:04.660] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:04.660] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.660] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.660] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:04.669] | : . ' , ; ` | : Old stack: [12:34:04.669] | : . ' , ; ` | : List of 1 [12:34:04.669] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:04.669] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.669] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:04.669] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.669] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.669] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.669] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:04.669] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:04.669] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.669] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.669] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:04.680] | : . ' , ; ` | : Identical [12:34:04.680] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:34:04.680] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:04.681] | : . ' , ; ` | List of future strategies: [12:34:04.681] | : . ' , ; ` | 1. sequential: [12:34:04.681] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:34:04.681] | : . ' , ; ` | - tweaked: FALSE [12:34:04.681] | : . ' , ; ` | - call: plan(sequential) [12:34:04.682] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:04.682] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:04.683] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:04.683] | : . ' , SequentialFuture started (and completed) [12:34:04.684] | : . ' , signalConditions() ... [12:34:04.684] | : . ' , ; include = 'immediateCondition' [12:34:04.684] | : . ' , ; exclude = [12:34:04.685] | : . ' , ; resignal = FALSE [12:34:04.685] | : . ' , ; Number of conditions: 6 [12:34:04.685] | : . ' , ; int 6 [12:34:04.686] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.687] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.687] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.687] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.688] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.688] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.688] | : . ' , signalConditions() ... done [12:34:04.689] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:34:04.689] | : . Launching futures ... done [12:34:04.689] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:34:04.690] | : Using SequentialFutureBackend ... done [12:34:04.690] | run() for 'Future' () ... done [12:34:04.690] | signalConditions() ... [12:34:04.691] | : include = 'immediateCondition' [12:34:04.691] | : exclude = [12:34:04.691] | : resignal = FALSE [12:34:04.692] | : Number of conditions: 6 [12:34:04.692] | : int 6 [12:34:04.693] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.693] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.694] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.694] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.694] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.694] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.695] | signalConditions() ... done [12:34:04.695] | relay stdout ... [12:34:04.695] | relay stdout ... done [12:34:04.696] | check for misuse ... [12:34:04.696] | check for misuse ... done [12:34:04.696] | relay conditions ... [12:34:04.697] | : Future state: 'finished' [12:34:04.697] | : signalConditions() ... [12:34:04.697] | : . include = 'condition' [12:34:04.698] | : . exclude = 'immediateCondition' [12:34:04.698] | : . resignal = TRUE [12:34:04.698] | : . Number of conditions: 6 [12:34:04.699] | : . int 6 [12:34:04.700] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.700] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:34:04.606] | : . ' , attachPackages() ... [12:34:04.700] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.701] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:34:04.606] | : . ' , ; packages: [n=1] 'future' [12:34:04.701] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.701] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:34:04.606] | : . ' , attachPackages() ... done [12:34:04.702] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.702] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:34:04.607] | : . ' , attachPackages() ... [12:34:04.703] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.703] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:34:04.607] | : . ' , ; packages: [n=0] [12:34:04.703] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.704] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:34:04.607] | : . ' , attachPackages() ... done [12:34:04.704] | : signalConditions() ... done [12:34:04.704] | relay conditions ... done [12:34:04.705] value() for Future () ... done $a [1] 1 [12:34:04.707] future(..., label = NULL) ... [12:34:04.707] | lazy: FALSE [12:34:04.707] | stdout: TRUE [12:34:04.708] | conditions: [n=1] 'condition' 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:34:04.709] | 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:34:04.709] | : Searching for globals ... [12:34:04.734] | : . globals found: [5] '{', 'x', '<-', '$', '$<-' [12:34:04.735] | : Searching for globals ... done [12:34:04.735] | : Resolving globals: TRUE [12:34:04.735] | : Resolving any globals that are futures ... [12:34:04.736] | : . globals: [5] '{', 'x', '<-', '$', '$<-' [12:34:04.736] | : Resolving any globals that are futures ... done [12:34:04.736] | : Search for packages associated with the globals ... [12:34:04.737] | : . Packages associated with globals: [1] 'base' [12:34:04.737] | : . Packages: [1] 'base' [12:34:04.738] | : Search for packages associated with the globals ... done [12:34:04.738] | : Resolving futures part of globals (recursively) ... [12:34:04.738] | : . resolve() for FutureGlobals ... [12:34:04.738] | : . ' recursive: 99 [12:34:04.739] | : . ' Number of elements: 1 [12:34:04.739] | : . ' elements: 'x' [12:34:04.740] | : . ' 'obj' is list [12:34:04.740] | : . ' resolve(obj, ...) ... [12:34:04.740] | : . ' , resolve() for list ... [12:34:04.740] | : . ' , ; recursive: 98 [12:34:04.741] | : . ' , ; Number of elements: 0 [12:34:04.741] | : . ' , resolve() for list ... done [12:34:04.741] | : . ' resolve(obj, ...) ... done [12:34:04.742] | : . ' resolved() ... [12:34:04.742] | : . ' , resolved() for list ... [12:34:04.742] | : . ' , ; Number of elements: 0 [12:34:04.742] | : . ' , ; Number of futures: 0 [12:34:04.743] | : . ' , resolved() for list ... done [12:34:04.743] | : . ' resolved() ... done [12:34:04.743] | : . ' length: 0 (resolved future 1) [12:34:04.744] | : . resolve() for FutureGlobals ... done [12:34:04.744] | : . globals: [1] 'x' [12:34:04.744] | : Resolving futures part of globals (recursively) ... done [12:34:04.745] | : Packages after dropping 'base': [0] [12:34:04.745] | : globals: [1] 'x' [12:34:04.745] | : packages: [0] [12:34:04.745] | getGlobalsAndPackages() ... done [12:34:04.746] | run() for 'Future' () ... [12:34:04.746] | : state: 'created' [12:34:04.747] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:04.747] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:04.747] | : Using SequentialFutureBackend ... [12:34:04.747] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:34:04.748] | : . Launching futures ... [12:34:04.748] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:34:04.748] | : . ' , getFutureData() ... [12:34:04.749] | : . ' , ; getFutureCore() ... [12:34:04.749] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:34:04.749] | : . ' , ; getFutureCore() ... done [12:34:04.749] | : . ' , ; getFutureCapture() ... [12:34:04.750] | : . ' , ; getFutureCapture() ... done [12:34:04.750] | : . ' , ; getFutureContext() ... [12:34:04.750] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:04.751] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:34:04.751] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:04.751] | : . ' , ; ` Packages needed by future backend (n = 0): [12:34:04.751] | : . ' , ; getFutureContext() ... done [12:34:04.752] | : . ' , getFutureData() ... done [12:34:04.755] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:04.755] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:34:04.756] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:04.756] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:04.756] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:04.757] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:34:04.757] | : . ' , ; ` | New stack: [12:34:04.757] | : . ' , ; ` | List of 1 [12:34:04.757] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:04.757] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.757] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:34:04.757] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.757] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.757] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.757] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:04.757] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:04.762] | : . ' , ; ` | Old stack: [12:34:04.763] | : . ' , ; ` | List of 1 [12:34:04.763] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:04.763] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.763] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:34:04.763] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.763] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.763] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.763] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:34:04.763] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:04.763] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.763] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.763] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:04.769] | : . ' , ; ` | Not identical [12:34:04.769] | : . ' , ; ` | all.equal() for future ... [12:34:04.770] | : . ' , ; ` | : List of 2 [12:34:04.770] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:34:04.770] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.770] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:34:04.770] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.770] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.770] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.770] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:04.770] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:34:04.770] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.770] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:04.770] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.770] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.770] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.770] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:04.770] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:04.770] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.770] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.781] | : . ' , ; ` | all.equal() for future ... done [12:34:04.781] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:34:04.781] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:04.782] | : . ' , ; ` List of future strategies: [12:34:04.782] | : . ' , ; ` 1. sequential: [12:34:04.782] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:34:04.782] | : . ' , ; ` - tweaked: FALSE [12:34:04.782] | : . ' , ; ` - call: plan(sequential) [12:34:04.783] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:04.783] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:04.783] | : . ' , assign_globals() ... [12:34:04.784] | : . ' , List of 1 [12:34:04.784] | : . ' , $ x: list() [12:34:04.784] | : . ' , - attr(*, "where")=List of 1 [12:34:04.784] | : . ' , ..$ x: [12:34:04.784] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:34:04.784] | : . ' , - attr(*, "resolved")= logi TRUE [12:34:04.784] | : . ' , - attr(*, "total_size")= num NA [12:34:04.784] | : . ' , - attr(*, "already-done")= logi TRUE [12:34:04.788] | : . ' , - copied 'x' to environment [12:34:04.789] | : . ' , assign_globals() ... done [12:34:04.793] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:04.793] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:04.793] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:04.794] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:34:04.794] | : . ' , ; ` | : New stack: [12:34:04.794] | : . ' , ; ` | : List of 1 [12:34:04.794] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:04.794] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.794] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:04.794] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.794] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.794] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.794] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:04.794] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:04.794] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.794] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.794] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:04.801] | : . ' , ; ` | : Old stack: [12:34:04.801] | : . ' , ; ` | : List of 1 [12:34:04.801] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:04.801] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.801] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:04.801] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.801] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.801] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.801] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:04.801] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:04.801] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.801] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.801] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:04.807] | : . ' , ; ` | : Identical [12:34:04.808] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:34:04.808] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:04.808] | : . ' , ; ` | List of future strategies: [12:34:04.808] | : . ' , ; ` | 1. sequential: [12:34:04.808] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:34:04.808] | : . ' , ; ` | - tweaked: FALSE [12:34:04.808] | : . ' , ; ` | - call: plan(sequential) [12:34:04.809] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:04.809] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:04.810] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:04.810] | : . ' , SequentialFuture started (and completed) [12:34:04.811] | : . ' , signalConditions() ... [12:34:04.811] | : . ' , ; include = 'immediateCondition' [12:34:04.811] | : . ' , ; exclude = [12:34:04.812] | : . ' , ; resignal = FALSE [12:34:04.812] | : . ' , ; Number of conditions: 6 [12:34:04.812] | : . ' , ; int 6 [12:34:04.813] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.813] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.814] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.814] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.814] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.814] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.815] | : . ' , signalConditions() ... done [12:34:04.815] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:34:04.815] | : . Launching futures ... done [12:34:04.816] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:34:04.816] | : Using SequentialFutureBackend ... done [12:34:04.816] | run() for 'Future' () ... done [12:34:04.816] future(..., label = NULL) ... done [12:34:04.817] value() for SequentialFuture () ... [12:34:04.817] | signalConditions() ... [12:34:04.817] | : include = 'immediateCondition' [12:34:04.818] | : exclude = [12:34:04.818] | : resignal = FALSE [12:34:04.818] | : Number of conditions: 6 [12:34:04.819] | : int 6 [12:34:04.819] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.820] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.820] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.820] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.821] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.821] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.821] | signalConditions() ... done [12:34:04.821] | relay stdout ... [12:34:04.822] | relay stdout ... done [12:34:04.822] | check for misuse ... [12:34:04.822] | check for misuse ... done [12:34:04.823] | relay conditions ... [12:34:04.823] | : Future state: 'finished' [12:34:04.823] | : signalConditions() ... [12:34:04.823] | : . include = 'condition' [12:34:04.824] | : . exclude = 'immediateCondition' [12:34:04.824] | : . resignal = TRUE [12:34:04.824] | : . Number of conditions: 6 [12:34:04.825] | : . int 6 [12:34:04.825] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.826] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:34:04.752] | : . ' , attachPackages() ... [12:34:04.826] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.826] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:34:04.753] | : . ' , ; packages: [n=1] 'future' [12:34:04.827] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.827] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:34:04.753] | : . ' , attachPackages() ... done [12:34:04.827] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.828] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:34:04.753] | : . ' , attachPackages() ... [12:34:04.828] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.828] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:34:04.754] | : . ' , ; packages: [n=0] [12:34:04.829] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.829] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:34:04.754] | : . ' , attachPackages() ... done [12:34:04.829] | : signalConditions() ... done [12:34:04.830] | relay conditions ... done [12:34:04.830] value() for SequentialFuture () ... done $a [1] 1 [12:34:04.831] future(..., label = NULL) ... [12:34:04.831] | lazy: TRUE [12:34:04.831] | stdout: TRUE [12:34:04.831] | conditions: [n=1] 'condition' 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:34:04.832] | 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:34:04.833] | : Searching for globals ... [12:34:04.858] | : . globals found: [5] '{', 'x', '<-', '$', '$<-' [12:34:04.858] | : Searching for globals ... done [12:34:04.859] | : Resolving globals: TRUE [12:34:04.859] | : Resolving any globals that are futures ... [12:34:04.859] | : . globals: [5] '{', 'x', '<-', '$', '$<-' [12:34:04.860] | : Resolving any globals that are futures ... done [12:34:04.860] | : Search for packages associated with the globals ... [12:34:04.860] | : . Packages associated with globals: [1] 'base' [12:34:04.861] | : . Packages: [1] 'base' [12:34:04.861] | : Search for packages associated with the globals ... done [12:34:04.861] | : Resolving futures part of globals (recursively) ... [12:34:04.862] | : . resolve() for FutureGlobals ... [12:34:04.862] | : . ' recursive: 99 [12:34:04.863] | : . ' Number of elements: 1 [12:34:04.863] | : . ' elements: 'x' [12:34:04.863] | : . ' 'obj' is list [12:34:04.863] | : . ' resolve(obj, ...) ... [12:34:04.864] | : . ' , resolve() for list ... [12:34:04.864] | : . ' , ; recursive: 98 [12:34:04.864] | : . ' , ; Number of elements: 0 [12:34:04.864] | : . ' , resolve() for list ... done [12:34:04.865] | : . ' resolve(obj, ...) ... done [12:34:04.865] | : . ' resolved() ... [12:34:04.865] | : . ' , resolved() for list ... [12:34:04.865] | : . ' , ; Number of elements: 0 [12:34:04.866] | : . ' , ; Number of futures: 0 [12:34:04.866] | : . ' , resolved() for list ... done [12:34:04.866] | : . ' resolved() ... done [12:34:04.867] | : . ' length: 0 (resolved future 1) [12:34:04.867] | : . resolve() for FutureGlobals ... done [12:34:04.867] | : . globals: [1] 'x' [12:34:04.867] | : Resolving futures part of globals (recursively) ... done [12:34:04.868] | : Packages after dropping 'base': [0] [12:34:04.868] | : globals: [1] 'x' [12:34:04.868] | : packages: [0] [12:34:04.868] | getGlobalsAndPackages() ... done [12:34:04.869] future(..., label = NULL) ... done [12:34:04.869] value() for Future () ... [12:34:04.870] | run() for 'Future' () ... [12:34:04.870] | : state: 'created' [12:34:04.870] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:04.870] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:04.871] | : Using SequentialFutureBackend ... [12:34:04.871] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [12:34:04.871] | : . Launching futures ... [12:34:04.872] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:34:04.872] | : . ' , getFutureData() ... [12:34:04.872] | : . ' , ; getFutureCore() ... [12:34:04.873] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:34:04.873] | : . ' , ; getFutureCore() ... done [12:34:04.873] | : . ' , ; getFutureCapture() ... [12:34:04.874] | : . ' , ; getFutureCapture() ... done [12:34:04.874] | : . ' , ; getFutureContext() ... [12:34:04.874] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:04.874] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:34:04.875] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:04.875] | : . ' , ; ` Packages needed by future backend (n = 0): [12:34:04.875] | : . ' , ; getFutureContext() ... done [12:34:04.875] | : . ' , getFutureData() ... done [12:34:04.878] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:04.879] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:34:04.879] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:04.880] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:04.880] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:04.880] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:34:04.881] | : . ' , ; ` | New stack: [12:34:04.881] | : . ' , ; ` | List of 1 [12:34:04.881] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:04.881] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.881] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:34:04.881] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.881] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.881] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.881] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:04.881] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:04.886] | : . ' , ; ` | Old stack: [12:34:04.886] | : . ' , ; ` | List of 1 [12:34:04.886] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:04.886] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.886] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:34:04.886] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.886] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.886] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.886] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:34:04.886] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:04.886] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.886] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.886] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:04.892] | : . ' , ; ` | Not identical [12:34:04.893] | : . ' , ; ` | all.equal() for future ... [12:34:04.893] | : . ' , ; ` | : List of 2 [12:34:04.893] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:34:04.893] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.893] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:34:04.893] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.893] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.893] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.893] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:04.893] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:34:04.893] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.893] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:04.893] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.893] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.893] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.893] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:04.893] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:04.893] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.893] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.904] | : . ' , ; ` | all.equal() for future ... done [12:34:04.904] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:34:04.905] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:04.905] | : . ' , ; ` List of future strategies: [12:34:04.905] | : . ' , ; ` 1. sequential: [12:34:04.905] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:34:04.905] | : . ' , ; ` - tweaked: FALSE [12:34:04.905] | : . ' , ; ` - call: plan(sequential) [12:34:04.906] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:04.906] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:04.907] | : . ' , assign_globals() ... [12:34:04.907] | : . ' , List of 1 [12:34:04.907] | : . ' , $ x: list() [12:34:04.907] | : . ' , - attr(*, "where")=List of 1 [12:34:04.907] | : . ' , ..$ x: [12:34:04.907] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:34:04.907] | : . ' , - attr(*, "resolved")= logi TRUE [12:34:04.907] | : . ' , - attr(*, "total_size")= num NA [12:34:04.907] | : . ' , - attr(*, "already-done")= logi TRUE [12:34:04.912] | : . ' , - copied 'x' to environment [12:34:04.912] | : . ' , assign_globals() ... done [12:34:04.916] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:04.916] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:04.917] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:04.917] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:34:04.917] | : . ' , ; ` | : New stack: [12:34:04.918] | : . ' , ; ` | : List of 1 [12:34:04.918] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:04.918] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.918] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:04.918] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.918] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.918] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.918] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:04.918] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:04.918] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.918] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.918] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:04.924] | : . ' , ; ` | : Old stack: [12:34:04.925] | : . ' , ; ` | : List of 1 [12:34:04.925] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:04.925] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:04.925] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:04.925] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.925] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.925] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.925] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:04.925] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:04.925] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:04.925] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:04.925] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:04.931] | : . ' , ; ` | : Identical [12:34:04.931] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:34:04.931] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:04.932] | : . ' , ; ` | List of future strategies: [12:34:04.932] | : . ' , ; ` | 1. sequential: [12:34:04.932] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:34:04.932] | : . ' , ; ` | - tweaked: FALSE [12:34:04.932] | : . ' , ; ` | - call: plan(sequential) [12:34:04.933] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:04.933] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:04.933] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:04.934] | : . ' , SequentialFuture started (and completed) [12:34:04.934] | : . ' , signalConditions() ... [12:34:04.935] | : . ' , ; include = 'immediateCondition' [12:34:04.935] | : . ' , ; exclude = [12:34:04.935] | : . ' , ; resignal = FALSE [12:34:04.935] | : . ' , ; Number of conditions: 6 [12:34:04.936] | : . ' , ; int 6 [12:34:04.936] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.937] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.937] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.937] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.938] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.938] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.938] | : . ' , signalConditions() ... done [12:34:04.939] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:34:04.939] | : . Launching futures ... done [12:34:04.939] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:34:04.939] | : Using SequentialFutureBackend ... done [12:34:04.940] | run() for 'Future' () ... done [12:34:04.940] | signalConditions() ... [12:34:04.940] | : include = 'immediateCondition' [12:34:04.941] | : exclude = [12:34:04.941] | : resignal = FALSE [12:34:04.941] | : Number of conditions: 6 [12:34:04.941] | : int 6 [12:34:04.942] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.942] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.943] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.943] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.943] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.944] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.944] | signalConditions() ... done [12:34:04.944] | relay stdout ... [12:34:04.944] | relay stdout ... done [12:34:04.945] | check for misuse ... [12:34:04.945] | check for misuse ... done [12:34:04.945] | relay conditions ... [12:34:04.945] | : Future state: 'finished' [12:34:04.946] | : signalConditions() ... [12:34:04.946] | : . include = 'condition' [12:34:04.946] | : . exclude = 'immediateCondition' [12:34:04.947] | : . resignal = TRUE [12:34:04.947] | : . Number of conditions: 6 [12:34:04.947] | : . int 6 [12:34:04.948] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.948] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:34:04.876] | : . ' , attachPackages() ... [12:34:04.948] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.949] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:34:04.876] | : . ' , ; packages: [n=1] 'future' [12:34:04.949] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.949] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:34:04.877] | : . ' , attachPackages() ... done [12:34:04.950] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.950] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:34:04.877] | : . ' , attachPackages() ... [12:34:04.950] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.951] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:34:04.877] | : . ' , ; packages: [n=0] [12:34:04.951] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:04.951] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:34:04.878] | : . ' , attachPackages() ... done [12:34:04.952] | : signalConditions() ... done [12:34:04.952] | relay conditions ... done [12:34:04.952] value() for Future () ... done $a [1] 1 [12:34:04.953] future(..., label = NULL) ... [12:34:04.953] | lazy: FALSE [12:34:04.953] | stdout: TRUE [12:34:04.954] | conditions: [n=1] 'condition' 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:34:04.954] | 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:34:04.955] | : Searching for globals ... [12:34:04.989] | : . globals found: [5] '{', '<-', 'list', '$', '$<-' [12:34:04.990] | : Searching for globals ... done [12:34:04.990] | : Resolving globals: TRUE [12:34:04.991] | : Resolving any globals that are futures ... [12:34:04.991] | : . globals: [5] '{', '<-', 'list', '$', '$<-' [12:34:04.991] | : Resolving any globals that are futures ... done [12:34:04.992] | : Search for packages associated with the globals ... [12:34:04.992] | : . Packages associated with globals: [1] 'base' [12:34:04.993] | : . Packages: [1] 'base' [12:34:04.993] | : Search for packages associated with the globals ... done [12:34:04.994] | : Packages after dropping 'base': [0] [12:34:04.994] | : globals: [0] [12:34:04.994] | : packages: [0] [12:34:04.995] | getGlobalsAndPackages() ... done [12:34:04.995] | run() for 'Future' () ... [12:34:04.996] | : state: 'created' [12:34:04.996] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:04.996] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:04.997] | : Using SequentialFutureBackend ... [12:34:04.997] | : . Number of futures since start: 4 (4 created, 4 launched, 4 finished) [12:34:04.997] | : . Launching futures ... [12:34:04.998] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:34:04.998] | : . ' , getFutureData() ... [12:34:05.001] | : . ' , ; getFutureCore() ... [12:34:05.002] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:34:05.002] | : . ' , ; getFutureCore() ... done [12:34:05.002] | : . ' , ; getFutureCapture() ... [12:34:05.003] | : . ' , ; getFutureCapture() ... done [12:34:05.003] | : . ' , ; getFutureContext() ... [12:34:05.003] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.004] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:34:05.004] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.004] | : . ' , ; ` Packages needed by future backend (n = 0): [12:34:05.005] | : . ' , ; getFutureContext() ... done [12:34:05.005] | : . ' , getFutureData() ... done [12:34:05.008] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.009] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:34:05.009] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.010] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.010] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:05.010] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:34:05.011] | : . ' , ; ` | New stack: [12:34:05.011] | : . ' , ; ` | List of 1 [12:34:05.011] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:05.011] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.011] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:34:05.011] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.011] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.011] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.011] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:05.011] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.017] | : . ' , ; ` | Old stack: [12:34:05.017] | : . ' , ; ` | List of 1 [12:34:05.017] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:05.017] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.017] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:34:05.017] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.017] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.017] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.017] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:34:05.017] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.017] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.017] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.017] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.023] | : . ' , ; ` | Not identical [12:34:05.023] | : . ' , ; ` | all.equal() for future ... [12:34:05.024] | : . ' , ; ` | : List of 2 [12:34:05.024] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:34:05.024] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.024] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:34:05.024] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.024] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.024] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.024] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:05.024] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:34:05.024] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.024] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.024] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.024] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.024] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.024] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.024] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.024] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.024] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.034] | : . ' , ; ` | all.equal() for future ... done [12:34:05.034] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:34:05.035] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:05.035] | : . ' , ; ` List of future strategies: [12:34:05.035] | : . ' , ; ` 1. sequential: [12:34:05.035] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:34:05.035] | : . ' , ; ` - tweaked: FALSE [12:34:05.035] | : . ' , ; ` - call: plan(sequential) [12:34:05.036] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:05.036] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.040] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.040] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.041] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:05.041] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:34:05.041] | : . ' , ; ` | : New stack: [12:34:05.042] | : . ' , ; ` | : List of 1 [12:34:05.042] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:05.042] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.042] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.042] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.042] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.042] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.042] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.042] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.042] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.042] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.042] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.048] | : . ' , ; ` | : Old stack: [12:34:05.048] | : . ' , ; ` | : List of 1 [12:34:05.048] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:05.048] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.048] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.048] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.048] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.048] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.048] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.048] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.048] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.048] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.048] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.054] | : . ' , ; ` | : Identical [12:34:05.054] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:34:05.055] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:05.055] | : . ' , ; ` | List of future strategies: [12:34:05.055] | : . ' , ; ` | 1. sequential: [12:34:05.055] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:34:05.055] | : . ' , ; ` | - tweaked: FALSE [12:34:05.055] | : . ' , ; ` | - call: plan(sequential) [12:34:05.056] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:05.056] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.056] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.057] | : . ' , SequentialFuture started (and completed) [12:34:05.057] | : . ' , signalConditions() ... [12:34:05.058] | : . ' , ; include = 'immediateCondition' [12:34:05.058] | : . ' , ; exclude = [12:34:05.058] | : . ' , ; resignal = FALSE [12:34:05.058] | : . ' , ; Number of conditions: 6 [12:34:05.059] | : . ' , ; int 6 [12:34:05.059] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.060] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.060] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.060] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.060] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.061] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.061] | : . ' , signalConditions() ... done [12:34:05.061] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:34:05.062] | : . Launching futures ... done [12:34:05.062] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:34:05.062] | : Using SequentialFutureBackend ... done [12:34:05.062] | run() for 'Future' () ... done [12:34:05.063] future(..., label = NULL) ... done [12:34:05.063] value() for SequentialFuture () ... [12:34:05.063] | signalConditions() ... [12:34:05.064] | : include = 'immediateCondition' [12:34:05.064] | : exclude = [12:34:05.064] | : resignal = FALSE [12:34:05.064] | : Number of conditions: 6 [12:34:05.065] | : int 6 [12:34:05.065] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.066] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.066] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.066] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.066] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.067] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.067] | signalConditions() ... done [12:34:05.067] | relay stdout ... [12:34:05.068] | relay stdout ... done [12:34:05.068] | check for misuse ... [12:34:05.068] | check for misuse ... done [12:34:05.068] | relay conditions ... [12:34:05.069] | : Future state: 'finished' [12:34:05.069] | : signalConditions() ... [12:34:05.069] | : . include = 'condition' [12:34:05.069] | : . exclude = 'immediateCondition' [12:34:05.069] | : . resignal = TRUE [12:34:05.070] | : . Number of conditions: 6 [12:34:05.070] | : . int 6 [12:34:05.071] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.071] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:34:05.006] | : . ' , attachPackages() ... [12:34:05.071] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.071] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:34:05.006] | : . ' , ; packages: [n=1] 'future' [12:34:05.072] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.072] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:34:05.006] | : . ' , attachPackages() ... done [12:34:05.072] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.073] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:34:05.007] | : . ' , attachPackages() ... [12:34:05.073] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.073] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:34:05.007] | : . ' , ; packages: [n=0] [12:34:05.073] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.074] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:34:05.007] | : . ' , attachPackages() ... done [12:34:05.074] | : signalConditions() ... done [12:34:05.074] | relay conditions ... done [12:34:05.074] value() for SequentialFuture () ... done $b [1] 2 $a [1] 1 [12:34:05.075] future(..., label = NULL) ... [12:34:05.075] | lazy: FALSE [12:34:05.075] | stdout: TRUE [12:34:05.075] | conditions: [n=1] 'condition' 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:34:05.076] | 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:34:05.077] | : Searching for globals ... [12:34:05.098] | : . globals found: [5] '{', 'x', '<-', '[[', '[[<-' [12:34:05.099] | : Searching for globals ... done [12:34:05.099] | : Resolving globals: TRUE [12:34:05.099] | : Resolving any globals that are futures ... [12:34:05.099] | : . globals: [5] '{', 'x', '<-', '[[', '[[<-' [12:34:05.100] | : Resolving any globals that are futures ... done [12:34:05.100] | : Search for packages associated with the globals ... [12:34:05.100] | : . Packages associated with globals: [1] 'base' [12:34:05.101] | : . Packages: [1] 'base' [12:34:05.101] | : Search for packages associated with the globals ... done [12:34:05.102] | : Resolving futures part of globals (recursively) ... [12:34:05.102] | : . resolve() for FutureGlobals ... [12:34:05.102] | : . ' recursive: 99 [12:34:05.103] | : . ' Number of elements: 1 [12:34:05.103] | : . ' elements: 'x' [12:34:05.103] | : . ' 'obj' is list [12:34:05.103] | : . ' resolve(obj, ...) ... [12:34:05.104] | : . ' , resolve() for list ... [12:34:05.104] | : . ' , ; recursive: 98 [12:34:05.104] | : . ' , ; Number of elements: 0 [12:34:05.104] | : . ' , resolve() for list ... done [12:34:05.105] | : . ' resolve(obj, ...) ... done [12:34:05.105] | : . ' resolved() ... [12:34:05.105] | : . ' , resolved() for list ... [12:34:05.105] | : . ' , ; Number of elements: 0 [12:34:05.106] | : . ' , ; Number of futures: 0 [12:34:05.106] | : . ' , resolved() for list ... done [12:34:05.106] | : . ' resolved() ... done [12:34:05.106] | : . ' length: 0 (resolved future 1) [12:34:05.107] | : . resolve() for FutureGlobals ... done [12:34:05.107] | : . globals: [1] 'x' [12:34:05.107] | : Resolving futures part of globals (recursively) ... done [12:34:05.108] | : Packages after dropping 'base': [0] [12:34:05.108] | : globals: [1] 'x' [12:34:05.108] | : packages: [0] [12:34:05.108] | getGlobalsAndPackages() ... done [12:34:05.109] | run() for 'Future' () ... [12:34:05.109] | : state: 'created' [12:34:05.110] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.110] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.110] | : Using SequentialFutureBackend ... [12:34:05.110] | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [12:34:05.111] | : . Launching futures ... [12:34:05.111] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:34:05.111] | : . ' , getFutureData() ... [12:34:05.112] | : . ' , ; getFutureCore() ... [12:34:05.112] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:34:05.112] | : . ' , ; getFutureCore() ... done [12:34:05.113] | : . ' , ; getFutureCapture() ... [12:34:05.113] | : . ' , ; getFutureCapture() ... done [12:34:05.113] | : . ' , ; getFutureContext() ... [12:34:05.114] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.114] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:34:05.114] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.115] | : . ' , ; ` Packages needed by future backend (n = 0): [12:34:05.115] | : . ' , ; getFutureContext() ... done [12:34:05.115] | : . ' , getFutureData() ... done [12:34:05.119] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.119] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:34:05.120] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.120] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.121] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:05.121] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:34:05.122] | : . ' , ; ` | New stack: [12:34:05.122] | : . ' , ; ` | List of 1 [12:34:05.122] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:05.122] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.122] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:34:05.122] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.122] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.122] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.122] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:05.122] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.128] | : . ' , ; ` | Old stack: [12:34:05.128] | : . ' , ; ` | List of 1 [12:34:05.128] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:05.128] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.128] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:34:05.128] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.128] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.128] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.128] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:34:05.128] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.128] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.128] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.128] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.136] | : . ' , ; ` | Not identical [12:34:05.136] | : . ' , ; ` | all.equal() for future ... [12:34:05.137] | : . ' , ; ` | : List of 2 [12:34:05.137] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:34:05.137] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.137] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:34:05.137] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.137] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.137] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.137] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:05.137] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:34:05.137] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.137] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.137] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.137] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.137] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.137] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.137] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.137] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.137] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.150] | : . ' , ; ` | all.equal() for future ... done [12:34:05.150] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:34:05.150] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:05.151] | : . ' , ; ` List of future strategies: [12:34:05.151] | : . ' , ; ` 1. sequential: [12:34:05.151] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:34:05.151] | : . ' , ; ` - tweaked: FALSE [12:34:05.151] | : . ' , ; ` - call: plan(sequential) [12:34:05.152] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:05.152] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.153] | : . ' , assign_globals() ... [12:34:05.153] | : . ' , List of 1 [12:34:05.153] | : . ' , $ x: list() [12:34:05.153] | : . ' , - attr(*, "where")=List of 1 [12:34:05.153] | : . ' , ..$ x: [12:34:05.153] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:34:05.153] | : . ' , - attr(*, "resolved")= logi TRUE [12:34:05.153] | : . ' , - attr(*, "total_size")= num NA [12:34:05.153] | : . ' , - attr(*, "already-done")= logi TRUE [12:34:05.158] | : . ' , - copied 'x' to environment [12:34:05.159] | : . ' , assign_globals() ... done [12:34:05.165] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.166] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.166] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:05.166] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:34:05.167] | : . ' , ; ` | : New stack: [12:34:05.167] | : . ' , ; ` | : List of 1 [12:34:05.167] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:05.167] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.167] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.167] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.167] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.167] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.167] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.167] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.167] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.167] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.167] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.173] | : . ' , ; ` | : Old stack: [12:34:05.174] | : . ' , ; ` | : List of 1 [12:34:05.174] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:05.174] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.174] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.174] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.174] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.174] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.174] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.174] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.174] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.174] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.174] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.180] | : . ' , ; ` | : Identical [12:34:05.180] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:34:05.181] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:05.181] | : . ' , ; ` | List of future strategies: [12:34:05.181] | : . ' , ; ` | 1. sequential: [12:34:05.181] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:34:05.181] | : . ' , ; ` | - tweaked: FALSE [12:34:05.181] | : . ' , ; ` | - call: plan(sequential) [12:34:05.182] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:05.182] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.182] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.183] | : . ' , SequentialFuture started (and completed) [12:34:05.184] | : . ' , signalConditions() ... [12:34:05.184] | : . ' , ; include = 'immediateCondition' [12:34:05.184] | : . ' , ; exclude = [12:34:05.184] | : . ' , ; resignal = FALSE [12:34:05.185] | : . ' , ; Number of conditions: 6 [12:34:05.185] | : . ' , ; int 6 [12:34:05.186] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.186] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.186] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.187] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.187] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.187] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.187] | : . ' , signalConditions() ... done [12:34:05.188] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:34:05.188] | : . Launching futures ... done [12:34:05.188] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:34:05.189] | : Using SequentialFutureBackend ... done [12:34:05.189] | run() for 'Future' () ... done [12:34:05.189] future(..., label = NULL) ... done [12:34:05.189] value() for SequentialFuture () ... [12:34:05.190] | signalConditions() ... [12:34:05.190] | : include = 'immediateCondition' [12:34:05.190] | : exclude = [12:34:05.191] | : resignal = FALSE [12:34:05.191] | : Number of conditions: 6 [12:34:05.191] | : int 6 [12:34:05.192] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.192] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.193] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.193] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.193] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.193] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.194] | signalConditions() ... done [12:34:05.194] | relay stdout ... [12:34:05.194] | relay stdout ... done [12:34:05.195] | check for misuse ... [12:34:05.195] | check for misuse ... done [12:34:05.195] | relay conditions ... [12:34:05.195] | : Future state: 'finished' [12:34:05.196] | : signalConditions() ... [12:34:05.196] | : . include = 'condition' [12:34:05.196] | : . exclude = 'immediateCondition' [12:34:05.196] | : . resignal = TRUE [12:34:05.197] | : . Number of conditions: 6 [12:34:05.197] | : . int 6 [12:34:05.198] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.198] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:34:05.116] | : . ' , attachPackages() ... [12:34:05.199] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.199] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:34:05.116] | : . ' , ; packages: [n=1] 'future' [12:34:05.199] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.199] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:34:05.117] | : . ' , attachPackages() ... done [12:34:05.200] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.200] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:34:05.117] | : . ' , attachPackages() ... [12:34:05.201] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.201] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:34:05.118] | : . ' , ; packages: [n=0] [12:34:05.201] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.201] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:34:05.118] | : . ' , attachPackages() ... done [12:34:05.202] | : signalConditions() ... done [12:34:05.202] | relay conditions ... done [12:34:05.202] value() for SequentialFuture () ... done $a [1] 1 [12:34:05.203] future(..., label = NULL) ... [12:34:05.203] | lazy: TRUE [12:34:05.203] | stdout: TRUE [12:34:05.204] | conditions: [n=1] 'condition' 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:34:05.204] | 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:34:05.205] | : Searching for globals ... [12:34:05.228] | : . globals found: [5] '{', 'x', '<-', '[[', '[[<-' [12:34:05.229] | : Searching for globals ... done [12:34:05.229] | : Resolving globals: TRUE [12:34:05.230] | : Resolving any globals that are futures ... [12:34:05.230] | : . globals: [5] '{', 'x', '<-', '[[', '[[<-' [12:34:05.230] | : Resolving any globals that are futures ... done [12:34:05.231] | : Search for packages associated with the globals ... [12:34:05.231] | : . Packages associated with globals: [1] 'base' [12:34:05.232] | : . Packages: [1] 'base' [12:34:05.232] | : Search for packages associated with the globals ... done [12:34:05.233] | : Resolving futures part of globals (recursively) ... [12:34:05.233] | : . resolve() for FutureGlobals ... [12:34:05.233] | : . ' recursive: 99 [12:34:05.234] | : . ' Number of elements: 1 [12:34:05.234] | : . ' elements: 'x' [12:34:05.235] | : . ' 'obj' is list [12:34:05.235] | : . ' resolve(obj, ...) ... [12:34:05.235] | : . ' , resolve() for list ... [12:34:05.236] | : . ' , ; recursive: 98 [12:34:05.236] | : . ' , ; Number of elements: 0 [12:34:05.236] | : . ' , resolve() for list ... done [12:34:05.236] | : . ' resolve(obj, ...) ... done [12:34:05.237] | : . ' resolved() ... [12:34:05.237] | : . ' , resolved() for list ... [12:34:05.237] | : . ' , ; Number of elements: 0 [12:34:05.238] | : . ' , ; Number of futures: 0 [12:34:05.238] | : . ' , resolved() for list ... done [12:34:05.238] | : . ' resolved() ... done [12:34:05.239] | : . ' length: 0 (resolved future 1) [12:34:05.239] | : . resolve() for FutureGlobals ... done [12:34:05.239] | : . globals: [1] 'x' [12:34:05.239] | : Resolving futures part of globals (recursively) ... done [12:34:05.240] | : Packages after dropping 'base': [0] [12:34:05.240] | : globals: [1] 'x' [12:34:05.240] | : packages: [0] [12:34:05.241] | getGlobalsAndPackages() ... done [12:34:05.241] future(..., label = NULL) ... done [12:34:05.242] value() for Future () ... [12:34:05.242] | run() for 'Future' () ... [12:34:05.242] | : state: 'created' [12:34:05.243] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.243] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.243] | : Using SequentialFutureBackend ... [12:34:05.243] | : . Number of futures since start: 6 (6 created, 6 launched, 6 finished) [12:34:05.244] | : . Launching futures ... [12:34:05.244] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:34:05.244] | : . ' , getFutureData() ... [12:34:05.245] | : . ' , ; getFutureCore() ... [12:34:05.245] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:34:05.245] | : . ' , ; getFutureCore() ... done [12:34:05.246] | : . ' , ; getFutureCapture() ... [12:34:05.246] | : . ' , ; getFutureCapture() ... done [12:34:05.247] | : . ' , ; getFutureContext() ... [12:34:05.247] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.247] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:34:05.248] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.248] | : . ' , ; ` Packages needed by future backend (n = 0): [12:34:05.248] | : . ' , ; getFutureContext() ... done [12:34:05.249] | : . ' , getFutureData() ... done [12:34:05.252] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.253] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:34:05.253] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.254] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.254] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:05.255] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:34:05.255] | : . ' , ; ` | New stack: [12:34:05.255] | : . ' , ; ` | List of 1 [12:34:05.255] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:05.255] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.255] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:34:05.255] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.255] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.255] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.255] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:05.255] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.261] | : . ' , ; ` | Old stack: [12:34:05.262] | : . ' , ; ` | List of 1 [12:34:05.262] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:05.262] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.262] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:34:05.262] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.262] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.262] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.262] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:34:05.262] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.262] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.262] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.262] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.270] | : . ' , ; ` | Not identical [12:34:05.270] | : . ' , ; ` | all.equal() for future ... [12:34:05.271] | : . ' , ; ` | : List of 2 [12:34:05.271] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:34:05.271] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.271] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:34:05.271] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.271] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.271] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.271] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:05.271] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:34:05.271] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.271] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.271] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.271] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.271] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.271] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.271] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.271] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.271] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.280] | : . ' , ; ` | all.equal() for future ... done [12:34:05.280] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:34:05.281] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:05.281] | : . ' , ; ` List of future strategies: [12:34:05.281] | : . ' , ; ` 1. sequential: [12:34:05.281] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:34:05.281] | : . ' , ; ` - tweaked: FALSE [12:34:05.281] | : . ' , ; ` - call: plan(sequential) [12:34:05.282] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:05.283] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.283] | : . ' , assign_globals() ... [12:34:05.283] | : . ' , List of 1 [12:34:05.283] | : . ' , $ x: list() [12:34:05.283] | : . ' , - attr(*, "where")=List of 1 [12:34:05.283] | : . ' , ..$ x: [12:34:05.283] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:34:05.283] | : . ' , - attr(*, "resolved")= logi TRUE [12:34:05.283] | : . ' , - attr(*, "total_size")= num NA [12:34:05.283] | : . ' , - attr(*, "already-done")= logi TRUE [12:34:05.289] | : . ' , - copied 'x' to environment [12:34:05.290] | : . ' , assign_globals() ... done [12:34:05.294] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.295] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.295] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:05.295] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:34:05.296] | : . ' , ; ` | : New stack: [12:34:05.296] | : . ' , ; ` | : List of 1 [12:34:05.296] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:05.296] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.296] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.296] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.296] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.296] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.296] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.296] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.296] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.296] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.296] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.301] | : . ' , ; ` | : Old stack: [12:34:05.301] | : . ' , ; ` | : List of 1 [12:34:05.301] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:05.301] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.301] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.301] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.301] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.301] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.301] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.301] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.301] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.301] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.301] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.307] | : . ' , ; ` | : Identical [12:34:05.308] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:34:05.308] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:05.308] | : . ' , ; ` | List of future strategies: [12:34:05.308] | : . ' , ; ` | 1. sequential: [12:34:05.308] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:34:05.308] | : . ' , ; ` | - tweaked: FALSE [12:34:05.308] | : . ' , ; ` | - call: plan(sequential) [12:34:05.309] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:05.309] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.309] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.310] | : . ' , SequentialFuture started (and completed) [12:34:05.310] | : . ' , signalConditions() ... [12:34:05.310] | : . ' , ; include = 'immediateCondition' [12:34:05.311] | : . ' , ; exclude = [12:34:05.311] | : . ' , ; resignal = FALSE [12:34:05.311] | : . ' , ; Number of conditions: 6 [12:34:05.311] | : . ' , ; int 6 [12:34:05.312] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.313] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.313] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.313] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.313] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.313] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.314] | : . ' , signalConditions() ... done [12:34:05.314] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:34:05.314] | : . Launching futures ... done [12:34:05.314] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:34:05.315] | : Using SequentialFutureBackend ... done [12:34:05.315] | run() for 'Future' () ... done [12:34:05.315] | signalConditions() ... [12:34:05.315] | : include = 'immediateCondition' [12:34:05.315] | : exclude = [12:34:05.316] | : resignal = FALSE [12:34:05.316] | : Number of conditions: 6 [12:34:05.316] | : int 6 [12:34:05.317] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.317] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.317] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.318] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.318] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.318] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.318] | signalConditions() ... done [12:34:05.318] | relay stdout ... [12:34:05.319] | relay stdout ... done [12:34:05.319] | check for misuse ... [12:34:05.319] | check for misuse ... done [12:34:05.319] | relay conditions ... [12:34:05.320] | : Future state: 'finished' [12:34:05.320] | : signalConditions() ... [12:34:05.320] | : . include = 'condition' [12:34:05.320] | : . exclude = 'immediateCondition' [12:34:05.320] | : . resignal = TRUE [12:34:05.321] | : . Number of conditions: 6 [12:34:05.321] | : . int 6 [12:34:05.321] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.322] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:34:05.249] | : . ' , attachPackages() ... [12:34:05.322] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.322] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:34:05.250] | : . ' , ; packages: [n=1] 'future' [12:34:05.322] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.323] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:34:05.250] | : . ' , attachPackages() ... done [12:34:05.323] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.323] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:34:05.250] | : . ' , attachPackages() ... [12:34:05.323] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.324] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:34:05.251] | : . ' , ; packages: [n=0] [12:34:05.324] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.324] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:34:05.251] | : . ' , attachPackages() ... done [12:34:05.324] | : signalConditions() ... done [12:34:05.325] | relay conditions ... done [12:34:05.325] value() for Future () ... done $a [1] 1 [12:34:05.328] future(..., label = NULL) ... [12:34:05.328] | lazy: FALSE [12:34:05.328] | stdout: TRUE [12:34:05.329] | conditions: [n=1] 'condition' 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:34:05.329] | 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:34:05.329] | : Searching for globals ... [12:34:05.353] | : . globals found: [5] '{', 'x', '<-', '[[', '[[<-' [12:34:05.353] | : Searching for globals ... done [12:34:05.354] | : Resolving globals: TRUE [12:34:05.354] | : Resolving any globals that are futures ... [12:34:05.354] | : . globals: [5] '{', 'x', '<-', '[[', '[[<-' [12:34:05.355] | : Resolving any globals that are futures ... done [12:34:05.355] | : Search for packages associated with the globals ... [12:34:05.356] | : . Packages associated with globals: [1] 'base' [12:34:05.356] | : . Packages: [1] 'base' [12:34:05.357] | : Search for packages associated with the globals ... done [12:34:05.357] | : Resolving futures part of globals (recursively) ... [12:34:05.357] | : . resolve() for FutureGlobals ... [12:34:05.358] | : . ' recursive: 99 [12:34:05.358] | : . ' Number of elements: 1 [12:34:05.359] | : . ' elements: 'x' [12:34:05.359] | : . ' 'obj' is list [12:34:05.360] | : . ' resolve(obj, ...) ... [12:34:05.360] | : . ' , resolve() for list ... [12:34:05.360] | : . ' , ; recursive: 98 [12:34:05.361] | : . ' , ; Number of elements: 0 [12:34:05.361] | : . ' , resolve() for list ... done [12:34:05.361] | : . ' resolve(obj, ...) ... done [12:34:05.362] | : . ' resolved() ... [12:34:05.362] | : . ' , resolved() for list ... [12:34:05.362] | : . ' , ; Number of elements: 0 [12:34:05.363] | : . ' , ; Number of futures: 0 [12:34:05.363] | : . ' , resolved() for list ... done [12:34:05.363] | : . ' resolved() ... done [12:34:05.364] | : . ' length: 0 (resolved future 1) [12:34:05.364] | : . resolve() for FutureGlobals ... done [12:34:05.364] | : . globals: [1] 'x' [12:34:05.365] | : Resolving futures part of globals (recursively) ... done [12:34:05.365] | : Packages after dropping 'base': [0] [12:34:05.365] | : globals: [1] 'x' [12:34:05.366] | : packages: [0] [12:34:05.366] | getGlobalsAndPackages() ... done [12:34:05.367] | run() for 'Future' () ... [12:34:05.367] | : state: 'created' [12:34:05.368] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.368] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.368] | : Using SequentialFutureBackend ... [12:34:05.369] | : . Number of futures since start: 7 (7 created, 7 launched, 7 finished) [12:34:05.369] | : . Launching futures ... [12:34:05.369] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:34:05.370] | : . ' , getFutureData() ... [12:34:05.370] | : . ' , ; getFutureCore() ... [12:34:05.370] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:34:05.371] | : . ' , ; getFutureCore() ... done [12:34:05.371] | : . ' , ; getFutureCapture() ... [12:34:05.372] | : . ' , ; getFutureCapture() ... done [12:34:05.372] | : . ' , ; getFutureContext() ... [12:34:05.372] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.373] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:34:05.373] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.373] | : . ' , ; ` Packages needed by future backend (n = 0): [12:34:05.374] | : . ' , ; getFutureContext() ... done [12:34:05.374] | : . ' , getFutureData() ... done [12:34:05.378] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.378] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:34:05.379] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.379] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.380] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:05.380] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:34:05.380] | : . ' , ; ` | New stack: [12:34:05.381] | : . ' , ; ` | List of 1 [12:34:05.381] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:05.381] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.381] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:34:05.381] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.381] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.381] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.381] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:05.381] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.387] | : . ' , ; ` | Old stack: [12:34:05.388] | : . ' , ; ` | List of 1 [12:34:05.388] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:05.388] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.388] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:34:05.388] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.388] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.388] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.388] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:34:05.388] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.388] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.388] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.388] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.396] | : . ' , ; ` | Not identical [12:34:05.396] | : . ' , ; ` | all.equal() for future ... [12:34:05.397] | : . ' , ; ` | : List of 2 [12:34:05.397] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:34:05.397] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.397] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:34:05.397] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.397] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.397] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.397] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:05.397] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:34:05.397] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.397] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.397] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.397] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.397] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.397] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.397] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.397] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.397] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.410] | : . ' , ; ` | all.equal() for future ... done [12:34:05.411] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:34:05.411] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:05.411] | : . ' , ; ` List of future strategies: [12:34:05.411] | : . ' , ; ` 1. sequential: [12:34:05.411] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:34:05.411] | : . ' , ; ` - tweaked: FALSE [12:34:05.411] | : . ' , ; ` - call: plan(sequential) [12:34:05.412] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:05.413] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.413] | : . ' , assign_globals() ... [12:34:05.413] | : . ' , List of 1 [12:34:05.413] | : . ' , $ x: list() [12:34:05.413] | : . ' , - attr(*, "where")=List of 1 [12:34:05.413] | : . ' , ..$ x: [12:34:05.413] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:34:05.413] | : . ' , - attr(*, "resolved")= logi TRUE [12:34:05.413] | : . ' , - attr(*, "total_size")= num NA [12:34:05.413] | : . ' , - attr(*, "already-done")= logi TRUE [12:34:05.418] | : . ' , - copied 'x' to environment [12:34:05.418] | : . ' , assign_globals() ... done [12:34:05.422] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.423] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.423] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:05.423] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:34:05.423] | : . ' , ; ` | : New stack: [12:34:05.424] | : . ' , ; ` | : List of 1 [12:34:05.424] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:05.424] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.424] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.424] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.424] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.424] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.424] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.424] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.424] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.424] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.424] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.429] | : . ' , ; ` | : Old stack: [12:34:05.430] | : . ' , ; ` | : List of 1 [12:34:05.430] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:05.430] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.430] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.430] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.430] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.430] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.430] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.430] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.430] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.430] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.430] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.437] | : . ' , ; ` | : Identical [12:34:05.437] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:34:05.438] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:05.442] | : . ' , ; ` | List of future strategies: [12:34:05.442] | : . ' , ; ` | 1. sequential: [12:34:05.442] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:34:05.442] | : . ' , ; ` | - tweaked: FALSE [12:34:05.442] | : . ' , ; ` | - call: plan(sequential) [12:34:05.444] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:05.444] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.444] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.445] | : . ' , SequentialFuture started (and completed) [12:34:05.446] | : . ' , signalConditions() ... [12:34:05.446] | : . ' , ; include = 'immediateCondition' [12:34:05.447] | : . ' , ; exclude = [12:34:05.447] | : . ' , ; resignal = FALSE [12:34:05.447] | : . ' , ; Number of conditions: 6 [12:34:05.448] | : . ' , ; int 6 [12:34:05.449] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.450] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.450] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.450] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.451] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.451] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.451] | : . ' , signalConditions() ... done [12:34:05.452] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:34:05.452] | : . Launching futures ... done [12:34:05.452] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:34:05.452] | : Using SequentialFutureBackend ... done [12:34:05.453] | run() for 'Future' () ... done [12:34:05.453] future(..., label = NULL) ... done [12:34:05.453] value() for SequentialFuture () ... [12:34:05.454] | signalConditions() ... [12:34:05.454] | : include = 'immediateCondition' [12:34:05.455] | : exclude = [12:34:05.455] | : resignal = FALSE [12:34:05.455] | : Number of conditions: 6 [12:34:05.456] | : int 6 [12:34:05.457] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.457] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.457] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.458] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.458] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.458] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.459] | signalConditions() ... done [12:34:05.459] | relay stdout ... [12:34:05.459] | relay stdout ... done [12:34:05.460] | check for misuse ... [12:34:05.460] | check for misuse ... done [12:34:05.460] | relay conditions ... [12:34:05.460] | : Future state: 'finished' [12:34:05.461] | : signalConditions() ... [12:34:05.461] | : . include = 'condition' [12:34:05.461] | : . exclude = 'immediateCondition' [12:34:05.462] | : . resignal = TRUE [12:34:05.462] | : . Number of conditions: 6 [12:34:05.462] | : . int 6 [12:34:05.463] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.464] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:34:05.375] | : . ' , attachPackages() ... [12:34:05.464] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.464] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:34:05.375] | : . ' , ; packages: [n=1] 'future' [12:34:05.465] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.465] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:34:05.376] | : . ' , attachPackages() ... done [12:34:05.465] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.465] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:34:05.376] | : . ' , attachPackages() ... [12:34:05.466] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.466] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:34:05.376] | : . ' , ; packages: [n=0] [12:34:05.466] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.467] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:34:05.377] | : . ' , attachPackages() ... done [12:34:05.467] | : signalConditions() ... done [12:34:05.467] | relay conditions ... done [12:34:05.468] value() for SequentialFuture () ... done $a [1] 1 [12:34:05.468] future(..., label = NULL) ... [12:34:05.468] | lazy: FALSE [12:34:05.468] | stdout: TRUE [12:34:05.469] | conditions: [n=1] 'condition' 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:34:05.469] | 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:34:05.470] | : Searching for globals ... [12:34:05.491] | : . globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:34:05.492] | : Searching for globals ... done [12:34:05.492] | : Resolving globals: TRUE [12:34:05.496] | : Resolving any globals that are futures ... [12:34:05.497] | : . globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:34:05.497] | : Resolving any globals that are futures ... done [12:34:05.497] | : Search for packages associated with the globals ... [12:34:05.498] | : . Packages associated with globals: [1] 'base' [12:34:05.499] | : . Packages: [1] 'base' [12:34:05.499] | : Search for packages associated with the globals ... done [12:34:05.500] | : Resolving futures part of globals (recursively) ... [12:34:05.500] | : . resolve() for FutureGlobals ... [12:34:05.500] | : . ' recursive: 99 [12:34:05.501] | : . ' Number of elements: 1 [12:34:05.501] | : . ' elements: 'x' [12:34:05.501] | : . ' 'obj' is list [12:34:05.501] | : . ' resolve(obj, ...) ... [12:34:05.501] | : . ' , resolve() for list ... [12:34:05.502] | : . ' , ; recursive: 98 [12:34:05.502] | : . ' , ; Number of elements: 0 [12:34:05.502] | : . ' , resolve() for list ... done [12:34:05.502] | : . ' resolve(obj, ...) ... done [12:34:05.502] | : . ' resolved() ... [12:34:05.503] | : . ' , resolved() for list ... [12:34:05.503] | : . ' , ; Number of elements: 0 [12:34:05.503] | : . ' , ; Number of futures: 0 [12:34:05.503] | : . ' , resolved() for list ... done [12:34:05.503] | : . ' resolved() ... done [12:34:05.504] | : . ' length: 0 (resolved future 1) [12:34:05.504] | : . resolve() for FutureGlobals ... done [12:34:05.504] | : . globals: [1] 'x' [12:34:05.504] | : Resolving futures part of globals (recursively) ... done [12:34:05.505] | : Packages after dropping 'base': [0] [12:34:05.505] | : globals: [1] 'x' [12:34:05.505] | : packages: [0] [12:34:05.505] | getGlobalsAndPackages() ... done [12:34:05.506] | run() for 'Future' () ... [12:34:05.506] | : state: 'created' [12:34:05.506] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.506] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.507] | : Using SequentialFutureBackend ... [12:34:05.507] | : . Number of futures since start: 8 (8 created, 8 launched, 8 finished) [12:34:05.507] | : . Launching futures ... [12:34:05.507] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:34:05.508] | : . ' , getFutureData() ... [12:34:05.508] | : . ' , ; getFutureCore() ... [12:34:05.508] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:34:05.508] | : . ' , ; getFutureCore() ... done [12:34:05.509] | : . ' , ; getFutureCapture() ... [12:34:05.509] | : . ' , ; getFutureCapture() ... done [12:34:05.509] | : . ' , ; getFutureContext() ... [12:34:05.509] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.509] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:34:05.510] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.510] | : . ' , ; ` Packages needed by future backend (n = 0): [12:34:05.510] | : . ' , ; getFutureContext() ... done [12:34:05.511] | : . ' , getFutureData() ... done [12:34:05.515] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.515] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:34:05.516] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.516] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.517] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:05.517] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:34:05.517] | : . ' , ; ` | New stack: [12:34:05.518] | : . ' , ; ` | List of 1 [12:34:05.518] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:05.518] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.518] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:34:05.518] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.518] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.518] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.518] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:05.518] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.525] | : . ' , ; ` | Old stack: [12:34:05.525] | : . ' , ; ` | List of 1 [12:34:05.525] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:05.525] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.525] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:34:05.525] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.525] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.525] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.525] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:34:05.525] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.525] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.525] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.525] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.534] | : . ' , ; ` | Not identical [12:34:05.534] | : . ' , ; ` | all.equal() for future ... [12:34:05.534] | : . ' , ; ` | : List of 2 [12:34:05.534] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:34:05.534] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.534] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:34:05.534] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.534] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.534] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.534] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:05.534] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:34:05.534] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.534] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.534] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.534] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.534] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.534] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.534] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.534] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.534] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.549] | : . ' , ; ` | all.equal() for future ... done [12:34:05.549] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:34:05.550] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:05.550] | : . ' , ; ` List of future strategies: [12:34:05.550] | : . ' , ; ` 1. sequential: [12:34:05.550] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:34:05.550] | : . ' , ; ` - tweaked: FALSE [12:34:05.550] | : . ' , ; ` - call: plan(sequential) [12:34:05.552] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:05.552] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.553] | : . ' , assign_globals() ... [12:34:05.553] | : . ' , List of 1 [12:34:05.553] | : . ' , $ x: list() [12:34:05.553] | : . ' , - attr(*, "where")=List of 1 [12:34:05.553] | : . ' , ..$ x: [12:34:05.553] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:34:05.553] | : . ' , - attr(*, "resolved")= logi TRUE [12:34:05.553] | : . ' , - attr(*, "total_size")= num NA [12:34:05.553] | : . ' , - attr(*, "already-done")= logi TRUE [12:34:05.561] | : . ' , - copied 'x' to environment [12:34:05.561] | : . ' , assign_globals() ... done [12:34:05.567] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.567] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.568] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:05.568] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:34:05.569] | : . ' , ; ` | : New stack: [12:34:05.569] | : . ' , ; ` | : List of 1 [12:34:05.569] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:05.569] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.569] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.569] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.569] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.569] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.569] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.569] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.569] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.569] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.569] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.578] | : . ' , ; ` | : Old stack: [12:34:05.579] | : . ' , ; ` | : List of 1 [12:34:05.579] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:05.579] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.579] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.579] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.579] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.579] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.579] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.579] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.579] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.579] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.579] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.587] | : . ' , ; ` | : Identical [12:34:05.588] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:34:05.588] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:05.588] | : . ' , ; ` | List of future strategies: [12:34:05.588] | : . ' , ; ` | 1. sequential: [12:34:05.588] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:34:05.588] | : . ' , ; ` | - tweaked: FALSE [12:34:05.588] | : . ' , ; ` | - call: plan(sequential) [12:34:05.590] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:05.590] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.590] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.591] | : . ' , SequentialFuture started (and completed) [12:34:05.592] | : . ' , signalConditions() ... [12:34:05.592] | : . ' , ; include = 'immediateCondition' [12:34:05.593] | : . ' , ; exclude = [12:34:05.593] | : . ' , ; resignal = FALSE [12:34:05.593] | : . ' , ; Number of conditions: 6 [12:34:05.594] | : . ' , ; int 6 [12:34:05.595] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.595] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.596] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.596] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.596] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.597] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.597] | : . ' , signalConditions() ... done [12:34:05.597] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:34:05.598] | : . Launching futures ... done [12:34:05.598] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:34:05.599] | : Using SequentialFutureBackend ... done [12:34:05.599] | run() for 'Future' () ... done [12:34:05.599] future(..., label = NULL) ... done [12:34:05.600] value() for SequentialFuture () ... [12:34:05.600] | signalConditions() ... [12:34:05.600] | : include = 'immediateCondition' [12:34:05.601] | : exclude = [12:34:05.601] | : resignal = FALSE [12:34:05.601] | : Number of conditions: 6 [12:34:05.602] | : int 6 [12:34:05.603] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.603] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.604] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.604] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.604] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.605] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.605] | signalConditions() ... done [12:34:05.605] | relay stdout ... [12:34:05.606] | relay stdout ... done [12:34:05.606] | check for misuse ... [12:34:05.607] | check for misuse ... done [12:34:05.607] | relay conditions ... [12:34:05.607] | : Future state: 'finished' [12:34:05.608] | : signalConditions() ... [12:34:05.608] | : . include = 'condition' [12:34:05.608] | : . exclude = 'immediateCondition' [12:34:05.609] | : . resignal = TRUE [12:34:05.609] | : . Number of conditions: 6 [12:34:05.609] | : . int 6 [12:34:05.610] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.611] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:34:05.511] | : . ' , attachPackages() ... [12:34:05.611] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.612] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:34:05.512] | : . ' , ; packages: [n=1] 'future' [12:34:05.612] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.613] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:34:05.512] | : . ' , attachPackages() ... done [12:34:05.613] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.613] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:34:05.513] | : . ' , attachPackages() ... [12:34:05.614] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.614] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:34:05.513] | : . ' , ; packages: [n=0] [12:34:05.615] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.615] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:34:05.513] | : . ' , attachPackages() ... done [12:34:05.615] | : signalConditions() ... done [12:34:05.616] | relay conditions ... done [12:34:05.616] value() for SequentialFuture () ... done $a [1] 1 [12:34:05.617] future(..., label = NULL) ... [12:34:05.617] | lazy: TRUE [12:34:05.617] | stdout: TRUE [12:34:05.618] | conditions: [n=1] 'condition' 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:34:05.618] | 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:34:05.619] | : Searching for globals ... [12:34:05.651] | : . globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:34:05.651] | : Searching for globals ... done [12:34:05.652] | : Resolving globals: TRUE [12:34:05.652] | : Resolving any globals that are futures ... [12:34:05.653] | : . globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:34:05.653] | : Resolving any globals that are futures ... done [12:34:05.653] | : Search for packages associated with the globals ... [12:34:05.654] | : . Packages associated with globals: [1] 'base' [12:34:05.655] | : . Packages: [1] 'base' [12:34:05.655] | : Search for packages associated with the globals ... done [12:34:05.656] | : Resolving futures part of globals (recursively) ... [12:34:05.656] | : . resolve() for FutureGlobals ... [12:34:05.656] | : . ' recursive: 99 [12:34:05.657] | : . ' Number of elements: 1 [12:34:05.657] | : . ' elements: 'x' [12:34:05.658] | : . ' 'obj' is list [12:34:05.658] | : . ' resolve(obj, ...) ... [12:34:05.658] | : . ' , resolve() for list ... [12:34:05.659] | : . ' , ; recursive: 98 [12:34:05.659] | : . ' , ; Number of elements: 0 [12:34:05.659] | : . ' , resolve() for list ... done [12:34:05.659] | : . ' resolve(obj, ...) ... done [12:34:05.659] | : . ' resolved() ... [12:34:05.660] | : . ' , resolved() for list ... [12:34:05.660] | : . ' , ; Number of elements: 0 [12:34:05.660] | : . ' , ; Number of futures: 0 [12:34:05.660] | : . ' , resolved() for list ... done [12:34:05.660] | : . ' resolved() ... done [12:34:05.661] | : . ' length: 0 (resolved future 1) [12:34:05.661] | : . resolve() for FutureGlobals ... done [12:34:05.661] | : . globals: [1] 'x' [12:34:05.661] | : Resolving futures part of globals (recursively) ... done [12:34:05.662] | : Packages after dropping 'base': [0] [12:34:05.662] | : globals: [1] 'x' [12:34:05.662] | : packages: [0] [12:34:05.662] | getGlobalsAndPackages() ... done [12:34:05.663] future(..., label = NULL) ... done [12:34:05.663] value() for Future () ... [12:34:05.663] | run() for 'Future' () ... [12:34:05.664] | : state: 'created' [12:34:05.664] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.664] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.665] | : Using SequentialFutureBackend ... [12:34:05.665] | : . Number of futures since start: 9 (9 created, 9 launched, 9 finished) [12:34:05.666] | : . Launching futures ... [12:34:05.666] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:34:05.666] | : . ' , getFutureData() ... [12:34:05.667] | : . ' , ; getFutureCore() ... [12:34:05.667] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:34:05.667] | : . ' , ; getFutureCore() ... done [12:34:05.668] | : . ' , ; getFutureCapture() ... [12:34:05.668] | : . ' , ; getFutureCapture() ... done [12:34:05.668] | : . ' , ; getFutureContext() ... [12:34:05.669] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.669] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:34:05.670] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.670] | : . ' , ; ` Packages needed by future backend (n = 0): [12:34:05.670] | : . ' , ; getFutureContext() ... done [12:34:05.671] | : . ' , getFutureData() ... done [12:34:05.675] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.675] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:34:05.676] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.676] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.677] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:05.677] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:34:05.678] | : . ' , ; ` | New stack: [12:34:05.678] | : . ' , ; ` | List of 1 [12:34:05.678] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:05.678] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.678] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:34:05.678] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.678] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.678] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.678] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:05.678] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.685] | : . ' , ; ` | Old stack: [12:34:05.685] | : . ' , ; ` | List of 1 [12:34:05.685] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:05.685] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.685] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:34:05.685] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.685] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.685] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.685] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:34:05.685] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.685] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.685] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.685] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.701] | : . ' , ; ` | Not identical [12:34:05.702] | : . ' , ; ` | all.equal() for future ... [12:34:05.702] | : . ' , ; ` | : List of 2 [12:34:05.702] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:34:05.702] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.702] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:34:05.702] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.702] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.702] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.702] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:05.702] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:34:05.702] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.702] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.702] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.702] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.702] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.702] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.702] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.702] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.702] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.717] | : . ' , ; ` | all.equal() for future ... done [12:34:05.717] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:34:05.717] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:05.718] | : . ' , ; ` List of future strategies: [12:34:05.718] | : . ' , ; ` 1. sequential: [12:34:05.718] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:34:05.718] | : . ' , ; ` - tweaked: FALSE [12:34:05.718] | : . ' , ; ` - call: plan(sequential) [12:34:05.719] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:05.719] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.720] | : . ' , assign_globals() ... [12:34:05.720] | : . ' , List of 1 [12:34:05.720] | : . ' , $ x: list() [12:34:05.720] | : . ' , - attr(*, "where")=List of 1 [12:34:05.720] | : . ' , ..$ x: [12:34:05.720] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:34:05.720] | : . ' , - attr(*, "resolved")= logi TRUE [12:34:05.720] | : . ' , - attr(*, "total_size")= num NA [12:34:05.720] | : . ' , - attr(*, "already-done")= logi TRUE [12:34:05.725] | : . ' , - copied 'x' to environment [12:34:05.726] | : . ' , assign_globals() ... done [12:34:05.730] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.731] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.731] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:05.731] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:34:05.732] | : . ' , ; ` | : New stack: [12:34:05.732] | : . ' , ; ` | : List of 1 [12:34:05.732] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:05.732] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.732] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.732] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.732] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.732] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.732] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.732] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.732] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.732] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.732] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.739] | : . ' , ; ` | : Old stack: [12:34:05.739] | : . ' , ; ` | : List of 1 [12:34:05.739] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:05.739] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.739] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.739] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.739] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.739] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.739] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.739] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.739] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.739] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.739] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.746] | : . ' , ; ` | : Identical [12:34:05.746] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:34:05.747] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:05.747] | : . ' , ; ` | List of future strategies: [12:34:05.747] | : . ' , ; ` | 1. sequential: [12:34:05.747] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:34:05.747] | : . ' , ; ` | - tweaked: FALSE [12:34:05.747] | : . ' , ; ` | - call: plan(sequential) [12:34:05.748] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:05.748] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.749] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.750] | : . ' , SequentialFuture started (and completed) [12:34:05.750] | : . ' , signalConditions() ... [12:34:05.750] | : . ' , ; include = 'immediateCondition' [12:34:05.751] | : . ' , ; exclude = [12:34:05.751] | : . ' , ; resignal = FALSE [12:34:05.751] | : . ' , ; Number of conditions: 6 [12:34:05.752] | : . ' , ; int 6 [12:34:05.753] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.753] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.753] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.753] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.754] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.754] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.754] | : . ' , signalConditions() ... done [12:34:05.755] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:34:05.755] | : . Launching futures ... done [12:34:05.755] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:34:05.755] | : Using SequentialFutureBackend ... done [12:34:05.755] | run() for 'Future' () ... done [12:34:05.756] | signalConditions() ... [12:34:05.756] | : include = 'immediateCondition' [12:34:05.756] | : exclude = [12:34:05.756] | : resignal = FALSE [12:34:05.756] | : Number of conditions: 6 [12:34:05.757] | : int 6 [12:34:05.758] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.758] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.758] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.758] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.758] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.759] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.759] | signalConditions() ... done [12:34:05.759] | relay stdout ... [12:34:05.759] | relay stdout ... done [12:34:05.759] | check for misuse ... [12:34:05.760] | check for misuse ... done [12:34:05.760] | relay conditions ... [12:34:05.760] | : Future state: 'finished' [12:34:05.760] | : signalConditions() ... [12:34:05.760] | : . include = 'condition' [12:34:05.760] | : . exclude = 'immediateCondition' [12:34:05.761] | : . resignal = TRUE [12:34:05.761] | : . Number of conditions: 6 [12:34:05.761] | : . int 6 [12:34:05.762] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.762] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:34:05.672] | : . ' , attachPackages() ... [12:34:05.762] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.762] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:34:05.672] | : . ' , ; packages: [n=1] 'future' [12:34:05.763] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.763] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:34:05.673] | : . ' , attachPackages() ... done [12:34:05.763] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.763] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:34:05.673] | : . ' , attachPackages() ... [12:34:05.763] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.764] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:34:05.673] | : . ' , ; packages: [n=0] [12:34:05.764] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.764] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:34:05.674] | : . ' , attachPackages() ... done [12:34:05.764] | : signalConditions() ... done [12:34:05.765] | relay conditions ... done [12:34:05.765] value() for Future () ... done $a [1] 1 [12:34:05.766] future(..., label = NULL) ... [12:34:05.766] | lazy: FALSE [12:34:05.766] | stdout: TRUE [12:34:05.767] | conditions: [n=1] 'condition' 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:34:05.767] | 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:34:05.768] | : Searching for globals ... [12:34:05.797] | : . globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:34:05.798] | : Searching for globals ... done [12:34:05.798] | : Resolving globals: TRUE [12:34:05.798] | : Resolving any globals that are futures ... [12:34:05.799] | : . globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:34:05.799] | : Resolving any globals that are futures ... done [12:34:05.800] | : Search for packages associated with the globals ... [12:34:05.800] | : . Packages associated with globals: [1] 'base' [12:34:05.801] | : . Packages: [1] 'base' [12:34:05.801] | : Search for packages associated with the globals ... done [12:34:05.802] | : Resolving futures part of globals (recursively) ... [12:34:05.802] | : . resolve() for FutureGlobals ... [12:34:05.802] | : . ' recursive: 99 [12:34:05.803] | : . ' Number of elements: 1 [12:34:05.803] | : . ' elements: 'x' [12:34:05.804] | : . ' 'obj' is list [12:34:05.804] | : . ' resolve(obj, ...) ... [12:34:05.804] | : . ' , resolve() for list ... [12:34:05.805] | : . ' , ; recursive: 98 [12:34:05.805] | : . ' , ; Number of elements: 0 [12:34:05.805] | : . ' , resolve() for list ... done [12:34:05.805] | : . ' resolve(obj, ...) ... done [12:34:05.806] | : . ' resolved() ... [12:34:05.806] | : . ' , resolved() for list ... [12:34:05.806] | : . ' , ; Number of elements: 0 [12:34:05.807] | : . ' , ; Number of futures: 0 [12:34:05.807] | : . ' , resolved() for list ... done [12:34:05.807] | : . ' resolved() ... done [12:34:05.808] | : . ' length: 0 (resolved future 1) [12:34:05.808] | : . resolve() for FutureGlobals ... done [12:34:05.808] | : . globals: [1] 'x' [12:34:05.809] | : Resolving futures part of globals (recursively) ... done [12:34:05.809] | : Packages after dropping 'base': [0] [12:34:05.809] | : globals: [1] 'x' [12:34:05.810] | : packages: [0] [12:34:05.810] | getGlobalsAndPackages() ... done [12:34:05.811] | run() for 'Future' () ... [12:34:05.811] | : state: 'created' [12:34:05.811] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.812] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.812] | : Using SequentialFutureBackend ... [12:34:05.812] | : . Number of futures since start: 10 (10 created, 10 launched, 10 finished) [12:34:05.813] | : . Launching futures ... [12:34:05.813] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:34:05.813] | : . ' , getFutureData() ... [12:34:05.814] | : . ' , ; getFutureCore() ... [12:34:05.814] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:34:05.814] | : . ' , ; getFutureCore() ... done [12:34:05.815] | : . ' , ; getFutureCapture() ... [12:34:05.815] | : . ' , ; getFutureCapture() ... done [12:34:05.815] | : . ' , ; getFutureContext() ... [12:34:05.816] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.816] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:34:05.816] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.817] | : . ' , ; ` Packages needed by future backend (n = 0): [12:34:05.817] | : . ' , ; getFutureContext() ... done [12:34:05.817] | : . ' , getFutureData() ... done [12:34:05.821] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.822] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:34:05.822] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.823] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.823] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:05.824] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:34:05.824] | : . ' , ; ` | New stack: [12:34:05.824] | : . ' , ; ` | List of 1 [12:34:05.824] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:05.824] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.824] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:34:05.824] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.824] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.824] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.824] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:05.824] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.831] | : . ' , ; ` | Old stack: [12:34:05.831] | : . ' , ; ` | List of 1 [12:34:05.831] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:05.831] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.831] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:34:05.831] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.831] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.831] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.831] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:34:05.831] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.831] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.831] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.831] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.836] | : . ' , ; ` | Not identical [12:34:05.836] | : . ' , ; ` | all.equal() for future ... [12:34:05.837] | : . ' , ; ` | : List of 2 [12:34:05.837] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:34:05.837] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.837] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:34:05.837] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.837] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.837] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.837] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:05.837] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:34:05.837] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.837] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.837] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.837] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.837] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.837] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.837] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.837] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.837] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.844] | : . ' , ; ` | all.equal() for future ... done [12:34:05.845] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:34:05.845] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:05.845] | : . ' , ; ` List of future strategies: [12:34:05.845] | : . ' , ; ` 1. sequential: [12:34:05.845] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:34:05.845] | : . ' , ; ` - tweaked: FALSE [12:34:05.845] | : . ' , ; ` - call: plan(sequential) [12:34:05.846] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:05.846] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.846] | : . ' , assign_globals() ... [12:34:05.846] | : . ' , List of 1 [12:34:05.846] | : . ' , $ x: list() [12:34:05.846] | : . ' , - attr(*, "where")=List of 1 [12:34:05.846] | : . ' , ..$ x: [12:34:05.846] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:34:05.846] | : . ' , - attr(*, "resolved")= logi TRUE [12:34:05.846] | : . ' , - attr(*, "total_size")= num NA [12:34:05.846] | : . ' , - attr(*, "already-done")= logi TRUE [12:34:05.850] | : . ' , - copied 'x' to environment [12:34:05.850] | : . ' , assign_globals() ... done [12:34:05.853] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.853] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.854] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:05.854] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:34:05.854] | : . ' , ; ` | : New stack: [12:34:05.854] | : . ' , ; ` | : List of 1 [12:34:05.854] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:05.854] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.854] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.854] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.854] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.854] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.854] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.854] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.854] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.854] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.854] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.863] | : . ' , ; ` | : Old stack: [12:34:05.863] | : . ' , ; ` | : List of 1 [12:34:05.863] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:05.863] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.863] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.863] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.863] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.863] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.863] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.863] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.863] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.863] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.863] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.868] | : . ' , ; ` | : Identical [12:34:05.868] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:34:05.868] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:05.869] | : . ' , ; ` | List of future strategies: [12:34:05.869] | : . ' , ; ` | 1. sequential: [12:34:05.869] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:34:05.869] | : . ' , ; ` | - tweaked: FALSE [12:34:05.869] | : . ' , ; ` | - call: plan(sequential) [12:34:05.869] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:05.870] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.870] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.870] | : . ' , SequentialFuture started (and completed) [12:34:05.871] | : . ' , signalConditions() ... [12:34:05.871] | : . ' , ; include = 'immediateCondition' [12:34:05.871] | : . ' , ; exclude = [12:34:05.871] | : . ' , ; resignal = FALSE [12:34:05.871] | : . ' , ; Number of conditions: 6 [12:34:05.872] | : . ' , ; int 6 [12:34:05.872] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.872] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.873] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.873] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.873] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.873] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.873] | : . ' , signalConditions() ... done [12:34:05.874] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:34:05.874] | : . Launching futures ... done [12:34:05.874] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:34:05.874] | : Using SequentialFutureBackend ... done [12:34:05.874] | run() for 'Future' () ... done [12:34:05.875] future(..., label = NULL) ... done [12:34:05.875] value() for SequentialFuture () ... [12:34:05.875] | signalConditions() ... [12:34:05.875] | : include = 'immediateCondition' [12:34:05.876] | : exclude = [12:34:05.876] | : resignal = FALSE [12:34:05.876] | : Number of conditions: 6 [12:34:05.876] | : int 6 [12:34:05.877] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.877] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.878] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.878] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.878] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.878] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.878] | signalConditions() ... done [12:34:05.879] | relay stdout ... [12:34:05.879] | relay stdout ... done [12:34:05.879] | check for misuse ... [12:34:05.879] | check for misuse ... done [12:34:05.880] | relay conditions ... [12:34:05.880] | : Future state: 'finished' [12:34:05.880] | : signalConditions() ... [12:34:05.880] | : . include = 'condition' [12:34:05.880] | : . exclude = 'immediateCondition' [12:34:05.881] | : . resignal = TRUE [12:34:05.881] | : . Number of conditions: 6 [12:34:05.881] | : . int 6 [12:34:05.882] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.882] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:34:05.818] | : . ' , attachPackages() ... [12:34:05.882] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.882] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:34:05.819] | : . ' , ; packages: [n=1] 'future' [12:34:05.883] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.883] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:34:05.819] | : . ' , attachPackages() ... done [12:34:05.884] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.884] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:34:05.820] | : . ' , attachPackages() ... [12:34:05.884] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.885] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:34:05.820] | : . ' , ; packages: [n=0] [12:34:05.885] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:05.885] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:34:05.820] | : . ' , attachPackages() ... done [12:34:05.886] | : signalConditions() ... done [12:34:05.886] | relay conditions ... done [12:34:05.886] value() for SequentialFuture () ... done $a [1] 1 [12:34:05.887] future(..., label = NULL) ... [12:34:05.888] | lazy: FALSE [12:34:05.888] | stdout: TRUE [12:34:05.888] | conditions: [n=1] 'condition' 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:34:05.889] | 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:34:05.889] | : Searching for globals ... [12:34:05.914] | : . globals found: [7] '{', 'x', '<-', '[', 'name', '[<-', 'list' [12:34:05.915] | : Searching for globals ... done [12:34:05.915] | : Resolving globals: TRUE [12:34:05.915] | : Resolving any globals that are futures ... [12:34:05.916] | : . globals: [7] '{', 'x', '<-', '[', 'name', '[<-', 'list' [12:34:05.916] | : Resolving any globals that are futures ... done [12:34:05.917] | : Search for packages associated with the globals ... [12:34:05.917] | : . Packages associated with globals: [1] 'base' [12:34:05.918] | : . Packages: [1] 'base' [12:34:05.918] | : Search for packages associated with the globals ... done [12:34:05.919] | : Resolving futures part of globals (recursively) ... [12:34:05.919] | : . resolve() for FutureGlobals ... [12:34:05.919] | : . ' recursive: 99 [12:34:05.920] | : . ' Number of elements: 2 [12:34:05.920] | : . ' elements: 'x', 'name' [12:34:05.920] | : . ' 'obj' is list [12:34:05.920] | : . ' resolve(obj, ...) ... [12:34:05.921] | : . ' , resolve() for list ... [12:34:05.921] | : . ' , ; recursive: 98 [12:34:05.921] | : . ' , ; Number of elements: 0 [12:34:05.921] | : . ' , resolve() for list ... done [12:34:05.922] | : . ' resolve(obj, ...) ... done [12:34:05.922] | : . ' resolved() ... [12:34:05.922] | : . ' , resolved() for list ... [12:34:05.923] | : . ' , ; Number of elements: 0 [12:34:05.923] | : . ' , ; Number of futures: 0 [12:34:05.923] | : . ' , resolved() for list ... done [12:34:05.923] | : . ' resolved() ... done [12:34:05.924] | : . ' length: 1 (resolved future 1) [12:34:05.924] | : . ' 'obj' is atomic [12:34:05.924] | : . ' resolved() ... [12:34:05.925] | : . ' resolved() ... done [12:34:05.925] | : . ' length: 0 (resolved future 2) [12:34:05.925] | : . resolve() for FutureGlobals ... done [12:34:05.926] | : . globals: [2] 'x', 'name' [12:34:05.926] | : Resolving futures part of globals (recursively) ... done [12:34:05.926] | : Packages after dropping 'base': [0] [12:34:05.927] | : globals: [2] 'x', 'name' [12:34:05.927] | : packages: [0] [12:34:05.927] | getGlobalsAndPackages() ... done [12:34:05.928] | run() for 'Future' () ... [12:34:05.928] | : state: 'created' [12:34:05.929] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.929] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.929] | : Using SequentialFutureBackend ... [12:34:05.930] | : . Number of futures since start: 11 (11 created, 11 launched, 11 finished) [12:34:05.930] | : . Launching futures ... [12:34:05.930] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:34:05.931] | : . ' , getFutureData() ... [12:34:05.931] | : . ' , ; getFutureCore() ... [12:34:05.931] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:34:05.932] | : . ' , ; getFutureCore() ... done [12:34:05.932] | : . ' , ; getFutureCapture() ... [12:34:05.932] | : . ' , ; getFutureCapture() ... done [12:34:05.933] | : . ' , ; getFutureContext() ... [12:34:05.933] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.933] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:34:05.933] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.934] | : . ' , ; ` Packages needed by future backend (n = 0): [12:34:05.934] | : . ' , ; getFutureContext() ... done [12:34:05.935] | : . ' , getFutureData() ... done [12:34:05.938] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:05.939] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:34:05.939] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:05.939] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.940] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:05.940] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:34:05.941] | : . ' , ; ` | New stack: [12:34:05.941] | : . ' , ; ` | List of 1 [12:34:05.941] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:05.941] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.941] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:34:05.941] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.941] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.941] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.941] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:05.941] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.947] | : . ' , ; ` | Old stack: [12:34:05.947] | : . ' , ; ` | List of 1 [12:34:05.947] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:34:05.947] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.947] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:34:05.947] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.947] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.947] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.947] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:34:05.947] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.947] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.947] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.947] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.954] | : . ' , ; ` | Not identical [12:34:05.954] | : . ' , ; ` | all.equal() for future ... [12:34:05.954] | : . ' , ; ` | : List of 2 [12:34:05.954] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:34:05.954] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.954] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:34:05.954] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.954] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.954] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.954] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:34:05.954] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:34:05.954] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.954] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.954] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.954] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.954] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.954] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.954] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.954] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.954] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.966] | : . ' , ; ` | all.equal() for future ... done [12:34:05.966] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:34:05.967] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:05.967] | : . ' , ; ` List of future strategies: [12:34:05.967] | : . ' , ; ` 1. sequential: [12:34:05.967] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:34:05.967] | : . ' , ; ` - tweaked: FALSE [12:34:05.967] | : . ' , ; ` - call: plan(sequential) [12:34:05.968] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:05.968] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.969] | : . ' , assign_globals() ... [12:34:05.969] | : . ' , List of 2 [12:34:05.969] | : . ' , $ x : list() [12:34:05.969] | : . ' , $ name: chr "a" [12:34:05.969] | : . ' , - attr(*, "where")=List of 2 [12:34:05.969] | : . ' , ..$ x : [12:34:05.969] | : . ' , ..$ name: [12:34:05.969] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:34:05.969] | : . ' , - attr(*, "resolved")= logi TRUE [12:34:05.969] | : . ' , - attr(*, "total_size")= num NA [12:34:05.969] | : . ' , - attr(*, "already-done")= logi TRUE [12:34:05.976] | : . ' , - copied 'x' to environment [12:34:05.976] | : . ' , - copied 'name' to environment [12:34:05.977] | : . ' , assign_globals() ... done [12:34:05.981] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.981] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:34:05.982] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:34:05.982] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:34:05.982] | : . ' , ; ` | : New stack: [12:34:05.983] | : . ' , ; ` | : List of 1 [12:34:05.983] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:05.983] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.983] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.983] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.983] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.983] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.983] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.983] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.983] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.983] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.983] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.990] | : . ' , ; ` | : Old stack: [12:34:05.990] | : . ' , ; ` | : List of 1 [12:34:05.990] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:34:05.990] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:05.990] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:34:05.990] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.990] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.990] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.990] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:34:05.990] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:05.990] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:05.990] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:05.990] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:05.996] | : . ' , ; ` | : Identical [12:34:05.997] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:34:05.997] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:34:05.997] | : . ' , ; ` | List of future strategies: [12:34:05.997] | : . ' , ; ` | 1. sequential: [12:34:05.997] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:34:05.997] | : . ' , ; ` | - tweaked: FALSE [12:34:05.997] | : . ' , ; ` | - call: plan(sequential) [12:34:05.998] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:34:05.999] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:05.999] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:34:06.000] | : . ' , SequentialFuture started (and completed) [12:34:06.001] | : . ' , signalConditions() ... [12:34:06.001] | : . ' , ; include = 'immediateCondition' [12:34:06.001] | : . ' , ; exclude = [12:34:06.001] | : . ' , ; resignal = FALSE [12:34:06.002] | : . ' , ; Number of conditions: 6 [12:34:06.002] | : . ' , ; int 6 [12:34:06.003] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:06.003] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:06.004] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:06.004] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:06.004] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:06.005] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:06.005] | : . ' , signalConditions() ... done [12:34:06.005] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:34:06.006] | : . Launching futures ... done [12:34:06.006] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:34:06.007] | : Using SequentialFutureBackend ... done [12:34:06.007] | run() for 'Future' () ... done [12:34:06.007] future(..., label = NULL) ... done [12:34:06.008] value() for SequentialFuture () ... [12:34:06.008] | signalConditions() ... [12:34:06.008] | : include = 'immediateCondition' [12:34:06.009] | : exclude = [12:34:06.009] | : resignal = FALSE [12:34:06.009] | : Number of conditions: 6 [12:34:06.009] | : int 6 [12:34:06.010] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:06.011] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:06.011] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:06.011] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:06.012] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:06.012] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:06.012] | signalConditions() ... done [12:34:06.013] | relay stdout ... [12:34:06.013] | relay stdout ... done [12:34:06.013] | check for misuse ... [12:34:06.014] | check for misuse ... done [12:34:06.014] | relay conditions ... [12:34:06.014] | : Future state: 'finished' [12:34:06.014] | : signalConditions() ... [12:34:06.015] | : . include = 'condition' [12:34:06.015] | : . exclude = 'immediateCondition' [12:34:06.015] | : . resignal = TRUE [12:34:06.016] | : . Number of conditions: 6 [12:34:06.016] | : . int 6 [12:34:06.017] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:34:06.017] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:34:05.935] | : . ' , attachPackages() ... [12:34:06.017] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:34:06.018] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:34:05.936] | : . ' , ; packages: [n=1] 'future' [12:34:06.018] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:34:06.018] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:34:05.936] | : . ' , attachPackages() ... done [12:34:06.019] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:34:06.019] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:34:05.936] | : . ' , attachPackages() ... [12:34:06.019] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:34:06.020] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:34:05.937] | : . ' , ; packages: [n=0] [12:34:06.020] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:34:06.020] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:34:05.937] | : . ' , attachPackages() ... done [12:34:06.021] | : signalConditions() ... done [12:34:06.021] | relay conditions ... done [12:34:06.021] value() for SequentialFuture () ... done $a [1] 1 Testing with 1 cores ... DONE Testing with 2 cores ... availableCores(): 2 - plan('multisession') ... [12:34:06.031] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:06.031] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:34:06.032] | : all.equal() for FutureStrategyList ... [12:34:06.032] | : . New stack: [12:34:06.033] | : . List of 1 [12:34:06.033] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [12:34:06.033] | : . rscript_libs = .libPaths()) [12:34:06.033] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:34:06.033] | : . ..- attr(*, "init")= logi TRUE [12:34:06.033] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:06.033] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:06.033] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:06.033] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:06.033] | : . ..- attr(*, "untweakable")= chr "persistent" [12:34:06.033] | : . ..- attr(*, "call")= language plan(strategy) [12:34:06.033] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:06.038] | : . Old stack: [12:34:06.039] | : . List of 1 [12:34:06.039] | : . $ :function (..., envir = parent.frame()) [12:34:06.039] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:06.039] | : . ..- attr(*, "init")= chr "done" [12:34:06.039] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:06.039] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:06.039] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:06.039] | : . ..- attr(*, "call")= language plan(sequential) [12:34:06.039] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:06.039] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:06.039] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:06.039] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:06.045] | : . Not identical [12:34:06.045] | : . all.equal() for future ... [12:34:06.046] | : . ' List of 2 [12:34:06.046] | : . ' $ target :function (..., workers = availableCores(constraints = "connections-16"), [12:34:06.046] | : . ' rscript_libs = .libPaths()) [12:34:06.046] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:34:06.046] | : . ' ..- attr(*, "init")= logi TRUE [12:34:06.046] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:06.046] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:06.046] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:06.046] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:06.046] | : . ' ..- attr(*, "untweakable")= chr "persistent" [12:34:06.046] | : . ' ..- attr(*, "call")= language plan(strategy) [12:34:06.046] | : . ' $ current:function (..., envir = parent.frame()) [12:34:06.046] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:34:06.046] | : . ' ..- attr(*, "init")= chr "done" [12:34:06.046] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:06.046] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:06.046] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:06.046] | : . ' ..- attr(*, "call")= language plan(sequential) [12:34:06.046] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:34:06.046] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:34:06.046] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:34:06.056] | : . ' Formals differ [12:34:06.056] | : . all.equal() for future ... done [12:34:06.056] | : . Future strategies differ at level 1 [12:34:06.057] | : all.equal() for FutureStrategyList ... done [12:34:06.057] | : plan(): Setting new future backend stack: [12:34:06.057] | : List of future strategies: [12:34:06.057] | : 1. multisession: [12:34:06.057] | : - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [12:34:06.057] | : - tweaked: FALSE [12:34:06.057] | : - call: plan(strategy) [12:34:06.058] | : List of 1 [12:34:06.058] | : $ :function (..., workers = availableCores(constraints = "connections-16"), [12:34:06.058] | : rscript_libs = .libPaths()) [12:34:06.058] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:34:06.058] | : ..- attr(*, "init")= logi TRUE [12:34:06.058] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:06.058] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:06.058] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:06.058] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:06.058] | : ..- attr(*, "untweakable")= chr "persistent" [12:34:06.058] | : ..- attr(*, "call")= language plan(strategy) [12:34:06.058] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:34:06.064] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [12:34:06.065] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:06.065] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [12:34:06.065] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:06.066] | : . Legacy shutdown of cluster workers ... [12:34:06.066] | : . ' Stopping existing cluster ... [12:34:06.066] | : . ' , No pre-existing cluster. Skipping [12:34:06.067] | : . ' Stopping existing cluster ... done [12:34:06.067] | : . Legacy shutdown of cluster workers ... done [12:34:06.067] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [12:34:06.068] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [12:34:06.068] | : . function (..., workers = availableCores(constraints = "connections-16"), [12:34:06.068] | : . rscript_libs = .libPaths()) [12:34:06.068] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:34:06.068] | : . - attr(*, "init")= logi TRUE [12:34:06.068] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:34:06.068] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:34:06.068] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:06.068] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:34:06.068] | : . - attr(*, "untweakable")= chr "persistent" [12:34:06.068] | : . - attr(*, "call")= language plan(strategy) [12:34:06.072] | : . init: TRUE [12:34:06.073] | : . makeFutureBackend() ... [12:34:06.073] | : . ' Backend function: <'NULL'> [12:34:06.073] | : . ' Evaluator tweak arguments: [n=0] [12:34:06.074] | : . ' list() [12:34:06.074] | : . ' Evaluator formal arguments: [n=2] [12:34:06.074] | : . ' Dotted pair list of 2 [12:34:06.074] | : . ' $ workers : language availableCores(constraints = "connections-16") [12:34:06.074] | : . ' $ rscript_libs: language .libPaths() [12:34:06.076] | : . ' Arguments passed to the future-backend factory: [n=2] [12:34:06.076] | : . ' List of 2 [12:34:06.076] | : . ' $ workers : language availableCores(constraints = "connections-16") [12:34:06.076] | : . ' $ rscript_libs: language .libPaths() [12:34:06.078] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:34:06.078] | : . ' , Arguments: [12:34:06.079] | : . ' , List of 5 [12:34:06.079] | : . ' , $ workers : Named int 2 [12:34:06.079] | : . ' , ..- attr(*, "names")= chr "mc.cores" [12:34:06.079] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:06.079] | : . ' , $ interrupts : logi TRUE [12:34:06.079] | : . ' , $ gc : logi FALSE [12:34:06.079] | : . ' , $ earlySignal : logi FALSE [12:34:06.175] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [12:34:06.175] | : . ' , ; workers: 2 [12:34:06.175] | : . ' , ; getCluster() ... [12:34:06.176] | : . ' , ; getCluster() ... done [12:34:06.176] | : . ' , ; Stopping existing cluster ... [12:34:06.176] | : . ' , ; ` No pre-existing cluster. Skipping [12:34:06.177] | : . ' , ; Stopping existing cluster ... done [12:34:06.177] | : . ' , ; Starting new cluster ... [12:34:06.177] | : . ' , ; ` makeCluster(workers, ...) ... [12:34:06.178] | : . ' , ; ` | Arguments: [12:34:06.178] | : . ' , ; ` | List of 2 [12:34:06.178] | : . ' , ; ` | $ : int 2 [12:34:06.178] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:06.180] | : . ' , ; ` | .makeCluster() ... [12:34:06.180] | : . ' , ; ` | : workers: '2' [12:34:06.181] | : . ' , ; ` | : R_FUTURE_PLAN: NA [12:34:06.181] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [12:34:06.182] | : . ' , ; ` | : List of 2 [12:34:06.182] | : . ' , ; ` | : $ : int 2 [12:34:06.182] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:34:07.256] | : . ' , ; ` | : Generated cluster UUID [12:34:07.257] | : . ' , ; ` | : Cluster UUID: '4a38f8a2bc07dcd59b0613cf319af347' [12:34:07.257] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:07.261] | : . ' , ; ` | .makeCluster() ... done [12:34:07.261] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:07.264] | : . ' , ; ` makeCluster(workers, ...) ... done [12:34:07.264] | : . ' , ; ` Number of workers: 2 [12:34:07.264] | : . ' , ; ` Workers UUID: '4a38f8a2bc07dcd59b0613cf319af347' [12:34:07.265] | : . ' , ; Starting new cluster ... done [12:34:07.265] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [12:34:07.265] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:34:07.265] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [12:34:07.266] | : . makeFutureBackend() ... done [12:34:07.266] | : . nbrOfWorkers(NULL) ... [12:34:07.266] | : . ' List of 4 [12:34:07.266] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:34:07.266] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:34:07.266] | : . ' $ : language nbrOfWorkers() [12:34:07.266] | : . ' $ : language nbrOfWorkers.NULL() [12:34:07.269] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:07.269] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:07.270] | : . ' Number of workers: 2 [12:34:07.270] | : . nbrOfWorkers(NULL) ... done [12:34:07.270] | : . plan(): nbrOfWorkers() = 2 [12:34:07.270] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [12:34:07.271] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:34:07.271] | future(..., label = NULL) ... [12:34:07.271] | : lazy: FALSE [12:34:07.271] | : stdout: TRUE [12:34:07.271] | : conditions: [n=1] 'condition' 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:34:07.272] | : 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:34:07.272] | : . Searching for globals ... [12:34:07.292] | : . ' globals found: [5] '{', 'x', '<-', '$', '$<-' [12:34:07.292] | : . Searching for globals ... done [12:34:07.293] | : . Resolving globals: TRUE [12:34:07.293] | : . Resolving any globals that are futures ... [12:34:07.293] | : . ' globals: [5] '{', 'x', '<-', '$', '$<-' [12:34:07.293] | : . Resolving any globals that are futures ... done [12:34:07.294] | : . Search for packages associated with the globals ... [12:34:07.294] | : . ' Packages associated with globals: [1] 'base' [12:34:07.295] | : . ' Packages: [1] 'base' [12:34:07.295] | : . Search for packages associated with the globals ... done [12:34:07.295] | : . Resolving futures part of globals (recursively) ... [12:34:07.295] | : . ' resolve() for FutureGlobals ... [12:34:07.296] | : . ' , recursive: 99 [12:34:07.296] | : . ' , Number of elements: 1 [12:34:07.296] | : . ' , elements: 'x' [12:34:07.297] | : . ' , 'obj' is list [12:34:07.297] | : . ' , resolve(obj, ...) ... [12:34:07.297] | : . ' , ; resolve() for list ... [12:34:07.297] | : . ' , ; ` recursive: 98 [12:34:07.297] | : . ' , ; ` Number of elements: 0 [12:34:07.298] | : . ' , ; resolve() for list ... done [12:34:07.298] | : . ' , resolve(obj, ...) ... done [12:34:07.298] | : . ' , resolved() ... [12:34:07.298] | : . ' , ; resolved() for list ... [12:34:07.299] | : . ' , ; ` Number of elements: 0 [12:34:07.299] | : . ' , ; ` Number of futures: 0 [12:34:07.299] | : . ' , ; resolved() for list ... done [12:34:07.299] | : . ' , resolved() ... done [12:34:07.299] | : . ' , length: 0 (resolved future 1) [12:34:07.300] | : . ' resolve() for FutureGlobals ... done [12:34:07.300] | : . ' globals: [1] 'x' [12:34:07.300] | : . Resolving futures part of globals (recursively) ... done [12:34:07.300] | : . Packages after dropping 'base': [0] [12:34:07.301] | : . globals: [1] 'x' [12:34:07.301] | : . packages: [0] [12:34:07.301] | : getGlobalsAndPackages() ... done [12:34:07.302] | : run() for 'Future' () ... [12:34:07.302] | : . state: 'created' [12:34:07.302] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:07.303] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:07.303] | : . Using MultisessionFutureBackend ... [12:34:07.303] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:34:07.303] | : . ' Launching futures ... [12:34:07.304] | : . ' , launchFuture() for ClusterFutureBackend ... [12:34:07.304] | : . ' , ; Workers: [n=2] [12:34:07.305] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:07.308] | : . ' , ; FutureRegistry: 'workers-4a38f8a2bc07dcd59b0613cf319af347' [12:34:07.309] | : . ' , ; requestWorker() ... [12:34:07.309] | : . ' , ; ` requestNode() ... [12:34:07.309] | : . ' , ; ` | Number of workers: 2 [12:34:07.310] | : . ' , ; ` | Polling for a free worker ... [12:34:07.310] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.310] | : . ' , ; ` | : . Created empty registry 'workers-4a38f8a2bc07dcd59b0613cf319af347' [12:34:07.310] | : . ' , ; ` | : . Listing all futures [12:34:07.311] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:07.311] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.311] | : . ' , ; ` | : Total time: 0 [12:34:07.312] | : . ' , ; ` | Polling for a free worker ... done [12:34:07.312] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.312] | : . ' , ; ` | : Listing all futures [12:34:07.312] | : . ' , ; ` | : Number of registered futures: 0 [12:34:07.313] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.313] | : . ' , ; ` | avail: [n=2] '1', '2' [12:34:07.313] | : . ' , ; ` | Index of first available worker: 1 [12:34:07.313] | : . ' , ; ` | Validate that the worker is functional ... [12:34:07.314] | : . ' , ; ` | : Worker is functional [12:34:07.315] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.315] | : . ' , ; ` | : . Listing all futures [12:34:07.315] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:07.315] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.316] | : . ' , ; ` | Validate that the worker is functional ... done [12:34:07.316] | : . ' , ; ` requestNode() ... done [12:34:07.316] | : . ' , ; ` cluster node index: 1 [12:34:07.317] | : . ' , ; requestWorker() ... done [12:34:07.317] | : . ' , ; eraseGlobalEnvironment() ... [12:34:07.318] | : . ' , ; eraseGlobalEnvironment() ... done [12:34:07.318] | : . ' , ; launchFuture() ... [12:34:07.319] | : . ' , ; ` cluster node index: 1 [12:34:07.319] | : . ' , ; ` getFutureData() ... [12:34:07.319] | : . ' , ; ` | getFutureCore() ... [12:34:07.319] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:34:07.320] | : . ' , ; ` | getFutureCore() ... done [12:34:07.320] | : . ' , ; ` | getFutureCapture() ... [12:34:07.320] | : . ' , ; ` | getFutureCapture() ... done [12:34:07.321] | : . ' , ; ` | getFutureContext() ... [12:34:07.321] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:07.321] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:34:07.321] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:07.322] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:34:07.322] | : . ' , ; ` | getFutureContext() ... done [12:34:07.323] | : . ' , ; ` getFutureData() ... done [12:34:07.323] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... [12:34:07.324] | : . ' , ; ` | Appended future to position #1 [12:34:07.324] | : . ' , ; ` | Number of registered futures: 1 [12:34:07.324] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... done [12:34:07.325] | : . ' , ; launchFuture() ... done [12:34:07.325] | : . ' , ; MultisessionFuture started [12:34:07.325] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:34:07.326] | : . ' Launching futures ... done [12:34:07.326] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:34:07.326] | : . Using MultisessionFutureBackend ... done [12:34:07.326] | : run() for 'Future' () ... done [12:34:07.327] | future(..., label = NULL) ... done [12:34:07.327] | value() for MultisessionFuture () ... [12:34:07.328] | : result() for ClusterFuture ... [12:34:07.328] | : . assertValidConnection() ... [12:34:07.329] | : . ' cluster node index: 1 [12:34:07.329] | : . assertValidConnection() ... done [12:34:07.330] | : . receiveMessageFromWorker() for ClusterFuture ... [12:34:07.331] | : . ' cluster node index: 1 [12:34:07.416] | : . ' [1] TRUE [12:34:07.417] | : . ' Received data: [12:34:07.417] | : . ' List of 5 [12:34:07.417] | : . ' $ type : chr "VALUE" [12:34:07.417] | : . ' $ value :List of 16 [12:34:07.417] | : . ' ..$ value :List of 1 [12:34:07.417] | : . ' .. ..$ a: num 1 [12:34:07.417] | : . ' ..$ visible : logi TRUE [12:34:07.417] | : . ' ..$ stdout : chr "" [12:34:07.417] | : . ' ..$ conditions : list() [12:34:07.417] | : . ' ..$ rng : logi FALSE [12:34:07.417] | : . ' ..$ seed : NULL [12:34:07.417] | : . ' ..$ misuseGlobalEnv : NULL [12:34:07.417] | : . ' ..$ misuseConnections :List of 3 [12:34:07.417] | : . ' .. ..$ added : NULL [12:34:07.417] | : . ' .. ..$ removed : NULL [12:34:07.417] | : . ' .. ..$ replaced: NULL [12:34:07.417] | : . ' ..$ misuseDevices : NULL [12:34:07.417] | : . ' ..$ misuseDefaultDevice: list() [12:34:07.417] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.417] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.417] | : . ' ..$ uuid : chr [1:2] "79817b7d43f20b1554935f6e65300f64" "13" [12:34:07.417] | : . ' ..$ session_uuid : chr "45c1ab065283de286736c2ef8e78cf58" [12:34:07.417] | : . ' .. ..- attr(*, "source")=List of 5 [12:34:07.417] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:34:07.417] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:34:07.417] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:34:07.417] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:34:07.417] | : . ' .. .. ..$ pid : int 25988 [12:34:07.417] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.417] | : . ' .. .. ..$ random: int 2147483647 [12:34:07.417] | : . ' ..$ r_info :List of 4 [12:34:07.417] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:34:07.417] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:34:07.417] | : . ' .. ..$ os : chr "windows" [12:34:07.417] | : . ' .. ..$ os_name : chr "Windows" [12:34:07.417] | : . ' .. ..$ captures_utf8: logi TRUE [12:34:07.417] | : . ' ..$ version : chr "1.8" [12:34:07.417] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:34:07.417] | : . ' $ success: logi TRUE [12:34:07.417] | : . ' $ time : 'proc_time' Named num [1:5] 0.08 0.01 0.1 NA NA [12:34:07.417] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:34:07.417] | : . ' $ tag : NULL [12:34:07.437] | : . ' Received FutureResult [12:34:07.437] | : . ' FutureResult: [12:34:07.437] | : . ' value: 'list' [12:34:07.437] | : . ' visible: TRUE [12:34:07.437] | : . ' stdout: character [12:34:07.437] | : . ' conditions: [n = 0] [12:34:07.437] | : . ' RNG used: FALSE [12:34:07.437] | : . ' duration: 0.08852601 secs (started 2026-01-16 12:34:07.326161) [12:34:07.437] | : . ' version: 1.8 [12:34:07.438] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... [12:34:07.438] | : . ' , Removed future from position #1 [12:34:07.439] | : . ' , Number of registered futures: 0 [12:34:07.439] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... done [12:34:07.439] | : . ' Erased future from future backend [12:34:07.440] | : . ' result() for ClusterFuture ... [12:34:07.440] | : . ' , result already collected: FutureResult [12:34:07.440] | : . ' result() for ClusterFuture ... done [12:34:07.440] | : . ' signalConditions() ... [12:34:07.441] | : . ' , include = 'immediateCondition' [12:34:07.441] | : . ' , exclude = [12:34:07.441] | : . ' , resignal = FALSE [12:34:07.441] | : . ' , Number of conditions: 0 [12:34:07.442] | : . ' , int 0 [12:34:07.442] | : . ' signalConditions() ... done [12:34:07.443] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:34:07.443] | : result() for ClusterFuture ... done [12:34:07.443] | : result() for ClusterFuture ... [12:34:07.444] | : . result already collected: FutureResult [12:34:07.444] | : result() for ClusterFuture ... done [12:34:07.444] | : signalConditions() ... [12:34:07.444] | : . include = 'immediateCondition' [12:34:07.445] | : . exclude = [12:34:07.445] | : . resignal = FALSE [12:34:07.445] | : . Number of conditions: 0 [12:34:07.445] | : . int 0 [12:34:07.446] | : signalConditions() ... done [12:34:07.446] | : relay stdout ... [12:34:07.447] | : relay stdout ... done [12:34:07.447] | : check for misuse ... [12:34:07.447] | : check for misuse ... done [12:34:07.448] | value() for MultisessionFuture () ... done $a [1] 1 [12:34:07.448] | future(..., label = NULL) ... [12:34:07.448] | : lazy: TRUE [12:34:07.448] | : stdout: TRUE [12:34:07.449] | : conditions: [n=1] 'condition' 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:34:07.449] | : 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:34:07.450] | : . Searching for globals ... [12:34:07.473] | : . ' globals found: [5] '{', 'x', '<-', '$', '$<-' [12:34:07.473] | : . Searching for globals ... done [12:34:07.474] | : . Resolving globals: TRUE [12:34:07.474] | : . Resolving any globals that are futures ... [12:34:07.474] | : . ' globals: [5] '{', 'x', '<-', '$', '$<-' [12:34:07.475] | : . Resolving any globals that are futures ... done [12:34:07.475] | : . Search for packages associated with the globals ... [12:34:07.475] | : . ' Packages associated with globals: [1] 'base' [12:34:07.476] | : . ' Packages: [1] 'base' [12:34:07.476] | : . Search for packages associated with the globals ... done [12:34:07.476] | : . Resolving futures part of globals (recursively) ... [12:34:07.477] | : . ' resolve() for FutureGlobals ... [12:34:07.477] | : . ' , recursive: 99 [12:34:07.477] | : . ' , Number of elements: 1 [12:34:07.478] | : . ' , elements: 'x' [12:34:07.478] | : . ' , 'obj' is list [12:34:07.478] | : . ' , resolve(obj, ...) ... [12:34:07.479] | : . ' , ; resolve() for list ... [12:34:07.479] | : . ' , ; ` recursive: 98 [12:34:07.479] | : . ' , ; ` Number of elements: 0 [12:34:07.479] | : . ' , ; resolve() for list ... done [12:34:07.480] | : . ' , resolve(obj, ...) ... done [12:34:07.480] | : . ' , resolved() ... [12:34:07.480] | : . ' , ; resolved() for list ... [12:34:07.480] | : . ' , ; ` Number of elements: 0 [12:34:07.481] | : . ' , ; ` Number of futures: 0 [12:34:07.481] | : . ' , ; resolved() for list ... done [12:34:07.481] | : . ' , resolved() ... done [12:34:07.481] | : . ' , length: 0 (resolved future 1) [12:34:07.482] | : . ' resolve() for FutureGlobals ... done [12:34:07.482] | : . ' globals: [1] 'x' [12:34:07.482] | : . Resolving futures part of globals (recursively) ... done [12:34:07.482] | : . Packages after dropping 'base': [0] [12:34:07.483] | : . globals: [1] 'x' [12:34:07.483] | : . packages: [0] [12:34:07.483] | : getGlobalsAndPackages() ... done [12:34:07.484] | future(..., label = NULL) ... done [12:34:07.484] | value() for Future () ... [12:34:07.484] | : run() for 'Future' () ... [12:34:07.484] | : . state: 'created' [12:34:07.485] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:07.485] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:07.485] | : . Using MultisessionFutureBackend ... [12:34:07.485] | : . ' Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:34:07.486] | : . ' Launching futures ... [12:34:07.486] | : . ' , launchFuture() for ClusterFutureBackend ... [12:34:07.486] | : . ' , ; Workers: [n=2] [12:34:07.486] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:07.489] | : . ' , ; FutureRegistry: 'workers-4a38f8a2bc07dcd59b0613cf319af347' [12:34:07.489] | : . ' , ; requestWorker() ... [12:34:07.489] | : . ' , ; ` requestNode() ... [12:34:07.489] | : . ' , ; ` | Number of workers: 2 [12:34:07.490] | : . ' , ; ` | Polling for a free worker ... [12:34:07.490] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.490] | : . ' , ; ` | : . Listing all futures [12:34:07.490] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:07.490] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.490] | : . ' , ; ` | : Total time: 0 [12:34:07.491] | : . ' , ; ` | Polling for a free worker ... done [12:34:07.491] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.491] | : . ' , ; ` | : Listing all futures [12:34:07.491] | : . ' , ; ` | : Number of registered futures: 0 [12:34:07.491] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.491] | : . ' , ; ` | avail: [n=2] '1', '2' [12:34:07.492] | : . ' , ; ` | Index of first available worker: 1 [12:34:07.492] | : . ' , ; ` | Validate that the worker is functional ... [12:34:07.493] | : . ' , ; ` | : Worker is functional [12:34:07.493] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.493] | : . ' , ; ` | : . Listing all futures [12:34:07.493] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:07.494] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.494] | : . ' , ; ` | Validate that the worker is functional ... done [12:34:07.494] | : . ' , ; ` requestNode() ... done [12:34:07.494] | : . ' , ; ` cluster node index: 1 [12:34:07.495] | : . ' , ; requestWorker() ... done [12:34:07.495] | : . ' , ; eraseGlobalEnvironment() ... [12:34:07.496] | : . ' , ; eraseGlobalEnvironment() ... done [12:34:07.496] | : . ' , ; launchFuture() ... [12:34:07.496] | : . ' , ; ` cluster node index: 1 [12:34:07.496] | : . ' , ; ` getFutureData() ... [12:34:07.497] | : . ' , ; ` | getFutureCore() ... [12:34:07.497] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:34:07.497] | : . ' , ; ` | getFutureCore() ... done [12:34:07.497] | : . ' , ; ` | getFutureCapture() ... [12:34:07.498] | : . ' , ; ` | getFutureCapture() ... done [12:34:07.498] | : . ' , ; ` | getFutureContext() ... [12:34:07.498] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:07.498] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:34:07.499] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:07.499] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:34:07.499] | : . ' , ; ` | getFutureContext() ... done [12:34:07.500] | : . ' , ; ` getFutureData() ... done [12:34:07.500] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... [12:34:07.500] | : . ' , ; ` | Appended future to position #1 [12:34:07.501] | : . ' , ; ` | Number of registered futures: 1 [12:34:07.501] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... done [12:34:07.501] | : . ' , ; launchFuture() ... done [12:34:07.502] | : . ' , ; MultisessionFuture started [12:34:07.502] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:34:07.502] | : . ' Launching futures ... done [12:34:07.502] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:34:07.502] | : . Using MultisessionFutureBackend ... done [12:34:07.502] | : run() for 'Future' () ... done [12:34:07.503] | : result() for ClusterFuture ... [12:34:07.503] | : . assertValidConnection() ... [12:34:07.503] | : . ' cluster node index: 1 [12:34:07.503] | : . assertValidConnection() ... done [12:34:07.504] | : . receiveMessageFromWorker() for ClusterFuture ... [12:34:07.504] | : . ' cluster node index: 1 [12:34:07.508] | : . ' [1] TRUE [12:34:07.508] | : . ' Received data: [12:34:07.509] | : . ' List of 5 [12:34:07.509] | : . ' $ type : chr "VALUE" [12:34:07.509] | : . ' $ value :List of 16 [12:34:07.509] | : . ' ..$ value :List of 1 [12:34:07.509] | : . ' .. ..$ a: num 1 [12:34:07.509] | : . ' ..$ visible : logi TRUE [12:34:07.509] | : . ' ..$ stdout : chr "" [12:34:07.509] | : . ' ..$ conditions : list() [12:34:07.509] | : . ' ..$ rng : logi FALSE [12:34:07.509] | : . ' ..$ seed : NULL [12:34:07.509] | : . ' ..$ misuseGlobalEnv : NULL [12:34:07.509] | : . ' ..$ misuseConnections :List of 3 [12:34:07.509] | : . ' .. ..$ added : NULL [12:34:07.509] | : . ' .. ..$ removed : NULL [12:34:07.509] | : . ' .. ..$ replaced: NULL [12:34:07.509] | : . ' ..$ misuseDevices : NULL [12:34:07.509] | : . ' ..$ misuseDefaultDevice: list() [12:34:07.509] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.509] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.509] | : . ' ..$ uuid : chr [1:2] "79817b7d43f20b1554935f6e65300f64" "14" [12:34:07.509] | : . ' ..$ session_uuid : chr "45c1ab065283de286736c2ef8e78cf58" [12:34:07.509] | : . ' .. ..- attr(*, "source")=List of 5 [12:34:07.509] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:34:07.509] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:34:07.509] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:34:07.509] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:34:07.509] | : . ' .. .. ..$ pid : int 25988 [12:34:07.509] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.509] | : . ' .. .. ..$ random: int 2147483647 [12:34:07.509] | : . ' ..$ r_info :List of 4 [12:34:07.509] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:34:07.509] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:34:07.509] | : . ' .. ..$ os : chr "windows" [12:34:07.509] | : . ' .. ..$ os_name : chr "Windows" [12:34:07.509] | : . ' .. ..$ captures_utf8: logi TRUE [12:34:07.509] | : . ' ..$ version : chr "1.8" [12:34:07.509] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:34:07.509] | : . ' $ success: logi TRUE [12:34:07.509] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:34:07.509] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:34:07.509] | : . ' $ tag : NULL [12:34:07.527] | : . ' Received FutureResult [12:34:07.527] | : . ' FutureResult: [12:34:07.527] | : . ' value: 'list' [12:34:07.527] | : . ' visible: TRUE [12:34:07.527] | : . ' stdout: character [12:34:07.527] | : . ' conditions: [n = 0] [12:34:07.527] | : . ' RNG used: FALSE [12:34:07.527] | : . ' duration: 0.005480051 secs (started 2026-01-16 12:34:07.50097) [12:34:07.527] | : . ' version: 1.8 [12:34:07.528] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... [12:34:07.528] | : . ' , Removed future from position #1 [12:34:07.529] | : . ' , Number of registered futures: 0 [12:34:07.529] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... done [12:34:07.529] | : . ' Erased future from future backend [12:34:07.529] | : . ' result() for ClusterFuture ... [12:34:07.530] | : . ' , result already collected: FutureResult [12:34:07.530] | : . ' result() for ClusterFuture ... done [12:34:07.530] | : . ' signalConditions() ... [12:34:07.530] | : . ' , include = 'immediateCondition' [12:34:07.531] | : . ' , exclude = [12:34:07.531] | : . ' , resignal = FALSE [12:34:07.531] | : . ' , Number of conditions: 0 [12:34:07.531] | : . ' , int 0 [12:34:07.532] | : . ' signalConditions() ... done [12:34:07.532] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:34:07.532] | : result() for ClusterFuture ... done [12:34:07.533] | : result() for ClusterFuture ... [12:34:07.533] | : . result already collected: FutureResult [12:34:07.533] | : result() for ClusterFuture ... done [12:34:07.533] | : signalConditions() ... [12:34:07.533] | : . include = 'immediateCondition' [12:34:07.534] | : . exclude = [12:34:07.534] | : . resignal = FALSE [12:34:07.534] | : . Number of conditions: 0 [12:34:07.534] | : . int 0 [12:34:07.535] | : signalConditions() ... done [12:34:07.535] | : relay stdout ... [12:34:07.535] | : relay stdout ... done [12:34:07.536] | : check for misuse ... [12:34:07.536] | : check for misuse ... done [12:34:07.536] | value() for Future () ... done $a [1] 1 [12:34:07.537] | future(..., label = NULL) ... [12:34:07.537] | : lazy: FALSE [12:34:07.537] | : stdout: TRUE [12:34:07.537] | : conditions: [n=1] 'condition' 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:34:07.538] | : 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:34:07.538] | : . Searching for globals ... [12:34:07.556] | : . ' globals found: [5] '{', 'x', '<-', '$', '$<-' [12:34:07.557] | : . Searching for globals ... done [12:34:07.557] | : . Resolving globals: TRUE [12:34:07.557] | : . Resolving any globals that are futures ... [12:34:07.557] | : . ' globals: [5] '{', 'x', '<-', '$', '$<-' [12:34:07.558] | : . Resolving any globals that are futures ... done [12:34:07.558] | : . Search for packages associated with the globals ... [12:34:07.558] | : . ' Packages associated with globals: [1] 'base' [12:34:07.559] | : . ' Packages: [1] 'base' [12:34:07.559] | : . Search for packages associated with the globals ... done [12:34:07.559] | : . Resolving futures part of globals (recursively) ... [12:34:07.559] | : . ' resolve() for FutureGlobals ... [12:34:07.560] | : . ' , recursive: 99 [12:34:07.560] | : . ' , Number of elements: 1 [12:34:07.560] | : . ' , elements: 'x' [12:34:07.561] | : . ' , 'obj' is list [12:34:07.561] | : . ' , resolve(obj, ...) ... [12:34:07.561] | : . ' , ; resolve() for list ... [12:34:07.561] | : . ' , ; ` recursive: 98 [12:34:07.561] | : . ' , ; ` Number of elements: 0 [12:34:07.562] | : . ' , ; resolve() for list ... done [12:34:07.562] | : . ' , resolve(obj, ...) ... done [12:34:07.562] | : . ' , resolved() ... [12:34:07.562] | : . ' , ; resolved() for list ... [12:34:07.563] | : . ' , ; ` Number of elements: 0 [12:34:07.563] | : . ' , ; ` Number of futures: 0 [12:34:07.563] | : . ' , ; resolved() for list ... done [12:34:07.563] | : . ' , resolved() ... done [12:34:07.564] | : . ' , length: 0 (resolved future 1) [12:34:07.564] | : . ' resolve() for FutureGlobals ... done [12:34:07.564] | : . ' globals: [1] 'x' [12:34:07.564] | : . Resolving futures part of globals (recursively) ... done [12:34:07.564] | : . Packages after dropping 'base': [0] [12:34:07.565] | : . globals: [1] 'x' [12:34:07.565] | : . packages: [0] [12:34:07.565] | : getGlobalsAndPackages() ... done [12:34:07.566] | : run() for 'Future' () ... [12:34:07.566] | : . state: 'created' [12:34:07.566] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:07.566] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:07.567] | : . Using MultisessionFutureBackend ... [12:34:07.567] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:34:07.567] | : . ' Launching futures ... [12:34:07.567] | : . ' , launchFuture() for ClusterFutureBackend ... [12:34:07.568] | : . ' , ; Workers: [n=2] [12:34:07.568] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:07.570] | : . ' , ; FutureRegistry: 'workers-4a38f8a2bc07dcd59b0613cf319af347' [12:34:07.571] | : . ' , ; requestWorker() ... [12:34:07.571] | : . ' , ; ` requestNode() ... [12:34:07.571] | : . ' , ; ` | Number of workers: 2 [12:34:07.571] | : . ' , ; ` | Polling for a free worker ... [12:34:07.572] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.572] | : . ' , ; ` | : . Listing all futures [12:34:07.572] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:07.572] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.573] | : . ' , ; ` | : Total time: 0 [12:34:07.573] | : . ' , ; ` | Polling for a free worker ... done [12:34:07.573] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.573] | : . ' , ; ` | : Listing all futures [12:34:07.573] | : . ' , ; ` | : Number of registered futures: 0 [12:34:07.574] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.574] | : . ' , ; ` | avail: [n=2] '1', '2' [12:34:07.574] | : . ' , ; ` | Index of first available worker: 1 [12:34:07.574] | : . ' , ; ` | Validate that the worker is functional ... [12:34:07.575] | : . ' , ; ` | : Worker is functional [12:34:07.575] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.576] | : . ' , ; ` | : . Listing all futures [12:34:07.576] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:07.576] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.576] | : . ' , ; ` | Validate that the worker is functional ... done [12:34:07.577] | : . ' , ; ` requestNode() ... done [12:34:07.577] | : . ' , ; ` cluster node index: 1 [12:34:07.577] | : . ' , ; requestWorker() ... done [12:34:07.577] | : . ' , ; eraseGlobalEnvironment() ... [12:34:07.578] | : . ' , ; eraseGlobalEnvironment() ... done [12:34:07.578] | : . ' , ; launchFuture() ... [12:34:07.579] | : . ' , ; ` cluster node index: 1 [12:34:07.579] | : . ' , ; ` getFutureData() ... [12:34:07.579] | : . ' , ; ` | getFutureCore() ... [12:34:07.579] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:34:07.580] | : . ' , ; ` | getFutureCore() ... done [12:34:07.580] | : . ' , ; ` | getFutureCapture() ... [12:34:07.580] | : . ' , ; ` | getFutureCapture() ... done [12:34:07.580] | : . ' , ; ` | getFutureContext() ... [12:34:07.581] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:07.581] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:34:07.581] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:07.581] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:34:07.582] | : . ' , ; ` | getFutureContext() ... done [12:34:07.582] | : . ' , ; ` getFutureData() ... done [12:34:07.582] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... [12:34:07.583] | : . ' , ; ` | Appended future to position #1 [12:34:07.583] | : . ' , ; ` | Number of registered futures: 1 [12:34:07.583] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... done [12:34:07.583] | : . ' , ; launchFuture() ... done [12:34:07.584] | : . ' , ; MultisessionFuture started [12:34:07.584] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:34:07.584] | : . ' Launching futures ... done [12:34:07.584] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:34:07.585] | : . Using MultisessionFutureBackend ... done [12:34:07.585] | : run() for 'Future' () ... done [12:34:07.585] | future(..., label = NULL) ... done [12:34:07.585] | value() for MultisessionFuture () ... [12:34:07.586] | : result() for ClusterFuture ... [12:34:07.586] | : . assertValidConnection() ... [12:34:07.586] | : . ' cluster node index: 1 [12:34:07.587] | : . assertValidConnection() ... done [12:34:07.587] | : . receiveMessageFromWorker() for ClusterFuture ... [12:34:07.587] | : . ' cluster node index: 1 [12:34:07.589] | : . ' [1] TRUE [12:34:07.590] | : . ' Received data: [12:34:07.590] | : . ' List of 5 [12:34:07.590] | : . ' $ type : chr "VALUE" [12:34:07.590] | : . ' $ value :List of 16 [12:34:07.590] | : . ' ..$ value :List of 1 [12:34:07.590] | : . ' .. ..$ a: num 1 [12:34:07.590] | : . ' ..$ visible : logi TRUE [12:34:07.590] | : . ' ..$ stdout : chr "" [12:34:07.590] | : . ' ..$ conditions : list() [12:34:07.590] | : . ' ..$ rng : logi FALSE [12:34:07.590] | : . ' ..$ seed : NULL [12:34:07.590] | : . ' ..$ misuseGlobalEnv : NULL [12:34:07.590] | : . ' ..$ misuseConnections :List of 3 [12:34:07.590] | : . ' .. ..$ added : NULL [12:34:07.590] | : . ' .. ..$ removed : NULL [12:34:07.590] | : . ' .. ..$ replaced: NULL [12:34:07.590] | : . ' ..$ misuseDevices : NULL [12:34:07.590] | : . ' ..$ misuseDefaultDevice: list() [12:34:07.590] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.590] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.590] | : . ' ..$ uuid : chr [1:2] "79817b7d43f20b1554935f6e65300f64" "15" [12:34:07.590] | : . ' ..$ session_uuid : chr "45c1ab065283de286736c2ef8e78cf58" [12:34:07.590] | : . ' .. ..- attr(*, "source")=List of 5 [12:34:07.590] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:34:07.590] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:34:07.590] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:34:07.590] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:34:07.590] | : . ' .. .. ..$ pid : int 25988 [12:34:07.590] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.590] | : . ' .. .. ..$ random: int 2147483647 [12:34:07.590] | : . ' ..$ r_info :List of 4 [12:34:07.590] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:34:07.590] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:34:07.590] | : . ' .. ..$ os : chr "windows" [12:34:07.590] | : . ' .. ..$ os_name : chr "Windows" [12:34:07.590] | : . ' .. ..$ captures_utf8: logi TRUE [12:34:07.590] | : . ' ..$ version : chr "1.8" [12:34:07.590] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:34:07.590] | : . ' $ success: logi TRUE [12:34:07.590] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:34:07.590] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:34:07.590] | : . ' $ tag : NULL [12:34:07.611] | : . ' Received FutureResult [12:34:07.611] | : . ' FutureResult: [12:34:07.611] | : . ' value: 'list' [12:34:07.611] | : . ' visible: TRUE [12:34:07.611] | : . ' stdout: character [12:34:07.611] | : . ' conditions: [n = 0] [12:34:07.611] | : . ' RNG used: FALSE [12:34:07.611] | : . ' duration: 0.004817009 secs (started 2026-01-16 12:34:07.583124) [12:34:07.611] | : . ' version: 1.8 [12:34:07.611] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... [12:34:07.612] | : . ' , Removed future from position #1 [12:34:07.612] | : . ' , Number of registered futures: 0 [12:34:07.612] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... done [12:34:07.612] | : . ' Erased future from future backend [12:34:07.613] | : . ' result() for ClusterFuture ... [12:34:07.613] | : . ' , result already collected: FutureResult [12:34:07.613] | : . ' result() for ClusterFuture ... done [12:34:07.613] | : . ' signalConditions() ... [12:34:07.613] | : . ' , include = 'immediateCondition' [12:34:07.614] | : . ' , exclude = [12:34:07.614] | : . ' , resignal = FALSE [12:34:07.614] | : . ' , Number of conditions: 0 [12:34:07.614] | : . ' , int 0 [12:34:07.615] | : . ' signalConditions() ... done [12:34:07.615] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:34:07.615] | : result() for ClusterFuture ... done [12:34:07.615] | : result() for ClusterFuture ... [12:34:07.616] | : . result already collected: FutureResult [12:34:07.616] | : result() for ClusterFuture ... done [12:34:07.616] | : signalConditions() ... [12:34:07.616] | : . include = 'immediateCondition' [12:34:07.616] | : . exclude = [12:34:07.616] | : . resignal = FALSE [12:34:07.617] | : . Number of conditions: 0 [12:34:07.617] | : . int 0 [12:34:07.617] | : signalConditions() ... done [12:34:07.618] | : relay stdout ... [12:34:07.618] | : relay stdout ... done [12:34:07.618] | : check for misuse ... [12:34:07.618] | : check for misuse ... done [12:34:07.618] | value() for MultisessionFuture () ... done $a [1] 1 [12:34:07.619] | future(..., label = NULL) ... [12:34:07.619] | : lazy: TRUE [12:34:07.619] | : stdout: TRUE [12:34:07.620] | : conditions: [n=1] 'condition' 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:34:07.620] | : 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:34:07.620] | : . Searching for globals ... [12:34:07.636] | : . ' globals found: [5] '{', 'x', '<-', '$', '$<-' [12:34:07.636] | : . Searching for globals ... done [12:34:07.636] | : . Resolving globals: TRUE [12:34:07.637] | : . Resolving any globals that are futures ... [12:34:07.637] | : . ' globals: [5] '{', 'x', '<-', '$', '$<-' [12:34:07.637] | : . Resolving any globals that are futures ... done [12:34:07.637] | : . Search for packages associated with the globals ... [12:34:07.638] | : . ' Packages associated with globals: [1] 'base' [12:34:07.638] | : . ' Packages: [1] 'base' [12:34:07.638] | : . Search for packages associated with the globals ... done [12:34:07.638] | : . Resolving futures part of globals (recursively) ... [12:34:07.639] | : . ' resolve() for FutureGlobals ... [12:34:07.639] | : . ' , recursive: 99 [12:34:07.639] | : . ' , Number of elements: 1 [12:34:07.640] | : . ' , elements: 'x' [12:34:07.640] | : . ' , 'obj' is list [12:34:07.640] | : . ' , resolve(obj, ...) ... [12:34:07.640] | : . ' , ; resolve() for list ... [12:34:07.640] | : . ' , ; ` recursive: 98 [12:34:07.640] | : . ' , ; ` Number of elements: 0 [12:34:07.641] | : . ' , ; resolve() for list ... done [12:34:07.641] | : . ' , resolve(obj, ...) ... done [12:34:07.641] | : . ' , resolved() ... [12:34:07.641] | : . ' , ; resolved() for list ... [12:34:07.641] | : . ' , ; ` Number of elements: 0 [12:34:07.642] | : . ' , ; ` Number of futures: 0 [12:34:07.642] | : . ' , ; resolved() for list ... done [12:34:07.642] | : . ' , resolved() ... done [12:34:07.642] | : . ' , length: 0 (resolved future 1) [12:34:07.642] | : . ' resolve() for FutureGlobals ... done [12:34:07.643] | : . ' globals: [1] 'x' [12:34:07.643] | : . Resolving futures part of globals (recursively) ... done [12:34:07.643] | : . Packages after dropping 'base': [0] [12:34:07.643] | : . globals: [1] 'x' [12:34:07.644] | : . packages: [0] [12:34:07.644] | : getGlobalsAndPackages() ... done [12:34:07.644] | future(..., label = NULL) ... done [12:34:07.644] | value() for Future () ... [12:34:07.645] | : run() for 'Future' () ... [12:34:07.645] | : . state: 'created' [12:34:07.645] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:07.645] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:07.645] | : . Using MultisessionFutureBackend ... [12:34:07.646] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [12:34:07.646] | : . ' Launching futures ... [12:34:07.646] | : . ' , launchFuture() for ClusterFutureBackend ... [12:34:07.646] | : . ' , ; Workers: [n=2] [12:34:07.647] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:07.649] | : . ' , ; FutureRegistry: 'workers-4a38f8a2bc07dcd59b0613cf319af347' [12:34:07.649] | : . ' , ; requestWorker() ... [12:34:07.649] | : . ' , ; ` requestNode() ... [12:34:07.650] | : . ' , ; ` | Number of workers: 2 [12:34:07.650] | : . ' , ; ` | Polling for a free worker ... [12:34:07.650] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.650] | : . ' , ; ` | : . Listing all futures [12:34:07.650] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:07.651] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.651] | : . ' , ; ` | : Total time: 0 [12:34:07.651] | : . ' , ; ` | Polling for a free worker ... done [12:34:07.651] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.651] | : . ' , ; ` | : Listing all futures [12:34:07.652] | : . ' , ; ` | : Number of registered futures: 0 [12:34:07.652] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.652] | : . ' , ; ` | avail: [n=2] '1', '2' [12:34:07.652] | : . ' , ; ` | Index of first available worker: 1 [12:34:07.652] | : . ' , ; ` | Validate that the worker is functional ... [12:34:07.653] | : . ' , ; ` | : Worker is functional [12:34:07.653] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.654] | : . ' , ; ` | : . Listing all futures [12:34:07.654] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:07.654] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.654] | : . ' , ; ` | Validate that the worker is functional ... done [12:34:07.655] | : . ' , ; ` requestNode() ... done [12:34:07.655] | : . ' , ; ` cluster node index: 1 [12:34:07.655] | : . ' , ; requestWorker() ... done [12:34:07.655] | : . ' , ; eraseGlobalEnvironment() ... [12:34:07.656] | : . ' , ; eraseGlobalEnvironment() ... done [12:34:07.656] | : . ' , ; launchFuture() ... [12:34:07.657] | : . ' , ; ` cluster node index: 1 [12:34:07.657] | : . ' , ; ` getFutureData() ... [12:34:07.657] | : . ' , ; ` | getFutureCore() ... [12:34:07.657] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:34:07.658] | : . ' , ; ` | getFutureCore() ... done [12:34:07.658] | : . ' , ; ` | getFutureCapture() ... [12:34:07.658] | : . ' , ; ` | getFutureCapture() ... done [12:34:07.658] | : . ' , ; ` | getFutureContext() ... [12:34:07.659] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:07.659] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:34:07.659] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:07.659] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:34:07.660] | : . ' , ; ` | getFutureContext() ... done [12:34:07.660] | : . ' , ; ` getFutureData() ... done [12:34:07.660] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... [12:34:07.661] | : . ' , ; ` | Appended future to position #1 [12:34:07.661] | : . ' , ; ` | Number of registered futures: 1 [12:34:07.661] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... done [12:34:07.662] | : . ' , ; launchFuture() ... done [12:34:07.662] | : . ' , ; MultisessionFuture started [12:34:07.662] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:34:07.662] | : . ' Launching futures ... done [12:34:07.662] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:34:07.663] | : . Using MultisessionFutureBackend ... done [12:34:07.663] | : run() for 'Future' () ... done [12:34:07.663] | : result() for ClusterFuture ... [12:34:07.663] | : . assertValidConnection() ... [12:34:07.664] | : . ' cluster node index: 1 [12:34:07.664] | : . assertValidConnection() ... done [12:34:07.665] | : . receiveMessageFromWorker() for ClusterFuture ... [12:34:07.665] | : . ' cluster node index: 1 [12:34:07.668] | : . ' [1] TRUE [12:34:07.668] | : . ' Received data: [12:34:07.668] | : . ' List of 5 [12:34:07.668] | : . ' $ type : chr "VALUE" [12:34:07.668] | : . ' $ value :List of 16 [12:34:07.668] | : . ' ..$ value :List of 1 [12:34:07.668] | : . ' .. ..$ a: num 1 [12:34:07.668] | : . ' ..$ visible : logi TRUE [12:34:07.668] | : . ' ..$ stdout : chr "" [12:34:07.668] | : . ' ..$ conditions : list() [12:34:07.668] | : . ' ..$ rng : logi FALSE [12:34:07.668] | : . ' ..$ seed : NULL [12:34:07.668] | : . ' ..$ misuseGlobalEnv : NULL [12:34:07.668] | : . ' ..$ misuseConnections :List of 3 [12:34:07.668] | : . ' .. ..$ added : NULL [12:34:07.668] | : . ' .. ..$ removed : NULL [12:34:07.668] | : . ' .. ..$ replaced: NULL [12:34:07.668] | : . ' ..$ misuseDevices : NULL [12:34:07.668] | : . ' ..$ misuseDefaultDevice: list() [12:34:07.668] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.668] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.668] | : . ' ..$ uuid : chr [1:2] "79817b7d43f20b1554935f6e65300f64" "16" [12:34:07.668] | : . ' ..$ session_uuid : chr "45c1ab065283de286736c2ef8e78cf58" [12:34:07.668] | : . ' .. ..- attr(*, "source")=List of 5 [12:34:07.668] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:34:07.668] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:34:07.668] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:34:07.668] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:34:07.668] | : . ' .. .. ..$ pid : int 25988 [12:34:07.668] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.668] | : . ' .. .. ..$ random: int 2147483647 [12:34:07.668] | : . ' ..$ r_info :List of 4 [12:34:07.668] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:34:07.668] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:34:07.668] | : . ' .. ..$ os : chr "windows" [12:34:07.668] | : . ' .. ..$ os_name : chr "Windows" [12:34:07.668] | : . ' .. ..$ captures_utf8: logi TRUE [12:34:07.668] | : . ' ..$ version : chr "1.8" [12:34:07.668] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:34:07.668] | : . ' $ success: logi TRUE [12:34:07.668] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:34:07.668] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:34:07.668] | : . ' $ tag : NULL [12:34:07.688] | : . ' Received FutureResult [12:34:07.689] | : . ' FutureResult: [12:34:07.689] | : . ' value: 'list' [12:34:07.689] | : . ' visible: TRUE [12:34:07.689] | : . ' stdout: character [12:34:07.689] | : . ' conditions: [n = 0] [12:34:07.689] | : . ' RNG used: FALSE [12:34:07.689] | : . ' duration: 0.005017042 secs (started 2026-01-16 12:34:07.661278) [12:34:07.689] | : . ' version: 1.8 [12:34:07.689] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... [12:34:07.689] | : . ' , Removed future from position #1 [12:34:07.690] | : . ' , Number of registered futures: 0 [12:34:07.690] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... done [12:34:07.690] | : . ' Erased future from future backend [12:34:07.690] | : . ' result() for ClusterFuture ... [12:34:07.690] | : . ' , result already collected: FutureResult [12:34:07.691] | : . ' result() for ClusterFuture ... done [12:34:07.691] | : . ' signalConditions() ... [12:34:07.691] | : . ' , include = 'immediateCondition' [12:34:07.691] | : . ' , exclude = [12:34:07.691] | : . ' , resignal = FALSE [12:34:07.691] | : . ' , Number of conditions: 0 [12:34:07.692] | : . ' , int 0 [12:34:07.692] | : . ' signalConditions() ... done [12:34:07.692] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:34:07.693] | : result() for ClusterFuture ... done [12:34:07.693] | : result() for ClusterFuture ... [12:34:07.693] | : . result already collected: FutureResult [12:34:07.693] | : result() for ClusterFuture ... done [12:34:07.693] | : signalConditions() ... [12:34:07.693] | : . include = 'immediateCondition' [12:34:07.694] | : . exclude = [12:34:07.694] | : . resignal = FALSE [12:34:07.694] | : . Number of conditions: 0 [12:34:07.694] | : . int 0 [12:34:07.695] | : signalConditions() ... done [12:34:07.695] | : relay stdout ... [12:34:07.695] | : relay stdout ... done [12:34:07.695] | : check for misuse ... [12:34:07.695] | : check for misuse ... done [12:34:07.695] | value() for Future () ... done $a [1] 1 [12:34:07.696] | future(..., label = NULL) ... [12:34:07.696] | : lazy: FALSE [12:34:07.696] | : stdout: TRUE [12:34:07.696] | : conditions: [n=1] 'condition' 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:34:07.697] | : 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:34:07.697] | : . Searching for globals ... [12:34:07.724] | : . ' globals found: [5] '{', '<-', 'list', '$', '$<-' [12:34:07.724] | : . Searching for globals ... done [12:34:07.724] | : . Resolving globals: TRUE [12:34:07.725] | : . Resolving any globals that are futures ... [12:34:07.725] | : . ' globals: [5] '{', '<-', 'list', '$', '$<-' [12:34:07.725] | : . Resolving any globals that are futures ... done [12:34:07.725] | : . Search for packages associated with the globals ... [12:34:07.725] | : . ' Packages associated with globals: [1] 'base' [12:34:07.726] | : . ' Packages: [1] 'base' [12:34:07.726] | : . Search for packages associated with the globals ... done [12:34:07.726] | : . Packages after dropping 'base': [0] [12:34:07.726] | : . globals: [0] [12:34:07.727] | : . packages: [0] [12:34:07.727] | : getGlobalsAndPackages() ... done [12:34:07.727] | : run() for 'Future' () ... [12:34:07.727] | : . state: 'created' [12:34:07.728] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:07.728] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:07.728] | : . Using MultisessionFutureBackend ... [12:34:07.728] | : . ' Number of futures since start: 4 (4 created, 4 launched, 4 finished) [12:34:07.728] | : . ' Launching futures ... [12:34:07.728] | : . ' , launchFuture() for ClusterFutureBackend ... [12:34:07.729] | : . ' , ; Workers: [n=2] [12:34:07.729] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:07.731] | : . ' , ; FutureRegistry: 'workers-4a38f8a2bc07dcd59b0613cf319af347' [12:34:07.731] | : . ' , ; requestWorker() ... [12:34:07.731] | : . ' , ; ` requestNode() ... [12:34:07.731] | : . ' , ; ` | Number of workers: 2 [12:34:07.731] | : . ' , ; ` | Polling for a free worker ... [12:34:07.732] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.732] | : . ' , ; ` | : . Listing all futures [12:34:07.732] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:07.732] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.732] | : . ' , ; ` | : Total time: 0 [12:34:07.732] | : . ' , ; ` | Polling for a free worker ... done [12:34:07.733] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.733] | : . ' , ; ` | : Listing all futures [12:34:07.733] | : . ' , ; ` | : Number of registered futures: 0 [12:34:07.733] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.733] | : . ' , ; ` | avail: [n=2] '1', '2' [12:34:07.734] | : . ' , ; ` | Index of first available worker: 1 [12:34:07.734] | : . ' , ; ` | Validate that the worker is functional ... [12:34:07.734] | : . ' , ; ` | : Worker is functional [12:34:07.735] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.735] | : . ' , ; ` | : . Listing all futures [12:34:07.735] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:07.735] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.735] | : . ' , ; ` | Validate that the worker is functional ... done [12:34:07.736] | : . ' , ; ` requestNode() ... done [12:34:07.736] | : . ' , ; ` cluster node index: 1 [12:34:07.736] | : . ' , ; requestWorker() ... done [12:34:07.736] | : . ' , ; eraseGlobalEnvironment() ... [12:34:07.737] | : . ' , ; eraseGlobalEnvironment() ... done [12:34:07.737] | : . ' , ; launchFuture() ... [12:34:07.737] | : . ' , ; ` cluster node index: 1 [12:34:07.737] | : . ' , ; ` getFutureData() ... [12:34:07.738] | : . ' , ; ` | getFutureCore() ... [12:34:07.738] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:34:07.738] | : . ' , ; ` | getFutureCore() ... done [12:34:07.739] | : . ' , ; ` | getFutureCapture() ... [12:34:07.739] | : . ' , ; ` | getFutureCapture() ... done [12:34:07.739] | : . ' , ; ` | getFutureContext() ... [12:34:07.739] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:07.740] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:34:07.740] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:07.740] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:34:07.741] | : . ' , ; ` | getFutureContext() ... done [12:34:07.741] | : . ' , ; ` getFutureData() ... done [12:34:07.741] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... [12:34:07.742] | : . ' , ; ` | Appended future to position #1 [12:34:07.742] | : . ' , ; ` | Number of registered futures: 1 [12:34:07.742] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... done [12:34:07.742] | : . ' , ; launchFuture() ... done [12:34:07.743] | : . ' , ; MultisessionFuture started [12:34:07.743] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:34:07.743] | : . ' Launching futures ... done [12:34:07.743] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:34:07.744] | : . Using MultisessionFutureBackend ... done [12:34:07.744] | : run() for 'Future' () ... done [12:34:07.744] | future(..., label = NULL) ... done [12:34:07.745] | value() for MultisessionFuture () ... [12:34:07.745] | : result() for ClusterFuture ... [12:34:07.745] | : . assertValidConnection() ... [12:34:07.746] | : . ' cluster node index: 1 [12:34:07.746] | : . assertValidConnection() ... done [12:34:07.747] | : . receiveMessageFromWorker() for ClusterFuture ... [12:34:07.747] | : . ' cluster node index: 1 [12:34:07.749] | : . ' [1] TRUE [12:34:07.750] | : . ' Received data: [12:34:07.750] | : . ' List of 5 [12:34:07.750] | : . ' $ type : chr "VALUE" [12:34:07.750] | : . ' $ value :List of 16 [12:34:07.750] | : . ' ..$ value :List of 2 [12:34:07.750] | : . ' .. ..$ b: num 2 [12:34:07.750] | : . ' .. ..$ a: num 1 [12:34:07.750] | : . ' ..$ visible : logi TRUE [12:34:07.750] | : . ' ..$ stdout : chr "" [12:34:07.750] | : . ' ..$ conditions : list() [12:34:07.750] | : . ' ..$ rng : logi FALSE [12:34:07.750] | : . ' ..$ seed : NULL [12:34:07.750] | : . ' ..$ misuseGlobalEnv : NULL [12:34:07.750] | : . ' ..$ misuseConnections :List of 3 [12:34:07.750] | : . ' .. ..$ added : NULL [12:34:07.750] | : . ' .. ..$ removed : NULL [12:34:07.750] | : . ' .. ..$ replaced: NULL [12:34:07.750] | : . ' ..$ misuseDevices : NULL [12:34:07.750] | : . ' ..$ misuseDefaultDevice: list() [12:34:07.750] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.750] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.750] | : . ' ..$ uuid : chr [1:2] "79817b7d43f20b1554935f6e65300f64" "17" [12:34:07.750] | : . ' ..$ session_uuid : chr "45c1ab065283de286736c2ef8e78cf58" [12:34:07.750] | : . ' .. ..- attr(*, "source")=List of 5 [12:34:07.750] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:34:07.750] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:34:07.750] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:34:07.750] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:34:07.750] | : . ' .. .. ..$ pid : int 25988 [12:34:07.750] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.750] | : . ' .. .. ..$ random: int 2147483647 [12:34:07.750] | : . ' ..$ r_info :List of 4 [12:34:07.750] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:34:07.750] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:34:07.750] | : . ' .. ..$ os : chr "windows" [12:34:07.750] | : . ' .. ..$ os_name : chr "Windows" [12:34:07.750] | : . ' .. ..$ captures_utf8: logi TRUE [12:34:07.750] | : . ' ..$ version : chr "1.8" [12:34:07.750] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:34:07.750] | : . ' $ success: logi TRUE [12:34:07.750] | : . ' $ time : 'proc_time' Named num [1:5] 0 0.02 0.02 NA NA [12:34:07.750] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:34:07.750] | : . ' $ tag : NULL [12:34:07.767] | : . ' Received FutureResult [12:34:07.767] | : . ' FutureResult: [12:34:07.767] | : . ' value: 'list' [12:34:07.767] | : . ' visible: TRUE [12:34:07.767] | : . ' stdout: character [12:34:07.767] | : . ' conditions: [n = 0] [12:34:07.767] | : . ' RNG used: FALSE [12:34:07.767] | : . ' duration: 0.005455971 secs (started 2026-01-16 12:34:07.742207) [12:34:07.767] | : . ' version: 1.8 [12:34:07.768] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... [12:34:07.768] | : . ' , Removed future from position #1 [12:34:07.768] | : . ' , Number of registered futures: 0 [12:34:07.769] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... done [12:34:07.769] | : . ' Erased future from future backend [12:34:07.769] | : . ' result() for ClusterFuture ... [12:34:07.769] | : . ' , result already collected: FutureResult [12:34:07.769] | : . ' result() for ClusterFuture ... done [12:34:07.770] | : . ' signalConditions() ... [12:34:07.770] | : . ' , include = 'immediateCondition' [12:34:07.770] | : . ' , exclude = [12:34:07.770] | : . ' , resignal = FALSE [12:34:07.770] | : . ' , Number of conditions: 0 [12:34:07.770] | : . ' , int 0 [12:34:07.771] | : . ' signalConditions() ... done [12:34:07.771] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:34:07.771] | : result() for ClusterFuture ... done [12:34:07.772] | : result() for ClusterFuture ... [12:34:07.772] | : . result already collected: FutureResult [12:34:07.772] | : result() for ClusterFuture ... done [12:34:07.772] | : signalConditions() ... [12:34:07.772] | : . include = 'immediateCondition' [12:34:07.772] | : . exclude = [12:34:07.773] | : . resignal = FALSE [12:34:07.773] | : . Number of conditions: 0 [12:34:07.773] | : . int 0 [12:34:07.773] | : signalConditions() ... done [12:34:07.773] | : relay stdout ... [12:34:07.774] | : relay stdout ... done [12:34:07.774] | : check for misuse ... [12:34:07.774] | : check for misuse ... done [12:34:07.774] | value() for MultisessionFuture () ... done $b [1] 2 $a [1] 1 [12:34:07.774] | future(..., label = NULL) ... [12:34:07.775] | : lazy: FALSE [12:34:07.775] | : stdout: TRUE [12:34:07.775] | : conditions: [n=1] 'condition' 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:34:07.775] | : 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:34:07.776] | : . Searching for globals ... [12:34:07.790] | : . ' globals found: [5] '{', 'x', '<-', '[[', '[[<-' [12:34:07.790] | : . Searching for globals ... done [12:34:07.790] | : . Resolving globals: TRUE [12:34:07.790] | : . Resolving any globals that are futures ... [12:34:07.791] | : . ' globals: [5] '{', 'x', '<-', '[[', '[[<-' [12:34:07.791] | : . Resolving any globals that are futures ... done [12:34:07.791] | : . Search for packages associated with the globals ... [12:34:07.791] | : . ' Packages associated with globals: [1] 'base' [12:34:07.792] | : . ' Packages: [1] 'base' [12:34:07.792] | : . Search for packages associated with the globals ... done [12:34:07.792] | : . Resolving futures part of globals (recursively) ... [12:34:07.792] | : . ' resolve() for FutureGlobals ... [12:34:07.792] | : . ' , recursive: 99 [12:34:07.793] | : . ' , Number of elements: 1 [12:34:07.793] | : . ' , elements: 'x' [12:34:07.793] | : . ' , 'obj' is list [12:34:07.793] | : . ' , resolve(obj, ...) ... [12:34:07.793] | : . ' , ; resolve() for list ... [12:34:07.793] | : . ' , ; ` recursive: 98 [12:34:07.794] | : . ' , ; ` Number of elements: 0 [12:34:07.794] | : . ' , ; resolve() for list ... done [12:34:07.794] | : . ' , resolve(obj, ...) ... done [12:34:07.794] | : . ' , resolved() ... [12:34:07.794] | : . ' , ; resolved() for list ... [12:34:07.794] | : . ' , ; ` Number of elements: 0 [12:34:07.794] | : . ' , ; ` Number of futures: 0 [12:34:07.795] | : . ' , ; resolved() for list ... done [12:34:07.795] | : . ' , resolved() ... done [12:34:07.795] | : . ' , length: 0 (resolved future 1) [12:34:07.795] | : . ' resolve() for FutureGlobals ... done [12:34:07.795] | : . ' globals: [1] 'x' [12:34:07.795] | : . Resolving futures part of globals (recursively) ... done [12:34:07.796] | : . Packages after dropping 'base': [0] [12:34:07.796] | : . globals: [1] 'x' [12:34:07.796] | : . packages: [0] [12:34:07.796] | : getGlobalsAndPackages() ... done [12:34:07.796] | : run() for 'Future' () ... [12:34:07.797] | : . state: 'created' [12:34:07.797] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:07.797] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:07.797] | : . Using MultisessionFutureBackend ... [12:34:07.797] | : . ' Number of futures since start: 5 (5 created, 5 launched, 5 finished) [12:34:07.798] | : . ' Launching futures ... [12:34:07.798] | : . ' , launchFuture() for ClusterFutureBackend ... [12:34:07.798] | : . ' , ; Workers: [n=2] [12:34:07.798] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:07.800] | : . ' , ; FutureRegistry: 'workers-4a38f8a2bc07dcd59b0613cf319af347' [12:34:07.800] | : . ' , ; requestWorker() ... [12:34:07.800] | : . ' , ; ` requestNode() ... [12:34:07.801] | : . ' , ; ` | Number of workers: 2 [12:34:07.801] | : . ' , ; ` | Polling for a free worker ... [12:34:07.801] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.801] | : . ' , ; ` | : . Listing all futures [12:34:07.801] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:07.801] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.802] | : . ' , ; ` | : Total time: 0 [12:34:07.802] | : . ' , ; ` | Polling for a free worker ... done [12:34:07.802] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.802] | : . ' , ; ` | : Listing all futures [12:34:07.802] | : . ' , ; ` | : Number of registered futures: 0 [12:34:07.802] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.802] | : . ' , ; ` | avail: [n=2] '1', '2' [12:34:07.803] | : . ' , ; ` | Index of first available worker: 1 [12:34:07.803] | : . ' , ; ` | Validate that the worker is functional ... [12:34:07.803] | : . ' , ; ` | : Worker is functional [12:34:07.804] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.804] | : . ' , ; ` | : . Listing all futures [12:34:07.804] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:07.804] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.804] | : . ' , ; ` | Validate that the worker is functional ... done [12:34:07.804] | : . ' , ; ` requestNode() ... done [12:34:07.805] | : . ' , ; ` cluster node index: 1 [12:34:07.805] | : . ' , ; requestWorker() ... done [12:34:07.805] | : . ' , ; eraseGlobalEnvironment() ... [12:34:07.806] | : . ' , ; eraseGlobalEnvironment() ... done [12:34:07.806] | : . ' , ; launchFuture() ... [12:34:07.806] | : . ' , ; ` cluster node index: 1 [12:34:07.806] | : . ' , ; ` getFutureData() ... [12:34:07.806] | : . ' , ; ` | getFutureCore() ... [12:34:07.806] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:34:07.807] | : . ' , ; ` | getFutureCore() ... done [12:34:07.807] | : . ' , ; ` | getFutureCapture() ... [12:34:07.807] | : . ' , ; ` | getFutureCapture() ... done [12:34:07.807] | : . ' , ; ` | getFutureContext() ... [12:34:07.807] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:07.807] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:34:07.808] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:07.808] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:34:07.808] | : . ' , ; ` | getFutureContext() ... done [12:34:07.808] | : . ' , ; ` getFutureData() ... done [12:34:07.809] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... [12:34:07.809] | : . ' , ; ` | Appended future to position #1 [12:34:07.809] | : . ' , ; ` | Number of registered futures: 1 [12:34:07.809] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... done [12:34:07.809] | : . ' , ; launchFuture() ... done [12:34:07.810] | : . ' , ; MultisessionFuture started [12:34:07.810] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:34:07.810] | : . ' Launching futures ... done [12:34:07.810] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:34:07.810] | : . Using MultisessionFutureBackend ... done [12:34:07.810] | : run() for 'Future' () ... done [12:34:07.810] | future(..., label = NULL) ... done [12:34:07.811] | value() for MultisessionFuture () ... [12:34:07.811] | : result() for ClusterFuture ... [12:34:07.811] | : . assertValidConnection() ... [12:34:07.811] | : . ' cluster node index: 1 [12:34:07.812] | : . assertValidConnection() ... done [12:34:07.812] | : . receiveMessageFromWorker() for ClusterFuture ... [12:34:07.812] | : . ' cluster node index: 1 [12:34:07.820] | : . ' [1] TRUE [12:34:07.820] | : . ' Received data: [12:34:07.820] | : . ' List of 5 [12:34:07.820] | : . ' $ type : chr "VALUE" [12:34:07.820] | : . ' $ value :List of 16 [12:34:07.820] | : . ' ..$ value :List of 1 [12:34:07.820] | : . ' .. ..$ a: num 1 [12:34:07.820] | : . ' ..$ visible : logi TRUE [12:34:07.820] | : . ' ..$ stdout : chr "" [12:34:07.820] | : . ' ..$ conditions : list() [12:34:07.820] | : . ' ..$ rng : logi FALSE [12:34:07.820] | : . ' ..$ seed : NULL [12:34:07.820] | : . ' ..$ misuseGlobalEnv : NULL [12:34:07.820] | : . ' ..$ misuseConnections :List of 3 [12:34:07.820] | : . ' .. ..$ added : NULL [12:34:07.820] | : . ' .. ..$ removed : NULL [12:34:07.820] | : . ' .. ..$ replaced: NULL [12:34:07.820] | : . ' ..$ misuseDevices : NULL [12:34:07.820] | : . ' ..$ misuseDefaultDevice: list() [12:34:07.820] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.820] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.820] | : . ' ..$ uuid : chr [1:2] "79817b7d43f20b1554935f6e65300f64" "18" [12:34:07.820] | : . ' ..$ session_uuid : chr "45c1ab065283de286736c2ef8e78cf58" [12:34:07.820] | : . ' .. ..- attr(*, "source")=List of 5 [12:34:07.820] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:34:07.820] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:34:07.820] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:34:07.820] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:34:07.820] | : . ' .. .. ..$ pid : int 25988 [12:34:07.820] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.820] | : . ' .. .. ..$ random: int 2147483647 [12:34:07.820] | : . ' ..$ r_info :List of 4 [12:34:07.820] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:34:07.820] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:34:07.820] | : . ' .. ..$ os : chr "windows" [12:34:07.820] | : . ' .. ..$ os_name : chr "Windows" [12:34:07.820] | : . ' .. ..$ captures_utf8: logi TRUE [12:34:07.820] | : . ' ..$ version : chr "1.8" [12:34:07.820] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:34:07.820] | : . ' $ success: logi TRUE [12:34:07.820] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.01 NA NA [12:34:07.820] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:34:07.820] | : . ' $ tag : NULL [12:34:07.843] | : . ' Received FutureResult [12:34:07.843] | : . ' FutureResult: [12:34:07.843] | : . ' value: 'list' [12:34:07.843] | : . ' visible: TRUE [12:34:07.843] | : . ' stdout: character [12:34:07.843] | : . ' conditions: [n = 0] [12:34:07.843] | : . ' RNG used: FALSE [12:34:07.843] | : . ' duration: 0.005711079 secs (started 2026-01-16 12:34:07.809589) [12:34:07.843] | : . ' version: 1.8 [12:34:07.844] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... [12:34:07.844] | : . ' , Removed future from position #1 [12:34:07.845] | : . ' , Number of registered futures: 0 [12:34:07.845] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... done [12:34:07.845] | : . ' Erased future from future backend [12:34:07.846] | : . ' result() for ClusterFuture ... [12:34:07.846] | : . ' , result already collected: FutureResult [12:34:07.846] | : . ' result() for ClusterFuture ... done [12:34:07.847] | : . ' signalConditions() ... [12:34:07.847] | : . ' , include = 'immediateCondition' [12:34:07.847] | : . ' , exclude = [12:34:07.847] | : . ' , resignal = FALSE [12:34:07.848] | : . ' , Number of conditions: 0 [12:34:07.848] | : . ' , int 0 [12:34:07.849] | : . ' signalConditions() ... done [12:34:07.849] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:34:07.849] | : result() for ClusterFuture ... done [12:34:07.850] | : result() for ClusterFuture ... [12:34:07.850] | : . result already collected: FutureResult [12:34:07.850] | : result() for ClusterFuture ... done [12:34:07.850] | : signalConditions() ... [12:34:07.850] | : . include = 'immediateCondition' [12:34:07.851] | : . exclude = [12:34:07.851] | : . resignal = FALSE [12:34:07.851] | : . Number of conditions: 0 [12:34:07.851] | : . int 0 [12:34:07.852] | : signalConditions() ... done [12:34:07.852] | : relay stdout ... [12:34:07.852] | : relay stdout ... done [12:34:07.852] | : check for misuse ... [12:34:07.852] | : check for misuse ... done [12:34:07.852] | value() for MultisessionFuture () ... done $a [1] 1 [12:34:07.853] | future(..., label = NULL) ... [12:34:07.853] | : lazy: TRUE [12:34:07.853] | : stdout: TRUE [12:34:07.853] | : conditions: [n=1] 'condition' 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:34:07.853] | : 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:34:07.854] | : . Searching for globals ... [12:34:07.871] | : . ' globals found: [5] '{', 'x', '<-', '[[', '[[<-' [12:34:07.871] | : . Searching for globals ... done [12:34:07.871] | : . Resolving globals: TRUE [12:34:07.872] | : . Resolving any globals that are futures ... [12:34:07.872] | : . ' globals: [5] '{', 'x', '<-', '[[', '[[<-' [12:34:07.872] | : . Resolving any globals that are futures ... done [12:34:07.872] | : . Search for packages associated with the globals ... [12:34:07.872] | : . ' Packages associated with globals: [1] 'base' [12:34:07.873] | : . ' Packages: [1] 'base' [12:34:07.873] | : . Search for packages associated with the globals ... done [12:34:07.873] | : . Resolving futures part of globals (recursively) ... [12:34:07.873] | : . ' resolve() for FutureGlobals ... [12:34:07.874] | : . ' , recursive: 99 [12:34:07.874] | : . ' , Number of elements: 1 [12:34:07.874] | : . ' , elements: 'x' [12:34:07.874] | : . ' , 'obj' is list [12:34:07.875] | : . ' , resolve(obj, ...) ... [12:34:07.875] | : . ' , ; resolve() for list ... [12:34:07.875] | : . ' , ; ` recursive: 98 [12:34:07.875] | : . ' , ; ` Number of elements: 0 [12:34:07.876] | : . ' , ; resolve() for list ... done [12:34:07.876] | : . ' , resolve(obj, ...) ... done [12:34:07.876] | : . ' , resolved() ... [12:34:07.877] | : . ' , ; resolved() for list ... [12:34:07.877] | : . ' , ; ` Number of elements: 0 [12:34:07.877] | : . ' , ; ` Number of futures: 0 [12:34:07.877] | : . ' , ; resolved() for list ... done [12:34:07.878] | : . ' , resolved() ... done [12:34:07.878] | : . ' , length: 0 (resolved future 1) [12:34:07.878] | : . ' resolve() for FutureGlobals ... done [12:34:07.878] | : . ' globals: [1] 'x' [12:34:07.879] | : . Resolving futures part of globals (recursively) ... done [12:34:07.879] | : . Packages after dropping 'base': [0] [12:34:07.879] | : . globals: [1] 'x' [12:34:07.879] | : . packages: [0] [12:34:07.880] | : getGlobalsAndPackages() ... done [12:34:07.880] | future(..., label = NULL) ... done [12:34:07.880] | value() for Future () ... [12:34:07.881] | : run() for 'Future' () ... [12:34:07.881] | : . state: 'created' [12:34:07.881] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:07.882] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:07.882] | : . Using MultisessionFutureBackend ... [12:34:07.882] | : . ' Number of futures since start: 6 (6 created, 6 launched, 6 finished) [12:34:07.882] | : . ' Launching futures ... [12:34:07.883] | : . ' , launchFuture() for ClusterFutureBackend ... [12:34:07.883] | : . ' , ; Workers: [n=2] [12:34:07.883] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:07.886] | : . ' , ; FutureRegistry: 'workers-4a38f8a2bc07dcd59b0613cf319af347' [12:34:07.886] | : . ' , ; requestWorker() ... [12:34:07.886] | : . ' , ; ` requestNode() ... [12:34:07.887] | : . ' , ; ` | Number of workers: 2 [12:34:07.887] | : . ' , ; ` | Polling for a free worker ... [12:34:07.887] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.887] | : . ' , ; ` | : . Listing all futures [12:34:07.888] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:07.888] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.888] | : . ' , ; ` | : Total time: 0 [12:34:07.888] | : . ' , ; ` | Polling for a free worker ... done [12:34:07.889] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.889] | : . ' , ; ` | : Listing all futures [12:34:07.889] | : . ' , ; ` | : Number of registered futures: 0 [12:34:07.889] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.890] | : . ' , ; ` | avail: [n=2] '1', '2' [12:34:07.890] | : . ' , ; ` | Index of first available worker: 1 [12:34:07.890] | : . ' , ; ` | Validate that the worker is functional ... [12:34:07.891] | : . ' , ; ` | : Worker is functional [12:34:07.891] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.891] | : . ' , ; ` | : . Listing all futures [12:34:07.891] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:07.891] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.891] | : . ' , ; ` | Validate that the worker is functional ... done [12:34:07.892] | : . ' , ; ` requestNode() ... done [12:34:07.892] | : . ' , ; ` cluster node index: 1 [12:34:07.892] | : . ' , ; requestWorker() ... done [12:34:07.892] | : . ' , ; eraseGlobalEnvironment() ... [12:34:07.893] | : . ' , ; eraseGlobalEnvironment() ... done [12:34:07.893] | : . ' , ; launchFuture() ... [12:34:07.893] | : . ' , ; ` cluster node index: 1 [12:34:07.893] | : . ' , ; ` getFutureData() ... [12:34:07.893] | : . ' , ; ` | getFutureCore() ... [12:34:07.893] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:34:07.894] | : . ' , ; ` | getFutureCore() ... done [12:34:07.894] | : . ' , ; ` | getFutureCapture() ... [12:34:07.894] | : . ' , ; ` | getFutureCapture() ... done [12:34:07.894] | : . ' , ; ` | getFutureContext() ... [12:34:07.894] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:07.894] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:34:07.895] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:07.895] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:34:07.895] | : . ' , ; ` | getFutureContext() ... done [12:34:07.895] | : . ' , ; ` getFutureData() ... done [12:34:07.896] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... [12:34:07.896] | : . ' , ; ` | Appended future to position #1 [12:34:07.896] | : . ' , ; ` | Number of registered futures: 1 [12:34:07.896] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... done [12:34:07.896] | : . ' , ; launchFuture() ... done [12:34:07.897] | : . ' , ; MultisessionFuture started [12:34:07.897] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:34:07.897] | : . ' Launching futures ... done [12:34:07.897] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:34:07.897] | : . Using MultisessionFutureBackend ... done [12:34:07.898] | : run() for 'Future' () ... done [12:34:07.898] | : result() for ClusterFuture ... [12:34:07.898] | : . assertValidConnection() ... [12:34:07.898] | : . ' cluster node index: 1 [12:34:07.899] | : . assertValidConnection() ... done [12:34:07.899] | : . receiveMessageFromWorker() for ClusterFuture ... [12:34:07.899] | : . ' cluster node index: 1 [12:34:07.903] | : . ' [1] TRUE [12:34:07.903] | : . ' Received data: [12:34:07.904] | : . ' List of 5 [12:34:07.904] | : . ' $ type : chr "VALUE" [12:34:07.904] | : . ' $ value :List of 16 [12:34:07.904] | : . ' ..$ value :List of 1 [12:34:07.904] | : . ' .. ..$ a: num 1 [12:34:07.904] | : . ' ..$ visible : logi TRUE [12:34:07.904] | : . ' ..$ stdout : chr "" [12:34:07.904] | : . ' ..$ conditions : list() [12:34:07.904] | : . ' ..$ rng : logi FALSE [12:34:07.904] | : . ' ..$ seed : NULL [12:34:07.904] | : . ' ..$ misuseGlobalEnv : NULL [12:34:07.904] | : . ' ..$ misuseConnections :List of 3 [12:34:07.904] | : . ' .. ..$ added : NULL [12:34:07.904] | : . ' .. ..$ removed : NULL [12:34:07.904] | : . ' .. ..$ replaced: NULL [12:34:07.904] | : . ' ..$ misuseDevices : NULL [12:34:07.904] | : . ' ..$ misuseDefaultDevice: list() [12:34:07.904] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.904] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.904] | : . ' ..$ uuid : chr [1:2] "79817b7d43f20b1554935f6e65300f64" "19" [12:34:07.904] | : . ' ..$ session_uuid : chr "45c1ab065283de286736c2ef8e78cf58" [12:34:07.904] | : . ' .. ..- attr(*, "source")=List of 5 [12:34:07.904] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:34:07.904] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:34:07.904] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:34:07.904] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:34:07.904] | : . ' .. .. ..$ pid : int 25988 [12:34:07.904] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.904] | : . ' .. .. ..$ random: int 2147483647 [12:34:07.904] | : . ' ..$ r_info :List of 4 [12:34:07.904] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:34:07.904] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:34:07.904] | : . ' .. ..$ os : chr "windows" [12:34:07.904] | : . ' .. ..$ os_name : chr "Windows" [12:34:07.904] | : . ' .. ..$ captures_utf8: logi TRUE [12:34:07.904] | : . ' ..$ version : chr "1.8" [12:34:07.904] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:34:07.904] | : . ' $ success: logi TRUE [12:34:07.904] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:34:07.904] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:34:07.904] | : . ' $ tag : NULL [12:34:07.924] | : . ' Received FutureResult [12:34:07.924] | : . ' FutureResult: [12:34:07.924] | : . ' value: 'list' [12:34:07.924] | : . ' visible: TRUE [12:34:07.924] | : . ' stdout: character [12:34:07.924] | : . ' conditions: [n = 0] [12:34:07.924] | : . ' RNG used: FALSE [12:34:07.924] | : . ' duration: 0.005170107 secs (started 2026-01-16 12:34:07.896544) [12:34:07.924] | : . ' version: 1.8 [12:34:07.925] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... [12:34:07.925] | : . ' , Removed future from position #1 [12:34:07.926] | : . ' , Number of registered futures: 0 [12:34:07.926] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... done [12:34:07.926] | : . ' Erased future from future backend [12:34:07.927] | : . ' result() for ClusterFuture ... [12:34:07.927] | : . ' , result already collected: FutureResult [12:34:07.927] | : . ' result() for ClusterFuture ... done [12:34:07.927] | : . ' signalConditions() ... [12:34:07.928] | : . ' , include = 'immediateCondition' [12:34:07.928] | : . ' , exclude = [12:34:07.928] | : . ' , resignal = FALSE [12:34:07.928] | : . ' , Number of conditions: 0 [12:34:07.929] | : . ' , int 0 [12:34:07.929] | : . ' signalConditions() ... done [12:34:07.930] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:34:07.930] | : result() for ClusterFuture ... done [12:34:07.930] | : result() for ClusterFuture ... [12:34:07.930] | : . result already collected: FutureResult [12:34:07.931] | : result() for ClusterFuture ... done [12:34:07.931] | : signalConditions() ... [12:34:07.931] | : . include = 'immediateCondition' [12:34:07.931] | : . exclude = [12:34:07.932] | : . resignal = FALSE [12:34:07.932] | : . Number of conditions: 0 [12:34:07.932] | : . int 0 [12:34:07.933] | : signalConditions() ... done [12:34:07.933] | : relay stdout ... [12:34:07.933] | : relay stdout ... done [12:34:07.934] | : check for misuse ... [12:34:07.934] | : check for misuse ... done [12:34:07.934] | value() for Future () ... done $a [1] 1 [12:34:07.935] | future(..., label = NULL) ... [12:34:07.935] | : lazy: FALSE [12:34:07.935] | : stdout: TRUE [12:34:07.936] | : conditions: [n=1] 'condition' 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:34:07.936] | : 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:34:07.937] | : . Searching for globals ... [12:34:07.959] | : . ' globals found: [5] '{', 'x', '<-', '[[', '[[<-' [12:34:07.959] | : . Searching for globals ... done [12:34:07.960] | : . Resolving globals: TRUE [12:34:07.960] | : . Resolving any globals that are futures ... [12:34:07.960] | : . ' globals: [5] '{', 'x', '<-', '[[', '[[<-' [12:34:07.961] | : . Resolving any globals that are futures ... done [12:34:07.961] | : . Search for packages associated with the globals ... [12:34:07.961] | : . ' Packages associated with globals: [1] 'base' [12:34:07.962] | : . ' Packages: [1] 'base' [12:34:07.962] | : . Search for packages associated with the globals ... done [12:34:07.962] | : . Resolving futures part of globals (recursively) ... [12:34:07.963] | : . ' resolve() for FutureGlobals ... [12:34:07.963] | : . ' , recursive: 99 [12:34:07.963] | : . ' , Number of elements: 1 [12:34:07.964] | : . ' , elements: 'x' [12:34:07.964] | : . ' , 'obj' is list [12:34:07.964] | : . ' , resolve(obj, ...) ... [12:34:07.964] | : . ' , ; resolve() for list ... [12:34:07.965] | : . ' , ; ` recursive: 98 [12:34:07.965] | : . ' , ; ` Number of elements: 0 [12:34:07.965] | : . ' , ; resolve() for list ... done [12:34:07.965] | : . ' , resolve(obj, ...) ... done [12:34:07.966] | : . ' , resolved() ... [12:34:07.966] | : . ' , ; resolved() for list ... [12:34:07.966] | : . ' , ; ` Number of elements: 0 [12:34:07.966] | : . ' , ; ` Number of futures: 0 [12:34:07.967] | : . ' , ; resolved() for list ... done [12:34:07.967] | : . ' , resolved() ... done [12:34:07.967] | : . ' , length: 0 (resolved future 1) [12:34:07.967] | : . ' resolve() for FutureGlobals ... done [12:34:07.968] | : . ' globals: [1] 'x' [12:34:07.968] | : . Resolving futures part of globals (recursively) ... done [12:34:07.968] | : . Packages after dropping 'base': [0] [12:34:07.968] | : . globals: [1] 'x' [12:34:07.969] | : . packages: [0] [12:34:07.969] | : getGlobalsAndPackages() ... done [12:34:07.970] | : run() for 'Future' () ... [12:34:07.970] | : . state: 'created' [12:34:07.970] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:07.971] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:07.971] | : . Using MultisessionFutureBackend ... [12:34:07.971] | : . ' Number of futures since start: 7 (7 created, 7 launched, 7 finished) [12:34:07.972] | : . ' Launching futures ... [12:34:07.972] | : . ' , launchFuture() for ClusterFutureBackend ... [12:34:07.972] | : . ' , ; Workers: [n=2] [12:34:07.973] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:07.976] | : . ' , ; FutureRegistry: 'workers-4a38f8a2bc07dcd59b0613cf319af347' [12:34:07.977] | : . ' , ; requestWorker() ... [12:34:07.977] | : . ' , ; ` requestNode() ... [12:34:07.977] | : . ' , ; ` | Number of workers: 2 [12:34:07.978] | : . ' , ; ` | Polling for a free worker ... [12:34:07.978] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.978] | : . ' , ; ` | : . Listing all futures [12:34:07.978] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:07.979] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.979] | : . ' , ; ` | : Total time: 0 [12:34:07.979] | : . ' , ; ` | Polling for a free worker ... done [12:34:07.980] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.980] | : . ' , ; ` | : Listing all futures [12:34:07.980] | : . ' , ; ` | : Number of registered futures: 0 [12:34:07.981] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.981] | : . ' , ; ` | avail: [n=2] '1', '2' [12:34:07.981] | : . ' , ; ` | Index of first available worker: 1 [12:34:07.981] | : . ' , ; ` | Validate that the worker is functional ... [12:34:07.982] | : . ' , ; ` | : Worker is functional [12:34:07.983] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:07.983] | : . ' , ; ` | : . Listing all futures [12:34:07.983] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:07.984] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:07.984] | : . ' , ; ` | Validate that the worker is functional ... done [12:34:07.984] | : . ' , ; ` requestNode() ... done [12:34:07.984] | : . ' , ; ` cluster node index: 1 [12:34:07.985] | : . ' , ; requestWorker() ... done [12:34:07.985] | : . ' , ; eraseGlobalEnvironment() ... [12:34:07.986] | : . ' , ; eraseGlobalEnvironment() ... done [12:34:07.986] | : . ' , ; launchFuture() ... [12:34:07.987] | : . ' , ; ` cluster node index: 1 [12:34:07.987] | : . ' , ; ` getFutureData() ... [12:34:07.987] | : . ' , ; ` | getFutureCore() ... [12:34:07.987] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:34:07.988] | : . ' , ; ` | getFutureCore() ... done [12:34:07.988] | : . ' , ; ` | getFutureCapture() ... [12:34:07.988] | : . ' , ; ` | getFutureCapture() ... done [12:34:07.988] | : . ' , ; ` | getFutureContext() ... [12:34:07.989] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:07.989] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:34:07.989] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:07.989] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:34:07.990] | : . ' , ; ` | getFutureContext() ... done [12:34:07.990] | : . ' , ; ` getFutureData() ... done [12:34:07.991] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... [12:34:07.991] | : . ' , ; ` | Appended future to position #1 [12:34:07.991] | : . ' , ; ` | Number of registered futures: 1 [12:34:07.992] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... done [12:34:07.992] | : . ' , ; launchFuture() ... done [12:34:07.992] | : . ' , ; MultisessionFuture started [12:34:07.992] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:34:07.993] | : . ' Launching futures ... done [12:34:07.993] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:34:07.993] | : . Using MultisessionFutureBackend ... done [12:34:07.994] | : run() for 'Future' () ... done [12:34:07.994] | future(..., label = NULL) ... done [12:34:07.994] | value() for MultisessionFuture () ... [12:34:07.994] | : result() for ClusterFuture ... [12:34:07.995] | : . assertValidConnection() ... [12:34:07.995] | : . ' cluster node index: 1 [12:34:07.996] | : . assertValidConnection() ... done [12:34:07.996] | : . receiveMessageFromWorker() for ClusterFuture ... [12:34:07.996] | : . ' cluster node index: 1 [12:34:07.998] | : . ' [1] TRUE [12:34:07.998] | : . ' Received data: [12:34:07.998] | : . ' List of 5 [12:34:07.998] | : . ' $ type : chr "VALUE" [12:34:07.998] | : . ' $ value :List of 16 [12:34:07.998] | : . ' ..$ value :List of 1 [12:34:07.998] | : . ' .. ..$ a: num 1 [12:34:07.998] | : . ' ..$ visible : logi TRUE [12:34:07.998] | : . ' ..$ stdout : chr "" [12:34:07.998] | : . ' ..$ conditions : list() [12:34:07.998] | : . ' ..$ rng : logi FALSE [12:34:07.998] | : . ' ..$ seed : NULL [12:34:07.998] | : . ' ..$ misuseGlobalEnv : NULL [12:34:07.998] | : . ' ..$ misuseConnections :List of 3 [12:34:07.998] | : . ' .. ..$ added : NULL [12:34:07.998] | : . ' .. ..$ removed : NULL [12:34:07.998] | : . ' .. ..$ replaced: NULL [12:34:07.998] | : . ' ..$ misuseDevices : NULL [12:34:07.998] | : . ' ..$ misuseDefaultDevice: list() [12:34:07.998] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.998] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.998] | : . ' ..$ uuid : chr [1:2] "79817b7d43f20b1554935f6e65300f64" "20" [12:34:07.998] | : . ' ..$ session_uuid : chr "45c1ab065283de286736c2ef8e78cf58" [12:34:07.998] | : . ' .. ..- attr(*, "source")=List of 5 [12:34:07.998] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:34:07.998] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:34:07.998] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:34:07.998] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:34:07.998] | : . ' .. .. ..$ pid : int 25988 [12:34:07.998] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:07.998] | : . ' .. .. ..$ random: int 2147483647 [12:34:07.998] | : . ' ..$ r_info :List of 4 [12:34:07.998] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:34:07.998] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:34:07.998] | : . ' .. ..$ os : chr "windows" [12:34:07.998] | : . ' .. ..$ os_name : chr "Windows" [12:34:07.998] | : . ' .. ..$ captures_utf8: logi TRUE [12:34:07.998] | : . ' ..$ version : chr "1.8" [12:34:07.998] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:34:07.998] | : . ' $ success: logi TRUE [12:34:07.998] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:34:07.998] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:34:07.998] | : . ' $ tag : NULL [12:34:08.018] | : . ' Received FutureResult [12:34:08.019] | : . ' FutureResult: [12:34:08.019] | : . ' value: 'list' [12:34:08.019] | : . ' visible: TRUE [12:34:08.019] | : . ' stdout: character [12:34:08.019] | : . ' conditions: [n = 0] [12:34:08.019] | : . ' RNG used: FALSE [12:34:08.019] | : . ' duration: 0.005001068 secs (started 2026-01-16 12:34:07.991493) [12:34:08.019] | : . ' version: 1.8 [12:34:08.019] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... [12:34:08.020] | : . ' , Removed future from position #1 [12:34:08.020] | : . ' , Number of registered futures: 0 [12:34:08.020] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... done [12:34:08.020] | : . ' Erased future from future backend [12:34:08.021] | : . ' result() for ClusterFuture ... [12:34:08.021] | : . ' , result already collected: FutureResult [12:34:08.021] | : . ' result() for ClusterFuture ... done [12:34:08.021] | : . ' signalConditions() ... [12:34:08.022] | : . ' , include = 'immediateCondition' [12:34:08.022] | : . ' , exclude = [12:34:08.022] | : . ' , resignal = FALSE [12:34:08.022] | : . ' , Number of conditions: 0 [12:34:08.022] | : . ' , int 0 [12:34:08.023] | : . ' signalConditions() ... done [12:34:08.023] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:34:08.024] | : result() for ClusterFuture ... done [12:34:08.024] | : result() for ClusterFuture ... [12:34:08.024] | : . result already collected: FutureResult [12:34:08.024] | : result() for ClusterFuture ... done [12:34:08.025] | : signalConditions() ... [12:34:08.025] | : . include = 'immediateCondition' [12:34:08.025] | : . exclude = [12:34:08.025] | : . resignal = FALSE [12:34:08.025] | : . Number of conditions: 0 [12:34:08.026] | : . int 0 [12:34:08.026] | : signalConditions() ... done [12:34:08.027] | : relay stdout ... [12:34:08.027] | : relay stdout ... done [12:34:08.027] | : check for misuse ... [12:34:08.027] | : check for misuse ... done [12:34:08.028] | value() for MultisessionFuture () ... done $a [1] 1 [12:34:08.028] | future(..., label = NULL) ... [12:34:08.028] | : lazy: FALSE [12:34:08.029] | : stdout: TRUE [12:34:08.029] | : conditions: [n=1] 'condition' 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:34:08.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:34:08.030] | : . Searching for globals ... [12:34:08.053] | : . ' globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:34:08.054] | : . Searching for globals ... done [12:34:08.054] | : . Resolving globals: TRUE [12:34:08.054] | : . Resolving any globals that are futures ... [12:34:08.055] | : . ' globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:34:08.055] | : . Resolving any globals that are futures ... done [12:34:08.055] | : . Search for packages associated with the globals ... [12:34:08.056] | : . ' Packages associated with globals: [1] 'base' [12:34:08.056] | : . ' Packages: [1] 'base' [12:34:08.057] | : . Search for packages associated with the globals ... done [12:34:08.057] | : . Resolving futures part of globals (recursively) ... [12:34:08.057] | : . ' resolve() for FutureGlobals ... [12:34:08.057] | : . ' , recursive: 99 [12:34:08.058] | : . ' , Number of elements: 1 [12:34:08.058] | : . ' , elements: 'x' [12:34:08.058] | : . ' , 'obj' is list [12:34:08.059] | : . ' , resolve(obj, ...) ... [12:34:08.059] | : . ' , ; resolve() for list ... [12:34:08.059] | : . ' , ; ` recursive: 98 [12:34:08.059] | : . ' , ; ` Number of elements: 0 [12:34:08.060] | : . ' , ; resolve() for list ... done [12:34:08.060] | : . ' , resolve(obj, ...) ... done [12:34:08.060] | : . ' , resolved() ... [12:34:08.060] | : . ' , ; resolved() for list ... [12:34:08.061] | : . ' , ; ` Number of elements: 0 [12:34:08.061] | : . ' , ; ` Number of futures: 0 [12:34:08.061] | : . ' , ; resolved() for list ... done [12:34:08.062] | : . ' , resolved() ... done [12:34:08.062] | : . ' , length: 0 (resolved future 1) [12:34:08.062] | : . ' resolve() for FutureGlobals ... done [12:34:08.062] | : . ' globals: [1] 'x' [12:34:08.063] | : . Resolving futures part of globals (recursively) ... done [12:34:08.063] | : . Packages after dropping 'base': [0] [12:34:08.063] | : . globals: [1] 'x' [12:34:08.064] | : . packages: [0] [12:34:08.064] | : getGlobalsAndPackages() ... done [12:34:08.064] | : run() for 'Future' () ... [12:34:08.065] | : . state: 'created' [12:34:08.065] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:08.065] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:08.065] | : . Using MultisessionFutureBackend ... [12:34:08.066] | : . ' Number of futures since start: 8 (8 created, 8 launched, 8 finished) [12:34:08.066] | : . ' Launching futures ... [12:34:08.066] | : . ' , launchFuture() for ClusterFutureBackend ... [12:34:08.067] | : . ' , ; Workers: [n=2] [12:34:08.067] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:08.070] | : . ' , ; FutureRegistry: 'workers-4a38f8a2bc07dcd59b0613cf319af347' [12:34:08.070] | : . ' , ; requestWorker() ... [12:34:08.070] | : . ' , ; ` requestNode() ... [12:34:08.070] | : . ' , ; ` | Number of workers: 2 [12:34:08.071] | : . ' , ; ` | Polling for a free worker ... [12:34:08.071] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:08.071] | : . ' , ; ` | : . Listing all futures [12:34:08.071] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:08.072] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:08.072] | : . ' , ; ` | : Total time: 0 [12:34:08.072] | : . ' , ; ` | Polling for a free worker ... done [12:34:08.073] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:08.073] | : . ' , ; ` | : Listing all futures [12:34:08.073] | : . ' , ; ` | : Number of registered futures: 0 [12:34:08.073] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:08.074] | : . ' , ; ` | avail: [n=2] '1', '2' [12:34:08.074] | : . ' , ; ` | Index of first available worker: 1 [12:34:08.074] | : . ' , ; ` | Validate that the worker is functional ... [12:34:08.075] | : . ' , ; ` | : Worker is functional [12:34:08.075] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:08.075] | : . ' , ; ` | : . Listing all futures [12:34:08.076] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:08.076] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:08.076] | : . ' , ; ` | Validate that the worker is functional ... done [12:34:08.076] | : . ' , ; ` requestNode() ... done [12:34:08.077] | : . ' , ; ` cluster node index: 1 [12:34:08.077] | : . ' , ; requestWorker() ... done [12:34:08.077] | : . ' , ; eraseGlobalEnvironment() ... [12:34:08.078] | : . ' , ; eraseGlobalEnvironment() ... done [12:34:08.078] | : . ' , ; launchFuture() ... [12:34:08.079] | : . ' , ; ` cluster node index: 1 [12:34:08.079] | : . ' , ; ` getFutureData() ... [12:34:08.079] | : . ' , ; ` | getFutureCore() ... [12:34:08.080] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:34:08.080] | : . ' , ; ` | getFutureCore() ... done [12:34:08.080] | : . ' , ; ` | getFutureCapture() ... [12:34:08.081] | : . ' , ; ` | getFutureCapture() ... done [12:34:08.081] | : . ' , ; ` | getFutureContext() ... [12:34:08.081] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:08.082] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:34:08.082] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:08.082] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:34:08.083] | : . ' , ; ` | getFutureContext() ... done [12:34:08.083] | : . ' , ; ` getFutureData() ... done [12:34:08.084] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... [12:34:08.084] | : . ' , ; ` | Appended future to position #1 [12:34:08.085] | : . ' , ; ` | Number of registered futures: 1 [12:34:08.085] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... done [12:34:08.085] | : . ' , ; launchFuture() ... done [12:34:08.086] | : . ' , ; MultisessionFuture started [12:34:08.086] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:34:08.086] | : . ' Launching futures ... done [12:34:08.087] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:34:08.087] | : . Using MultisessionFutureBackend ... done [12:34:08.087] | : run() for 'Future' () ... done [12:34:08.088] | future(..., label = NULL) ... done [12:34:08.088] | value() for MultisessionFuture () ... [12:34:08.088] | : result() for ClusterFuture ... [12:34:08.089] | : . assertValidConnection() ... [12:34:08.089] | : . ' cluster node index: 1 [12:34:08.090] | : . assertValidConnection() ... done [12:34:08.090] | : . receiveMessageFromWorker() for ClusterFuture ... [12:34:08.090] | : . ' cluster node index: 1 [12:34:08.091] | : . ' [1] TRUE [12:34:08.092] | : . ' Received data: [12:34:08.092] | : . ' List of 5 [12:34:08.092] | : . ' $ type : chr "VALUE" [12:34:08.092] | : . ' $ value :List of 16 [12:34:08.092] | : . ' ..$ value :List of 1 [12:34:08.092] | : . ' .. ..$ a: num 1 [12:34:08.092] | : . ' ..$ visible : logi TRUE [12:34:08.092] | : . ' ..$ stdout : chr "" [12:34:08.092] | : . ' ..$ conditions : list() [12:34:08.092] | : . ' ..$ rng : logi FALSE [12:34:08.092] | : . ' ..$ seed : NULL [12:34:08.092] | : . ' ..$ misuseGlobalEnv : NULL [12:34:08.092] | : . ' ..$ misuseConnections :List of 3 [12:34:08.092] | : . ' .. ..$ added : NULL [12:34:08.092] | : . ' .. ..$ removed : NULL [12:34:08.092] | : . ' .. ..$ replaced: NULL [12:34:08.092] | : . ' ..$ misuseDevices : NULL [12:34:08.092] | : . ' ..$ misuseDefaultDevice: list() [12:34:08.092] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:34:08" [12:34:08.092] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:34:08" [12:34:08.092] | : . ' ..$ uuid : chr [1:2] "79817b7d43f20b1554935f6e65300f64" "21" [12:34:08.092] | : . ' ..$ session_uuid : chr "45c1ab065283de286736c2ef8e78cf58" [12:34:08.092] | : . ' .. ..- attr(*, "source")=List of 5 [12:34:08.092] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:34:08.092] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:34:08.092] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:34:08.092] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:34:08.092] | : . ' .. .. ..$ pid : int 25988 [12:34:08.092] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:08.092] | : . ' .. .. ..$ random: int 2147483647 [12:34:08.092] | : . ' ..$ r_info :List of 4 [12:34:08.092] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:34:08.092] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:34:08.092] | : . ' .. ..$ os : chr "windows" [12:34:08.092] | : . ' .. ..$ os_name : chr "Windows" [12:34:08.092] | : . ' .. ..$ captures_utf8: logi TRUE [12:34:08.092] | : . ' ..$ version : chr "1.8" [12:34:08.092] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:34:08.092] | : . ' $ success: logi TRUE [12:34:08.092] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:34:08.092] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:34:08.092] | : . ' $ tag : NULL [12:34:08.119] | : . ' Received FutureResult [12:34:08.119] | : . ' FutureResult: [12:34:08.119] | : . ' value: 'list' [12:34:08.119] | : . ' visible: TRUE [12:34:08.119] | : . ' stdout: character [12:34:08.119] | : . ' conditions: [n = 0] [12:34:08.119] | : . ' RNG used: FALSE [12:34:08.119] | : . ' duration: 0.005126953 secs (started 2026-01-16 12:34:08.084675) [12:34:08.119] | : . ' version: 1.8 [12:34:08.120] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... [12:34:08.121] | : . ' , Removed future from position #1 [12:34:08.121] | : . ' , Number of registered futures: 0 [12:34:08.121] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... done [12:34:08.121] | : . ' Erased future from future backend [12:34:08.122] | : . ' result() for ClusterFuture ... [12:34:08.122] | : . ' , result already collected: FutureResult [12:34:08.122] | : . ' result() for ClusterFuture ... done [12:34:08.123] | : . ' signalConditions() ... [12:34:08.123] | : . ' , include = 'immediateCondition' [12:34:08.123] | : . ' , exclude = [12:34:08.123] | : . ' , resignal = FALSE [12:34:08.124] | : . ' , Number of conditions: 0 [12:34:08.124] | : . ' , int 0 [12:34:08.125] | : . ' signalConditions() ... done [12:34:08.125] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:34:08.125] | : result() for ClusterFuture ... done [12:34:08.125] | : result() for ClusterFuture ... [12:34:08.126] | : . result already collected: FutureResult [12:34:08.126] | : result() for ClusterFuture ... done [12:34:08.126] | : signalConditions() ... [12:34:08.126] | : . include = 'immediateCondition' [12:34:08.127] | : . exclude = [12:34:08.127] | : . resignal = FALSE [12:34:08.127] | : . Number of conditions: 0 [12:34:08.127] | : . int 0 [12:34:08.128] | : signalConditions() ... done [12:34:08.128] | : relay stdout ... [12:34:08.129] | : relay stdout ... done [12:34:08.129] | : check for misuse ... [12:34:08.129] | : check for misuse ... done [12:34:08.130] | value() for MultisessionFuture () ... done $a [1] 1 [12:34:08.130] | future(..., label = NULL) ... [12:34:08.130] | : lazy: TRUE [12:34:08.130] | : stdout: TRUE [12:34:08.131] | : conditions: [n=1] 'condition' 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:34:08.131] | : 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:34:08.132] | : . Searching for globals ... [12:34:08.156] | : . ' globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:34:08.156] | : . Searching for globals ... done [12:34:08.156] | : . Resolving globals: TRUE [12:34:08.157] | : . Resolving any globals that are futures ... [12:34:08.157] | : . ' globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:34:08.157] | : . Resolving any globals that are futures ... done [12:34:08.158] | : . Search for packages associated with the globals ... [12:34:08.158] | : . ' Packages associated with globals: [1] 'base' [12:34:08.159] | : . ' Packages: [1] 'base' [12:34:08.159] | : . Search for packages associated with the globals ... done [12:34:08.159] | : . Resolving futures part of globals (recursively) ... [12:34:08.160] | : . ' resolve() for FutureGlobals ... [12:34:08.160] | : . ' , recursive: 99 [12:34:08.160] | : . ' , Number of elements: 1 [12:34:08.161] | : . ' , elements: 'x' [12:34:08.161] | : . ' , 'obj' is list [12:34:08.161] | : . ' , resolve(obj, ...) ... [12:34:08.161] | : . ' , ; resolve() for list ... [12:34:08.162] | : . ' , ; ` recursive: 98 [12:34:08.162] | : . ' , ; ` Number of elements: 0 [12:34:08.162] | : . ' , ; resolve() for list ... done [12:34:08.162] | : . ' , resolve(obj, ...) ... done [12:34:08.163] | : . ' , resolved() ... [12:34:08.163] | : . ' , ; resolved() for list ... [12:34:08.163] | : . ' , ; ` Number of elements: 0 [12:34:08.163] | : . ' , ; ` Number of futures: 0 [12:34:08.164] | : . ' , ; resolved() for list ... done [12:34:08.164] | : . ' , resolved() ... done [12:34:08.164] | : . ' , length: 0 (resolved future 1) [12:34:08.165] | : . ' resolve() for FutureGlobals ... done [12:34:08.165] | : . ' globals: [1] 'x' [12:34:08.165] | : . Resolving futures part of globals (recursively) ... done [12:34:08.166] | : . Packages after dropping 'base': [0] [12:34:08.166] | : . globals: [1] 'x' [12:34:08.166] | : . packages: [0] [12:34:08.166] | : getGlobalsAndPackages() ... done [12:34:08.167] | future(..., label = NULL) ... done [12:34:08.167] | value() for Future () ... [12:34:08.167] | : run() for 'Future' () ... [12:34:08.168] | : . state: 'created' [12:34:08.168] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:08.168] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:08.169] | : . Using MultisessionFutureBackend ... [12:34:08.169] | : . ' Number of futures since start: 9 (9 created, 9 launched, 9 finished) [12:34:08.169] | : . ' Launching futures ... [12:34:08.169] | : . ' , launchFuture() for ClusterFutureBackend ... [12:34:08.170] | : . ' , ; Workers: [n=2] [12:34:08.170] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:08.173] | : . ' , ; FutureRegistry: 'workers-4a38f8a2bc07dcd59b0613cf319af347' [12:34:08.173] | : . ' , ; requestWorker() ... [12:34:08.174] | : . ' , ; ` requestNode() ... [12:34:08.174] | : . ' , ; ` | Number of workers: 2 [12:34:08.174] | : . ' , ; ` | Polling for a free worker ... [12:34:08.174] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:08.175] | : . ' , ; ` | : . Listing all futures [12:34:08.175] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:08.175] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:08.175] | : . ' , ; ` | : Total time: 0 [12:34:08.176] | : . ' , ; ` | Polling for a free worker ... done [12:34:08.176] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:08.176] | : . ' , ; ` | : Listing all futures [12:34:08.176] | : . ' , ; ` | : Number of registered futures: 0 [12:34:08.177] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:08.177] | : . ' , ; ` | avail: [n=2] '1', '2' [12:34:08.177] | : . ' , ; ` | Index of first available worker: 1 [12:34:08.177] | : . ' , ; ` | Validate that the worker is functional ... [12:34:08.178] | : . ' , ; ` | : Worker is functional [12:34:08.179] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:08.179] | : . ' , ; ` | : . Listing all futures [12:34:08.179] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:08.179] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:08.180] | : . ' , ; ` | Validate that the worker is functional ... done [12:34:08.180] | : . ' , ; ` requestNode() ... done [12:34:08.180] | : . ' , ; ` cluster node index: 1 [12:34:08.181] | : . ' , ; requestWorker() ... done [12:34:08.181] | : . ' , ; eraseGlobalEnvironment() ... [12:34:08.182] | : . ' , ; eraseGlobalEnvironment() ... done [12:34:08.182] | : . ' , ; launchFuture() ... [12:34:08.182] | : . ' , ; ` cluster node index: 1 [12:34:08.183] | : . ' , ; ` getFutureData() ... [12:34:08.183] | : . ' , ; ` | getFutureCore() ... [12:34:08.183] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:34:08.183] | : . ' , ; ` | getFutureCore() ... done [12:34:08.183] | : . ' , ; ` | getFutureCapture() ... [12:34:08.184] | : . ' , ; ` | getFutureCapture() ... done [12:34:08.184] | : . ' , ; ` | getFutureContext() ... [12:34:08.184] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:08.184] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:34:08.185] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:08.185] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:34:08.185] | : . ' , ; ` | getFutureContext() ... done [12:34:08.185] | : . ' , ; ` getFutureData() ... done [12:34:08.186] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... [12:34:08.186] | : . ' , ; ` | Appended future to position #1 [12:34:08.186] | : . ' , ; ` | Number of registered futures: 1 [12:34:08.186] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... done [12:34:08.187] | : . ' , ; launchFuture() ... done [12:34:08.187] | : . ' , ; MultisessionFuture started [12:34:08.187] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:34:08.187] | : . ' Launching futures ... done [12:34:08.188] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:34:08.188] | : . Using MultisessionFutureBackend ... done [12:34:08.189] | : run() for 'Future' () ... done [12:34:08.189] | : result() for ClusterFuture ... [12:34:08.189] | : . assertValidConnection() ... [12:34:08.190] | : . ' cluster node index: 1 [12:34:08.191] | : . assertValidConnection() ... done [12:34:08.191] | : . receiveMessageFromWorker() for ClusterFuture ... [12:34:08.191] | : . ' cluster node index: 1 [12:34:08.195] | : . ' [1] TRUE [12:34:08.195] | : . ' Received data: [12:34:08.195] | : . ' List of 5 [12:34:08.195] | : . ' $ type : chr "VALUE" [12:34:08.195] | : . ' $ value :List of 16 [12:34:08.195] | : . ' ..$ value :List of 1 [12:34:08.195] | : . ' .. ..$ a: num 1 [12:34:08.195] | : . ' ..$ visible : logi TRUE [12:34:08.195] | : . ' ..$ stdout : chr "" [12:34:08.195] | : . ' ..$ conditions : list() [12:34:08.195] | : . ' ..$ rng : logi FALSE [12:34:08.195] | : . ' ..$ seed : NULL [12:34:08.195] | : . ' ..$ misuseGlobalEnv : NULL [12:34:08.195] | : . ' ..$ misuseConnections :List of 3 [12:34:08.195] | : . ' .. ..$ added : NULL [12:34:08.195] | : . ' .. ..$ removed : NULL [12:34:08.195] | : . ' .. ..$ replaced: NULL [12:34:08.195] | : . ' ..$ misuseDevices : NULL [12:34:08.195] | : . ' ..$ misuseDefaultDevice: list() [12:34:08.195] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:34:08" [12:34:08.195] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:34:08" [12:34:08.195] | : . ' ..$ uuid : chr [1:2] "79817b7d43f20b1554935f6e65300f64" "22" [12:34:08.195] | : . ' ..$ session_uuid : chr "45c1ab065283de286736c2ef8e78cf58" [12:34:08.195] | : . ' .. ..- attr(*, "source")=List of 5 [12:34:08.195] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:34:08.195] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:34:08.195] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:34:08.195] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:34:08.195] | : . ' .. .. ..$ pid : int 25988 [12:34:08.195] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:08.195] | : . ' .. .. ..$ random: int 2147483647 [12:34:08.195] | : . ' ..$ r_info :List of 4 [12:34:08.195] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:34:08.195] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:34:08.195] | : . ' .. ..$ os : chr "windows" [12:34:08.195] | : . ' .. ..$ os_name : chr "Windows" [12:34:08.195] | : . ' .. ..$ captures_utf8: logi TRUE [12:34:08.195] | : . ' ..$ version : chr "1.8" [12:34:08.195] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:34:08.195] | : . ' $ success: logi TRUE [12:34:08.195] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [12:34:08.195] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:34:08.195] | : . ' $ tag : NULL [12:34:08.213] | : . ' Received FutureResult [12:34:08.213] | : . ' FutureResult: [12:34:08.213] | : . ' value: 'list' [12:34:08.213] | : . ' visible: TRUE [12:34:08.213] | : . ' stdout: character [12:34:08.213] | : . ' conditions: [n = 0] [12:34:08.213] | : . ' RNG used: FALSE [12:34:08.213] | : . ' duration: 0.006229877 secs (started 2026-01-16 12:34:08.186731) [12:34:08.213] | : . ' version: 1.8 [12:34:08.214] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... [12:34:08.214] | : . ' , Removed future from position #1 [12:34:08.214] | : . ' , Number of registered futures: 0 [12:34:08.215] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... done [12:34:08.215] | : . ' Erased future from future backend [12:34:08.215] | : . ' result() for ClusterFuture ... [12:34:08.215] | : . ' , result already collected: FutureResult [12:34:08.215] | : . ' result() for ClusterFuture ... done [12:34:08.215] | : . ' signalConditions() ... [12:34:08.216] | : . ' , include = 'immediateCondition' [12:34:08.216] | : . ' , exclude = [12:34:08.216] | : . ' , resignal = FALSE [12:34:08.216] | : . ' , Number of conditions: 0 [12:34:08.216] | : . ' , int 0 [12:34:08.217] | : . ' signalConditions() ... done [12:34:08.217] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:34:08.217] | : result() for ClusterFuture ... done [12:34:08.217] | : result() for ClusterFuture ... [12:34:08.217] | : . result already collected: FutureResult [12:34:08.217] | : result() for ClusterFuture ... done [12:34:08.218] | : signalConditions() ... [12:34:08.218] | : . include = 'immediateCondition' [12:34:08.218] | : . exclude = [12:34:08.218] | : . resignal = FALSE [12:34:08.219] | : . Number of conditions: 0 [12:34:08.219] | : . int 0 [12:34:08.220] | : signalConditions() ... done [12:34:08.220] | : relay stdout ... [12:34:08.220] | : relay stdout ... done [12:34:08.220] | : check for misuse ... [12:34:08.220] | : check for misuse ... done [12:34:08.221] | value() for Future () ... done $a [1] 1 [12:34:08.221] | future(..., label = NULL) ... [12:34:08.221] | : lazy: FALSE [12:34:08.221] | : stdout: TRUE [12:34:08.222] | : conditions: [n=1] 'condition' 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:34:08.222] | : 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:34:08.223] | : . Searching for globals ... [12:34:08.248] | : . ' globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:34:08.248] | : . Searching for globals ... done [12:34:08.248] | : . Resolving globals: TRUE [12:34:08.248] | : . Resolving any globals that are futures ... [12:34:08.249] | : . ' globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [12:34:08.249] | : . Resolving any globals that are futures ... done [12:34:08.249] | : . Search for packages associated with the globals ... [12:34:08.250] | : . ' Packages associated with globals: [1] 'base' [12:34:08.250] | : . ' Packages: [1] 'base' [12:34:08.250] | : . Search for packages associated with the globals ... done [12:34:08.251] | : . Resolving futures part of globals (recursively) ... [12:34:08.251] | : . ' resolve() for FutureGlobals ... [12:34:08.251] | : . ' , recursive: 99 [12:34:08.251] | : . ' , Number of elements: 1 [12:34:08.252] | : . ' , elements: 'x' [12:34:08.252] | : . ' , 'obj' is list [12:34:08.252] | : . ' , resolve(obj, ...) ... [12:34:08.252] | : . ' , ; resolve() for list ... [12:34:08.253] | : . ' , ; ` recursive: 98 [12:34:08.253] | : . ' , ; ` Number of elements: 0 [12:34:08.253] | : . ' , ; resolve() for list ... done [12:34:08.253] | : . ' , resolve(obj, ...) ... done [12:34:08.253] | : . ' , resolved() ... [12:34:08.254] | : . ' , ; resolved() for list ... [12:34:08.254] | : . ' , ; ` Number of elements: 0 [12:34:08.254] | : . ' , ; ` Number of futures: 0 [12:34:08.254] | : . ' , ; resolved() for list ... done [12:34:08.255] | : . ' , resolved() ... done [12:34:08.255] | : . ' , length: 0 (resolved future 1) [12:34:08.255] | : . ' resolve() for FutureGlobals ... done [12:34:08.255] | : . ' globals: [1] 'x' [12:34:08.256] | : . Resolving futures part of globals (recursively) ... done [12:34:08.256] | : . Packages after dropping 'base': [0] [12:34:08.256] | : . globals: [1] 'x' [12:34:08.256] | : . packages: [0] [12:34:08.257] | : getGlobalsAndPackages() ... done [12:34:08.257] | : run() for 'Future' () ... [12:34:08.257] | : . state: 'created' [12:34:08.258] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:08.258] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:08.258] | : . Using MultisessionFutureBackend ... [12:34:08.258] | : . ' Number of futures since start: 10 (10 created, 10 launched, 10 finished) [12:34:08.259] | : . ' Launching futures ... [12:34:08.259] | : . ' , launchFuture() for ClusterFutureBackend ... [12:34:08.259] | : . ' , ; Workers: [n=2] [12:34:08.259] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:08.262] | : . ' , ; FutureRegistry: 'workers-4a38f8a2bc07dcd59b0613cf319af347' [12:34:08.262] | : . ' , ; requestWorker() ... [12:34:08.263] | : . ' , ; ` requestNode() ... [12:34:08.263] | : . ' , ; ` | Number of workers: 2 [12:34:08.263] | : . ' , ; ` | Polling for a free worker ... [12:34:08.263] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:08.264] | : . ' , ; ` | : . Listing all futures [12:34:08.264] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:08.264] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:08.264] | : . ' , ; ` | : Total time: 0 [12:34:08.265] | : . ' , ; ` | Polling for a free worker ... done [12:34:08.265] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:08.265] | : . ' , ; ` | : Listing all futures [12:34:08.265] | : . ' , ; ` | : Number of registered futures: 0 [12:34:08.266] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:08.266] | : . ' , ; ` | avail: [n=2] '1', '2' [12:34:08.266] | : . ' , ; ` | Index of first available worker: 1 [12:34:08.266] | : . ' , ; ` | Validate that the worker is functional ... [12:34:08.267] | : . ' , ; ` | : Worker is functional [12:34:08.267] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:08.268] | : . ' , ; ` | : . Listing all futures [12:34:08.268] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:08.268] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:08.268] | : . ' , ; ` | Validate that the worker is functional ... done [12:34:08.269] | : . ' , ; ` requestNode() ... done [12:34:08.269] | : . ' , ; ` cluster node index: 1 [12:34:08.269] | : . ' , ; requestWorker() ... done [12:34:08.269] | : . ' , ; eraseGlobalEnvironment() ... [12:34:08.270] | : . ' , ; eraseGlobalEnvironment() ... done [12:34:08.270] | : . ' , ; launchFuture() ... [12:34:08.271] | : . ' , ; ` cluster node index: 1 [12:34:08.271] | : . ' , ; ` getFutureData() ... [12:34:08.271] | : . ' , ; ` | getFutureCore() ... [12:34:08.271] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:34:08.272] | : . ' , ; ` | getFutureCore() ... done [12:34:08.272] | : . ' , ; ` | getFutureCapture() ... [12:34:08.272] | : . ' , ; ` | getFutureCapture() ... done [12:34:08.272] | : . ' , ; ` | getFutureContext() ... [12:34:08.273] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:08.273] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:34:08.273] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:08.273] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:34:08.274] | : . ' , ; ` | getFutureContext() ... done [12:34:08.274] | : . ' , ; ` getFutureData() ... done [12:34:08.275] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... [12:34:08.275] | : . ' , ; ` | Appended future to position #1 [12:34:08.275] | : . ' , ; ` | Number of registered futures: 1 [12:34:08.275] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... done [12:34:08.276] | : . ' , ; launchFuture() ... done [12:34:08.276] | : . ' , ; MultisessionFuture started [12:34:08.276] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:34:08.276] | : . ' Launching futures ... done [12:34:08.277] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:34:08.277] | : . Using MultisessionFutureBackend ... done [12:34:08.277] | : run() for 'Future' () ... done [12:34:08.277] | future(..., label = NULL) ... done [12:34:08.278] | value() for MultisessionFuture () ... [12:34:08.278] | : result() for ClusterFuture ... [12:34:08.278] | : . assertValidConnection() ... [12:34:08.279] | : . ' cluster node index: 1 [12:34:08.279] | : . assertValidConnection() ... done [12:34:08.280] | : . receiveMessageFromWorker() for ClusterFuture ... [12:34:08.280] | : . ' cluster node index: 1 [12:34:08.283] | : . ' [1] TRUE [12:34:08.283] | : . ' Received data: [12:34:08.283] | : . ' List of 5 [12:34:08.283] | : . ' $ type : chr "VALUE" [12:34:08.283] | : . ' $ value :List of 16 [12:34:08.283] | : . ' ..$ value :List of 1 [12:34:08.283] | : . ' .. ..$ a: num 1 [12:34:08.283] | : . ' ..$ visible : logi TRUE [12:34:08.283] | : . ' ..$ stdout : chr "" [12:34:08.283] | : . ' ..$ conditions : list() [12:34:08.283] | : . ' ..$ rng : logi FALSE [12:34:08.283] | : . ' ..$ seed : NULL [12:34:08.283] | : . ' ..$ misuseGlobalEnv : NULL [12:34:08.283] | : . ' ..$ misuseConnections :List of 3 [12:34:08.283] | : . ' .. ..$ added : NULL [12:34:08.283] | : . ' .. ..$ removed : NULL [12:34:08.283] | : . ' .. ..$ replaced: NULL [12:34:08.283] | : . ' ..$ misuseDevices : NULL [12:34:08.283] | : . ' ..$ misuseDefaultDevice: list() [12:34:08.283] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:34:08" [12:34:08.283] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:34:08" [12:34:08.283] | : . ' ..$ uuid : chr [1:2] "79817b7d43f20b1554935f6e65300f64" "23" [12:34:08.283] | : . ' ..$ session_uuid : chr "45c1ab065283de286736c2ef8e78cf58" [12:34:08.283] | : . ' .. ..- attr(*, "source")=List of 5 [12:34:08.283] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:34:08.283] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:34:08.283] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:34:08.283] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:34:08.283] | : . ' .. .. ..$ pid : int 25988 [12:34:08.283] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:08.283] | : . ' .. .. ..$ random: int 2147483647 [12:34:08.283] | : . ' ..$ r_info :List of 4 [12:34:08.283] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:34:08.283] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:34:08.283] | : . ' .. ..$ os : chr "windows" [12:34:08.283] | : . ' .. ..$ os_name : chr "Windows" [12:34:08.283] | : . ' .. ..$ captures_utf8: logi TRUE [12:34:08.283] | : . ' ..$ version : chr "1.8" [12:34:08.283] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:34:08.283] | : . ' $ success: logi TRUE [12:34:08.283] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [12:34:08.283] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:34:08.283] | : . ' $ tag : NULL [12:34:08.303] | : . ' Received FutureResult [12:34:08.303] | : . ' FutureResult: [12:34:08.303] | : . ' value: 'list' [12:34:08.303] | : . ' visible: TRUE [12:34:08.303] | : . ' stdout: character [12:34:08.303] | : . ' conditions: [n = 0] [12:34:08.303] | : . ' RNG used: FALSE [12:34:08.303] | : . ' duration: 0.00565815 secs (started 2026-01-16 12:34:08.27541) [12:34:08.303] | : . ' version: 1.8 [12:34:08.304] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... [12:34:08.304] | : . ' , Removed future from position #1 [12:34:08.305] | : . ' , Number of registered futures: 0 [12:34:08.305] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... done [12:34:08.305] | : . ' Erased future from future backend [12:34:08.306] | : . ' result() for ClusterFuture ... [12:34:08.306] | : . ' , result already collected: FutureResult [12:34:08.306] | : . ' result() for ClusterFuture ... done [12:34:08.306] | : . ' signalConditions() ... [12:34:08.307] | : . ' , include = 'immediateCondition' [12:34:08.307] | : . ' , exclude = [12:34:08.307] | : . ' , resignal = FALSE [12:34:08.307] | : . ' , Number of conditions: 0 [12:34:08.308] | : . ' , int 0 [12:34:08.308] | : . ' signalConditions() ... done [12:34:08.309] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:34:08.309] | : result() for ClusterFuture ... done [12:34:08.309] | : result() for ClusterFuture ... [12:34:08.310] | : . result already collected: FutureResult [12:34:08.310] | : result() for ClusterFuture ... done [12:34:08.310] | : signalConditions() ... [12:34:08.310] | : . include = 'immediateCondition' [12:34:08.311] | : . exclude = [12:34:08.311] | : . resignal = FALSE [12:34:08.311] | : . Number of conditions: 0 [12:34:08.311] | : . int 0 [12:34:08.312] | : signalConditions() ... done [12:34:08.312] | : relay stdout ... [12:34:08.313] | : relay stdout ... done [12:34:08.313] | : check for misuse ... [12:34:08.313] | : check for misuse ... done [12:34:08.313] | value() for MultisessionFuture () ... done $a [1] 1 [12:34:08.314] | future(..., label = NULL) ... [12:34:08.314] | : lazy: FALSE [12:34:08.314] | : stdout: TRUE [12:34:08.315] | : conditions: [n=1] 'condition' 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:34:08.315] | : 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:34:08.316] | : . Searching for globals ... [12:34:08.330] | : . ' globals found: [7] '{', 'x', '<-', '[', 'name', '[<-', 'list' [12:34:08.330] | : . Searching for globals ... done [12:34:08.331] | : . Resolving globals: TRUE [12:34:08.331] | : . Resolving any globals that are futures ... [12:34:08.331] | : . ' globals: [7] '{', 'x', '<-', '[', 'name', '[<-', 'list' [12:34:08.331] | : . Resolving any globals that are futures ... done [12:34:08.331] | : . Search for packages associated with the globals ... [12:34:08.332] | : . ' Packages associated with globals: [1] 'base' [12:34:08.332] | : . ' Packages: [1] 'base' [12:34:08.332] | : . Search for packages associated with the globals ... done [12:34:08.332] | : . Resolving futures part of globals (recursively) ... [12:34:08.332] | : . ' resolve() for FutureGlobals ... [12:34:08.333] | : . ' , recursive: 99 [12:34:08.333] | : . ' , Number of elements: 2 [12:34:08.333] | : . ' , elements: 'x', 'name' [12:34:08.333] | : . ' , 'obj' is list [12:34:08.333] | : . ' , resolve(obj, ...) ... [12:34:08.334] | : . ' , ; resolve() for list ... [12:34:08.334] | : . ' , ; ` recursive: 98 [12:34:08.334] | : . ' , ; ` Number of elements: 0 [12:34:08.334] | : . ' , ; resolve() for list ... done [12:34:08.334] | : . ' , resolve(obj, ...) ... done [12:34:08.334] | : . ' , resolved() ... [12:34:08.334] | : . ' , ; resolved() for list ... [12:34:08.335] | : . ' , ; ` Number of elements: 0 [12:34:08.335] | : . ' , ; ` Number of futures: 0 [12:34:08.335] | : . ' , ; resolved() for list ... done [12:34:08.335] | : . ' , resolved() ... done [12:34:08.335] | : . ' , length: 1 (resolved future 1) [12:34:08.335] | : . ' , 'obj' is atomic [12:34:08.336] | : . ' , resolved() ... [12:34:08.336] | : . ' , resolved() ... done [12:34:08.336] | : . ' , length: 0 (resolved future 2) [12:34:08.336] | : . ' resolve() for FutureGlobals ... done [12:34:08.336] | : . ' globals: [2] 'x', 'name' [12:34:08.336] | : . Resolving futures part of globals (recursively) ... done [12:34:08.336] | : . Packages after dropping 'base': [0] [12:34:08.337] | : . globals: [2] 'x', 'name' [12:34:08.337] | : . packages: [0] [12:34:08.337] | : getGlobalsAndPackages() ... done [12:34:08.337] | : run() for 'Future' () ... [12:34:08.338] | : . state: 'created' [12:34:08.338] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:08.338] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:08.338] | : . Using MultisessionFutureBackend ... [12:34:08.338] | : . ' Number of futures since start: 11 (11 created, 11 launched, 11 finished) [12:34:08.338] | : . ' Launching futures ... [12:34:08.339] | : . ' , launchFuture() for ClusterFutureBackend ... [12:34:08.339] | : . ' , ; Workers: [n=2] [12:34:08.339] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:34:08.341] | : . ' , ; FutureRegistry: 'workers-4a38f8a2bc07dcd59b0613cf319af347' [12:34:08.341] | : . ' , ; requestWorker() ... [12:34:08.341] | : . ' , ; ` requestNode() ... [12:34:08.341] | : . ' , ; ` | Number of workers: 2 [12:34:08.341] | : . ' , ; ` | Polling for a free worker ... [12:34:08.341] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:08.342] | : . ' , ; ` | : . Listing all futures [12:34:08.342] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:08.342] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:08.342] | : . ' , ; ` | : Total time: 0 [12:34:08.342] | : . ' , ; ` | Polling for a free worker ... done [12:34:08.342] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:08.343] | : . ' , ; ` | : Listing all futures [12:34:08.343] | : . ' , ; ` | : Number of registered futures: 0 [12:34:08.343] | : . ' , ; ` | FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:08.343] | : . ' , ; ` | avail: [n=2] '1', '2' [12:34:08.343] | : . ' , ; ` | Index of first available worker: 1 [12:34:08.343] | : . ' , ; ` | Validate that the worker is functional ... [12:34:08.344] | : . ' , ; ` | : Worker is functional [12:34:08.344] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... [12:34:08.344] | : . ' , ; ` | : . Listing all futures [12:34:08.345] | : . ' , ; ` | : . Number of registered futures: 0 [12:34:08.345] | : . ' , ; ` | : FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'list', earlySignal = 0) ... done [12:34:08.345] | : . ' , ; ` | Validate that the worker is functional ... done [12:34:08.345] | : . ' , ; ` requestNode() ... done [12:34:08.345] | : . ' , ; ` cluster node index: 1 [12:34:08.345] | : . ' , ; requestWorker() ... done [12:34:08.345] | : . ' , ; eraseGlobalEnvironment() ... [12:34:08.346] | : . ' , ; eraseGlobalEnvironment() ... done [12:34:08.346] | : . ' , ; launchFuture() ... [12:34:08.346] | : . ' , ; ` cluster node index: 1 [12:34:08.347] | : . ' , ; ` getFutureData() ... [12:34:08.347] | : . ' , ; ` | getFutureCore() ... [12:34:08.347] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:34:08.347] | : . ' , ; ` | getFutureCore() ... done [12:34:08.347] | : . ' , ; ` | getFutureCapture() ... [12:34:08.347] | : . ' , ; ` | getFutureCapture() ... done [12:34:08.348] | : . ' , ; ` | getFutureContext() ... [12:34:08.348] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:34:08.348] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:34:08.348] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:34:08.349] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:34:08.349] | : . ' , ; ` | getFutureContext() ... done [12:34:08.349] | : . ' , ; ` getFutureData() ... done [12:34:08.350] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... [12:34:08.350] | : . ' , ; ` | Appended future to position #1 [12:34:08.350] | : . ' , ; ` | Number of registered futures: 1 [12:34:08.351] | : . ' , ; ` FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'add', earlySignal = 0) ... done [12:34:08.351] | : . ' , ; launchFuture() ... done [12:34:08.351] | : . ' , ; MultisessionFuture started [12:34:08.351] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:34:08.351] | : . ' Launching futures ... done [12:34:08.352] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:34:08.352] | : . Using MultisessionFutureBackend ... done [12:34:08.352] | : run() for 'Future' () ... done [12:34:08.352] | future(..., label = NULL) ... done [12:34:08.353] | value() for MultisessionFuture () ... [12:34:08.353] | : result() for ClusterFuture ... [12:34:08.353] | : . assertValidConnection() ... [12:34:08.354] | : . ' cluster node index: 1 [12:34:08.354] | : . assertValidConnection() ... done [12:34:08.354] | : . receiveMessageFromWorker() for ClusterFuture ... [12:34:08.355] | : . ' cluster node index: 1 [12:34:08.358] | : . ' [1] TRUE [12:34:08.358] | : . ' Received data: [12:34:08.359] | : . ' List of 5 [12:34:08.359] | : . ' $ type : chr "VALUE" [12:34:08.359] | : . ' $ value :List of 16 [12:34:08.359] | : . ' ..$ value :List of 1 [12:34:08.359] | : . ' .. ..$ a: num 1 [12:34:08.359] | : . ' ..$ visible : logi TRUE [12:34:08.359] | : . ' ..$ stdout : chr "" [12:34:08.359] | : . ' ..$ conditions : list() [12:34:08.359] | : . ' ..$ rng : logi FALSE [12:34:08.359] | : . ' ..$ seed : NULL [12:34:08.359] | : . ' ..$ misuseGlobalEnv : NULL [12:34:08.359] | : . ' ..$ misuseConnections :List of 3 [12:34:08.359] | : . ' .. ..$ added : NULL [12:34:08.359] | : . ' .. ..$ removed : NULL [12:34:08.359] | : . ' .. ..$ replaced: NULL [12:34:08.359] | : . ' ..$ misuseDevices : NULL [12:34:08.359] | : . ' ..$ misuseDefaultDevice: list() [12:34:08.359] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:34:08" [12:34:08.359] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:34:08" [12:34:08.359] | : . ' ..$ uuid : chr [1:2] "79817b7d43f20b1554935f6e65300f64" "24" [12:34:08.359] | : . ' ..$ session_uuid : chr "45c1ab065283de286736c2ef8e78cf58" [12:34:08.359] | : . ' .. ..- attr(*, "source")=List of 5 [12:34:08.359] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:34:08.359] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:34:08.359] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:34:08.359] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:34:08.359] | : . ' .. .. ..$ pid : int 25988 [12:34:08.359] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:34:07" [12:34:08.359] | : . ' .. .. ..$ random: int 2147483647 [12:34:08.359] | : . ' ..$ r_info :List of 4 [12:34:08.359] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:34:08.359] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:34:08.359] | : . ' .. ..$ os : chr "windows" [12:34:08.359] | : . ' .. ..$ os_name : chr "Windows" [12:34:08.359] | : . ' .. ..$ captures_utf8: logi TRUE [12:34:08.359] | : . ' ..$ version : chr "1.8" [12:34:08.359] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:34:08.359] | : . ' $ success: logi TRUE [12:34:08.359] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:34:08.359] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:34:08.359] | : . ' $ tag : NULL [12:34:08.387] | : . ' Received FutureResult [12:34:08.387] | : . ' FutureResult: [12:34:08.387] | : . ' value: 'list' [12:34:08.387] | : . ' visible: TRUE [12:34:08.387] | : . ' stdout: character [12:34:08.387] | : . ' conditions: [n = 0] [12:34:08.387] | : . ' RNG used: FALSE [12:34:08.387] | : . ' duration: 0.005650997 secs (started 2026-01-16 12:34:08.350551) [12:34:08.387] | : . ' version: 1.8 [12:34:08.388] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... [12:34:08.388] | : . ' , Removed future from position #1 [12:34:08.389] | : . ' , Number of registered futures: 0 [12:34:08.389] | : . ' FutureRegistry('workers-4a38f8a2bc07dcd59b0613cf319af347', action = 'remove', earlySignal = 0) ... done [12:34:08.389] | : . ' Erased future from future backend [12:34:08.390] | : . ' result() for ClusterFuture ... [12:34:08.390] | : . ' , result already collected: FutureResult [12:34:08.390] | : . ' result() for ClusterFuture ... done [12:34:08.391] | : . ' signalConditions() ... [12:34:08.391] | : . ' , include = 'immediateCondition' [12:34:08.391] | : . ' , exclude = [12:34:08.392] | : . ' , resignal = FALSE [12:34:08.392] | : . ' , Number of conditions: 0 [12:34:08.392] | : . ' , int 0 [12:34:08.393] | : . ' signalConditions() ... done [12:34:08.393] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:34:08.394] | : result() for ClusterFuture ... done [12:34:08.394] | : result() for ClusterFuture ... [12:34:08.394] | : . result already collected: FutureResult [12:34:08.395] | : result() for ClusterFuture ... done [12:34:08.395] | : signalConditions() ... [12:34:08.395] | : . include = 'immediateCondition' [12:34:08.396] | : . exclude = [12:34:08.396] | : . resignal = FALSE [12:34:08.396] | : . Number of conditions: 0 [12:34:08.396] | : . int 0 [12:34:08.397] | : signalConditions() ... done [12:34:08.398] | : relay stdout ... [12:34:08.398] | : relay stdout ... done [12:34:08.398] | : check for misuse ... [12:34:08.399] | : check for misuse ... done [12:34:08.399] | 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 Failed to undo environment variables: - Expected environment variables: [n=217] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CV_Instance001', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TETRAD_DIR', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_BIBENTRIES_CITED_NOT_SHOWN_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_RELATIVE_PATHS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2026_01_16_12_30_17_22682' Test time: user.self=3s, sys.self=0.1s, elapsed=4s, user.child=NAs, sys.child=NAs Test 'globals,subassignment' ... success > > proc.time() user system elapsed 3.64 0.29 5.01