R Under development (unstable) (2026-03-12 r89611 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) [22:17:54.226] Option 'future.startup.script': TRUE [22:17:54.227] Future startup scripts considered: '.future.R', '~/.future.R' [22:17:54.228] 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') ... [22:17:54.283] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:54.284] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [22:17:54.285] | : all.equal() for FutureStrategyList ... [22:17:54.285] | : . New stack: [22:17:54.286] | : . List of 1 [22:17:54.286] | : . $ :function (..., envir = parent.frame()) [22:17:54.286] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.286] | : . ..- attr(*, "init")= logi TRUE [22:17:54.286] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.286] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.286] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.286] | : . ..- attr(*, "call")= language plan(strategy) [22:17:54.286] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.289] | : . Old stack: [22:17:54.290] | : . List of 1 [22:17:54.290] | : . $ :function (..., envir = parent.frame()) [22:17:54.290] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.290] | : . ..- attr(*, "init")= logi TRUE [22:17:54.290] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.290] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.290] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.290] | : . ..- attr(*, "call")= language plan(sequential) [22:17:54.290] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.293] | : . Not identical [22:17:54.294] | : . all.equal() for future ... [22:17:54.294] | : . ' List of 2 [22:17:54.294] | : . ' $ target :function (..., envir = parent.frame()) [22:17:54.294] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.294] | : . ' ..- attr(*, "init")= logi TRUE [22:17:54.294] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.294] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.294] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.294] | : . ' ..- attr(*, "call")= language plan(strategy) [22:17:54.294] | : . ' $ current:function (..., envir = parent.frame()) [22:17:54.294] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.294] | : . ' ..- attr(*, "init")= logi TRUE [22:17:54.294] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.294] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.294] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.294] | : . ' ..- attr(*, "call")= language plan(sequential) [22:17:54.300] | : . all.equal() for future ... done [22:17:54.301] | : all.equal() for FutureStrategyList ... done [22:17:54.302] | : plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:54.302] | : List of future strategies: [22:17:54.302] | : 1. sequential: [22:17:54.302] | : - args: function (..., envir = parent.frame(), workers = "") [22:17:54.302] | : - tweaked: FALSE [22:17:54.302] | : - call: plan(sequential) [22:17:54.303] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [22:17:54.304] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:54.304] future(..., label = NULL) ... [22:17:54.305] | lazy: FALSE [22:17:54.305] | stdout: TRUE [22:17:54.306] | 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' [22:17:54.308] | 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' [22:17:54.309] | : Searching for globals ... [22:17:54.323] | : . globals found: [3] '{', 'x', '$<-' [22:17:54.323] | : Searching for globals ... done [22:17:54.324] | : Resolving globals: TRUE [22:17:54.324] | : Resolving any globals that are futures ... [22:17:54.325] | : . Number of non-constant global futures: 0 [22:17:54.325] | : . globals: [3] '{', 'x', '$<-' [22:17:54.326] | : Resolving any globals that are futures ... done [22:17:54.326] | : Search for packages associated with the globals ... [22:17:54.327] | : . Packages associated with globals: [1] 'base' [22:17:54.328] | : . Packages: [1] 'base' [22:17:54.328] | : Search for packages associated with the globals ... done [22:17:54.329] | : Resolving futures part of globals (recursively) ... [22:17:54.330] | : . resolve() for FutureGlobals ... [22:17:54.330] | : . ' recursive: 99 [22:17:54.331] | : . ' Number of elements: 1 [22:17:54.333] | : . ' elements: 'x' [22:17:54.333] | : . ' 'obj' is list [22:17:54.334] | : . ' resolve(obj, ...) ... [22:17:54.334] | : . ' , resolve() for list ... [22:17:54.335] | : . ' , ; recursive: 98 [22:17:54.335] | : . ' , ; Number of elements: 0 [22:17:54.336] | : . ' , resolve() for list ... done [22:17:54.336] | : . ' resolve(obj, ...) ... done [22:17:54.337] | : . ' resolved() ... [22:17:54.337] | : . ' , resolved() for list ... [22:17:54.338] | : . ' , ; Number of elements: 0 [22:17:54.339] | : . ' , ; Number of futures: 0 [22:17:54.339] | : . ' , resolved() for list ... done [22:17:54.340] | : . ' resolved() ... done [22:17:54.340] | : . ' length: 0 (resolved future 1) [22:17:54.341] | : . resolve() for FutureGlobals ... done [22:17:54.341] | : . globals: [1] 'x' [22:17:54.342] | : Resolving futures part of globals (recursively) ... done [22:17:54.342] | : Packages after dropping 'base': [0] [22:17:54.343] | : globals: [1] 'x' [22:17:54.343] | : packages: [0] [22:17:54.344] | getGlobalsAndPackages() ... done [22:17:54.345] | run() for 'Future' () ... [22:17:54.345] | : state: 'created' [22:17:54.346] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:54.346] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [22:17:54.347] | : . ' function (..., envir = parent.frame()) [22:17:54.347] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.347] | : . ' - attr(*, "init")= logi TRUE [22:17:54.347] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.347] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.347] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.347] | : . ' - attr(*, "call")= language plan(sequential) [22:17:54.349] | : . ' init: TRUE [22:17:54.350] | : . ' makeFutureBackend() ... [22:17:54.351] | : . ' , Backend function: <'NULL'> [22:17:54.351] | : . ' , Evaluator tweak arguments: [n=0] [22:17:54.351] | : . ' , list() [22:17:54.352] | : . ' , Evaluator formal arguments: [n=1] [22:17:54.353] | : . ' , Dotted pair list of 1 [22:17:54.353] | : . ' , $ envir: language parent.frame() [22:17:54.354] | : . ' , Arguments passed to the future-backend factory: [n=1] [22:17:54.354] | : . ' , List of 1 [22:17:54.354] | : . ' , $ envir: language parent.frame() [22:17:54.356] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [22:17:54.356] | : . ' makeFutureBackend() ... done [22:17:54.357] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [22:17:54.357] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:54.358] | : Using SequentialFutureBackend ... [22:17:54.358] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [22:17:54.359] | : . Launching futures ... [22:17:54.359] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:54.360] | : . ' , getFutureData() ... [22:17:54.361] | : . ' , ; getFutureCore() ... [22:17:54.361] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:54.362] | : . ' , ; getFutureCore() ... done [22:17:54.362] | : . ' , ; getFutureCapture() ... [22:17:54.363] | : . ' , ; getFutureCapture() ... done [22:17:54.363] | : . ' , ; getFutureContext() ... [22:17:54.364] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:54.364] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:54.365] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:54.365] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:54.366] | : . ' , ; getFutureContext() ... done [22:17:54.366] | : . ' , getFutureData() ... done [22:17:54.372] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:54.372] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:54.373] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:54.374] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:54.374] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:54.375] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:54.375] | : . ' , ; ` | New stack: [22:17:54.376] | : . ' , ; ` | List of 1 [22:17:54.376] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:54.376] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.376] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:54.376] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.376] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.376] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.376] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:54.376] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.403] | : . ' , ; ` | Old stack: [22:17:54.404] | : . ' , ; ` | List of 1 [22:17:54.404] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:54.404] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.404] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:54.404] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.404] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.404] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.404] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:54.404] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:54.404] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.404] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.404] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.408] | : . ' , ; ` | Not identical [22:17:54.409] | : . ' , ; ` | all.equal() for future ... [22:17:54.409] | : . ' , ; ` | : List of 2 [22:17:54.409] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:54.409] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.409] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:54.409] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.409] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.409] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.409] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:54.409] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:54.409] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.409] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:54.409] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.409] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.409] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.409] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:54.409] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:54.409] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.409] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.416] | : . ' , ; ` | all.equal() for future ... done [22:17:54.417] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:54.417] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:54.418] | : . ' , ; ` List of future strategies: [22:17:54.418] | : . ' , ; ` 1. sequential: [22:17:54.418] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:54.418] | : . ' , ; ` - tweaked: FALSE [22:17:54.418] | : . ' , ; ` - call: plan(sequential) [22:17:54.419] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:54.419] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:54.420] | : . ' , assign_globals() ... [22:17:54.420] | : . ' , List of 1 [22:17:54.420] | : . ' , $ x: list() [22:17:54.420] | : . ' , - attr(*, "where")=List of 1 [22:17:54.420] | : . ' , ..$ x: [22:17:54.420] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:54.420] | : . ' , - attr(*, "resolved")= logi TRUE [22:17:54.420] | : . ' , - attr(*, "total_size")= num NA [22:17:54.420] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:54.444] | : . ' , - copied 'x' to environment [22:17:54.445] | : . ' , assign_globals() ... done [22:17:54.449] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:54.450] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:54.450] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:54.451] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:54.451] | : . ' , ; ` | : New stack: [22:17:54.452] | : . ' , ; ` | : List of 1 [22:17:54.452] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:54.452] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.452] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:54.452] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.452] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.452] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.452] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:54.452] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:54.452] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.452] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.452] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.456] | : . ' , ; ` | : Old stack: [22:17:54.456] | : . ' , ; ` | : List of 1 [22:17:54.456] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:54.456] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.456] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:54.456] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.456] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.456] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.456] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:54.456] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:54.456] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.456] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.456] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.461] | : . ' , ; ` | : Identical [22:17:54.461] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:54.462] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:54.462] | : . ' , ; ` | List of future strategies: [22:17:54.462] | : . ' , ; ` | 1. sequential: [22:17:54.462] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:54.462] | : . ' , ; ` | - tweaked: FALSE [22:17:54.462] | : . ' , ; ` | - call: plan(sequential) [22:17:54.463] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:54.464] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:54.464] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:54.468] | : . ' , SequentialFuture started (and completed) [22:17:54.469] | : . ' , signalConditions() ... [22:17:54.469] | : . ' , ; include = 'immediateCondition' [22:17:54.470] | : . ' , ; exclude = [22:17:54.470] | : . ' , ; resignal = FALSE [22:17:54.471] | : . ' , ; Number of conditions: 6 [22:17:54.471] | : . ' , ; int 6 [22:17:54.472] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.473] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.473] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.474] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.474] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.475] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.475] | : . ' , signalConditions() ... done [22:17:54.476] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:54.476] | : . Launching futures ... done [22:17:54.477] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:54.477] | : Using SequentialFutureBackend ... done [22:17:54.478] | run() for 'Future' () ... done [22:17:54.478] future(..., label = NULL) ... done [22:17:54.479] value() for SequentialFuture () ... [22:17:54.480] | signalConditions() ... [22:17:54.480] | : include = 'immediateCondition' [22:17:54.481] | : exclude = [22:17:54.481] | : resignal = FALSE [22:17:54.482] | : Number of conditions: 6 [22:17:54.482] | : int 6 [22:17:54.483] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.484] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.484] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.485] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.485] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.486] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.487] | signalConditions() ... done [22:17:54.487] | relay stdout ... [22:17:54.488] | relay stdout ... done [22:17:54.488] | check for misuse ... [22:17:54.489] | check for misuse ... done [22:17:54.489] | relay conditions ... [22:17:54.490] | : Future state: 'finished' [22:17:54.490] | : signalConditions() ... [22:17:54.491] | : . include = 'condition' [22:17:54.491] | : . exclude = 'immediateCondition' [22:17:54.492] | : . resignal = TRUE [22:17:54.492] | : . Number of conditions: 6 [22:17:54.493] | : . int 6 [22:17:54.494] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.494] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:54.368] | : . ' , attachPackages() ... [22:17:54.495] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.495] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:54.369] | : . ' , ; packages: [n=1] 'future' [22:17:54.496] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.497] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:54.369] | : . ' , attachPackages() ... done [22:17:54.497] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.498] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:54.370] | : . ' , attachPackages() ... [22:17:54.498] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.499] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:54.370] | : . ' , ; packages: [n=0] [22:17:54.499] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.500] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:54.371] | : . ' , attachPackages() ... done [22:17:54.501] | : signalConditions() ... done [22:17:54.501] | relay conditions ... done [22:17:54.502] value() for SequentialFuture () ... done $a [1] 1 [22:17:54.502] future(..., label = NULL) ... [22:17:54.503] | lazy: TRUE [22:17:54.503] | stdout: TRUE [22:17:54.504] | 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' [22:17:54.504] | 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' [22:17:54.505] | : Searching for globals ... [22:17:54.519] | : . globals found: [3] '{', 'x', '$<-' [22:17:54.520] | : Searching for globals ... done [22:17:54.520] | : Resolving globals: TRUE [22:17:54.521] | : Resolving any globals that are futures ... [22:17:54.521] | : . Number of non-constant global futures: 0 [22:17:54.522] | : . globals: [3] '{', 'x', '$<-' [22:17:54.522] | : Resolving any globals that are futures ... done [22:17:54.523] | : Search for packages associated with the globals ... [22:17:54.524] | : . Packages associated with globals: [1] 'base' [22:17:54.524] | : . Packages: [1] 'base' [22:17:54.525] | : Search for packages associated with the globals ... done [22:17:54.525] | : Resolving futures part of globals (recursively) ... [22:17:54.526] | : . resolve() for FutureGlobals ... [22:17:54.526] | : . ' recursive: 99 [22:17:54.527] | : . ' Number of elements: 1 [22:17:54.528] | : . ' elements: 'x' [22:17:54.528] | : . ' 'obj' is list [22:17:54.529] | : . ' resolve(obj, ...) ... [22:17:54.529] | : . ' , resolve() for list ... [22:17:54.530] | : . ' , ; recursive: 98 [22:17:54.530] | : . ' , ; Number of elements: 0 [22:17:54.531] | : . ' , resolve() for list ... done [22:17:54.531] | : . ' resolve(obj, ...) ... done [22:17:54.532] | : . ' resolved() ... [22:17:54.532] | : . ' , resolved() for list ... [22:17:54.533] | : . ' , ; Number of elements: 0 [22:17:54.534] | : . ' , ; Number of futures: 0 [22:17:54.534] | : . ' , resolved() for list ... done [22:17:54.535] | : . ' resolved() ... done [22:17:54.535] | : . ' length: 0 (resolved future 1) [22:17:54.536] | : . resolve() for FutureGlobals ... done [22:17:54.536] | : . globals: [1] 'x' [22:17:54.537] | : Resolving futures part of globals (recursively) ... done [22:17:54.537] | : Packages after dropping 'base': [0] [22:17:54.538] | : globals: [1] 'x' [22:17:54.538] | : packages: [0] [22:17:54.539] | getGlobalsAndPackages() ... done [22:17:54.540] future(..., label = NULL) ... done [22:17:54.540] value() for Future () ... [22:17:54.541] | run() for 'Future' () ... [22:17:54.541] | : state: 'created' [22:17:54.542] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:54.542] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:54.543] | : Using SequentialFutureBackend ... [22:17:54.543] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [22:17:54.544] | : . Launching futures ... [22:17:54.545] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:54.545] | : . ' , getFutureData() ... [22:17:54.546] | : . ' , ; getFutureCore() ... [22:17:54.546] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:54.547] | : . ' , ; getFutureCore() ... done [22:17:54.547] | : . ' , ; getFutureCapture() ... [22:17:54.548] | : . ' , ; getFutureCapture() ... done [22:17:54.548] | : . ' , ; getFutureContext() ... [22:17:54.549] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:54.549] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:54.550] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:54.550] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:54.551] | : . ' , ; getFutureContext() ... done [22:17:54.551] | : . ' , getFutureData() ... done [22:17:54.556] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:54.556] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:54.557] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:54.558] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:54.558] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:54.559] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:54.559] | : . ' , ; ` | New stack: [22:17:54.560] | : . ' , ; ` | List of 1 [22:17:54.560] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:54.560] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.560] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:54.560] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.560] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.560] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.560] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:54.560] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.564] | : . ' , ; ` | Old stack: [22:17:54.565] | : . ' , ; ` | List of 1 [22:17:54.565] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:54.565] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.565] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:54.565] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.565] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.565] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.565] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:54.565] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:54.565] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.565] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.565] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.570] | : . ' , ; ` | Not identical [22:17:54.571] | : . ' , ; ` | all.equal() for future ... [22:17:54.572] | : . ' , ; ` | : List of 2 [22:17:54.572] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:54.572] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.572] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:54.572] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.572] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.572] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.572] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:54.572] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:54.572] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.572] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:54.572] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.572] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.572] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.572] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:54.572] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:54.572] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.572] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.580] | : . ' , ; ` | all.equal() for future ... done [22:17:54.581] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:54.581] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:54.582] | : . ' , ; ` List of future strategies: [22:17:54.582] | : . ' , ; ` 1. sequential: [22:17:54.582] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:54.582] | : . ' , ; ` - tweaked: FALSE [22:17:54.582] | : . ' , ; ` - call: plan(sequential) [22:17:54.583] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:54.583] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:54.584] | : . ' , assign_globals() ... [22:17:54.584] | : . ' , List of 1 [22:17:54.584] | : . ' , $ x: list() [22:17:54.584] | : . ' , - attr(*, "where")=List of 1 [22:17:54.584] | : . ' , ..$ x: [22:17:54.584] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:54.584] | : . ' , - attr(*, "resolved")= logi TRUE [22:17:54.584] | : . ' , - attr(*, "total_size")= num NA [22:17:54.584] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:54.588] | : . ' , - copied 'x' to environment [22:17:54.589] | : . ' , assign_globals() ... done [22:17:54.592] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:54.592] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:54.593] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:54.594] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:54.594] | : . ' , ; ` | : New stack: [22:17:54.595] | : . ' , ; ` | : List of 1 [22:17:54.595] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:54.595] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.595] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:54.595] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.595] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.595] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.595] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:54.595] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:54.595] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.595] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.595] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.600] | : . ' , ; ` | : Old stack: [22:17:54.600] | : . ' , ; ` | : List of 1 [22:17:54.600] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:54.600] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.600] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:54.600] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.600] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.600] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.600] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:54.600] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:54.600] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.600] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.600] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.606] | : . ' , ; ` | : Identical [22:17:54.606] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:54.607] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:54.607] | : . ' , ; ` | List of future strategies: [22:17:54.607] | : . ' , ; ` | 1. sequential: [22:17:54.607] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:54.607] | : . ' , ; ` | - tweaked: FALSE [22:17:54.607] | : . ' , ; ` | - call: plan(sequential) [22:17:54.608] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:54.609] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:54.609] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:54.610] | : . ' , SequentialFuture started (and completed) [22:17:54.611] | : . ' , signalConditions() ... [22:17:54.611] | : . ' , ; include = 'immediateCondition' [22:17:54.612] | : . ' , ; exclude = [22:17:54.612] | : . ' , ; resignal = FALSE [22:17:54.613] | : . ' , ; Number of conditions: 6 [22:17:54.613] | : . ' , ; int 6 [22:17:54.614] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.615] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.615] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.616] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.616] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.617] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.617] | : . ' , signalConditions() ... done [22:17:54.618] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:54.619] | : . Launching futures ... done [22:17:54.619] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:54.620] | : Using SequentialFutureBackend ... done [22:17:54.620] | run() for 'Future' () ... done [22:17:54.621] | signalConditions() ... [22:17:54.621] | : include = 'immediateCondition' [22:17:54.622] | : exclude = [22:17:54.622] | : resignal = FALSE [22:17:54.623] | : Number of conditions: 6 [22:17:54.623] | : int 6 [22:17:54.626] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.626] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.627] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.627] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.628] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.628] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.629] | signalConditions() ... done [22:17:54.629] | relay stdout ... [22:17:54.630] | relay stdout ... done [22:17:54.630] | check for misuse ... [22:17:54.631] | check for misuse ... done [22:17:54.631] | relay conditions ... [22:17:54.632] | : Future state: 'finished' [22:17:54.632] | : signalConditions() ... [22:17:54.633] | : . include = 'condition' [22:17:54.633] | : . exclude = 'immediateCondition' [22:17:54.634] | : . resignal = TRUE [22:17:54.634] | : . Number of conditions: 6 [22:17:54.635] | : . int 6 [22:17:54.636] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.636] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:54.552] | : . ' , attachPackages() ... [22:17:54.637] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.637] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:54.553] | : . ' , ; packages: [n=1] 'future' [22:17:54.638] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.638] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:54.553] | : . ' , attachPackages() ... done [22:17:54.639] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.639] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:54.554] | : . ' , attachPackages() ... [22:17:54.640] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.640] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:54.554] | : . ' , ; packages: [n=0] [22:17:54.641] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.641] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:54.555] | : . ' , attachPackages() ... done [22:17:54.642] | : signalConditions() ... done [22:17:54.642] | relay conditions ... done [22:17:54.643] value() for Future () ... done $a [1] 1 [22:17:54.644] future(..., label = NULL) ... [22:17:54.645] | lazy: FALSE [22:17:54.645] | stdout: TRUE [22:17:54.646] | 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' [22:17:54.646] | 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' [22:17:54.647] | : Searching for globals ... [22:17:54.658] | : . globals found: [3] '{', 'x', '$<-' [22:17:54.659] | : Searching for globals ... done [22:17:54.659] | : Resolving globals: TRUE [22:17:54.660] | : Resolving any globals that are futures ... [22:17:54.660] | : . Number of non-constant global futures: 0 [22:17:54.661] | : . globals: [3] '{', 'x', '$<-' [22:17:54.661] | : Resolving any globals that are futures ... done [22:17:54.661] | : Search for packages associated with the globals ... [22:17:54.662] | : . Packages associated with globals: [1] 'base' [22:17:54.663] | : . Packages: [1] 'base' [22:17:54.663] | : Search for packages associated with the globals ... done [22:17:54.664] | : Resolving futures part of globals (recursively) ... [22:17:54.664] | : . resolve() for FutureGlobals ... [22:17:54.665] | : . ' recursive: 99 [22:17:54.665] | : . ' Number of elements: 1 [22:17:54.666] | : . ' elements: 'x' [22:17:54.666] | : . ' 'obj' is list [22:17:54.667] | : . ' resolve(obj, ...) ... [22:17:54.667] | : . ' , resolve() for list ... [22:17:54.668] | : . ' , ; recursive: 98 [22:17:54.668] | : . ' , ; Number of elements: 0 [22:17:54.669] | : . ' , resolve() for list ... done [22:17:54.669] | : . ' resolve(obj, ...) ... done [22:17:54.669] | : . ' resolved() ... [22:17:54.670] | : . ' , resolved() for list ... [22:17:54.670] | : . ' , ; Number of elements: 0 [22:17:54.671] | : . ' , ; Number of futures: 0 [22:17:54.671] | : . ' , resolved() for list ... done [22:17:54.672] | : . ' resolved() ... done [22:17:54.672] | : . ' length: 0 (resolved future 1) [22:17:54.673] | : . resolve() for FutureGlobals ... done [22:17:54.673] | : . globals: [1] 'x' [22:17:54.674] | : Resolving futures part of globals (recursively) ... done [22:17:54.674] | : Packages after dropping 'base': [0] [22:17:54.675] | : globals: [1] 'x' [22:17:54.675] | : packages: [0] [22:17:54.676] | getGlobalsAndPackages() ... done [22:17:54.676] | run() for 'Future' () ... [22:17:54.677] | : state: 'created' [22:17:54.677] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:54.678] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:54.678] | : Using SequentialFutureBackend ... [22:17:54.679] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [22:17:54.679] | : . Launching futures ... [22:17:54.680] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:54.680] | : . ' , getFutureData() ... [22:17:54.681] | : . ' , ; getFutureCore() ... [22:17:54.681] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:54.681] | : . ' , ; getFutureCore() ... done [22:17:54.682] | : . ' , ; getFutureCapture() ... [22:17:54.682] | : . ' , ; getFutureCapture() ... done [22:17:54.683] | : . ' , ; getFutureContext() ... [22:17:54.683] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:54.684] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:54.684] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:54.685] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:54.685] | : . ' , ; getFutureContext() ... done [22:17:54.686] | : . ' , getFutureData() ... done [22:17:54.690] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:54.690] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:54.691] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:54.691] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:54.692] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:54.692] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:54.693] | : . ' , ; ` | New stack: [22:17:54.693] | : . ' , ; ` | List of 1 [22:17:54.693] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:54.693] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.693] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:54.693] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.693] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.693] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.693] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:54.693] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.696] | : . ' , ; ` | Old stack: [22:17:54.697] | : . ' , ; ` | List of 1 [22:17:54.697] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:54.697] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.697] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:54.697] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.697] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.697] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.697] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:54.697] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:54.697] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.697] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.697] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.701] | : . ' , ; ` | Not identical [22:17:54.701] | : . ' , ; ` | all.equal() for future ... [22:17:54.702] | : . ' , ; ` | : List of 2 [22:17:54.702] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:54.702] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.702] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:54.702] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.702] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.702] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.702] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:54.702] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:54.702] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.702] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:54.702] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.702] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.702] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.702] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:54.702] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:54.702] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.702] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.708] | : . ' , ; ` | all.equal() for future ... done [22:17:54.709] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:54.709] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:54.710] | : . ' , ; ` List of future strategies: [22:17:54.710] | : . ' , ; ` 1. sequential: [22:17:54.710] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:54.710] | : . ' , ; ` - tweaked: FALSE [22:17:54.710] | : . ' , ; ` - call: plan(sequential) [22:17:54.710] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:54.711] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:54.711] | : . ' , assign_globals() ... [22:17:54.712] | : . ' , List of 1 [22:17:54.712] | : . ' , $ x: list() [22:17:54.712] | : . ' , - attr(*, "where")=List of 1 [22:17:54.712] | : . ' , ..$ x: [22:17:54.712] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:54.712] | : . ' , - attr(*, "resolved")= logi TRUE [22:17:54.712] | : . ' , - attr(*, "total_size")= num NA [22:17:54.712] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:54.715] | : . ' , - copied 'x' to environment [22:17:54.715] | : . ' , assign_globals() ... done [22:17:54.718] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:54.718] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:54.719] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:54.719] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:54.720] | : . ' , ; ` | : New stack: [22:17:54.720] | : . ' , ; ` | : List of 1 [22:17:54.720] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:54.720] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.720] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:54.720] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.720] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.720] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.720] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:54.720] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:54.720] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.720] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.720] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.724] | : . ' , ; ` | : Old stack: [22:17:54.725] | : . ' , ; ` | : List of 1 [22:17:54.725] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:54.725] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.725] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:54.725] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.725] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.725] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.725] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:54.725] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:54.725] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.725] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.725] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.729] | : . ' , ; ` | : Identical [22:17:54.729] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:54.730] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:54.730] | : . ' , ; ` | List of future strategies: [22:17:54.730] | : . ' , ; ` | 1. sequential: [22:17:54.730] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:54.730] | : . ' , ; ` | - tweaked: FALSE [22:17:54.730] | : . ' , ; ` | - call: plan(sequential) [22:17:54.731] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:54.731] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:54.732] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:54.733] | : . ' , SequentialFuture started (and completed) [22:17:54.733] | : . ' , signalConditions() ... [22:17:54.734] | : . ' , ; include = 'immediateCondition' [22:17:54.734] | : . ' , ; exclude = [22:17:54.734] | : . ' , ; resignal = FALSE [22:17:54.735] | : . ' , ; Number of conditions: 6 [22:17:54.735] | : . ' , ; int 6 [22:17:54.736] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.737] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.737] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.738] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.738] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.738] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.739] | : . ' , signalConditions() ... done [22:17:54.739] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:54.740] | : . Launching futures ... done [22:17:54.740] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:54.741] | : Using SequentialFutureBackend ... done [22:17:54.741] | run() for 'Future' () ... done [22:17:54.742] future(..., label = NULL) ... done [22:17:54.742] value() for SequentialFuture () ... [22:17:54.743] | signalConditions() ... [22:17:54.743] | : include = 'immediateCondition' [22:17:54.743] | : exclude = [22:17:54.744] | : resignal = FALSE [22:17:54.744] | : Number of conditions: 6 [22:17:54.745] | : int 6 [22:17:54.746] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.746] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.747] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.747] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.748] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.748] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.749] | signalConditions() ... done [22:17:54.749] | relay stdout ... [22:17:54.750] | relay stdout ... done [22:17:54.750] | check for misuse ... [22:17:54.751] | check for misuse ... done [22:17:54.751] | relay conditions ... [22:17:54.751] | : Future state: 'finished' [22:17:54.752] | : signalConditions() ... [22:17:54.752] | : . include = 'condition' [22:17:54.753] | : . exclude = 'immediateCondition' [22:17:54.753] | : . resignal = TRUE [22:17:54.754] | : . Number of conditions: 6 [22:17:54.754] | : . int 6 [22:17:54.755] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.755] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:54.687] | : . ' , attachPackages() ... [22:17:54.756] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.756] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:54.687] | : . ' , ; packages: [n=1] 'future' [22:17:54.757] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.757] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:54.688] | : . ' , attachPackages() ... done [22:17:54.758] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.758] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:54.688] | : . ' , attachPackages() ... [22:17:54.759] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.759] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:54.688] | : . ' , ; packages: [n=0] [22:17:54.760] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.760] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:54.689] | : . ' , attachPackages() ... done [22:17:54.761] | : signalConditions() ... done [22:17:54.761] | relay conditions ... done [22:17:54.762] value() for SequentialFuture () ... done $a [1] 1 [22:17:54.762] future(..., label = NULL) ... [22:17:54.763] | lazy: TRUE [22:17:54.763] | stdout: TRUE [22:17:54.764] | 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' [22:17:54.764] | 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' [22:17:54.765] | : Searching for globals ... [22:17:54.776] | : . globals found: [3] '{', 'x', '$<-' [22:17:54.778] | : Searching for globals ... done [22:17:54.778] | : Resolving globals: TRUE [22:17:54.779] | : Resolving any globals that are futures ... [22:17:54.779] | : . Number of non-constant global futures: 0 [22:17:54.780] | : . globals: [3] '{', 'x', '$<-' [22:17:54.780] | : Resolving any globals that are futures ... done [22:17:54.781] | : Search for packages associated with the globals ... [22:17:54.781] | : . Packages associated with globals: [1] 'base' [22:17:54.782] | : . Packages: [1] 'base' [22:17:54.782] | : Search for packages associated with the globals ... done [22:17:54.783] | : Resolving futures part of globals (recursively) ... [22:17:54.783] | : . resolve() for FutureGlobals ... [22:17:54.784] | : . ' recursive: 99 [22:17:54.784] | : . ' Number of elements: 1 [22:17:54.785] | : . ' elements: 'x' [22:17:54.785] | : . ' 'obj' is list [22:17:54.786] | : . ' resolve(obj, ...) ... [22:17:54.786] | : . ' , resolve() for list ... [22:17:54.787] | : . ' , ; recursive: 98 [22:17:54.787] | : . ' , ; Number of elements: 0 [22:17:54.788] | : . ' , resolve() for list ... done [22:17:54.788] | : . ' resolve(obj, ...) ... done [22:17:54.789] | : . ' resolved() ... [22:17:54.789] | : . ' , resolved() for list ... [22:17:54.789] | : . ' , ; Number of elements: 0 [22:17:54.790] | : . ' , ; Number of futures: 0 [22:17:54.790] | : . ' , resolved() for list ... done [22:17:54.791] | : . ' resolved() ... done [22:17:54.791] | : . ' length: 0 (resolved future 1) [22:17:54.792] | : . resolve() for FutureGlobals ... done [22:17:54.792] | : . globals: [1] 'x' [22:17:54.792] | : Resolving futures part of globals (recursively) ... done [22:17:54.793] | : Packages after dropping 'base': [0] [22:17:54.793] | : globals: [1] 'x' [22:17:54.794] | : packages: [0] [22:17:54.794] | getGlobalsAndPackages() ... done [22:17:54.795] future(..., label = NULL) ... done [22:17:54.795] value() for Future () ... [22:17:54.796] | run() for 'Future' () ... [22:17:54.796] | : state: 'created' [22:17:54.797] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:54.797] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:54.798] | : Using SequentialFutureBackend ... [22:17:54.798] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [22:17:54.799] | : . Launching futures ... [22:17:54.799] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:54.800] | : . ' , getFutureData() ... [22:17:54.800] | : . ' , ; getFutureCore() ... [22:17:54.801] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:54.801] | : . ' , ; getFutureCore() ... done [22:17:54.802] | : . ' , ; getFutureCapture() ... [22:17:54.802] | : . ' , ; getFutureCapture() ... done [22:17:54.803] | : . ' , ; getFutureContext() ... [22:17:54.803] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:54.804] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:54.804] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:54.805] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:54.805] | : . ' , ; getFutureContext() ... done [22:17:54.806] | : . ' , getFutureData() ... done [22:17:54.810] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:54.811] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:54.811] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:54.812] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:54.812] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:54.813] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:54.813] | : . ' , ; ` | New stack: [22:17:54.814] | : . ' , ; ` | List of 1 [22:17:54.814] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:54.814] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.814] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:54.814] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.814] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.814] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.814] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:54.814] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.817] | : . ' , ; ` | Old stack: [22:17:54.818] | : . ' , ; ` | List of 1 [22:17:54.818] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:54.818] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.818] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:54.818] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.818] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.818] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.818] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:54.818] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:54.818] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.818] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.818] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.822] | : . ' , ; ` | Not identical [22:17:54.823] | : . ' , ; ` | all.equal() for future ... [22:17:54.823] | : . ' , ; ` | : List of 2 [22:17:54.823] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:54.823] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.823] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:54.823] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.823] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.823] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.823] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:54.823] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:54.823] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.823] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:54.823] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.823] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.823] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.823] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:54.823] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:54.823] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.823] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.830] | : . ' , ; ` | all.equal() for future ... done [22:17:54.831] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:54.831] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:54.832] | : . ' , ; ` List of future strategies: [22:17:54.832] | : . ' , ; ` 1. sequential: [22:17:54.832] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:54.832] | : . ' , ; ` - tweaked: FALSE [22:17:54.832] | : . ' , ; ` - call: plan(sequential) [22:17:54.832] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:54.833] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:54.834] | : . ' , assign_globals() ... [22:17:54.834] | : . ' , List of 1 [22:17:54.834] | : . ' , $ x: list() [22:17:54.834] | : . ' , - attr(*, "where")=List of 1 [22:17:54.834] | : . ' , ..$ x: [22:17:54.834] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:54.834] | : . ' , - attr(*, "resolved")= logi TRUE [22:17:54.834] | : . ' , - attr(*, "total_size")= num NA [22:17:54.834] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:54.837] | : . ' , - copied 'x' to environment [22:17:54.838] | : . ' , assign_globals() ... done [22:17:54.840] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:54.841] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:54.842] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:54.842] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:54.843] | : . ' , ; ` | : New stack: [22:17:54.843] | : . ' , ; ` | : List of 1 [22:17:54.843] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:54.843] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.843] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:54.843] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.843] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.843] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.843] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:54.843] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:54.843] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.843] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.843] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.847] | : . ' , ; ` | : Old stack: [22:17:54.848] | : . ' , ; ` | : List of 1 [22:17:54.848] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:54.848] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.848] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:54.848] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.848] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.848] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.848] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:54.848] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:54.848] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.848] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.848] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.852] | : . ' , ; ` | : Identical [22:17:54.853] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:54.853] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:54.854] | : . ' , ; ` | List of future strategies: [22:17:54.854] | : . ' , ; ` | 1. sequential: [22:17:54.854] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:54.854] | : . ' , ; ` | - tweaked: FALSE [22:17:54.854] | : . ' , ; ` | - call: plan(sequential) [22:17:54.855] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:54.855] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:54.856] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:54.857] | : . ' , SequentialFuture started (and completed) [22:17:54.857] | : . ' , signalConditions() ... [22:17:54.858] | : . ' , ; include = 'immediateCondition' [22:17:54.858] | : . ' , ; exclude = [22:17:54.859] | : . ' , ; resignal = FALSE [22:17:54.859] | : . ' , ; Number of conditions: 6 [22:17:54.860] | : . ' , ; int 6 [22:17:54.860] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.861] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.861] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.862] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.862] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.863] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.863] | : . ' , signalConditions() ... done [22:17:54.864] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:54.864] | : . Launching futures ... done [22:17:54.865] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:54.865] | : Using SequentialFutureBackend ... done [22:17:54.866] | run() for 'Future' () ... done [22:17:54.866] | signalConditions() ... [22:17:54.867] | : include = 'immediateCondition' [22:17:54.867] | : exclude = [22:17:54.868] | : resignal = FALSE [22:17:54.868] | : Number of conditions: 6 [22:17:54.869] | : int 6 [22:17:54.870] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.870] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.871] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.871] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.872] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.872] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.873] | signalConditions() ... done [22:17:54.873] | relay stdout ... [22:17:54.874] | relay stdout ... done [22:17:54.874] | check for misuse ... [22:17:54.875] | check for misuse ... done [22:17:54.875] | relay conditions ... [22:17:54.875] | : Future state: 'finished' [22:17:54.876] | : signalConditions() ... [22:17:54.876] | : . include = 'condition' [22:17:54.877] | : . exclude = 'immediateCondition' [22:17:54.877] | : . resignal = TRUE [22:17:54.878] | : . Number of conditions: 6 [22:17:54.878] | : . int 6 [22:17:54.879] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.880] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:54.807] | : . ' , attachPackages() ... [22:17:54.880] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.881] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:54.807] | : . ' , ; packages: [n=1] 'future' [22:17:54.881] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.882] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:54.808] | : . ' , attachPackages() ... done [22:17:54.882] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.883] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:54.808] | : . ' , attachPackages() ... [22:17:54.883] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.884] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:54.809] | : . ' , ; packages: [n=0] [22:17:54.884] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.885] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:54.809] | : . ' , attachPackages() ... done [22:17:54.885] | : signalConditions() ... done [22:17:54.886] | relay conditions ... done [22:17:54.886] value() for Future () ... done $a [1] 1 [22:17:54.887] future(..., label = NULL) ... [22:17:54.888] | lazy: FALSE [22:17:54.888] | stdout: TRUE [22:17:54.889] | 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' [22:17:54.890] | 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' [22:17:54.890] | : Searching for globals ... [22:17:54.907] | : . globals found: [4] '{', '<-', 'list', '$<-' [22:17:54.908] | : Searching for globals ... done [22:17:54.908] | : Resolving globals: TRUE [22:17:54.909] | : Resolving any globals that are futures ... [22:17:54.909] | : . Number of non-constant global futures: 0 [22:17:54.910] | : . globals: [4] '{', '<-', 'list', '$<-' [22:17:54.910] | : Resolving any globals that are futures ... done [22:17:54.911] | : Search for packages associated with the globals ... [22:17:54.911] | : . Packages associated with globals: [1] 'base' [22:17:54.912] | : . Packages: [1] 'base' [22:17:54.912] | : Search for packages associated with the globals ... done [22:17:54.913] | : Packages after dropping 'base': [0] [22:17:54.914] | : globals: [0] [22:17:54.914] | : packages: [0] [22:17:54.914] | getGlobalsAndPackages() ... done [22:17:54.915] | run() for 'Future' () ... [22:17:54.916] | : state: 'created' [22:17:54.916] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:54.917] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:54.917] | : Using SequentialFutureBackend ... [22:17:54.918] | : . Number of futures since start: 4 (4 created, 4 launched, 4 finished) [22:17:54.918] | : . Launching futures ... [22:17:54.919] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:54.919] | : . ' , getFutureData() ... [22:17:54.920] | : . ' , ; getFutureCore() ... [22:17:54.920] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:54.921] | : . ' , ; getFutureCore() ... done [22:17:54.921] | : . ' , ; getFutureCapture() ... [22:17:54.922] | : . ' , ; getFutureCapture() ... done [22:17:54.922] | : . ' , ; getFutureContext() ... [22:17:54.923] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:54.923] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:54.924] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:54.924] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:54.925] | : . ' , ; getFutureContext() ... done [22:17:54.925] | : . ' , getFutureData() ... done [22:17:54.929] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:54.930] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:54.930] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:54.931] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:54.932] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:54.932] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:54.933] | : . ' , ; ` | New stack: [22:17:54.933] | : . ' , ; ` | List of 1 [22:17:54.933] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:54.933] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.933] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:54.933] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.933] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.933] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.933] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:54.933] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.937] | : . ' , ; ` | Old stack: [22:17:54.937] | : . ' , ; ` | List of 1 [22:17:54.937] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:54.937] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.937] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:54.937] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.937] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.937] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.937] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:54.937] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:54.937] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.937] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.937] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.943] | : . ' , ; ` | Not identical [22:17:54.944] | : . ' , ; ` | all.equal() for future ... [22:17:54.944] | : . ' , ; ` | : List of 2 [22:17:54.944] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:54.944] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.944] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:54.944] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.944] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.944] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.944] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:54.944] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:54.944] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.944] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:54.944] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.944] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.944] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.944] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:54.944] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:54.944] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.944] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.951] | : . ' , ; ` | all.equal() for future ... done [22:17:54.951] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:54.952] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:54.952] | : . ' , ; ` List of future strategies: [22:17:54.952] | : . ' , ; ` 1. sequential: [22:17:54.952] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:54.952] | : . ' , ; ` - tweaked: FALSE [22:17:54.952] | : . ' , ; ` - call: plan(sequential) [22:17:54.953] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:54.954] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:54.957] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:54.957] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:54.958] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:54.958] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:54.959] | : . ' , ; ` | : New stack: [22:17:54.959] | : . ' , ; ` | : List of 1 [22:17:54.959] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:54.959] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.959] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:54.959] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.959] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.959] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.959] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:54.959] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:54.959] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.959] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.959] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.963] | : . ' , ; ` | : Old stack: [22:17:54.964] | : . ' , ; ` | : List of 1 [22:17:54.964] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:54.964] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:54.964] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:54.964] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.964] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.964] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.964] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:54.964] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:54.964] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:54.964] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:54.964] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:54.968] | : . ' , ; ` | : Identical [22:17:54.969] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:54.969] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:54.970] | : . ' , ; ` | List of future strategies: [22:17:54.970] | : . ' , ; ` | 1. sequential: [22:17:54.970] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:54.970] | : . ' , ; ` | - tweaked: FALSE [22:17:54.970] | : . ' , ; ` | - call: plan(sequential) [22:17:54.971] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:54.971] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:54.972] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:54.973] | : . ' , SequentialFuture started (and completed) [22:17:54.973] | : . ' , signalConditions() ... [22:17:54.974] | : . ' , ; include = 'immediateCondition' [22:17:54.974] | : . ' , ; exclude = [22:17:54.975] | : . ' , ; resignal = FALSE [22:17:54.975] | : . ' , ; Number of conditions: 6 [22:17:54.976] | : . ' , ; int 6 [22:17:54.976] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.977] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.977] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.978] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.978] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.979] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.979] | : . ' , signalConditions() ... done [22:17:54.980] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:54.980] | : . Launching futures ... done [22:17:54.981] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:54.981] | : Using SequentialFutureBackend ... done [22:17:54.982] | run() for 'Future' () ... done [22:17:54.982] future(..., label = NULL) ... done [22:17:54.983] value() for SequentialFuture () ... [22:17:54.983] | signalConditions() ... [22:17:54.984] | : include = 'immediateCondition' [22:17:54.984] | : exclude = [22:17:54.985] | : resignal = FALSE [22:17:54.985] | : Number of conditions: 6 [22:17:54.986] | : int 6 [22:17:54.987] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.987] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.988] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.988] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.989] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.989] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.990] | signalConditions() ... done [22:17:54.990] | relay stdout ... [22:17:54.991] | relay stdout ... done [22:17:54.991] | check for misuse ... [22:17:54.992] | check for misuse ... done [22:17:54.992] | relay conditions ... [22:17:54.993] | : Future state: 'finished' [22:17:54.993] | : signalConditions() ... [22:17:54.994] | : . include = 'condition' [22:17:54.994] | : . exclude = 'immediateCondition' [22:17:54.995] | : . resignal = TRUE [22:17:54.995] | : . Number of conditions: 6 [22:17:54.995] | : . int 6 [22:17:54.996] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.997] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:54.926] | : . ' , attachPackages() ... [22:17:54.998] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.998] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:54.926] | : . ' , ; packages: [n=1] 'future' [22:17:54.999] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:54.999] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:54.927] | : . ' , attachPackages() ... done [22:17:55.000] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.000] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:54.927] | : . ' , attachPackages() ... [22:17:55.001] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.001] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:54.928] | : . ' , ; packages: [n=0] [22:17:55.002] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.002] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:54.928] | : . ' , attachPackages() ... done [22:17:55.003] | : signalConditions() ... done [22:17:55.003] | relay conditions ... done [22:17:55.004] value() for SequentialFuture () ... done $b [1] 2 $a [1] 1 [22:17:55.004] future(..., label = NULL) ... [22:17:55.005] | lazy: FALSE [22:17:55.005] | stdout: TRUE [22:17:55.006] | 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' [22:17:55.006] | 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' [22:17:55.007] | : Searching for globals ... [22:17:55.018] | : . globals found: [3] '{', 'x', '[[<-' [22:17:55.019] | : Searching for globals ... done [22:17:55.020] | : Resolving globals: TRUE [22:17:55.020] | : Resolving any globals that are futures ... [22:17:55.021] | : . Number of non-constant global futures: 0 [22:17:55.021] | : . globals: [3] '{', 'x', '[[<-' [22:17:55.022] | : Resolving any globals that are futures ... done [22:17:55.022] | : Search for packages associated with the globals ... [22:17:55.023] | : . Packages associated with globals: [1] 'base' [22:17:55.023] | : . Packages: [1] 'base' [22:17:55.024] | : Search for packages associated with the globals ... done [22:17:55.024] | : Resolving futures part of globals (recursively) ... [22:17:55.025] | : . resolve() for FutureGlobals ... [22:17:55.025] | : . ' recursive: 99 [22:17:55.026] | : . ' Number of elements: 1 [22:17:55.026] | : . ' elements: 'x' [22:17:55.027] | : . ' 'obj' is list [22:17:55.027] | : . ' resolve(obj, ...) ... [22:17:55.028] | : . ' , resolve() for list ... [22:17:55.028] | : . ' , ; recursive: 98 [22:17:55.029] | : . ' , ; Number of elements: 0 [22:17:55.029] | : . ' , resolve() for list ... done [22:17:55.030] | : . ' resolve(obj, ...) ... done [22:17:55.030] | : . ' resolved() ... [22:17:55.031] | : . ' , resolved() for list ... [22:17:55.031] | : . ' , ; Number of elements: 0 [22:17:55.032] | : . ' , ; Number of futures: 0 [22:17:55.032] | : . ' , resolved() for list ... done [22:17:55.033] | : . ' resolved() ... done [22:17:55.033] | : . ' length: 0 (resolved future 1) [22:17:55.034] | : . resolve() for FutureGlobals ... done [22:17:55.034] | : . globals: [1] 'x' [22:17:55.035] | : Resolving futures part of globals (recursively) ... done [22:17:55.035] | : Packages after dropping 'base': [0] [22:17:55.036] | : globals: [1] 'x' [22:17:55.036] | : packages: [0] [22:17:55.037] | getGlobalsAndPackages() ... done [22:17:55.037] | run() for 'Future' () ... [22:17:55.038] | : state: 'created' [22:17:55.038] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:55.039] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:55.039] | : Using SequentialFutureBackend ... [22:17:55.040] | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [22:17:55.040] | : . Launching futures ... [22:17:55.041] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:55.041] | : . ' , getFutureData() ... [22:17:55.042] | : . ' , ; getFutureCore() ... [22:17:55.042] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:55.043] | : . ' , ; getFutureCore() ... done [22:17:55.043] | : . ' , ; getFutureCapture() ... [22:17:55.044] | : . ' , ; getFutureCapture() ... done [22:17:55.044] | : . ' , ; getFutureContext() ... [22:17:55.045] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:55.045] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:55.046] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:55.046] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:55.047] | : . ' , ; getFutureContext() ... done [22:17:55.048] | : . ' , getFutureData() ... done [22:17:55.052] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:55.052] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:55.053] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:55.053] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:55.054] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:55.054] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:55.055] | : . ' , ; ` | New stack: [22:17:55.055] | : . ' , ; ` | List of 1 [22:17:55.055] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:55.055] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.055] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:55.055] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.055] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.055] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.055] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:55.055] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.059] | : . ' , ; ` | Old stack: [22:17:55.059] | : . ' , ; ` | List of 1 [22:17:55.059] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:55.059] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.059] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:55.059] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.059] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.059] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.059] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:55.059] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.059] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.059] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.059] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.064] | : . ' , ; ` | Not identical [22:17:55.064] | : . ' , ; ` | all.equal() for future ... [22:17:55.065] | : . ' , ; ` | : List of 2 [22:17:55.065] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:55.065] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.065] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:55.065] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.065] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.065] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.065] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:55.065] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:55.065] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.065] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:55.065] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.065] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.065] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.065] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:55.065] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.065] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.065] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.072] | : . ' , ; ` | all.equal() for future ... done [22:17:55.072] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:55.073] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:55.073] | : . ' , ; ` List of future strategies: [22:17:55.073] | : . ' , ; ` 1. sequential: [22:17:55.073] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:55.073] | : . ' , ; ` - tweaked: FALSE [22:17:55.073] | : . ' , ; ` - call: plan(sequential) [22:17:55.074] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:55.075] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:55.075] | : . ' , assign_globals() ... [22:17:55.076] | : . ' , List of 1 [22:17:55.076] | : . ' , $ x: list() [22:17:55.076] | : . ' , - attr(*, "where")=List of 1 [22:17:55.076] | : . ' , ..$ x: [22:17:55.076] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:55.076] | : . ' , - attr(*, "resolved")= logi TRUE [22:17:55.076] | : . ' , - attr(*, "total_size")= num NA [22:17:55.076] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:55.079] | : . ' , - copied 'x' to environment [22:17:55.079] | : . ' , assign_globals() ... done [22:17:55.082] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:55.083] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:55.083] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:55.084] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:55.084] | : . ' , ; ` | : New stack: [22:17:55.085] | : . ' , ; ` | : List of 1 [22:17:55.085] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:55.085] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.085] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:55.085] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.085] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.085] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.085] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:55.085] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.085] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.085] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.085] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.089] | : . ' , ; ` | : Old stack: [22:17:55.090] | : . ' , ; ` | : List of 1 [22:17:55.090] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:55.090] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.090] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:55.090] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.090] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.090] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.090] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:55.090] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.090] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.090] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.090] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.096] | : . ' , ; ` | : Identical [22:17:55.096] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:55.097] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:55.097] | : . ' , ; ` | List of future strategies: [22:17:55.097] | : . ' , ; ` | 1. sequential: [22:17:55.097] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:55.097] | : . ' , ; ` | - tweaked: FALSE [22:17:55.097] | : . ' , ; ` | - call: plan(sequential) [22:17:55.098] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:55.099] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:55.099] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:55.100] | : . ' , SequentialFuture started (and completed) [22:17:55.101] | : . ' , signalConditions() ... [22:17:55.101] | : . ' , ; include = 'immediateCondition' [22:17:55.102] | : . ' , ; exclude = [22:17:55.102] | : . ' , ; resignal = FALSE [22:17:55.102] | : . ' , ; Number of conditions: 6 [22:17:55.103] | : . ' , ; int 6 [22:17:55.104] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.104] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.105] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.105] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.106] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.107] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.108] | : . ' , signalConditions() ... done [22:17:55.109] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:55.110] | : . Launching futures ... done [22:17:55.110] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:55.111] | : Using SequentialFutureBackend ... done [22:17:55.111] | run() for 'Future' () ... done [22:17:55.112] future(..., label = NULL) ... done [22:17:55.113] value() for SequentialFuture () ... [22:17:55.113] | signalConditions() ... [22:17:55.114] | : include = 'immediateCondition' [22:17:55.114] | : exclude = [22:17:55.115] | : resignal = FALSE [22:17:55.115] | : Number of conditions: 6 [22:17:55.116] | : int 6 [22:17:55.117] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.118] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.118] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.119] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.119] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.120] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.120] | signalConditions() ... done [22:17:55.121] | relay stdout ... [22:17:55.122] | relay stdout ... done [22:17:55.122] | check for misuse ... [22:17:55.123] | check for misuse ... done [22:17:55.123] | relay conditions ... [22:17:55.124] | : Future state: 'finished' [22:17:55.124] | : signalConditions() ... [22:17:55.125] | : . include = 'condition' [22:17:55.125] | : . exclude = 'immediateCondition' [22:17:55.126] | : . resignal = TRUE [22:17:55.126] | : . Number of conditions: 6 [22:17:55.127] | : . int 6 [22:17:55.128] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.128] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:55.048] | : . ' , attachPackages() ... [22:17:55.129] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.130] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:55.049] | : . ' , ; packages: [n=1] 'future' [22:17:55.130] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.131] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:55.049] | : . ' , attachPackages() ... done [22:17:55.131] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.132] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:55.050] | : . ' , attachPackages() ... [22:17:55.132] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.133] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:55.050] | : . ' , ; packages: [n=0] [22:17:55.134] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.134] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:55.051] | : . ' , attachPackages() ... done [22:17:55.135] | : signalConditions() ... done [22:17:55.135] | relay conditions ... done [22:17:55.136] value() for SequentialFuture () ... done $a [1] 1 [22:17:55.136] future(..., label = NULL) ... [22:17:55.137] | lazy: TRUE [22:17:55.138] | stdout: TRUE [22:17:55.138] | 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' [22:17:55.139] | 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' [22:17:55.140] | : Searching for globals ... [22:17:55.157] | : . globals found: [3] '{', 'x', '[[<-' [22:17:55.158] | : Searching for globals ... done [22:17:55.158] | : Resolving globals: TRUE [22:17:55.159] | : Resolving any globals that are futures ... [22:17:55.159] | : . Number of non-constant global futures: 0 [22:17:55.160] | : . globals: [3] '{', 'x', '[[<-' [22:17:55.160] | : Resolving any globals that are futures ... done [22:17:55.161] | : Search for packages associated with the globals ... [22:17:55.162] | : . Packages associated with globals: [1] 'base' [22:17:55.162] | : . Packages: [1] 'base' [22:17:55.163] | : Search for packages associated with the globals ... done [22:17:55.164] | : Resolving futures part of globals (recursively) ... [22:17:55.164] | : . resolve() for FutureGlobals ... [22:17:55.165] | : . ' recursive: 99 [22:17:55.165] | : . ' Number of elements: 1 [22:17:55.166] | : . ' elements: 'x' [22:17:55.167] | : . ' 'obj' is list [22:17:55.167] | : . ' resolve(obj, ...) ... [22:17:55.168] | : . ' , resolve() for list ... [22:17:55.168] | : . ' , ; recursive: 98 [22:17:55.169] | : . ' , ; Number of elements: 0 [22:17:55.169] | : . ' , resolve() for list ... done [22:17:55.170] | : . ' resolve(obj, ...) ... done [22:17:55.170] | : . ' resolved() ... [22:17:55.171] | : . ' , resolved() for list ... [22:17:55.171] | : . ' , ; Number of elements: 0 [22:17:55.172] | : . ' , ; Number of futures: 0 [22:17:55.172] | : . ' , resolved() for list ... done [22:17:55.173] | : . ' resolved() ... done [22:17:55.174] | : . ' length: 0 (resolved future 1) [22:17:55.174] | : . resolve() for FutureGlobals ... done [22:17:55.175] | : . globals: [1] 'x' [22:17:55.175] | : Resolving futures part of globals (recursively) ... done [22:17:55.176] | : Packages after dropping 'base': [0] [22:17:55.176] | : globals: [1] 'x' [22:17:55.177] | : packages: [0] [22:17:55.177] | getGlobalsAndPackages() ... done [22:17:55.178] future(..., label = NULL) ... done [22:17:55.179] value() for Future () ... [22:17:55.179] | run() for 'Future' () ... [22:17:55.180] | : state: 'created' [22:17:55.180] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:55.181] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:55.181] | : Using SequentialFutureBackend ... [22:17:55.182] | : . Number of futures since start: 6 (6 created, 6 launched, 6 finished) [22:17:55.183] | : . Launching futures ... [22:17:55.183] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:55.184] | : . ' , getFutureData() ... [22:17:55.185] | : . ' , ; getFutureCore() ... [22:17:55.185] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:55.186] | : . ' , ; getFutureCore() ... done [22:17:55.186] | : . ' , ; getFutureCapture() ... [22:17:55.187] | : . ' , ; getFutureCapture() ... done [22:17:55.187] | : . ' , ; getFutureContext() ... [22:17:55.188] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:55.188] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:55.189] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:55.189] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:55.190] | : . ' , ; getFutureContext() ... done [22:17:55.191] | : . ' , getFutureData() ... done [22:17:55.196] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:55.196] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:55.197] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:55.198] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:55.198] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:55.199] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:55.199] | : . ' , ; ` | New stack: [22:17:55.200] | : . ' , ; ` | List of 1 [22:17:55.200] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:55.200] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.200] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:55.200] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.200] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.200] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.200] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:55.200] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.205] | : . ' , ; ` | Old stack: [22:17:55.205] | : . ' , ; ` | List of 1 [22:17:55.205] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:55.205] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.205] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:55.205] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.205] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.205] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.205] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:55.205] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.205] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.205] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.205] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.211] | : . ' , ; ` | Not identical [22:17:55.211] | : . ' , ; ` | all.equal() for future ... [22:17:55.212] | : . ' , ; ` | : List of 2 [22:17:55.212] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:55.212] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.212] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:55.212] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.212] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.212] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.212] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:55.212] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:55.212] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.212] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:55.212] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.212] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.212] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.212] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:55.212] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.212] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.212] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.221] | : . ' , ; ` | all.equal() for future ... done [22:17:55.222] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:55.222] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:55.223] | : . ' , ; ` List of future strategies: [22:17:55.223] | : . ' , ; ` 1. sequential: [22:17:55.223] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:55.223] | : . ' , ; ` - tweaked: FALSE [22:17:55.223] | : . ' , ; ` - call: plan(sequential) [22:17:55.224] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:55.225] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:55.225] | : . ' , assign_globals() ... [22:17:55.226] | : . ' , List of 1 [22:17:55.226] | : . ' , $ x: list() [22:17:55.226] | : . ' , - attr(*, "where")=List of 1 [22:17:55.226] | : . ' , ..$ x: [22:17:55.226] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:55.226] | : . ' , - attr(*, "resolved")= logi TRUE [22:17:55.226] | : . ' , - attr(*, "total_size")= num NA [22:17:55.226] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:55.230] | : . ' , - copied 'x' to environment [22:17:55.231] | : . ' , assign_globals() ... done [22:17:55.235] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:55.236] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:55.236] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:55.237] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:55.237] | : . ' , ; ` | : New stack: [22:17:55.238] | : . ' , ; ` | : List of 1 [22:17:55.238] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:55.238] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.238] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:55.238] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.238] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.238] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.238] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:55.238] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.238] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.238] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.238] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.243] | : . ' , ; ` | : Old stack: [22:17:55.244] | : . ' , ; ` | : List of 1 [22:17:55.244] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:55.244] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.244] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:55.244] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.244] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.244] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.244] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:55.244] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.244] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.244] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.244] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.250] | : . ' , ; ` | : Identical [22:17:55.251] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:55.252] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:55.252] | : . ' , ; ` | List of future strategies: [22:17:55.252] | : . ' , ; ` | 1. sequential: [22:17:55.252] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:55.252] | : . ' , ; ` | - tweaked: FALSE [22:17:55.252] | : . ' , ; ` | - call: plan(sequential) [22:17:55.253] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:55.254] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:55.255] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:55.256] | : . ' , SequentialFuture started (and completed) [22:17:55.256] | : . ' , signalConditions() ... [22:17:55.257] | : . ' , ; include = 'immediateCondition' [22:17:55.258] | : . ' , ; exclude = [22:17:55.258] | : . ' , ; resignal = FALSE [22:17:55.259] | : . ' , ; Number of conditions: 6 [22:17:55.259] | : . ' , ; int 6 [22:17:55.260] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.261] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.262] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.262] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.263] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.263] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.264] | : . ' , signalConditions() ... done [22:17:55.264] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:55.265] | : . Launching futures ... done [22:17:55.265] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:55.266] | : Using SequentialFutureBackend ... done [22:17:55.266] | run() for 'Future' () ... done [22:17:55.267] | signalConditions() ... [22:17:55.267] | : include = 'immediateCondition' [22:17:55.268] | : exclude = [22:17:55.268] | : resignal = FALSE [22:17:55.269] | : Number of conditions: 6 [22:17:55.269] | : int 6 [22:17:55.270] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.271] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.271] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.272] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.272] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.273] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.273] | signalConditions() ... done [22:17:55.274] | relay stdout ... [22:17:55.274] | relay stdout ... done [22:17:55.274] | check for misuse ... [22:17:55.275] | check for misuse ... done [22:17:55.275] | relay conditions ... [22:17:55.276] | : Future state: 'finished' [22:17:55.276] | : signalConditions() ... [22:17:55.277] | : . include = 'condition' [22:17:55.277] | : . exclude = 'immediateCondition' [22:17:55.278] | : . resignal = TRUE [22:17:55.278] | : . Number of conditions: 6 [22:17:55.279] | : . int 6 [22:17:55.280] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.280] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:55.191] | : . ' , attachPackages() ... [22:17:55.281] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.281] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:55.192] | : . ' , ; packages: [n=1] 'future' [22:17:55.282] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.282] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:55.193] | : . ' , attachPackages() ... done [22:17:55.283] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.283] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:55.193] | : . ' , attachPackages() ... [22:17:55.284] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.284] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:55.194] | : . ' , ; packages: [n=0] [22:17:55.285] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.285] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:55.194] | : . ' , attachPackages() ... done [22:17:55.286] | : signalConditions() ... done [22:17:55.286] | relay conditions ... done [22:17:55.287] value() for Future () ... done $a [1] 1 [22:17:55.288] future(..., label = NULL) ... [22:17:55.288] | lazy: FALSE [22:17:55.289] | stdout: TRUE [22:17:55.289] | 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' [22:17:55.290] | 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' [22:17:55.290] | : Searching for globals ... [22:17:55.307] | : . globals found: [3] '{', 'x', '[[<-' [22:17:55.307] | : Searching for globals ... done [22:17:55.308] | : Resolving globals: TRUE [22:17:55.308] | : Resolving any globals that are futures ... [22:17:55.309] | : . Number of non-constant global futures: 0 [22:17:55.309] | : . globals: [3] '{', 'x', '[[<-' [22:17:55.310] | : Resolving any globals that are futures ... done [22:17:55.311] | : Search for packages associated with the globals ... [22:17:55.311] | : . Packages associated with globals: [1] 'base' [22:17:55.312] | : . Packages: [1] 'base' [22:17:55.313] | : Search for packages associated with the globals ... done [22:17:55.313] | : Resolving futures part of globals (recursively) ... [22:17:55.314] | : . resolve() for FutureGlobals ... [22:17:55.314] | : . ' recursive: 99 [22:17:55.315] | : . ' Number of elements: 1 [22:17:55.316] | : . ' elements: 'x' [22:17:55.316] | : . ' 'obj' is list [22:17:55.317] | : . ' resolve(obj, ...) ... [22:17:55.317] | : . ' , resolve() for list ... [22:17:55.318] | : . ' , ; recursive: 98 [22:17:55.318] | : . ' , ; Number of elements: 0 [22:17:55.319] | : . ' , resolve() for list ... done [22:17:55.320] | : . ' resolve(obj, ...) ... done [22:17:55.320] | : . ' resolved() ... [22:17:55.321] | : . ' , resolved() for list ... [22:17:55.321] | : . ' , ; Number of elements: 0 [22:17:55.322] | : . ' , ; Number of futures: 0 [22:17:55.322] | : . ' , resolved() for list ... done [22:17:55.323] | : . ' resolved() ... done [22:17:55.323] | : . ' length: 0 (resolved future 1) [22:17:55.324] | : . resolve() for FutureGlobals ... done [22:17:55.325] | : . globals: [1] 'x' [22:17:55.325] | : Resolving futures part of globals (recursively) ... done [22:17:55.326] | : Packages after dropping 'base': [0] [22:17:55.326] | : globals: [1] 'x' [22:17:55.327] | : packages: [0] [22:17:55.327] | getGlobalsAndPackages() ... done [22:17:55.328] | run() for 'Future' () ... [22:17:55.329] | : state: 'created' [22:17:55.329] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:55.330] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:55.331] | : Using SequentialFutureBackend ... [22:17:55.331] | : . Number of futures since start: 7 (7 created, 7 launched, 7 finished) [22:17:55.332] | : . Launching futures ... [22:17:55.332] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:55.333] | : . ' , getFutureData() ... [22:17:55.333] | : . ' , ; getFutureCore() ... [22:17:55.334] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:55.334] | : . ' , ; getFutureCore() ... done [22:17:55.335] | : . ' , ; getFutureCapture() ... [22:17:55.336] | : . ' , ; getFutureCapture() ... done [22:17:55.336] | : . ' , ; getFutureContext() ... [22:17:55.337] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:55.337] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:55.338] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:55.338] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:55.339] | : . ' , ; getFutureContext() ... done [22:17:55.339] | : . ' , getFutureData() ... done [22:17:55.344] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:55.345] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:55.346] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:55.346] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:55.347] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:55.347] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:55.348] | : . ' , ; ` | New stack: [22:17:55.349] | : . ' , ; ` | List of 1 [22:17:55.349] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:55.349] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.349] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:55.349] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.349] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.349] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.349] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:55.349] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.354] | : . ' , ; ` | Old stack: [22:17:55.354] | : . ' , ; ` | List of 1 [22:17:55.354] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:55.354] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.354] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:55.354] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.354] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.354] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.354] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:55.354] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.354] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.354] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.354] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.361] | : . ' , ; ` | Not identical [22:17:55.361] | : . ' , ; ` | all.equal() for future ... [22:17:55.362] | : . ' , ; ` | : List of 2 [22:17:55.362] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:55.362] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.362] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:55.362] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.362] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.362] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.362] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:55.362] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:55.362] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.362] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:55.362] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.362] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.362] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.362] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:55.362] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.362] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.362] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.374] | : . ' , ; ` | all.equal() for future ... done [22:17:55.375] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:55.375] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:55.376] | : . ' , ; ` List of future strategies: [22:17:55.376] | : . ' , ; ` 1. sequential: [22:17:55.376] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:55.376] | : . ' , ; ` - tweaked: FALSE [22:17:55.376] | : . ' , ; ` - call: plan(sequential) [22:17:55.378] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:55.379] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:55.380] | : . ' , assign_globals() ... [22:17:55.381] | : . ' , List of 1 [22:17:55.381] | : . ' , $ x: list() [22:17:55.381] | : . ' , - attr(*, "where")=List of 1 [22:17:55.381] | : . ' , ..$ x: [22:17:55.381] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:55.381] | : . ' , - attr(*, "resolved")= logi TRUE [22:17:55.381] | : . ' , - attr(*, "total_size")= num NA [22:17:55.381] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:55.388] | : . ' , - copied 'x' to environment [22:17:55.389] | : . ' , assign_globals() ... done [22:17:55.395] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:55.396] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:55.397] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:55.398] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:55.399] | : . ' , ; ` | : New stack: [22:17:55.400] | : . ' , ; ` | : List of 1 [22:17:55.400] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:55.400] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.400] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:55.400] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.400] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.400] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.400] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:55.400] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.400] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.400] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.400] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.407] | : . ' , ; ` | : Old stack: [22:17:55.408] | : . ' , ; ` | : List of 1 [22:17:55.408] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:55.408] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.408] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:55.408] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.408] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.408] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.408] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:55.408] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.408] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.408] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.408] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.413] | : . ' , ; ` | : Identical [22:17:55.413] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:55.414] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:55.415] | : . ' , ; ` | List of future strategies: [22:17:55.415] | : . ' , ; ` | 1. sequential: [22:17:55.415] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:55.415] | : . ' , ; ` | - tweaked: FALSE [22:17:55.415] | : . ' , ; ` | - call: plan(sequential) [22:17:55.416] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:55.417] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:55.417] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:55.419] | : . ' , SequentialFuture started (and completed) [22:17:55.419] | : . ' , signalConditions() ... [22:17:55.420] | : . ' , ; include = 'immediateCondition' [22:17:55.420] | : . ' , ; exclude = [22:17:55.421] | : . ' , ; resignal = FALSE [22:17:55.421] | : . ' , ; Number of conditions: 6 [22:17:55.422] | : . ' , ; int 6 [22:17:55.423] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.423] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.424] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.424] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.425] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.425] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.426] | : . ' , signalConditions() ... done [22:17:55.426] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:55.427] | : . Launching futures ... done [22:17:55.427] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:55.428] | : Using SequentialFutureBackend ... done [22:17:55.428] | run() for 'Future' () ... done [22:17:55.429] future(..., label = NULL) ... done [22:17:55.429] value() for SequentialFuture () ... [22:17:55.430] | signalConditions() ... [22:17:55.431] | : include = 'immediateCondition' [22:17:55.431] | : exclude = [22:17:55.432] | : resignal = FALSE [22:17:55.432] | : Number of conditions: 6 [22:17:55.433] | : int 6 [22:17:55.433] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.434] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.435] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.435] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.436] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.436] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.437] | signalConditions() ... done [22:17:55.437] | relay stdout ... [22:17:55.438] | relay stdout ... done [22:17:55.438] | check for misuse ... [22:17:55.439] | check for misuse ... done [22:17:55.439] | relay conditions ... [22:17:55.440] | : Future state: 'finished' [22:17:55.440] | : signalConditions() ... [22:17:55.441] | : . include = 'condition' [22:17:55.441] | : . exclude = 'immediateCondition' [22:17:55.442] | : . resignal = TRUE [22:17:55.442] | : . Number of conditions: 6 [22:17:55.443] | : . int 6 [22:17:55.444] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.444] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:55.340] | : . ' , attachPackages() ... [22:17:55.445] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.445] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:55.341] | : . ' , ; packages: [n=1] 'future' [22:17:55.446] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.446] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:55.342] | : . ' , attachPackages() ... done [22:17:55.447] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.447] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:55.342] | : . ' , attachPackages() ... [22:17:55.448] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.448] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:55.343] | : . ' , ; packages: [n=0] [22:17:55.449] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.449] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:55.343] | : . ' , attachPackages() ... done [22:17:55.450] | : signalConditions() ... done [22:17:55.451] | relay conditions ... done [22:17:55.451] value() for SequentialFuture () ... done $a [1] 1 [22:17:55.452] future(..., label = NULL) ... [22:17:55.452] | lazy: FALSE [22:17:55.453] | stdout: TRUE [22:17:55.453] | 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' [22:17:55.454] | 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' [22:17:55.455] | : Searching for globals ... [22:17:55.473] | : . globals found: [4] '{', 'x', '[<-', 'list' [22:17:55.473] | : Searching for globals ... done [22:17:55.474] | : Resolving globals: TRUE [22:17:55.474] | : Resolving any globals that are futures ... [22:17:55.475] | : . Number of non-constant global futures: 0 [22:17:55.475] | : . globals: [4] '{', 'x', '[<-', 'list' [22:17:55.476] | : Resolving any globals that are futures ... done [22:17:55.476] | : Search for packages associated with the globals ... [22:17:55.477] | : . Packages associated with globals: [1] 'base' [22:17:55.478] | : . Packages: [1] 'base' [22:17:55.478] | : Search for packages associated with the globals ... done [22:17:55.479] | : Resolving futures part of globals (recursively) ... [22:17:55.480] | : . resolve() for FutureGlobals ... [22:17:55.480] | : . ' recursive: 99 [22:17:55.481] | : . ' Number of elements: 1 [22:17:55.482] | : . ' elements: 'x' [22:17:55.482] | : . ' 'obj' is list [22:17:55.483] | : . ' resolve(obj, ...) ... [22:17:55.483] | : . ' , resolve() for list ... [22:17:55.484] | : . ' , ; recursive: 98 [22:17:55.484] | : . ' , ; Number of elements: 0 [22:17:55.485] | : . ' , resolve() for list ... done [22:17:55.485] | : . ' resolve(obj, ...) ... done [22:17:55.486] | : . ' resolved() ... [22:17:55.486] | : . ' , resolved() for list ... [22:17:55.487] | : . ' , ; Number of elements: 0 [22:17:55.487] | : . ' , ; Number of futures: 0 [22:17:55.488] | : . ' , resolved() for list ... done [22:17:55.488] | : . ' resolved() ... done [22:17:55.489] | : . ' length: 0 (resolved future 1) [22:17:55.490] | : . resolve() for FutureGlobals ... done [22:17:55.490] | : . globals: [1] 'x' [22:17:55.491] | : Resolving futures part of globals (recursively) ... done [22:17:55.491] | : Packages after dropping 'base': [0] [22:17:55.492] | : globals: [1] 'x' [22:17:55.492] | : packages: [0] [22:17:55.493] | getGlobalsAndPackages() ... done [22:17:55.494] | run() for 'Future' () ... [22:17:55.494] | : state: 'created' [22:17:55.495] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:55.495] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:55.496] | : Using SequentialFutureBackend ... [22:17:55.496] | : . Number of futures since start: 8 (8 created, 8 launched, 8 finished) [22:17:55.497] | : . Launching futures ... [22:17:55.498] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:55.498] | : . ' , getFutureData() ... [22:17:55.499] | : . ' , ; getFutureCore() ... [22:17:55.499] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:55.500] | : . ' , ; getFutureCore() ... done [22:17:55.500] | : . ' , ; getFutureCapture() ... [22:17:55.501] | : . ' , ; getFutureCapture() ... done [22:17:55.502] | : . ' , ; getFutureContext() ... [22:17:55.502] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:55.503] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:55.503] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:55.504] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:55.504] | : . ' , ; getFutureContext() ... done [22:17:55.505] | : . ' , getFutureData() ... done [22:17:55.510] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:55.511] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:55.511] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:55.512] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:55.513] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:55.513] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:55.514] | : . ' , ; ` | New stack: [22:17:55.519] | : . ' , ; ` | List of 1 [22:17:55.519] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:55.519] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.519] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:55.519] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.519] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.519] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.519] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:55.519] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.524] | : . ' , ; ` | Old stack: [22:17:55.525] | : . ' , ; ` | List of 1 [22:17:55.525] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:55.525] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.525] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:55.525] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.525] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.525] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.525] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:55.525] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.525] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.525] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.525] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.531] | : . ' , ; ` | Not identical [22:17:55.531] | : . ' , ; ` | all.equal() for future ... [22:17:55.532] | : . ' , ; ` | : List of 2 [22:17:55.532] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:55.532] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.532] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:55.532] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.532] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.532] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.532] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:55.532] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:55.532] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.532] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:55.532] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.532] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.532] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.532] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:55.532] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.532] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.532] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.542] | : . ' , ; ` | all.equal() for future ... done [22:17:55.543] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:55.543] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:55.544] | : . ' , ; ` List of future strategies: [22:17:55.544] | : . ' , ; ` 1. sequential: [22:17:55.544] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:55.544] | : . ' , ; ` - tweaked: FALSE [22:17:55.544] | : . ' , ; ` - call: plan(sequential) [22:17:55.545] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:55.546] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:55.546] | : . ' , assign_globals() ... [22:17:55.547] | : . ' , List of 1 [22:17:55.547] | : . ' , $ x: list() [22:17:55.547] | : . ' , - attr(*, "where")=List of 1 [22:17:55.547] | : . ' , ..$ x: [22:17:55.547] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:55.547] | : . ' , - attr(*, "resolved")= logi TRUE [22:17:55.547] | : . ' , - attr(*, "total_size")= num NA [22:17:55.547] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:55.552] | : . ' , - copied 'x' to environment [22:17:55.552] | : . ' , assign_globals() ... done [22:17:55.556] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:55.557] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:55.557] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:55.558] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:55.559] | : . ' , ; ` | : New stack: [22:17:55.559] | : . ' , ; ` | : List of 1 [22:17:55.559] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:55.559] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.559] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:55.559] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.559] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.559] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.559] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:55.559] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.559] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.559] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.559] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.566] | : . ' , ; ` | : Old stack: [22:17:55.566] | : . ' , ; ` | : List of 1 [22:17:55.566] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:55.566] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.566] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:55.566] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.566] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.566] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.566] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:55.566] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.566] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.566] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.566] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.573] | : . ' , ; ` | : Identical [22:17:55.574] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:55.574] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:55.575] | : . ' , ; ` | List of future strategies: [22:17:55.575] | : . ' , ; ` | 1. sequential: [22:17:55.575] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:55.575] | : . ' , ; ` | - tweaked: FALSE [22:17:55.575] | : . ' , ; ` | - call: plan(sequential) [22:17:55.576] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:55.577] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:55.577] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:55.578] | : . ' , SequentialFuture started (and completed) [22:17:55.579] | : . ' , signalConditions() ... [22:17:55.579] | : . ' , ; include = 'immediateCondition' [22:17:55.580] | : . ' , ; exclude = [22:17:55.580] | : . ' , ; resignal = FALSE [22:17:55.581] | : . ' , ; Number of conditions: 6 [22:17:55.581] | : . ' , ; int 6 [22:17:55.582] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.583] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.584] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.584] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.585] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.585] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.586] | : . ' , signalConditions() ... done [22:17:55.586] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:55.587] | : . Launching futures ... done [22:17:55.588] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:55.588] | : Using SequentialFutureBackend ... done [22:17:55.589] | run() for 'Future' () ... done [22:17:55.589] future(..., label = NULL) ... done [22:17:55.590] value() for SequentialFuture () ... [22:17:55.591] | signalConditions() ... [22:17:55.591] | : include = 'immediateCondition' [22:17:55.592] | : exclude = [22:17:55.592] | : resignal = FALSE [22:17:55.593] | : Number of conditions: 6 [22:17:55.593] | : int 6 [22:17:55.594] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.595] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.595] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.596] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.596] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.597] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.598] | signalConditions() ... done [22:17:55.598] | relay stdout ... [22:17:55.599] | relay stdout ... done [22:17:55.599] | check for misuse ... [22:17:55.600] | check for misuse ... done [22:17:55.600] | relay conditions ... [22:17:55.601] | : Future state: 'finished' [22:17:55.601] | : signalConditions() ... [22:17:55.602] | : . include = 'condition' [22:17:55.602] | : . exclude = 'immediateCondition' [22:17:55.603] | : . resignal = TRUE [22:17:55.604] | : . Number of conditions: 6 [22:17:55.604] | : . int 6 [22:17:55.605] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.606] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:55.506] | : . ' , attachPackages() ... [22:17:55.606] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.607] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:55.506] | : . ' , ; packages: [n=1] 'future' [22:17:55.607] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.608] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:55.507] | : . ' , attachPackages() ... done [22:17:55.609] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.609] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:55.508] | : . ' , attachPackages() ... [22:17:55.610] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.610] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:55.508] | : . ' , ; packages: [n=0] [22:17:55.611] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.611] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:55.509] | : . ' , attachPackages() ... done [22:17:55.612] | : signalConditions() ... done [22:17:55.613] | relay conditions ... done [22:17:55.613] value() for SequentialFuture () ... done $a [1] 1 [22:17:55.614] future(..., label = NULL) ... [22:17:55.614] | lazy: TRUE [22:17:55.615] | stdout: TRUE [22:17:55.615] | 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' [22:17:55.616] | 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' [22:17:55.617] | : Searching for globals ... [22:17:55.635] | : . globals found: [4] '{', 'x', '[<-', 'list' [22:17:55.636] | : Searching for globals ... done [22:17:55.636] | : Resolving globals: TRUE [22:17:55.637] | : Resolving any globals that are futures ... [22:17:55.637] | : . Number of non-constant global futures: 0 [22:17:55.638] | : . globals: [4] '{', 'x', '[<-', 'list' [22:17:55.639] | : Resolving any globals that are futures ... done [22:17:55.639] | : Search for packages associated with the globals ... [22:17:55.640] | : . Packages associated with globals: [1] 'base' [22:17:55.641] | : . Packages: [1] 'base' [22:17:55.641] | : Search for packages associated with the globals ... done [22:17:55.642] | : Resolving futures part of globals (recursively) ... [22:17:55.642] | : . resolve() for FutureGlobals ... [22:17:55.643] | : . ' recursive: 99 [22:17:55.644] | : . ' Number of elements: 1 [22:17:55.644] | : . ' elements: 'x' [22:17:55.645] | : . ' 'obj' is list [22:17:55.645] | : . ' resolve(obj, ...) ... [22:17:55.646] | : . ' , resolve() for list ... [22:17:55.646] | : . ' , ; recursive: 98 [22:17:55.647] | : . ' , ; Number of elements: 0 [22:17:55.647] | : . ' , resolve() for list ... done [22:17:55.648] | : . ' resolve(obj, ...) ... done [22:17:55.648] | : . ' resolved() ... [22:17:55.649] | : . ' , resolved() for list ... [22:17:55.649] | : . ' , ; Number of elements: 0 [22:17:55.650] | : . ' , ; Number of futures: 0 [22:17:55.650] | : . ' , resolved() for list ... done [22:17:55.651] | : . ' resolved() ... done [22:17:55.651] | : . ' length: 0 (resolved future 1) [22:17:55.652] | : . resolve() for FutureGlobals ... done [22:17:55.653] | : . globals: [1] 'x' [22:17:55.653] | : Resolving futures part of globals (recursively) ... done [22:17:55.654] | : Packages after dropping 'base': [0] [22:17:55.654] | : globals: [1] 'x' [22:17:55.655] | : packages: [0] [22:17:55.655] | getGlobalsAndPackages() ... done [22:17:55.656] future(..., label = NULL) ... done [22:17:55.657] value() for Future () ... [22:17:55.657] | run() for 'Future' () ... [22:17:55.658] | : state: 'created' [22:17:55.658] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:55.659] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:55.659] | : Using SequentialFutureBackend ... [22:17:55.660] | : . Number of futures since start: 9 (9 created, 9 launched, 9 finished) [22:17:55.660] | : . Launching futures ... [22:17:55.661] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:55.662] | : . ' , getFutureData() ... [22:17:55.662] | : . ' , ; getFutureCore() ... [22:17:55.663] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:55.663] | : . ' , ; getFutureCore() ... done [22:17:55.664] | : . ' , ; getFutureCapture() ... [22:17:55.664] | : . ' , ; getFutureCapture() ... done [22:17:55.665] | : . ' , ; getFutureContext() ... [22:17:55.665] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:55.666] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:55.666] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:55.667] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:55.668] | : . ' , ; getFutureContext() ... done [22:17:55.668] | : . ' , getFutureData() ... done [22:17:55.673] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:55.674] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:55.674] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:55.675] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:55.676] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:55.676] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:55.677] | : . ' , ; ` | New stack: [22:17:55.678] | : . ' , ; ` | List of 1 [22:17:55.678] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:55.678] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.678] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:55.678] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.678] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.678] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.678] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:55.678] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.682] | : . ' , ; ` | Old stack: [22:17:55.683] | : . ' , ; ` | List of 1 [22:17:55.683] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:55.683] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.683] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:55.683] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.683] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.683] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.683] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:55.683] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.683] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.683] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.683] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.690] | : . ' , ; ` | Not identical [22:17:55.690] | : . ' , ; ` | all.equal() for future ... [22:17:55.691] | : . ' , ; ` | : List of 2 [22:17:55.691] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:55.691] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.691] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:55.691] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.691] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.691] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.691] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:55.691] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:55.691] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.691] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:55.691] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.691] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.691] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.691] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:55.691] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.691] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.691] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.702] | : . ' , ; ` | all.equal() for future ... done [22:17:55.703] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:55.704] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:55.704] | : . ' , ; ` List of future strategies: [22:17:55.704] | : . ' , ; ` 1. sequential: [22:17:55.704] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:55.704] | : . ' , ; ` - tweaked: FALSE [22:17:55.704] | : . ' , ; ` - call: plan(sequential) [22:17:55.706] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:55.706] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:55.707] | : . ' , assign_globals() ... [22:17:55.708] | : . ' , List of 1 [22:17:55.708] | : . ' , $ x: list() [22:17:55.708] | : . ' , - attr(*, "where")=List of 1 [22:17:55.708] | : . ' , ..$ x: [22:17:55.708] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:55.708] | : . ' , - attr(*, "resolved")= logi TRUE [22:17:55.708] | : . ' , - attr(*, "total_size")= num NA [22:17:55.708] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:55.722] | : . ' , - copied 'x' to environment [22:17:55.722] | : . ' , assign_globals() ... done [22:17:55.726] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:55.727] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:55.728] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:55.728] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:55.729] | : . ' , ; ` | : New stack: [22:17:55.729] | : . ' , ; ` | : List of 1 [22:17:55.729] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:55.729] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.729] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:55.729] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.729] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.729] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.729] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:55.729] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.729] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.729] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.729] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.736] | : . ' , ; ` | : Old stack: [22:17:55.737] | : . ' , ; ` | : List of 1 [22:17:55.737] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:55.737] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.737] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:55.737] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.737] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.737] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.737] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:55.737] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.737] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.737] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.737] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.743] | : . ' , ; ` | : Identical [22:17:55.744] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:55.745] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:55.745] | : . ' , ; ` | List of future strategies: [22:17:55.745] | : . ' , ; ` | 1. sequential: [22:17:55.745] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:55.745] | : . ' , ; ` | - tweaked: FALSE [22:17:55.745] | : . ' , ; ` | - call: plan(sequential) [22:17:55.747] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:55.747] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:55.748] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:55.749] | : . ' , SequentialFuture started (and completed) [22:17:55.750] | : . ' , signalConditions() ... [22:17:55.750] | : . ' , ; include = 'immediateCondition' [22:17:55.751] | : . ' , ; exclude = [22:17:55.752] | : . ' , ; resignal = FALSE [22:17:55.752] | : . ' , ; Number of conditions: 6 [22:17:55.753] | : . ' , ; int 6 [22:17:55.754] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.755] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.755] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.756] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.757] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.757] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.758] | : . ' , signalConditions() ... done [22:17:55.758] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:55.759] | : . Launching futures ... done [22:17:55.760] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:55.760] | : Using SequentialFutureBackend ... done [22:17:55.761] | run() for 'Future' () ... done [22:17:55.762] | signalConditions() ... [22:17:55.762] | : include = 'immediateCondition' [22:17:55.763] | : exclude = [22:17:55.764] | : resignal = FALSE [22:17:55.764] | : Number of conditions: 6 [22:17:55.765] | : int 6 [22:17:55.766] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.767] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.767] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.768] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.768] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.769] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.770] | signalConditions() ... done [22:17:55.770] | relay stdout ... [22:17:55.771] | relay stdout ... done [22:17:55.772] | check for misuse ... [22:17:55.772] | check for misuse ... done [22:17:55.773] | relay conditions ... [22:17:55.774] | : Future state: 'finished' [22:17:55.774] | : signalConditions() ... [22:17:55.775] | : . include = 'condition' [22:17:55.776] | : . exclude = 'immediateCondition' [22:17:55.776] | : . resignal = TRUE [22:17:55.777] | : . Number of conditions: 6 [22:17:55.777] | : . int 6 [22:17:55.779] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.779] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:55.669] | : . ' , attachPackages() ... [22:17:55.780] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.781] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:55.670] | : . ' , ; packages: [n=1] 'future' [22:17:55.781] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.782] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:55.670] | : . ' , attachPackages() ... done [22:17:55.783] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.783] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:55.671] | : . ' , attachPackages() ... [22:17:55.784] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.785] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:55.671] | : . ' , ; packages: [n=0] [22:17:55.785] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.786] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:55.672] | : . ' , attachPackages() ... done [22:17:55.787] | : signalConditions() ... done [22:17:55.787] | relay conditions ... done [22:17:55.788] value() for Future () ... done $a [1] 1 [22:17:55.789] future(..., label = NULL) ... [22:17:55.789] | lazy: FALSE [22:17:55.790] | stdout: TRUE [22:17:55.791] | 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' [22:17:55.791] | 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' [22:17:55.792] | : Searching for globals ... [22:17:55.808] | : . globals found: [4] '{', 'x', '[<-', 'list' [22:17:55.809] | : Searching for globals ... done [22:17:55.809] | : Resolving globals: TRUE [22:17:55.810] | : Resolving any globals that are futures ... [22:17:55.810] | : . Number of non-constant global futures: 0 [22:17:55.811] | : . globals: [4] '{', 'x', '[<-', 'list' [22:17:55.811] | : Resolving any globals that are futures ... done [22:17:55.812] | : Search for packages associated with the globals ... [22:17:55.812] | : . Packages associated with globals: [1] 'base' [22:17:55.813] | : . Packages: [1] 'base' [22:17:55.814] | : Search for packages associated with the globals ... done [22:17:55.814] | : Resolving futures part of globals (recursively) ... [22:17:55.815] | : . resolve() for FutureGlobals ... [22:17:55.815] | : . ' recursive: 99 [22:17:55.816] | : . ' Number of elements: 1 [22:17:55.817] | : . ' elements: 'x' [22:17:55.817] | : . ' 'obj' is list [22:17:55.818] | : . ' resolve(obj, ...) ... [22:17:55.818] | : . ' , resolve() for list ... [22:17:55.819] | : . ' , ; recursive: 98 [22:17:55.819] | : . ' , ; Number of elements: 0 [22:17:55.820] | : . ' , resolve() for list ... done [22:17:55.820] | : . ' resolve(obj, ...) ... done [22:17:55.821] | : . ' resolved() ... [22:17:55.821] | : . ' , resolved() for list ... [22:17:55.822] | : . ' , ; Number of elements: 0 [22:17:55.822] | : . ' , ; Number of futures: 0 [22:17:55.823] | : . ' , resolved() for list ... done [22:17:55.823] | : . ' resolved() ... done [22:17:55.824] | : . ' length: 0 (resolved future 1) [22:17:55.824] | : . resolve() for FutureGlobals ... done [22:17:55.825] | : . globals: [1] 'x' [22:17:55.825] | : Resolving futures part of globals (recursively) ... done [22:17:55.826] | : Packages after dropping 'base': [0] [22:17:55.826] | : globals: [1] 'x' [22:17:55.827] | : packages: [0] [22:17:55.827] | getGlobalsAndPackages() ... done [22:17:55.828] | run() for 'Future' () ... [22:17:55.829] | : state: 'created' [22:17:55.829] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:55.830] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:55.830] | : Using SequentialFutureBackend ... [22:17:55.831] | : . Number of futures since start: 10 (10 created, 10 launched, 10 finished) [22:17:55.831] | : . Launching futures ... [22:17:55.832] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:55.832] | : . ' , getFutureData() ... [22:17:55.833] | : . ' , ; getFutureCore() ... [22:17:55.833] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:55.834] | : . ' , ; getFutureCore() ... done [22:17:55.834] | : . ' , ; getFutureCapture() ... [22:17:55.835] | : . ' , ; getFutureCapture() ... done [22:17:55.835] | : . ' , ; getFutureContext() ... [22:17:55.836] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:55.836] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:55.837] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:55.837] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:55.838] | : . ' , ; getFutureContext() ... done [22:17:55.838] | : . ' , getFutureData() ... done [22:17:55.843] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:55.844] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:55.844] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:55.845] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:55.845] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:55.846] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:55.846] | : . ' , ; ` | New stack: [22:17:55.847] | : . ' , ; ` | List of 1 [22:17:55.847] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:55.847] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.847] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:55.847] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.847] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.847] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.847] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:55.847] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.851] | : . ' , ; ` | Old stack: [22:17:55.851] | : . ' , ; ` | List of 1 [22:17:55.851] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:55.851] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.851] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:55.851] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.851] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.851] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.851] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:55.851] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.851] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.851] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.851] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.856] | : . ' , ; ` | Not identical [22:17:55.857] | : . ' , ; ` | all.equal() for future ... [22:17:55.857] | : . ' , ; ` | : List of 2 [22:17:55.857] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:55.857] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.857] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:55.857] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.857] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.857] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.857] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:55.857] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:55.857] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.857] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:55.857] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.857] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.857] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.857] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:55.857] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.857] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.857] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.865] | : . ' , ; ` | all.equal() for future ... done [22:17:55.866] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:55.866] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:55.867] | : . ' , ; ` List of future strategies: [22:17:55.867] | : . ' , ; ` 1. sequential: [22:17:55.867] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:55.867] | : . ' , ; ` - tweaked: FALSE [22:17:55.867] | : . ' , ; ` - call: plan(sequential) [22:17:55.868] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:55.868] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:55.869] | : . ' , assign_globals() ... [22:17:55.869] | : . ' , List of 1 [22:17:55.869] | : . ' , $ x: list() [22:17:55.869] | : . ' , - attr(*, "where")=List of 1 [22:17:55.869] | : . ' , ..$ x: [22:17:55.869] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:55.869] | : . ' , - attr(*, "resolved")= logi TRUE [22:17:55.869] | : . ' , - attr(*, "total_size")= num NA [22:17:55.869] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:55.873] | : . ' , - copied 'x' to environment [22:17:55.873] | : . ' , assign_globals() ... done [22:17:55.876] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:55.877] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:55.878] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:55.878] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:55.879] | : . ' , ; ` | : New stack: [22:17:55.879] | : . ' , ; ` | : List of 1 [22:17:55.879] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:55.879] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.879] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:55.879] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.879] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.879] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.879] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:55.879] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.879] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.879] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.879] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.884] | : . ' , ; ` | : Old stack: [22:17:55.884] | : . ' , ; ` | : List of 1 [22:17:55.884] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:55.884] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.884] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:55.884] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.884] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.884] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.884] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:55.884] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.884] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.884] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.884] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.889] | : . ' , ; ` | : Identical [22:17:55.890] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:55.890] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:55.891] | : . ' , ; ` | List of future strategies: [22:17:55.891] | : . ' , ; ` | 1. sequential: [22:17:55.891] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:55.891] | : . ' , ; ` | - tweaked: FALSE [22:17:55.891] | : . ' , ; ` | - call: plan(sequential) [22:17:55.892] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:55.892] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:55.893] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:55.894] | : . ' , SequentialFuture started (and completed) [22:17:55.894] | : . ' , signalConditions() ... [22:17:55.895] | : . ' , ; include = 'immediateCondition' [22:17:55.895] | : . ' , ; exclude = [22:17:55.896] | : . ' , ; resignal = FALSE [22:17:55.896] | : . ' , ; Number of conditions: 6 [22:17:55.897] | : . ' , ; int 6 [22:17:55.898] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.898] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.899] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.899] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.900] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.900] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.901] | : . ' , signalConditions() ... done [22:17:55.901] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:55.902] | : . Launching futures ... done [22:17:55.902] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:55.903] | : Using SequentialFutureBackend ... done [22:17:55.907] | run() for 'Future' () ... done [22:17:55.908] future(..., label = NULL) ... done [22:17:55.908] value() for SequentialFuture () ... [22:17:55.909] | signalConditions() ... [22:17:55.910] | : include = 'immediateCondition' [22:17:55.910] | : exclude = [22:17:55.911] | : resignal = FALSE [22:17:55.911] | : Number of conditions: 6 [22:17:55.912] | : int 6 [22:17:55.913] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.913] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.914] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.914] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.915] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.915] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.916] | signalConditions() ... done [22:17:55.916] | relay stdout ... [22:17:55.917] | relay stdout ... done [22:17:55.917] | check for misuse ... [22:17:55.918] | check for misuse ... done [22:17:55.918] | relay conditions ... [22:17:55.919] | : Future state: 'finished' [22:17:55.919] | : signalConditions() ... [22:17:55.920] | : . include = 'condition' [22:17:55.920] | : . exclude = 'immediateCondition' [22:17:55.921] | : . resignal = TRUE [22:17:55.921] | : . Number of conditions: 6 [22:17:55.922] | : . int 6 [22:17:55.923] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.923] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:55.839] | : . ' , attachPackages() ... [22:17:55.924] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.924] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:55.840] | : . ' , ; packages: [n=1] 'future' [22:17:55.925] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.925] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:55.840] | : . ' , attachPackages() ... done [22:17:55.926] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.927] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:55.841] | : . ' , attachPackages() ... [22:17:55.927] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.928] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:55.842] | : . ' , ; packages: [n=0] [22:17:55.928] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:55.929] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:55.842] | : . ' , attachPackages() ... done [22:17:55.929] | : signalConditions() ... done [22:17:55.930] | relay conditions ... done [22:17:55.930] value() for SequentialFuture () ... done $a [1] 1 [22:17:55.931] future(..., label = NULL) ... [22:17:55.931] | lazy: FALSE [22:17:55.932] | stdout: TRUE [22:17:55.932] | 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' [22:17:55.933] | 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' [22:17:55.934] | : Searching for globals ... [22:17:55.950] | : . globals found: [5] '{', 'x', '[<-', 'name', 'list' [22:17:55.950] | : Searching for globals ... done [22:17:55.951] | : Resolving globals: TRUE [22:17:55.951] | : Resolving any globals that are futures ... [22:17:55.952] | : . Number of non-constant global futures: 0 [22:17:55.952] | : . globals: [5] '{', 'x', '[<-', 'name', 'list' [22:17:55.953] | : Resolving any globals that are futures ... done [22:17:55.953] | : Search for packages associated with the globals ... [22:17:55.954] | : . Packages associated with globals: [1] 'base' [22:17:55.955] | : . Packages: [1] 'base' [22:17:55.955] | : Search for packages associated with the globals ... done [22:17:55.956] | : Resolving futures part of globals (recursively) ... [22:17:55.956] | : . resolve() for FutureGlobals ... [22:17:55.957] | : . ' recursive: 99 [22:17:55.957] | : . ' Number of elements: 2 [22:17:55.958] | : . ' elements: 'x', 'name' [22:17:55.959] | : . ' 'obj' is list [22:17:55.959] | : . ' resolve(obj, ...) ... [22:17:55.960] | : . ' , resolve() for list ... [22:17:55.960] | : . ' , ; recursive: 98 [22:17:55.961] | : . ' , ; Number of elements: 0 [22:17:55.961] | : . ' , resolve() for list ... done [22:17:55.962] | : . ' resolve(obj, ...) ... done [22:17:55.962] | : . ' resolved() ... [22:17:55.962] | : . ' , resolved() for list ... [22:17:55.963] | : . ' , ; Number of elements: 0 [22:17:55.963] | : . ' , ; Number of futures: 0 [22:17:55.964] | : . ' , resolved() for list ... done [22:17:55.964] | : . ' resolved() ... done [22:17:55.965] | : . ' length: 1 (resolved future 1) [22:17:55.966] | : . ' 'obj' is atomic [22:17:55.966] | : . ' resolved() ... [22:17:55.967] | : . ' resolved() ... done [22:17:55.967] | : . ' length: 0 (resolved future 2) [22:17:55.968] | : . resolve() for FutureGlobals ... done [22:17:55.968] | : . globals: [2] 'x', 'name' [22:17:55.969] | : Resolving futures part of globals (recursively) ... done [22:17:55.969] | : Packages after dropping 'base': [0] [22:17:55.970] | : globals: [2] 'x', 'name' [22:17:55.970] | : packages: [0] [22:17:55.971] | getGlobalsAndPackages() ... done [22:17:55.972] | run() for 'Future' () ... [22:17:55.972] | : state: 'created' [22:17:55.973] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:55.973] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:55.974] | : Using SequentialFutureBackend ... [22:17:55.974] | : . Number of futures since start: 11 (11 created, 11 launched, 11 finished) [22:17:55.975] | : . Launching futures ... [22:17:55.975] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:55.976] | : . ' , getFutureData() ... [22:17:55.976] | : . ' , ; getFutureCore() ... [22:17:55.977] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:55.977] | : . ' , ; getFutureCore() ... done [22:17:55.978] | : . ' , ; getFutureCapture() ... [22:17:55.978] | : . ' , ; getFutureCapture() ... done [22:17:55.979] | : . ' , ; getFutureContext() ... [22:17:55.979] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:55.980] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:55.980] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:55.981] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:55.981] | : . ' , ; getFutureContext() ... done [22:17:55.982] | : . ' , getFutureData() ... done [22:17:55.986] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:55.987] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:55.987] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:55.988] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:55.989] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:55.989] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:55.990] | : . ' , ; ` | New stack: [22:17:55.990] | : . ' , ; ` | List of 1 [22:17:55.990] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:55.990] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.990] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:55.990] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.990] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.990] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.990] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:55.990] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:55.994] | : . ' , ; ` | Old stack: [22:17:55.995] | : . ' , ; ` | List of 1 [22:17:55.995] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:55.995] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:55.995] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:55.995] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.995] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.995] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.995] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:55.995] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:55.995] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:55.995] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:55.995] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:56.000] | : . ' , ; ` | Not identical [22:17:56.000] | : . ' , ; ` | all.equal() for future ... [22:17:56.001] | : . ' , ; ` | : List of 2 [22:17:56.001] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:56.001] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:56.001] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:56.001] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:56.001] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:56.001] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:56.001] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:56.001] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:56.001] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:56.001] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:56.001] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:56.001] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:56.001] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:56.001] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:56.001] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:56.001] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:56.001] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:56.009] | : . ' , ; ` | all.equal() for future ... done [22:17:56.010] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:56.010] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:56.011] | : . ' , ; ` List of future strategies: [22:17:56.011] | : . ' , ; ` 1. sequential: [22:17:56.011] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:56.011] | : . ' , ; ` - tweaked: FALSE [22:17:56.011] | : . ' , ; ` - call: plan(sequential) [22:17:56.012] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:56.013] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:56.013] | : . ' , assign_globals() ... [22:17:56.014] | : . ' , List of 2 [22:17:56.014] | : . ' , $ x : list() [22:17:56.014] | : . ' , $ name: chr "a" [22:17:56.014] | : . ' , - attr(*, "where")=List of 2 [22:17:56.014] | : . ' , ..$ x : [22:17:56.014] | : . ' , ..$ name: [22:17:56.014] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:56.014] | : . ' , - attr(*, "resolved")= logi TRUE [22:17:56.014] | : . ' , - attr(*, "total_size")= num NA [22:17:56.014] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:56.019] | : . ' , - copied 'x' to environment [22:17:56.019] | : . ' , - copied 'name' to environment [22:17:56.020] | : . ' , assign_globals() ... done [22:17:56.023] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:56.024] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:56.024] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:56.025] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:56.025] | : . ' , ; ` | : New stack: [22:17:56.026] | : . ' , ; ` | : List of 1 [22:17:56.026] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:56.026] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:56.026] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:56.026] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:56.026] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:56.026] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:56.026] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:56.026] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:56.026] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:56.026] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:56.026] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:56.031] | : . ' , ; ` | : Old stack: [22:17:56.032] | : . ' , ; ` | : List of 1 [22:17:56.032] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:56.032] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:56.032] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:56.032] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:56.032] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:56.032] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:56.032] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:56.032] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:56.032] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:56.032] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:56.032] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:56.038] | : . ' , ; ` | : Identical [22:17:56.038] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:56.039] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:56.039] | : . ' , ; ` | List of future strategies: [22:17:56.039] | : . ' , ; ` | 1. sequential: [22:17:56.039] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:56.039] | : . ' , ; ` | - tweaked: FALSE [22:17:56.039] | : . ' , ; ` | - call: plan(sequential) [22:17:56.040] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:56.041] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:56.041] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:56.042] | : . ' , SequentialFuture started (and completed) [22:17:56.043] | : . ' , signalConditions() ... [22:17:56.043] | : . ' , ; include = 'immediateCondition' [22:17:56.044] | : . ' , ; exclude = [22:17:56.045] | : . ' , ; resignal = FALSE [22:17:56.045] | : . ' , ; Number of conditions: 6 [22:17:56.046] | : . ' , ; int 6 [22:17:56.047] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:56.047] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:56.048] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:56.049] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:56.049] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:56.050] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:56.050] | : . ' , signalConditions() ... done [22:17:56.051] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:56.051] | : . Launching futures ... done [22:17:56.052] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:56.052] | : Using SequentialFutureBackend ... done [22:17:56.053] | run() for 'Future' () ... done [22:17:56.053] future(..., label = NULL) ... done [22:17:56.054] value() for SequentialFuture () ... [22:17:56.055] | signalConditions() ... [22:17:56.055] | : include = 'immediateCondition' [22:17:56.056] | : exclude = [22:17:56.056] | : resignal = FALSE [22:17:56.057] | : Number of conditions: 6 [22:17:56.057] | : int 6 [22:17:56.058] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:56.059] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:56.059] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:56.060] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:56.060] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:56.061] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:56.062] | signalConditions() ... done [22:17:56.062] | relay stdout ... [22:17:56.063] | relay stdout ... done [22:17:56.063] | check for misuse ... [22:17:56.064] | check for misuse ... done [22:17:56.064] | relay conditions ... [22:17:56.065] | : Future state: 'finished' [22:17:56.065] | : signalConditions() ... [22:17:56.066] | : . include = 'condition' [22:17:56.066] | : . exclude = 'immediateCondition' [22:17:56.067] | : . resignal = TRUE [22:17:56.067] | : . Number of conditions: 6 [22:17:56.068] | : . int 6 [22:17:56.069] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:56.070] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:55.983] | : . ' , attachPackages() ... [22:17:56.070] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:56.071] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:55.983] | : . ' , ; packages: [n=1] 'future' [22:17:56.071] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:56.072] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:55.984] | : . ' , attachPackages() ... done [22:17:56.073] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:56.073] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:55.984] | : . ' , attachPackages() ... [22:17:56.074] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:56.074] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:55.985] | : . ' , ; packages: [n=0] [22:17:56.075] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:56.075] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:55.985] | : . ' , attachPackages() ... done [22:17:56.076] | : signalConditions() ... done [22:17:56.077] | relay conditions ... done [22:17:56.077] value() for SequentialFuture () ... done $a [1] 1 Testing with 1 cores ... DONE Testing with 2 cores ... availableCores(): 2 - plan('multisession') ... [22:17:56.081] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:56.082] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [22:17:56.082] | : all.equal() for FutureStrategyList ... [22:17:56.083] | : . New stack: [22:17:56.083] | : . List of 1 [22:17:56.083] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [22:17:56.083] | : . rscript_libs = .libPaths()) [22:17:56.083] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:17:56.083] | : . ..- attr(*, "init")= logi TRUE [22:17:56.083] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:17:56.083] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:17:56.083] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:56.083] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:56.083] | : . ..- attr(*, "untweakable")= chr "persistent" [22:17:56.083] | : . ..- attr(*, "call")= language plan(strategy) [22:17:56.083] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:56.089] | : . Old stack: [22:17:56.089] | : . List of 1 [22:17:56.089] | : . $ :function (..., envir = parent.frame()) [22:17:56.089] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:56.089] | : . ..- attr(*, "init")= chr "done" [22:17:56.089] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:56.089] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:56.089] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:56.089] | : . ..- attr(*, "call")= language plan(sequential) [22:17:56.089] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:56.089] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:56.089] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:56.089] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:56.099] | : . Not identical [22:17:56.100] | : . all.equal() for future ... [22:17:56.101] | : . ' List of 2 [22:17:56.101] | : . ' $ target :function (..., workers = availableCores(constraints = "connections-16"), [22:17:56.101] | : . ' rscript_libs = .libPaths()) [22:17:56.101] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:17:56.101] | : . ' ..- attr(*, "init")= logi TRUE [22:17:56.101] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:17:56.101] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:17:56.101] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:56.101] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:56.101] | : . ' ..- attr(*, "untweakable")= chr "persistent" [22:17:56.101] | : . ' ..- attr(*, "call")= language plan(strategy) [22:17:56.101] | : . ' $ current:function (..., envir = parent.frame()) [22:17:56.101] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:56.101] | : . ' ..- attr(*, "init")= chr "done" [22:17:56.101] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:56.101] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:56.101] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:56.101] | : . ' ..- attr(*, "call")= language plan(sequential) [22:17:56.101] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:56.101] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:56.101] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:56.110] | : . ' Formals differ [22:17:56.110] | : . all.equal() for future ... done [22:17:56.111] | : . Future strategies differ at level 1 [22:17:56.111] | : all.equal() for FutureStrategyList ... done [22:17:56.112] | : plan(): Setting new future backend stack: [22:17:56.112] | : List of future strategies: [22:17:56.112] | : 1. multisession: [22:17:56.112] | : - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [22:17:56.112] | : - tweaked: FALSE [22:17:56.112] | : - call: plan(strategy) [22:17:56.113] | : List of 1 [22:17:56.113] | : $ :function (..., workers = availableCores(constraints = "connections-16"), [22:17:56.113] | : rscript_libs = .libPaths()) [22:17:56.113] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:17:56.113] | : ..- attr(*, "init")= logi TRUE [22:17:56.113] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:17:56.113] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:17:56.113] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:56.113] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:56.113] | : ..- attr(*, "untweakable")= chr "persistent" [22:17:56.113] | : ..- attr(*, "call")= language plan(strategy) [22:17:56.113] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:56.118] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [22:17:56.119] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:56.119] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [22:17:56.120] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:56.121] | : . Legacy shutdown of cluster workers ... [22:17:56.121] | : . ' Stopping existing cluster ... [22:17:56.122] | : . ' , No pre-existing cluster. Skipping [22:17:56.123] | : . ' Stopping existing cluster ... done [22:17:56.123] | : . Legacy shutdown of cluster workers ... done [22:17:56.124] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [22:17:56.124] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [22:17:56.125] | : . function (..., workers = availableCores(constraints = "connections-16"), [22:17:56.125] | : . rscript_libs = .libPaths()) [22:17:56.125] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [22:17:56.125] | : . - attr(*, "init")= logi TRUE [22:17:56.125] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [22:17:56.125] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [22:17:56.125] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:56.125] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [22:17:56.125] | : . - attr(*, "untweakable")= chr "persistent" [22:17:56.125] | : . - attr(*, "call")= language plan(strategy) [22:17:56.129] | : . init: TRUE [22:17:56.129] | : . makeFutureBackend() ... [22:17:56.130] | : . ' Backend function: <'NULL'> [22:17:56.131] | : . ' Evaluator tweak arguments: [n=0] [22:17:56.131] | : . ' list() [22:17:56.132] | : . ' Evaluator formal arguments: [n=2] [22:17:56.132] | : . ' Dotted pair list of 2 [22:17:56.132] | : . ' $ workers : language availableCores(constraints = "connections-16") [22:17:56.132] | : . ' $ rscript_libs: language .libPaths() [22:17:56.134] | : . ' Arguments passed to the future-backend factory: [n=2] [22:17:56.135] | : . ' List of 2 [22:17:56.135] | : . ' $ workers : language availableCores(constraints = "connections-16") [22:17:56.135] | : . ' $ rscript_libs: language .libPaths() [22:17:56.137] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [22:17:56.137] | : . ' , Arguments: [22:17:56.138] | : . ' , List of 5 [22:17:56.138] | : . ' , $ workers : Named int 2 [22:17:56.138] | : . ' , ..- attr(*, "names")= chr "mc.cores" [22:17:56.138] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:17:56.138] | : . ' , $ interrupts : logi TRUE [22:17:56.138] | : . ' , $ gc : logi FALSE [22:17:56.138] | : . ' , $ earlySignal : logi FALSE [22:17:56.271] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [22:17:56.271] | : . ' , ; workers: 2 [22:17:56.272] | : . ' , ; getCluster() ... [22:17:56.272] | : . ' , ; getCluster() ... done [22:17:56.273] | : . ' , ; Stopping existing cluster ... [22:17:56.273] | : . ' , ; ` No pre-existing cluster. Skipping [22:17:56.274] | : . ' , ; Stopping existing cluster ... done [22:17:56.274] | : . ' , ; Starting new cluster ... [22:17:56.275] | : . ' , ; ` makeCluster(workers, ...) ... [22:17:56.275] | : . ' , ; ` | Arguments: [22:17:56.276] | : . ' , ; ` | List of 2 [22:17:56.276] | : . ' , ; ` | $ : int 2 [22:17:56.276] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:17:56.278] | : . ' , ; ` | .makeCluster() ... [22:17:56.278] | : . ' , ; ` | : workers: '2' [22:17:56.279] | : . ' , ; ` | : R_FUTURE_PLAN: NA [22:17:56.279] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [22:17:56.280] | : . ' , ; ` | : List of 2 [22:17:56.280] | : . ' , ; ` | : $ : int 2 [22:17:56.280] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2026_03_13_22_15_17_12234/Rtmpq4wOsv/RLIBS_b2b8d53625" "D:/RCompile/recent/R/library" [22:17:56.950] | : . ' , ; ` | : Generated cluster UUID [22:17:56.950] | : . ' , ; ` | : Cluster UUID: '19e8d47b15da0da67fd4c496060a3326' [22:17:56.951] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:56.954] | : . ' , ; ` | .makeCluster() ... done [22:17:56.955] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:56.957] | : . ' , ; ` makeCluster(workers, ...) ... done [22:17:56.957] | : . ' , ; ` Number of workers: 2 [22:17:56.958] | : . ' , ; ` Workers UUID: '19e8d47b15da0da67fd4c496060a3326' [22:17:56.958] | : . ' , ; Starting new cluster ... done [22:17:56.959] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [22:17:56.959] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [22:17:56.960] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [22:17:56.960] | : . makeFutureBackend() ... done [22:17:56.961] | : . nbrOfWorkers(NULL) ... [22:17:56.962] | : . ' List of 4 [22:17:56.962] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [22:17:56.962] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [22:17:56.962] | : . ' $ : language nbrOfWorkers() [22:17:56.962] | : . ' $ : language nbrOfWorkers.NULL() [22:17:56.964] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:56.965] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:56.965] | : . ' Number of workers: 2 [22:17:56.966] | : . nbrOfWorkers(NULL) ... done [22:17:56.966] | : . plan(): nbrOfWorkers() = 2 [22:17:56.967] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [22:17:56.967] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [22:17:56.968] | future(..., label = NULL) ... [22:17:56.968] | : lazy: FALSE [22:17:56.969] | : stdout: TRUE [22:17:56.969] | : 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' [22:17:56.970] | : 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' [22:17:56.971] | : . Searching for globals ... [22:17:56.983] | : . ' globals found: [3] '{', 'x', '$<-' [22:17:56.983] | : . Searching for globals ... done [22:17:56.984] | : . Resolving globals: TRUE [22:17:56.984] | : . Resolving any globals that are futures ... [22:17:56.985] | : . ' Number of non-constant global futures: 0 [22:17:56.985] | : . ' globals: [3] '{', 'x', '$<-' [22:17:56.986] | : . Resolving any globals that are futures ... done [22:17:56.986] | : . Search for packages associated with the globals ... [22:17:56.987] | : . ' Packages associated with globals: [1] 'base' [22:17:56.988] | : . ' Packages: [1] 'base' [22:17:56.988] | : . Search for packages associated with the globals ... done [22:17:56.989] | : . Resolving futures part of globals (recursively) ... [22:17:56.989] | : . ' resolve() for FutureGlobals ... [22:17:56.990] | : . ' , recursive: 99 [22:17:56.990] | : . ' , Number of elements: 1 [22:17:56.991] | : . ' , elements: 'x' [22:17:56.991] | : . ' , 'obj' is list [22:17:56.992] | : . ' , resolve(obj, ...) ... [22:17:56.992] | : . ' , ; resolve() for list ... [22:17:56.993] | : . ' , ; ` recursive: 98 [22:17:56.993] | : . ' , ; ` Number of elements: 0 [22:17:56.994] | : . ' , ; resolve() for list ... done [22:17:56.994] | : . ' , resolve(obj, ...) ... done [22:17:56.995] | : . ' , resolved() ... [22:17:56.995] | : . ' , ; resolved() for list ... [22:17:56.996] | : . ' , ; ` Number of elements: 0 [22:17:56.996] | : . ' , ; ` Number of futures: 0 [22:17:56.997] | : . ' , ; resolved() for list ... done [22:17:56.997] | : . ' , resolved() ... done [22:17:56.998] | : . ' , length: 0 (resolved future 1) [22:17:56.998] | : . ' resolve() for FutureGlobals ... done [22:17:56.999] | : . ' globals: [1] 'x' [22:17:56.999] | : . Resolving futures part of globals (recursively) ... done [22:17:57.000] | : . Packages after dropping 'base': [0] [22:17:57.000] | : . globals: [1] 'x' [22:17:57.001] | : . packages: [0] [22:17:57.001] | : getGlobalsAndPackages() ... done [22:17:57.002] | : run() for 'Future' () ... [22:17:57.002] | : . state: 'created' [22:17:57.003] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:57.003] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:57.004] | : . Using MultisessionFutureBackend ... [22:17:57.004] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [22:17:57.005] | : . ' Launching futures ... [22:17:57.006] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:57.006] | : . ' , ; Workers: [n=2] [22:17:57.007] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:57.009] | : . ' , ; FutureRegistry: 'workers-19e8d47b15da0da67fd4c496060a3326' [22:17:57.009] | : . ' , ; requestWorker() ... [22:17:57.010] | : . ' , ; ` requestNode() ... [22:17:57.010] | : . ' , ; ` | Number of workers: 2 [22:17:57.011] | : . ' , ; ` | Polling for a free worker ... [22:17:57.011] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.012] | : . ' , ; ` | : . Created empty registry 'workers-19e8d47b15da0da67fd4c496060a3326' [22:17:57.012] | : . ' , ; ` | : . Listing all futures [22:17:57.013] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:57.013] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.014] | : . ' , ; ` | : Total time: 0 [22:17:57.014] | : . ' , ; ` | Polling for a free worker ... done [22:17:57.015] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.015] | : . ' , ; ` | : Listing all futures [22:17:57.016] | : . ' , ; ` | : Number of registered futures: 0 [22:17:57.016] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.017] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:57.017] | : . ' , ; ` | Index of first available worker: 1 [22:17:57.018] | : . ' , ; ` | Validate that the worker is functional ... [22:17:57.018] | : . ' , ; ` | : Connection is valid [22:17:57.019] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 18568 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:39927') [22:17:57.020] | : . ' , ; ` | : Worker is functional [22:17:57.021] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.022] | : . ' , ; ` | : . Listing all futures [22:17:57.022] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:57.023] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.023] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:57.024] | : . ' , ; ` requestNode() ... done [22:17:57.024] | : . ' , ; ` cluster node index: 1 [22:17:57.025] | : . ' , ; requestWorker() ... done [22:17:57.025] | : . ' , ; eraseGlobalEnvironment() ... [22:17:57.026] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:57.027] | : . ' , ; launchFuture() ... [22:17:57.027] | : . ' , ; ` cluster node index: 1 [22:17:57.028] | : . ' , ; ` getFutureData() ... [22:17:57.028] | : . ' , ; ` | getFutureCore() ... [22:17:57.029] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:57.029] | : . ' , ; ` | getFutureCore() ... done [22:17:57.030] | : . ' , ; ` | getFutureCapture() ... [22:17:57.030] | : . ' , ; ` | getFutureCapture() ... done [22:17:57.031] | : . ' , ; ` | getFutureContext() ... [22:17:57.031] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:57.032] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:57.032] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:57.033] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:57.033] | : . ' , ; ` | getFutureContext() ... done [22:17:57.034] | : . ' , ; ` getFutureData() ... done [22:17:57.035] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... [22:17:57.035] | : . ' , ; ` | Appended future to position #1 [22:17:57.036] | : . ' , ; ` | Number of registered futures: 1 [22:17:57.036] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... done [22:17:57.037] | : . ' , ; launchFuture() ... done [22:17:57.038] | : . ' , ; MultisessionFuture started [22:17:57.038] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:57.039] | : . ' Launching futures ... done [22:17:57.039] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:57.040] | : . Using MultisessionFutureBackend ... done [22:17:57.040] | : run() for 'Future' () ... done [22:17:57.041] | future(..., label = NULL) ... done [22:17:57.041] | value() for MultisessionFuture () ... [22:17:57.042] | : result() for ClusterFuture ... [22:17:57.043] | : . assertValidConnection() ... [22:17:57.043] | : . ' cluster node index: 1 [22:17:57.044] | : . assertValidConnection() ... done [22:17:57.045] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:57.046] | : . ' cluster node index: 1 [22:17:57.093] | : . ' [1] TRUE [22:17:57.094] | : . ' Received data: [22:17:57.094] | : . ' List of 5 [22:17:57.094] | : . ' $ type : chr "VALUE" [22:17:57.094] | : . ' $ value :List of 16 [22:17:57.094] | : . ' ..$ value :List of 1 [22:17:57.094] | : . ' .. ..$ a: num 1 [22:17:57.094] | : . ' ..$ visible : logi TRUE [22:17:57.094] | : . ' ..$ stdout : chr "" [22:17:57.094] | : . ' ..$ conditions : list() [22:17:57.094] | : . ' ..$ rng : logi FALSE [22:17:57.094] | : . ' ..$ seed : NULL [22:17:57.094] | : . ' ..$ misuseGlobalEnv : NULL [22:17:57.094] | : . ' ..$ misuseConnections :List of 3 [22:17:57.094] | : . ' .. ..$ added : NULL [22:17:57.094] | : . ' .. ..$ removed : NULL [22:17:57.094] | : . ' .. ..$ replaced: NULL [22:17:57.094] | : . ' ..$ misuseDevices : NULL [22:17:57.094] | : . ' ..$ misuseDefaultDevice: list() [22:17:57.094] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:57" [22:17:57.094] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:57" [22:17:57.094] | : . ' ..$ uuid : chr [1:2] "ab3d68cc24a29b544a399ad6589c6d3f" "13" [22:17:57.094] | : . ' ..$ session_uuid : chr "043e128b08e6f95dd41f1b15311a32fa" [22:17:57.094] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:57.094] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:57.094] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:57.094] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:57.094] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:57.094] | : . ' .. .. ..$ pid : int 18568 [22:17:57.094] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:56" [22:17:57.094] | : . ' .. .. ..$ random: int 2147483647 [22:17:57.094] | : . ' ..$ r_info :List of 4 [22:17:57.094] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:57.094] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:57.094] | : . ' .. ..$ os : chr "windows" [22:17:57.094] | : . ' .. ..$ os_name : chr "Windows" [22:17:57.094] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:57.094] | : . ' ..$ version : chr "1.8" [22:17:57.094] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:57.094] | : . ' $ success: logi TRUE [22:17:57.094] | : . ' $ time : 'proc_time' Named num [1:5] 0.06 0 0.06 NA NA [22:17:57.094] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:57.094] | : . ' $ tag : NULL [22:17:57.110] | : . ' Received FutureResult [22:17:57.111] | : . ' FutureResult: [22:17:57.111] | : . ' value: 'list' [22:17:57.111] | : . ' visible: TRUE [22:17:57.111] | : . ' stdout: character [22:17:57.111] | : . ' conditions: [n = 0] [22:17:57.111] | : . ' RNG used: FALSE [22:17:57.111] | : . ' duration: 0.05561185 secs (started 2026-03-13 22:17:57.036544) [22:17:57.111] | : . ' version: 1.8 [22:17:57.112] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... [22:17:57.113] | : . ' , Removed future from position #1 [22:17:57.113] | : . ' , Number of registered futures: 0 [22:17:57.114] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... done [22:17:57.114] | : . ' Erased future from future backend [22:17:57.115] | : . ' result() for ClusterFuture ... [22:17:57.115] | : . ' , result already collected: FutureResult [22:17:57.116] | : . ' result() for ClusterFuture ... done [22:17:57.116] | : . ' signalConditions() ... [22:17:57.117] | : . ' , include = 'immediateCondition' [22:17:57.117] | : . ' , exclude = [22:17:57.118] | : . ' , resignal = FALSE [22:17:57.118] | : . ' , Number of conditions: 0 [22:17:57.119] | : . ' , int 0 [22:17:57.120] | : . ' signalConditions() ... done [22:17:57.120] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:57.121] | : result() for ClusterFuture ... done [22:17:57.121] | : result() for ClusterFuture ... [22:17:57.122] | : . result already collected: FutureResult [22:17:57.122] | : result() for ClusterFuture ... done [22:17:57.123] | : signalConditions() ... [22:17:57.123] | : . include = 'immediateCondition' [22:17:57.124] | : . exclude = [22:17:57.124] | : . resignal = FALSE [22:17:57.125] | : . Number of conditions: 0 [22:17:57.125] | : . int 0 [22:17:57.126] | : signalConditions() ... done [22:17:57.127] | : relay stdout ... [22:17:57.127] | : relay stdout ... done [22:17:57.128] | : check for misuse ... [22:17:57.128] | : check for misuse ... done [22:17:57.129] | value() for MultisessionFuture () ... done $a [1] 1 [22:17:57.129] | future(..., label = NULL) ... [22:17:57.130] | : lazy: TRUE [22:17:57.130] | : stdout: TRUE [22:17:57.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' [22:17:57.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' [22:17:57.132] | : . Searching for globals ... [22:17:57.147] | : . ' globals found: [3] '{', 'x', '$<-' [22:17:57.147] | : . Searching for globals ... done [22:17:57.148] | : . Resolving globals: TRUE [22:17:57.148] | : . Resolving any globals that are futures ... [22:17:57.149] | : . ' Number of non-constant global futures: 0 [22:17:57.149] | : . ' globals: [3] '{', 'x', '$<-' [22:17:57.150] | : . Resolving any globals that are futures ... done [22:17:57.150] | : . Search for packages associated with the globals ... [22:17:57.151] | : . ' Packages associated with globals: [1] 'base' [22:17:57.152] | : . ' Packages: [1] 'base' [22:17:57.152] | : . Search for packages associated with the globals ... done [22:17:57.153] | : . Resolving futures part of globals (recursively) ... [22:17:57.153] | : . ' resolve() for FutureGlobals ... [22:17:57.154] | : . ' , recursive: 99 [22:17:57.154] | : . ' , Number of elements: 1 [22:17:57.155] | : . ' , elements: 'x' [22:17:57.155] | : . ' , 'obj' is list [22:17:57.156] | : . ' , resolve(obj, ...) ... [22:17:57.156] | : . ' , ; resolve() for list ... [22:17:57.157] | : . ' , ; ` recursive: 98 [22:17:57.157] | : . ' , ; ` Number of elements: 0 [22:17:57.158] | : . ' , ; resolve() for list ... done [22:17:57.158] | : . ' , resolve(obj, ...) ... done [22:17:57.159] | : . ' , resolved() ... [22:17:57.159] | : . ' , ; resolved() for list ... [22:17:57.160] | : . ' , ; ` Number of elements: 0 [22:17:57.160] | : . ' , ; ` Number of futures: 0 [22:17:57.161] | : . ' , ; resolved() for list ... done [22:17:57.161] | : . ' , resolved() ... done [22:17:57.162] | : . ' , length: 0 (resolved future 1) [22:17:57.162] | : . ' resolve() for FutureGlobals ... done [22:17:57.163] | : . ' globals: [1] 'x' [22:17:57.163] | : . Resolving futures part of globals (recursively) ... done [22:17:57.164] | : . Packages after dropping 'base': [0] [22:17:57.164] | : . globals: [1] 'x' [22:17:57.165] | : . packages: [0] [22:17:57.165] | : getGlobalsAndPackages() ... done [22:17:57.166] | future(..., label = NULL) ... done [22:17:57.166] | value() for Future () ... [22:17:57.167] | : run() for 'Future' () ... [22:17:57.167] | : . state: 'created' [22:17:57.168] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:57.168] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:57.169] | : . Using MultisessionFutureBackend ... [22:17:57.169] | : . ' Number of futures since start: 1 (1 created, 1 launched, 1 finished) [22:17:57.170] | : . ' Launching futures ... [22:17:57.170] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:57.171] | : . ' , ; Workers: [n=2] [22:17:57.171] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:57.173] | : . ' , ; FutureRegistry: 'workers-19e8d47b15da0da67fd4c496060a3326' [22:17:57.174] | : . ' , ; requestWorker() ... [22:17:57.174] | : . ' , ; ` requestNode() ... [22:17:57.175] | : . ' , ; ` | Number of workers: 2 [22:17:57.175] | : . ' , ; ` | Polling for a free worker ... [22:17:57.176] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.176] | : . ' , ; ` | : . Listing all futures [22:17:57.177] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:57.177] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.178] | : . ' , ; ` | : Total time: 0 [22:17:57.178] | : . ' , ; ` | Polling for a free worker ... done [22:17:57.179] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.179] | : . ' , ; ` | : Listing all futures [22:17:57.180] | : . ' , ; ` | : Number of registered futures: 0 [22:17:57.180] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.181] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:57.181] | : . ' , ; ` | Index of first available worker: 1 [22:17:57.182] | : . ' , ; ` | Validate that the worker is functional ... [22:17:57.182] | : . ' , ; ` | : Connection is valid [22:17:57.183] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 18568 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:39927') [22:17:57.184] | : . ' , ; ` | : Worker is functional [22:17:57.185] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.185] | : . ' , ; ` | : . Listing all futures [22:17:57.186] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:57.187] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.187] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:57.188] | : . ' , ; ` requestNode() ... done [22:17:57.188] | : . ' , ; ` cluster node index: 1 [22:17:57.189] | : . ' , ; requestWorker() ... done [22:17:57.190] | : . ' , ; eraseGlobalEnvironment() ... [22:17:57.190] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:57.191] | : . ' , ; launchFuture() ... [22:17:57.191] | : . ' , ; ` cluster node index: 1 [22:17:57.192] | : . ' , ; ` getFutureData() ... [22:17:57.192] | : . ' , ; ` | getFutureCore() ... [22:17:57.193] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:57.193] | : . ' , ; ` | getFutureCore() ... done [22:17:57.194] | : . ' , ; ` | getFutureCapture() ... [22:17:57.194] | : . ' , ; ` | getFutureCapture() ... done [22:17:57.195] | : . ' , ; ` | getFutureContext() ... [22:17:57.195] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:57.196] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:57.196] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:57.197] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:57.197] | : . ' , ; ` | getFutureContext() ... done [22:17:57.198] | : . ' , ; ` getFutureData() ... done [22:17:57.199] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... [22:17:57.199] | : . ' , ; ` | Appended future to position #1 [22:17:57.200] | : . ' , ; ` | Number of registered futures: 1 [22:17:57.200] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... done [22:17:57.201] | : . ' , ; launchFuture() ... done [22:17:57.201] | : . ' , ; MultisessionFuture started [22:17:57.202] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:57.202] | : . ' Launching futures ... done [22:17:57.203] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:57.203] | : . Using MultisessionFutureBackend ... done [22:17:57.204] | : run() for 'Future' () ... done [22:17:57.204] | : result() for ClusterFuture ... [22:17:57.205] | : . assertValidConnection() ... [22:17:57.205] | : . ' cluster node index: 1 [22:17:57.206] | : . assertValidConnection() ... done [22:17:57.206] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:57.207] | : . ' cluster node index: 1 [22:17:57.207] | : . ' [1] TRUE [22:17:57.208] | : . ' Received data: [22:17:57.208] | : . ' List of 5 [22:17:57.208] | : . ' $ type : chr "VALUE" [22:17:57.208] | : . ' $ value :List of 16 [22:17:57.208] | : . ' ..$ value :List of 1 [22:17:57.208] | : . ' .. ..$ a: num 1 [22:17:57.208] | : . ' ..$ visible : logi TRUE [22:17:57.208] | : . ' ..$ stdout : chr "" [22:17:57.208] | : . ' ..$ conditions : list() [22:17:57.208] | : . ' ..$ rng : logi FALSE [22:17:57.208] | : . ' ..$ seed : NULL [22:17:57.208] | : . ' ..$ misuseGlobalEnv : NULL [22:17:57.208] | : . ' ..$ misuseConnections :List of 3 [22:17:57.208] | : . ' .. ..$ added : NULL [22:17:57.208] | : . ' .. ..$ removed : NULL [22:17:57.208] | : . ' .. ..$ replaced: NULL [22:17:57.208] | : . ' ..$ misuseDevices : NULL [22:17:57.208] | : . ' ..$ misuseDefaultDevice: list() [22:17:57.208] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:57" [22:17:57.208] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:57" [22:17:57.208] | : . ' ..$ uuid : chr [1:2] "ab3d68cc24a29b544a399ad6589c6d3f" "14" [22:17:57.208] | : . ' ..$ session_uuid : chr "043e128b08e6f95dd41f1b15311a32fa" [22:17:57.208] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:57.208] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:57.208] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:57.208] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:57.208] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:57.208] | : . ' .. .. ..$ pid : int 18568 [22:17:57.208] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:56" [22:17:57.208] | : . ' .. .. ..$ random: int 2147483647 [22:17:57.208] | : . ' ..$ r_info :List of 4 [22:17:57.208] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:57.208] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:57.208] | : . ' .. ..$ os : chr "windows" [22:17:57.208] | : . ' .. ..$ os_name : chr "Windows" [22:17:57.208] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:57.208] | : . ' ..$ version : chr "1.8" [22:17:57.208] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:57.208] | : . ' $ success: logi TRUE [22:17:57.208] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [22:17:57.208] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:57.208] | : . ' $ tag : NULL [22:17:57.224] | : . ' Received FutureResult [22:17:57.224] | : . ' FutureResult: [22:17:57.224] | : . ' value: 'list' [22:17:57.224] | : . ' visible: TRUE [22:17:57.224] | : . ' stdout: character [22:17:57.224] | : . ' conditions: [n = 0] [22:17:57.224] | : . ' RNG used: FALSE [22:17:57.224] | : . ' duration: 0.002892971 secs (started 2026-03-13 22:17:57.199199) [22:17:57.224] | : . ' version: 1.8 [22:17:57.225] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... [22:17:57.226] | : . ' , Removed future from position #1 [22:17:57.226] | : . ' , Number of registered futures: 0 [22:17:57.227] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... done [22:17:57.227] | : . ' Erased future from future backend [22:17:57.228] | : . ' result() for ClusterFuture ... [22:17:57.228] | : . ' , result already collected: FutureResult [22:17:57.229] | : . ' result() for ClusterFuture ... done [22:17:57.229] | : . ' signalConditions() ... [22:17:57.230] | : . ' , include = 'immediateCondition' [22:17:57.230] | : . ' , exclude = [22:17:57.231] | : . ' , resignal = FALSE [22:17:57.231] | : . ' , Number of conditions: 0 [22:17:57.232] | : . ' , int 0 [22:17:57.233] | : . ' signalConditions() ... done [22:17:57.233] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:57.234] | : result() for ClusterFuture ... done [22:17:57.234] | : result() for ClusterFuture ... [22:17:57.235] | : . result already collected: FutureResult [22:17:57.235] | : result() for ClusterFuture ... done [22:17:57.236] | : signalConditions() ... [22:17:57.236] | : . include = 'immediateCondition' [22:17:57.237] | : . exclude = [22:17:57.237] | : . resignal = FALSE [22:17:57.238] | : . Number of conditions: 0 [22:17:57.238] | : . int 0 [22:17:57.239] | : signalConditions() ... done [22:17:57.240] | : relay stdout ... [22:17:57.240] | : relay stdout ... done [22:17:57.241] | : check for misuse ... [22:17:57.241] | : check for misuse ... done [22:17:57.242] | value() for Future () ... done $a [1] 1 [22:17:57.242] | future(..., label = NULL) ... [22:17:57.243] | : lazy: FALSE [22:17:57.243] | : stdout: TRUE [22:17:57.244] | : 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' [22:17:57.244] | : 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' [22:17:57.245] | : . Searching for globals ... [22:17:57.257] | : . ' globals found: [3] '{', 'x', '$<-' [22:17:57.257] | : . Searching for globals ... done [22:17:57.258] | : . Resolving globals: TRUE [22:17:57.258] | : . Resolving any globals that are futures ... [22:17:57.259] | : . ' Number of non-constant global futures: 0 [22:17:57.259] | : . ' globals: [3] '{', 'x', '$<-' [22:17:57.260] | : . Resolving any globals that are futures ... done [22:17:57.260] | : . Search for packages associated with the globals ... [22:17:57.261] | : . ' Packages associated with globals: [1] 'base' [22:17:57.262] | : . ' Packages: [1] 'base' [22:17:57.262] | : . Search for packages associated with the globals ... done [22:17:57.263] | : . Resolving futures part of globals (recursively) ... [22:17:57.263] | : . ' resolve() for FutureGlobals ... [22:17:57.264] | : . ' , recursive: 99 [22:17:57.264] | : . ' , Number of elements: 1 [22:17:57.265] | : . ' , elements: 'x' [22:17:57.265] | : . ' , 'obj' is list [22:17:57.266] | : . ' , resolve(obj, ...) ... [22:17:57.266] | : . ' , ; resolve() for list ... [22:17:57.267] | : . ' , ; ` recursive: 98 [22:17:57.267] | : . ' , ; ` Number of elements: 0 [22:17:57.268] | : . ' , ; resolve() for list ... done [22:17:57.268] | : . ' , resolve(obj, ...) ... done [22:17:57.269] | : . ' , resolved() ... [22:17:57.269] | : . ' , ; resolved() for list ... [22:17:57.270] | : . ' , ; ` Number of elements: 0 [22:17:57.270] | : . ' , ; ` Number of futures: 0 [22:17:57.271] | : . ' , ; resolved() for list ... done [22:17:57.271] | : . ' , resolved() ... done [22:17:57.272] | : . ' , length: 0 (resolved future 1) [22:17:57.272] | : . ' resolve() for FutureGlobals ... done [22:17:57.273] | : . ' globals: [1] 'x' [22:17:57.273] | : . Resolving futures part of globals (recursively) ... done [22:17:57.274] | : . Packages after dropping 'base': [0] [22:17:57.274] | : . globals: [1] 'x' [22:17:57.275] | : . packages: [0] [22:17:57.275] | : getGlobalsAndPackages() ... done [22:17:57.276] | : run() for 'Future' () ... [22:17:57.276] | : . state: 'created' [22:17:57.277] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:57.277] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:57.278] | : . Using MultisessionFutureBackend ... [22:17:57.278] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [22:17:57.279] | : . ' Launching futures ... [22:17:57.279] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:57.280] | : . ' , ; Workers: [n=2] [22:17:57.280] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:57.283] | : . ' , ; FutureRegistry: 'workers-19e8d47b15da0da67fd4c496060a3326' [22:17:57.283] | : . ' , ; requestWorker() ... [22:17:57.284] | : . ' , ; ` requestNode() ... [22:17:57.284] | : . ' , ; ` | Number of workers: 2 [22:17:57.285] | : . ' , ; ` | Polling for a free worker ... [22:17:57.285] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.286] | : . ' , ; ` | : . Listing all futures [22:17:57.286] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:57.287] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.287] | : . ' , ; ` | : Total time: 0 [22:17:57.287] | : . ' , ; ` | Polling for a free worker ... done [22:17:57.288] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.288] | : . ' , ; ` | : Listing all futures [22:17:57.289] | : . ' , ; ` | : Number of registered futures: 0 [22:17:57.289] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.290] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:57.290] | : . ' , ; ` | Index of first available worker: 1 [22:17:57.291] | : . ' , ; ` | Validate that the worker is functional ... [22:17:57.291] | : . ' , ; ` | : Connection is valid [22:17:57.292] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 18568 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:39927') [22:17:57.293] | : . ' , ; ` | : Worker is functional [22:17:57.294] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.295] | : . ' , ; ` | : . Listing all futures [22:17:57.295] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:57.296] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.296] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:57.297] | : . ' , ; ` requestNode() ... done [22:17:57.297] | : . ' , ; ` cluster node index: 1 [22:17:57.298] | : . ' , ; requestWorker() ... done [22:17:57.298] | : . ' , ; eraseGlobalEnvironment() ... [22:17:57.299] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:57.299] | : . ' , ; launchFuture() ... [22:17:57.300] | : . ' , ; ` cluster node index: 1 [22:17:57.300] | : . ' , ; ` getFutureData() ... [22:17:57.301] | : . ' , ; ` | getFutureCore() ... [22:17:57.301] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:57.302] | : . ' , ; ` | getFutureCore() ... done [22:17:57.302] | : . ' , ; ` | getFutureCapture() ... [22:17:57.303] | : . ' , ; ` | getFutureCapture() ... done [22:17:57.303] | : . ' , ; ` | getFutureContext() ... [22:17:57.304] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:57.304] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:57.305] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:57.305] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:57.306] | : . ' , ; ` | getFutureContext() ... done [22:17:57.306] | : . ' , ; ` getFutureData() ... done [22:17:57.307] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... [22:17:57.307] | : . ' , ; ` | Appended future to position #1 [22:17:57.308] | : . ' , ; ` | Number of registered futures: 1 [22:17:57.308] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... done [22:17:57.309] | : . ' , ; launchFuture() ... done [22:17:57.309] | : . ' , ; MultisessionFuture started [22:17:57.310] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:57.310] | : . ' Launching futures ... done [22:17:57.311] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:57.311] | : . Using MultisessionFutureBackend ... done [22:17:57.312] | : run() for 'Future' () ... done [22:17:57.312] | future(..., label = NULL) ... done [22:17:57.313] | value() for MultisessionFuture () ... [22:17:57.313] | : result() for ClusterFuture ... [22:17:57.314] | : . assertValidConnection() ... [22:17:57.315] | : . ' cluster node index: 1 [22:17:57.315] | : . assertValidConnection() ... done [22:17:57.316] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:57.316] | : . ' cluster node index: 1 [22:17:57.317] | : . ' [1] TRUE [22:17:57.317] | : . ' Received data: [22:17:57.318] | : . ' List of 5 [22:17:57.318] | : . ' $ type : chr "VALUE" [22:17:57.318] | : . ' $ value :List of 16 [22:17:57.318] | : . ' ..$ value :List of 1 [22:17:57.318] | : . ' .. ..$ a: num 1 [22:17:57.318] | : . ' ..$ visible : logi TRUE [22:17:57.318] | : . ' ..$ stdout : chr "" [22:17:57.318] | : . ' ..$ conditions : list() [22:17:57.318] | : . ' ..$ rng : logi FALSE [22:17:57.318] | : . ' ..$ seed : NULL [22:17:57.318] | : . ' ..$ misuseGlobalEnv : NULL [22:17:57.318] | : . ' ..$ misuseConnections :List of 3 [22:17:57.318] | : . ' .. ..$ added : NULL [22:17:57.318] | : . ' .. ..$ removed : NULL [22:17:57.318] | : . ' .. ..$ replaced: NULL [22:17:57.318] | : . ' ..$ misuseDevices : NULL [22:17:57.318] | : . ' ..$ misuseDefaultDevice: list() [22:17:57.318] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:57" [22:17:57.318] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:57" [22:17:57.318] | : . ' ..$ uuid : chr [1:2] "ab3d68cc24a29b544a399ad6589c6d3f" "15" [22:17:57.318] | : . ' ..$ session_uuid : chr "043e128b08e6f95dd41f1b15311a32fa" [22:17:57.318] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:57.318] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:57.318] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:57.318] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:57.318] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:57.318] | : . ' .. .. ..$ pid : int 18568 [22:17:57.318] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:56" [22:17:57.318] | : . ' .. .. ..$ random: int 2147483647 [22:17:57.318] | : . ' ..$ r_info :List of 4 [22:17:57.318] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:57.318] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:57.318] | : . ' .. ..$ os : chr "windows" [22:17:57.318] | : . ' .. ..$ os_name : chr "Windows" [22:17:57.318] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:57.318] | : . ' ..$ version : chr "1.8" [22:17:57.318] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:57.318] | : . ' $ success: logi TRUE [22:17:57.318] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [22:17:57.318] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:57.318] | : . ' $ tag : NULL [22:17:57.335] | : . ' Received FutureResult [22:17:57.335] | : . ' FutureResult: [22:17:57.335] | : . ' value: 'list' [22:17:57.335] | : . ' visible: TRUE [22:17:57.335] | : . ' stdout: character [22:17:57.335] | : . ' conditions: [n = 0] [22:17:57.335] | : . ' RNG used: FALSE [22:17:57.335] | : . ' duration: 0.002853155 secs (started 2026-03-13 22:17:57.307519) [22:17:57.335] | : . ' version: 1.8 [22:17:57.336] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... [22:17:57.337] | : . ' , Removed future from position #1 [22:17:57.338] | : . ' , Number of registered futures: 0 [22:17:57.338] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... done [22:17:57.339] | : . ' Erased future from future backend [22:17:57.339] | : . ' result() for ClusterFuture ... [22:17:57.340] | : . ' , result already collected: FutureResult [22:17:57.340] | : . ' result() for ClusterFuture ... done [22:17:57.341] | : . ' signalConditions() ... [22:17:57.341] | : . ' , include = 'immediateCondition' [22:17:57.342] | : . ' , exclude = [22:17:57.342] | : . ' , resignal = FALSE [22:17:57.343] | : . ' , Number of conditions: 0 [22:17:57.343] | : . ' , int 0 [22:17:57.344] | : . ' signalConditions() ... done [22:17:57.344] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:57.345] | : result() for ClusterFuture ... done [22:17:57.345] | : result() for ClusterFuture ... [22:17:57.346] | : . result already collected: FutureResult [22:17:57.346] | : result() for ClusterFuture ... done [22:17:57.347] | : signalConditions() ... [22:17:57.347] | : . include = 'immediateCondition' [22:17:57.348] | : . exclude = [22:17:57.348] | : . resignal = FALSE [22:17:57.349] | : . Number of conditions: 0 [22:17:57.349] | : . int 0 [22:17:57.350] | : signalConditions() ... done [22:17:57.351] | : relay stdout ... [22:17:57.351] | : relay stdout ... done [22:17:57.352] | : check for misuse ... [22:17:57.352] | : check for misuse ... done [22:17:57.353] | value() for MultisessionFuture () ... done $a [1] 1 [22:17:57.353] | future(..., label = NULL) ... [22:17:57.354] | : lazy: TRUE [22:17:57.354] | : stdout: TRUE [22:17:57.355] | : 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' [22:17:57.356] | : 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' [22:17:57.356] | : . Searching for globals ... [22:17:57.368] | : . ' globals found: [3] '{', 'x', '$<-' [22:17:57.368] | : . Searching for globals ... done [22:17:57.369] | : . Resolving globals: TRUE [22:17:57.369] | : . Resolving any globals that are futures ... [22:17:57.370] | : . ' Number of non-constant global futures: 0 [22:17:57.370] | : . ' globals: [3] '{', 'x', '$<-' [22:17:57.371] | : . Resolving any globals that are futures ... done [22:17:57.371] | : . Search for packages associated with the globals ... [22:17:57.372] | : . ' Packages associated with globals: [1] 'base' [22:17:57.373] | : . ' Packages: [1] 'base' [22:17:57.373] | : . Search for packages associated with the globals ... done [22:17:57.374] | : . Resolving futures part of globals (recursively) ... [22:17:57.374] | : . ' resolve() for FutureGlobals ... [22:17:57.375] | : . ' , recursive: 99 [22:17:57.375] | : . ' , Number of elements: 1 [22:17:57.376] | : . ' , elements: 'x' [22:17:57.376] | : . ' , 'obj' is list [22:17:57.377] | : . ' , resolve(obj, ...) ... [22:17:57.377] | : . ' , ; resolve() for list ... [22:17:57.378] | : . ' , ; ` recursive: 98 [22:17:57.378] | : . ' , ; ` Number of elements: 0 [22:17:57.379] | : . ' , ; resolve() for list ... done [22:17:57.379] | : . ' , resolve(obj, ...) ... done [22:17:57.380] | : . ' , resolved() ... [22:17:57.380] | : . ' , ; resolved() for list ... [22:17:57.381] | : . ' , ; ` Number of elements: 0 [22:17:57.381] | : . ' , ; ` Number of futures: 0 [22:17:57.382] | : . ' , ; resolved() for list ... done [22:17:57.382] | : . ' , resolved() ... done [22:17:57.383] | : . ' , length: 0 (resolved future 1) [22:17:57.383] | : . ' resolve() for FutureGlobals ... done [22:17:57.384] | : . ' globals: [1] 'x' [22:17:57.384] | : . Resolving futures part of globals (recursively) ... done [22:17:57.385] | : . Packages after dropping 'base': [0] [22:17:57.385] | : . globals: [1] 'x' [22:17:57.386] | : . packages: [0] [22:17:57.386] | : getGlobalsAndPackages() ... done [22:17:57.387] | future(..., label = NULL) ... done [22:17:57.387] | value() for Future () ... [22:17:57.388] | : run() for 'Future' () ... [22:17:57.388] | : . state: 'created' [22:17:57.389] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:57.389] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:57.390] | : . Using MultisessionFutureBackend ... [22:17:57.390] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [22:17:57.391] | : . ' Launching futures ... [22:17:57.391] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:57.392] | : . ' , ; Workers: [n=2] [22:17:57.392] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:57.394] | : . ' , ; FutureRegistry: 'workers-19e8d47b15da0da67fd4c496060a3326' [22:17:57.395] | : . ' , ; requestWorker() ... [22:17:57.395] | : . ' , ; ` requestNode() ... [22:17:57.396] | : . ' , ; ` | Number of workers: 2 [22:17:57.396] | : . ' , ; ` | Polling for a free worker ... [22:17:57.397] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.397] | : . ' , ; ` | : . Listing all futures [22:17:57.398] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:57.398] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.399] | : . ' , ; ` | : Total time: 0 [22:17:57.399] | : . ' , ; ` | Polling for a free worker ... done [22:17:57.400] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.400] | : . ' , ; ` | : Listing all futures [22:17:57.401] | : . ' , ; ` | : Number of registered futures: 0 [22:17:57.401] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.402] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:57.402] | : . ' , ; ` | Index of first available worker: 1 [22:17:57.403] | : . ' , ; ` | Validate that the worker is functional ... [22:17:57.403] | : . ' , ; ` | : Connection is valid [22:17:57.404] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 18568 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:39927') [22:17:57.405] | : . ' , ; ` | : Worker is functional [22:17:57.406] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.406] | : . ' , ; ` | : . Listing all futures [22:17:57.407] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:57.407] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.408] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:57.408] | : . ' , ; ` requestNode() ... done [22:17:57.409] | : . ' , ; ` cluster node index: 1 [22:17:57.409] | : . ' , ; requestWorker() ... done [22:17:57.410] | : . ' , ; eraseGlobalEnvironment() ... [22:17:57.411] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:57.411] | : . ' , ; launchFuture() ... [22:17:57.412] | : . ' , ; ` cluster node index: 1 [22:17:57.412] | : . ' , ; ` getFutureData() ... [22:17:57.412] | : . ' , ; ` | getFutureCore() ... [22:17:57.413] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:57.413] | : . ' , ; ` | getFutureCore() ... done [22:17:57.414] | : . ' , ; ` | getFutureCapture() ... [22:17:57.414] | : . ' , ; ` | getFutureCapture() ... done [22:17:57.415] | : . ' , ; ` | getFutureContext() ... [22:17:57.415] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:57.416] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:57.416] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:57.417] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:57.417] | : . ' , ; ` | getFutureContext() ... done [22:17:57.418] | : . ' , ; ` getFutureData() ... done [22:17:57.419] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... [22:17:57.419] | : . ' , ; ` | Appended future to position #1 [22:17:57.420] | : . ' , ; ` | Number of registered futures: 1 [22:17:57.420] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... done [22:17:57.421] | : . ' , ; launchFuture() ... done [22:17:57.421] | : . ' , ; MultisessionFuture started [22:17:57.422] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:57.422] | : . ' Launching futures ... done [22:17:57.423] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:57.423] | : . Using MultisessionFutureBackend ... done [22:17:57.424] | : run() for 'Future' () ... done [22:17:57.424] | : result() for ClusterFuture ... [22:17:57.425] | : . assertValidConnection() ... [22:17:57.425] | : . ' cluster node index: 1 [22:17:57.426] | : . assertValidConnection() ... done [22:17:57.426] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:57.427] | : . ' cluster node index: 1 [22:17:57.427] | : . ' [1] TRUE [22:17:57.428] | : . ' Received data: [22:17:57.429] | : . ' List of 5 [22:17:57.429] | : . ' $ type : chr "VALUE" [22:17:57.429] | : . ' $ value :List of 16 [22:17:57.429] | : . ' ..$ value :List of 1 [22:17:57.429] | : . ' .. ..$ a: num 1 [22:17:57.429] | : . ' ..$ visible : logi TRUE [22:17:57.429] | : . ' ..$ stdout : chr "" [22:17:57.429] | : . ' ..$ conditions : list() [22:17:57.429] | : . ' ..$ rng : logi FALSE [22:17:57.429] | : . ' ..$ seed : NULL [22:17:57.429] | : . ' ..$ misuseGlobalEnv : NULL [22:17:57.429] | : . ' ..$ misuseConnections :List of 3 [22:17:57.429] | : . ' .. ..$ added : NULL [22:17:57.429] | : . ' .. ..$ removed : NULL [22:17:57.429] | : . ' .. ..$ replaced: NULL [22:17:57.429] | : . ' ..$ misuseDevices : NULL [22:17:57.429] | : . ' ..$ misuseDefaultDevice: list() [22:17:57.429] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:57" [22:17:57.429] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:57" [22:17:57.429] | : . ' ..$ uuid : chr [1:2] "ab3d68cc24a29b544a399ad6589c6d3f" "16" [22:17:57.429] | : . ' ..$ session_uuid : chr "043e128b08e6f95dd41f1b15311a32fa" [22:17:57.429] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:57.429] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:57.429] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:57.429] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:57.429] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:57.429] | : . ' .. .. ..$ pid : int 18568 [22:17:57.429] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:56" [22:17:57.429] | : . ' .. .. ..$ random: int 2147483647 [22:17:57.429] | : . ' ..$ r_info :List of 4 [22:17:57.429] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:57.429] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:57.429] | : . ' .. ..$ os : chr "windows" [22:17:57.429] | : . ' .. ..$ os_name : chr "Windows" [22:17:57.429] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:57.429] | : . ' ..$ version : chr "1.8" [22:17:57.429] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:57.429] | : . ' $ success: logi TRUE [22:17:57.429] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:17:57.429] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:57.429] | : . ' $ tag : NULL [22:17:57.444] | : . ' Received FutureResult [22:17:57.444] | : . ' FutureResult: [22:17:57.444] | : . ' value: 'list' [22:17:57.444] | : . ' visible: TRUE [22:17:57.444] | : . ' stdout: character [22:17:57.444] | : . ' conditions: [n = 0] [22:17:57.444] | : . ' RNG used: FALSE [22:17:57.444] | : . ' duration: 0.002907991 secs (started 2026-03-13 22:17:57.419775) [22:17:57.444] | : . ' version: 1.8 [22:17:57.445] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... [22:17:57.446] | : . ' , Removed future from position #1 [22:17:57.446] | : . ' , Number of registered futures: 0 [22:17:57.447] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... done [22:17:57.447] | : . ' Erased future from future backend [22:17:57.448] | : . ' result() for ClusterFuture ... [22:17:57.448] | : . ' , result already collected: FutureResult [22:17:57.449] | : . ' result() for ClusterFuture ... done [22:17:57.449] | : . ' signalConditions() ... [22:17:57.450] | : . ' , include = 'immediateCondition' [22:17:57.450] | : . ' , exclude = [22:17:57.451] | : . ' , resignal = FALSE [22:17:57.451] | : . ' , Number of conditions: 0 [22:17:57.452] | : . ' , int 0 [22:17:57.453] | : . ' signalConditions() ... done [22:17:57.453] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:57.454] | : result() for ClusterFuture ... done [22:17:57.454] | : result() for ClusterFuture ... [22:17:57.455] | : . result already collected: FutureResult [22:17:57.455] | : result() for ClusterFuture ... done [22:17:57.455] | : signalConditions() ... [22:17:57.456] | : . include = 'immediateCondition' [22:17:57.456] | : . exclude = [22:17:57.457] | : . resignal = FALSE [22:17:57.457] | : . Number of conditions: 0 [22:17:57.458] | : . int 0 [22:17:57.459] | : signalConditions() ... done [22:17:57.459] | : relay stdout ... [22:17:57.460] | : relay stdout ... done [22:17:57.460] | : check for misuse ... [22:17:57.461] | : check for misuse ... done [22:17:57.461] | value() for Future () ... done $a [1] 1 [22:17:57.462] | future(..., label = NULL) ... [22:17:57.462] | : lazy: FALSE [22:17:57.463] | : stdout: TRUE [22:17:57.463] | : 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' [22:17:57.464] | : 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' [22:17:57.465] | : . Searching for globals ... [22:17:57.483] | : . ' globals found: [4] '{', '<-', 'list', '$<-' [22:17:57.484] | : . Searching for globals ... done [22:17:57.484] | : . Resolving globals: TRUE [22:17:57.485] | : . Resolving any globals that are futures ... [22:17:57.485] | : . ' Number of non-constant global futures: 0 [22:17:57.486] | : . ' globals: [4] '{', '<-', 'list', '$<-' [22:17:57.486] | : . Resolving any globals that are futures ... done [22:17:57.487] | : . Search for packages associated with the globals ... [22:17:57.487] | : . ' Packages associated with globals: [1] 'base' [22:17:57.488] | : . ' Packages: [1] 'base' [22:17:57.489] | : . Search for packages associated with the globals ... done [22:17:57.489] | : . Packages after dropping 'base': [0] [22:17:57.490] | : . globals: [0] [22:17:57.490] | : . packages: [0] [22:17:57.491] | : getGlobalsAndPackages() ... done [22:17:57.491] | : run() for 'Future' () ... [22:17:57.492] | : . state: 'created' [22:17:57.492] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:57.493] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:57.493] | : . Using MultisessionFutureBackend ... [22:17:57.494] | : . ' Number of futures since start: 4 (4 created, 4 launched, 4 finished) [22:17:57.494] | : . ' Launching futures ... [22:17:57.495] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:57.495] | : . ' , ; Workers: [n=2] [22:17:57.496] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:57.498] | : . ' , ; FutureRegistry: 'workers-19e8d47b15da0da67fd4c496060a3326' [22:17:57.498] | : . ' , ; requestWorker() ... [22:17:57.499] | : . ' , ; ` requestNode() ... [22:17:57.499] | : . ' , ; ` | Number of workers: 2 [22:17:57.500] | : . ' , ; ` | Polling for a free worker ... [22:17:57.500] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.501] | : . ' , ; ` | : . Listing all futures [22:17:57.501] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:57.502] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.502] | : . ' , ; ` | : Total time: 0 [22:17:57.503] | : . ' , ; ` | Polling for a free worker ... done [22:17:57.503] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.504] | : . ' , ; ` | : Listing all futures [22:17:57.504] | : . ' , ; ` | : Number of registered futures: 0 [22:17:57.505] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.505] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:57.506] | : . ' , ; ` | Index of first available worker: 1 [22:17:57.506] | : . ' , ; ` | Validate that the worker is functional ... [22:17:57.507] | : . ' , ; ` | : Connection is valid [22:17:57.507] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 18568 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:39927') [22:17:57.509] | : . ' , ; ` | : Worker is functional [22:17:57.509] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.510] | : . ' , ; ` | : . Listing all futures [22:17:57.510] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:57.511] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.511] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:57.512] | : . ' , ; ` requestNode() ... done [22:17:57.512] | : . ' , ; ` cluster node index: 1 [22:17:57.513] | : . ' , ; requestWorker() ... done [22:17:57.513] | : . ' , ; eraseGlobalEnvironment() ... [22:17:57.514] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:57.515] | : . ' , ; launchFuture() ... [22:17:57.516] | : . ' , ; ` cluster node index: 1 [22:17:57.516] | : . ' , ; ` getFutureData() ... [22:17:57.517] | : . ' , ; ` | getFutureCore() ... [22:17:57.517] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:57.518] | : . ' , ; ` | getFutureCore() ... done [22:17:57.519] | : . ' , ; ` | getFutureCapture() ... [22:17:57.520] | : . ' , ; ` | getFutureCapture() ... done [22:17:57.520] | : . ' , ; ` | getFutureContext() ... [22:17:57.521] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:57.521] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:57.522] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:57.522] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:57.523] | : . ' , ; ` | getFutureContext() ... done [22:17:57.524] | : . ' , ; ` getFutureData() ... done [22:17:57.525] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... [22:17:57.525] | : . ' , ; ` | Appended future to position #1 [22:17:57.526] | : . ' , ; ` | Number of registered futures: 1 [22:17:57.526] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... done [22:17:57.527] | : . ' , ; launchFuture() ... done [22:17:57.527] | : . ' , ; MultisessionFuture started [22:17:57.528] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:57.528] | : . ' Launching futures ... done [22:17:57.529] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:57.529] | : . Using MultisessionFutureBackend ... done [22:17:57.530] | : run() for 'Future' () ... done [22:17:57.530] | future(..., label = NULL) ... done [22:17:57.531] | value() for MultisessionFuture () ... [22:17:57.531] | : result() for ClusterFuture ... [22:17:57.532] | : . assertValidConnection() ... [22:17:57.532] | : . ' cluster node index: 1 [22:17:57.533] | : . assertValidConnection() ... done [22:17:57.534] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:57.534] | : . ' cluster node index: 1 [22:17:57.535] | : . ' [1] TRUE [22:17:57.536] | : . ' Received data: [22:17:57.536] | : . ' List of 5 [22:17:57.536] | : . ' $ type : chr "VALUE" [22:17:57.536] | : . ' $ value :List of 16 [22:17:57.536] | : . ' ..$ value :List of 2 [22:17:57.536] | : . ' .. ..$ b: num 2 [22:17:57.536] | : . ' .. ..$ a: num 1 [22:17:57.536] | : . ' ..$ visible : logi TRUE [22:17:57.536] | : . ' ..$ stdout : chr "" [22:17:57.536] | : . ' ..$ conditions : list() [22:17:57.536] | : . ' ..$ rng : logi FALSE [22:17:57.536] | : . ' ..$ seed : NULL [22:17:57.536] | : . ' ..$ misuseGlobalEnv : NULL [22:17:57.536] | : . ' ..$ misuseConnections :List of 3 [22:17:57.536] | : . ' .. ..$ added : NULL [22:17:57.536] | : . ' .. ..$ removed : NULL [22:17:57.536] | : . ' .. ..$ replaced: NULL [22:17:57.536] | : . ' ..$ misuseDevices : NULL [22:17:57.536] | : . ' ..$ misuseDefaultDevice: list() [22:17:57.536] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:57" [22:17:57.536] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:57" [22:17:57.536] | : . ' ..$ uuid : chr [1:2] "ab3d68cc24a29b544a399ad6589c6d3f" "17" [22:17:57.536] | : . ' ..$ session_uuid : chr "043e128b08e6f95dd41f1b15311a32fa" [22:17:57.536] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:57.536] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:57.536] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:57.536] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:57.536] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:57.536] | : . ' .. .. ..$ pid : int 18568 [22:17:57.536] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:56" [22:17:57.536] | : . ' .. .. ..$ random: int 2147483647 [22:17:57.536] | : . ' ..$ r_info :List of 4 [22:17:57.536] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:57.536] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:57.536] | : . ' .. ..$ os : chr "windows" [22:17:57.536] | : . ' .. ..$ os_name : chr "Windows" [22:17:57.536] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:57.536] | : . ' ..$ version : chr "1.8" [22:17:57.536] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:57.536] | : . ' $ success: logi TRUE [22:17:57.536] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [22:17:57.536] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:57.536] | : . ' $ tag : NULL [22:17:57.552] | : . ' Received FutureResult [22:17:57.553] | : . ' FutureResult: [22:17:57.553] | : . ' value: 'list' [22:17:57.553] | : . ' visible: TRUE [22:17:57.553] | : . ' stdout: character [22:17:57.553] | : . ' conditions: [n = 0] [22:17:57.553] | : . ' RNG used: FALSE [22:17:57.553] | : . ' duration: 0.002911091 secs (started 2026-03-13 22:17:57.525281) [22:17:57.553] | : . ' version: 1.8 [22:17:57.554] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... [22:17:57.555] | : . ' , Removed future from position #1 [22:17:57.555] | : . ' , Number of registered futures: 0 [22:17:57.556] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... done [22:17:57.556] | : . ' Erased future from future backend [22:17:57.557] | : . ' result() for ClusterFuture ... [22:17:57.557] | : . ' , result already collected: FutureResult [22:17:57.558] | : . ' result() for ClusterFuture ... done [22:17:57.558] | : . ' signalConditions() ... [22:17:57.559] | : . ' , include = 'immediateCondition' [22:17:57.559] | : . ' , exclude = [22:17:57.560] | : . ' , resignal = FALSE [22:17:57.560] | : . ' , Number of conditions: 0 [22:17:57.561] | : . ' , int 0 [22:17:57.562] | : . ' signalConditions() ... done [22:17:57.562] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:57.563] | : result() for ClusterFuture ... done [22:17:57.563] | : result() for ClusterFuture ... [22:17:57.564] | : . result already collected: FutureResult [22:17:57.564] | : result() for ClusterFuture ... done [22:17:57.565] | : signalConditions() ... [22:17:57.565] | : . include = 'immediateCondition' [22:17:57.566] | : . exclude = [22:17:57.566] | : . resignal = FALSE [22:17:57.567] | : . Number of conditions: 0 [22:17:57.567] | : . int 0 [22:17:57.568] | : signalConditions() ... done [22:17:57.568] | : relay stdout ... [22:17:57.569] | : relay stdout ... done [22:17:57.569] | : check for misuse ... [22:17:57.570] | : check for misuse ... done [22:17:57.570] | value() for MultisessionFuture () ... done $b [1] 2 $a [1] 1 [22:17:57.571] | future(..., label = NULL) ... [22:17:57.572] | : lazy: FALSE [22:17:57.572] | : stdout: TRUE [22:17:57.573] | : 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' [22:17:57.574] | : 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' [22:17:57.574] | : . Searching for globals ... [22:17:57.586] | : . ' globals found: [3] '{', 'x', '[[<-' [22:17:57.586] | : . Searching for globals ... done [22:17:57.587] | : . Resolving globals: TRUE [22:17:57.588] | : . Resolving any globals that are futures ... [22:17:57.588] | : . ' Number of non-constant global futures: 0 [22:17:57.589] | : . ' globals: [3] '{', 'x', '[[<-' [22:17:57.589] | : . Resolving any globals that are futures ... done [22:17:57.590] | : . Search for packages associated with the globals ... [22:17:57.590] | : . ' Packages associated with globals: [1] 'base' [22:17:57.591] | : . ' Packages: [1] 'base' [22:17:57.592] | : . Search for packages associated with the globals ... done [22:17:57.592] | : . Resolving futures part of globals (recursively) ... [22:17:57.593] | : . ' resolve() for FutureGlobals ... [22:17:57.593] | : . ' , recursive: 99 [22:17:57.594] | : . ' , Number of elements: 1 [22:17:57.594] | : . ' , elements: 'x' [22:17:57.595] | : . ' , 'obj' is list [22:17:57.595] | : . ' , resolve(obj, ...) ... [22:17:57.596] | : . ' , ; resolve() for list ... [22:17:57.596] | : . ' , ; ` recursive: 98 [22:17:57.597] | : . ' , ; ` Number of elements: 0 [22:17:57.597] | : . ' , ; resolve() for list ... done [22:17:57.598] | : . ' , resolve(obj, ...) ... done [22:17:57.598] | : . ' , resolved() ... [22:17:57.599] | : . ' , ; resolved() for list ... [22:17:57.599] | : . ' , ; ` Number of elements: 0 [22:17:57.599] | : . ' , ; ` Number of futures: 0 [22:17:57.600] | : . ' , ; resolved() for list ... done [22:17:57.600] | : . ' , resolved() ... done [22:17:57.601] | : . ' , length: 0 (resolved future 1) [22:17:57.601] | : . ' resolve() for FutureGlobals ... done [22:17:57.602] | : . ' globals: [1] 'x' [22:17:57.602] | : . Resolving futures part of globals (recursively) ... done [22:17:57.603] | : . Packages after dropping 'base': [0] [22:17:57.604] | : . globals: [1] 'x' [22:17:57.604] | : . packages: [0] [22:17:57.604] | : getGlobalsAndPackages() ... done [22:17:57.605] | : run() for 'Future' () ... [22:17:57.606] | : . state: 'created' [22:17:57.606] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:57.607] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:57.607] | : . Using MultisessionFutureBackend ... [22:17:57.608] | : . ' Number of futures since start: 5 (5 created, 5 launched, 5 finished) [22:17:57.608] | : . ' Launching futures ... [22:17:57.609] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:57.609] | : . ' , ; Workers: [n=2] [22:17:57.610] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:57.612] | : . ' , ; FutureRegistry: 'workers-19e8d47b15da0da67fd4c496060a3326' [22:17:57.612] | : . ' , ; requestWorker() ... [22:17:57.613] | : . ' , ; ` requestNode() ... [22:17:57.613] | : . ' , ; ` | Number of workers: 2 [22:17:57.614] | : . ' , ; ` | Polling for a free worker ... [22:17:57.614] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.615] | : . ' , ; ` | : . Listing all futures [22:17:57.615] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:57.616] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.616] | : . ' , ; ` | : Total time: 0 [22:17:57.617] | : . ' , ; ` | Polling for a free worker ... done [22:17:57.617] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.618] | : . ' , ; ` | : Listing all futures [22:17:57.618] | : . ' , ; ` | : Number of registered futures: 0 [22:17:57.619] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.619] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:57.620] | : . ' , ; ` | Index of first available worker: 1 [22:17:57.620] | : . ' , ; ` | Validate that the worker is functional ... [22:17:57.621] | : . ' , ; ` | : Connection is valid [22:17:57.621] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 18568 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:39927') [22:17:57.623] | : . ' , ; ` | : Worker is functional [22:17:57.623] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.624] | : . ' , ; ` | : . Listing all futures [22:17:57.625] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:57.625] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.626] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:57.626] | : . ' , ; ` requestNode() ... done [22:17:57.627] | : . ' , ; ` cluster node index: 1 [22:17:57.627] | : . ' , ; requestWorker() ... done [22:17:57.628] | : . ' , ; eraseGlobalEnvironment() ... [22:17:57.628] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:57.629] | : . ' , ; launchFuture() ... [22:17:57.629] | : . ' , ; ` cluster node index: 1 [22:17:57.630] | : . ' , ; ` getFutureData() ... [22:17:57.630] | : . ' , ; ` | getFutureCore() ... [22:17:57.631] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:57.631] | : . ' , ; ` | getFutureCore() ... done [22:17:57.632] | : . ' , ; ` | getFutureCapture() ... [22:17:57.632] | : . ' , ; ` | getFutureCapture() ... done [22:17:57.633] | : . ' , ; ` | getFutureContext() ... [22:17:57.633] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:57.634] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:57.634] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:57.635] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:57.635] | : . ' , ; ` | getFutureContext() ... done [22:17:57.636] | : . ' , ; ` getFutureData() ... done [22:17:57.637] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... [22:17:57.637] | : . ' , ; ` | Appended future to position #1 [22:17:57.638] | : . ' , ; ` | Number of registered futures: 1 [22:17:57.638] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... done [22:17:57.639] | : . ' , ; launchFuture() ... done [22:17:57.639] | : . ' , ; MultisessionFuture started [22:17:57.640] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:57.640] | : . ' Launching futures ... done [22:17:57.641] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:57.641] | : . Using MultisessionFutureBackend ... done [22:17:57.642] | : run() for 'Future' () ... done [22:17:57.642] | future(..., label = NULL) ... done [22:17:57.643] | value() for MultisessionFuture () ... [22:17:57.643] | : result() for ClusterFuture ... [22:17:57.644] | : . assertValidConnection() ... [22:17:57.644] | : . ' cluster node index: 1 [22:17:57.645] | : . assertValidConnection() ... done [22:17:57.646] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:57.646] | : . ' cluster node index: 1 [22:17:57.647] | : . ' [1] TRUE [22:17:57.647] | : . ' Received data: [22:17:57.648] | : . ' List of 5 [22:17:57.648] | : . ' $ type : chr "VALUE" [22:17:57.648] | : . ' $ value :List of 16 [22:17:57.648] | : . ' ..$ value :List of 1 [22:17:57.648] | : . ' .. ..$ a: num 1 [22:17:57.648] | : . ' ..$ visible : logi TRUE [22:17:57.648] | : . ' ..$ stdout : chr "" [22:17:57.648] | : . ' ..$ conditions : list() [22:17:57.648] | : . ' ..$ rng : logi FALSE [22:17:57.648] | : . ' ..$ seed : NULL [22:17:57.648] | : . ' ..$ misuseGlobalEnv : NULL [22:17:57.648] | : . ' ..$ misuseConnections :List of 3 [22:17:57.648] | : . ' .. ..$ added : NULL [22:17:57.648] | : . ' .. ..$ removed : NULL [22:17:57.648] | : . ' .. ..$ replaced: NULL [22:17:57.648] | : . ' ..$ misuseDevices : NULL [22:17:57.648] | : . ' ..$ misuseDefaultDevice: list() [22:17:57.648] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:57" [22:17:57.648] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:57" [22:17:57.648] | : . ' ..$ uuid : chr [1:2] "ab3d68cc24a29b544a399ad6589c6d3f" "18" [22:17:57.648] | : . ' ..$ session_uuid : chr "043e128b08e6f95dd41f1b15311a32fa" [22:17:57.648] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:57.648] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:57.648] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:57.648] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:57.648] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:57.648] | : . ' .. .. ..$ pid : int 18568 [22:17:57.648] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:56" [22:17:57.648] | : . ' .. .. ..$ random: int 2147483647 [22:17:57.648] | : . ' ..$ r_info :List of 4 [22:17:57.648] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:57.648] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:57.648] | : . ' .. ..$ os : chr "windows" [22:17:57.648] | : . ' .. ..$ os_name : chr "Windows" [22:17:57.648] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:57.648] | : . ' ..$ version : chr "1.8" [22:17:57.648] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:57.648] | : . ' $ success: logi TRUE [22:17:57.648] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [22:17:57.648] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:57.648] | : . ' $ tag : NULL [22:17:57.665] | : . ' Received FutureResult [22:17:57.665] | : . ' FutureResult: [22:17:57.665] | : . ' value: 'list' [22:17:57.665] | : . ' visible: TRUE [22:17:57.665] | : . ' stdout: character [22:17:57.665] | : . ' conditions: [n = 0] [22:17:57.665] | : . ' RNG used: FALSE [22:17:57.665] | : . ' duration: 0.003379107 secs (started 2026-03-13 22:17:57.637316) [22:17:57.665] | : . ' version: 1.8 [22:17:57.667] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... [22:17:57.667] | : . ' , Removed future from position #1 [22:17:57.668] | : . ' , Number of registered futures: 0 [22:17:57.668] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... done [22:17:57.669] | : . ' Erased future from future backend [22:17:57.669] | : . ' result() for ClusterFuture ... [22:17:57.670] | : . ' , result already collected: FutureResult [22:17:57.670] | : . ' result() for ClusterFuture ... done [22:17:57.671] | : . ' signalConditions() ... [22:17:57.671] | : . ' , include = 'immediateCondition' [22:17:57.672] | : . ' , exclude = [22:17:57.672] | : . ' , resignal = FALSE [22:17:57.673] | : . ' , Number of conditions: 0 [22:17:57.673] | : . ' , int 0 [22:17:57.674] | : . ' signalConditions() ... done [22:17:57.674] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:57.675] | : result() for ClusterFuture ... done [22:17:57.675] | : result() for ClusterFuture ... [22:17:57.676] | : . result already collected: FutureResult [22:17:57.676] | : result() for ClusterFuture ... done [22:17:57.677] | : signalConditions() ... [22:17:57.677] | : . include = 'immediateCondition' [22:17:57.678] | : . exclude = [22:17:57.678] | : . resignal = FALSE [22:17:57.679] | : . Number of conditions: 0 [22:17:57.679] | : . int 0 [22:17:57.680] | : signalConditions() ... done [22:17:57.681] | : relay stdout ... [22:17:57.681] | : relay stdout ... done [22:17:57.682] | : check for misuse ... [22:17:57.682] | : check for misuse ... done [22:17:57.683] | value() for MultisessionFuture () ... done $a [1] 1 [22:17:57.683] | future(..., label = NULL) ... [22:17:57.684] | : lazy: TRUE [22:17:57.684] | : stdout: TRUE [22:17:57.685] | : 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' [22:17:57.685] | : 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' [22:17:57.686] | : . Searching for globals ... [22:17:57.698] | : . ' globals found: [3] '{', 'x', '[[<-' [22:17:57.698] | : . Searching for globals ... done [22:17:57.699] | : . Resolving globals: TRUE [22:17:57.699] | : . Resolving any globals that are futures ... [22:17:57.700] | : . ' Number of non-constant global futures: 0 [22:17:57.700] | : . ' globals: [3] '{', 'x', '[[<-' [22:17:57.701] | : . Resolving any globals that are futures ... done [22:17:57.701] | : . Search for packages associated with the globals ... [22:17:57.702] | : . ' Packages associated with globals: [1] 'base' [22:17:57.702] | : . ' Packages: [1] 'base' [22:17:57.703] | : . Search for packages associated with the globals ... done [22:17:57.703] | : . Resolving futures part of globals (recursively) ... [22:17:57.704] | : . ' resolve() for FutureGlobals ... [22:17:57.704] | : . ' , recursive: 99 [22:17:57.705] | : . ' , Number of elements: 1 [22:17:57.706] | : . ' , elements: 'x' [22:17:57.706] | : . ' , 'obj' is list [22:17:57.707] | : . ' , resolve(obj, ...) ... [22:17:57.707] | : . ' , ; resolve() for list ... [22:17:57.707] | : . ' , ; ` recursive: 98 [22:17:57.708] | : . ' , ; ` Number of elements: 0 [22:17:57.708] | : . ' , ; resolve() for list ... done [22:17:57.709] | : . ' , resolve(obj, ...) ... done [22:17:57.709] | : . ' , resolved() ... [22:17:57.710] | : . ' , ; resolved() for list ... [22:17:57.710] | : . ' , ; ` Number of elements: 0 [22:17:57.711] | : . ' , ; ` Number of futures: 0 [22:17:57.711] | : . ' , ; resolved() for list ... done [22:17:57.712] | : . ' , resolved() ... done [22:17:57.712] | : . ' , length: 0 (resolved future 1) [22:17:57.713] | : . ' resolve() for FutureGlobals ... done [22:17:57.713] | : . ' globals: [1] 'x' [22:17:57.714] | : . Resolving futures part of globals (recursively) ... done [22:17:57.714] | : . Packages after dropping 'base': [0] [22:17:57.715] | : . globals: [1] 'x' [22:17:57.715] | : . packages: [0] [22:17:57.716] | : getGlobalsAndPackages() ... done [22:17:57.717] | future(..., label = NULL) ... done [22:17:57.717] | value() for Future () ... [22:17:57.718] | : run() for 'Future' () ... [22:17:57.718] | : . state: 'created' [22:17:57.719] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:57.719] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:57.720] | : . Using MultisessionFutureBackend ... [22:17:57.720] | : . ' Number of futures since start: 6 (6 created, 6 launched, 6 finished) [22:17:57.721] | : . ' Launching futures ... [22:17:57.721] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:57.722] | : . ' , ; Workers: [n=2] [22:17:57.722] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:57.724] | : . ' , ; FutureRegistry: 'workers-19e8d47b15da0da67fd4c496060a3326' [22:17:57.725] | : . ' , ; requestWorker() ... [22:17:57.725] | : . ' , ; ` requestNode() ... [22:17:57.726] | : . ' , ; ` | Number of workers: 2 [22:17:57.726] | : . ' , ; ` | Polling for a free worker ... [22:17:57.727] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.727] | : . ' , ; ` | : . Listing all futures [22:17:57.728] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:57.728] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.729] | : . ' , ; ` | : Total time: 0 [22:17:57.729] | : . ' , ; ` | Polling for a free worker ... done [22:17:57.730] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.730] | : . ' , ; ` | : Listing all futures [22:17:57.731] | : . ' , ; ` | : Number of registered futures: 0 [22:17:57.731] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.732] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:57.732] | : . ' , ; ` | Index of first available worker: 1 [22:17:57.733] | : . ' , ; ` | Validate that the worker is functional ... [22:17:57.733] | : . ' , ; ` | : Connection is valid [22:17:57.734] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 18568 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:39927') [22:17:57.735] | : . ' , ; ` | : Worker is functional [22:17:57.736] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.736] | : . ' , ; ` | : . Listing all futures [22:17:57.737] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:57.737] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.738] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:57.738] | : . ' , ; ` requestNode() ... done [22:17:57.739] | : . ' , ; ` cluster node index: 1 [22:17:57.739] | : . ' , ; requestWorker() ... done [22:17:57.740] | : . ' , ; eraseGlobalEnvironment() ... [22:17:57.740] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:57.741] | : . ' , ; launchFuture() ... [22:17:57.741] | : . ' , ; ` cluster node index: 1 [22:17:57.742] | : . ' , ; ` getFutureData() ... [22:17:57.742] | : . ' , ; ` | getFutureCore() ... [22:17:57.743] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:57.743] | : . ' , ; ` | getFutureCore() ... done [22:17:57.744] | : . ' , ; ` | getFutureCapture() ... [22:17:57.744] | : . ' , ; ` | getFutureCapture() ... done [22:17:57.745] | : . ' , ; ` | getFutureContext() ... [22:17:57.745] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:57.746] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:57.746] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:57.747] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:57.748] | : . ' , ; ` | getFutureContext() ... done [22:17:57.748] | : . ' , ; ` getFutureData() ... done [22:17:57.749] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... [22:17:57.750] | : . ' , ; ` | Appended future to position #1 [22:17:57.750] | : . ' , ; ` | Number of registered futures: 1 [22:17:57.751] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... done [22:17:57.751] | : . ' , ; launchFuture() ... done [22:17:57.752] | : . ' , ; MultisessionFuture started [22:17:57.752] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:57.753] | : . ' Launching futures ... done [22:17:57.754] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:57.754] | : . Using MultisessionFutureBackend ... done [22:17:57.755] | : run() for 'Future' () ... done [22:17:57.755] | : result() for ClusterFuture ... [22:17:57.756] | : . assertValidConnection() ... [22:17:57.756] | : . ' cluster node index: 1 [22:17:57.757] | : . assertValidConnection() ... done [22:17:57.758] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:57.758] | : . ' cluster node index: 1 [22:17:57.759] | : . ' [1] TRUE [22:17:57.759] | : . ' Received data: [22:17:57.760] | : . ' List of 5 [22:17:57.760] | : . ' $ type : chr "VALUE" [22:17:57.760] | : . ' $ value :List of 16 [22:17:57.760] | : . ' ..$ value :List of 1 [22:17:57.760] | : . ' .. ..$ a: num 1 [22:17:57.760] | : . ' ..$ visible : logi TRUE [22:17:57.760] | : . ' ..$ stdout : chr "" [22:17:57.760] | : . ' ..$ conditions : list() [22:17:57.760] | : . ' ..$ rng : logi FALSE [22:17:57.760] | : . ' ..$ seed : NULL [22:17:57.760] | : . ' ..$ misuseGlobalEnv : NULL [22:17:57.760] | : . ' ..$ misuseConnections :List of 3 [22:17:57.760] | : . ' .. ..$ added : NULL [22:17:57.760] | : . ' .. ..$ removed : NULL [22:17:57.760] | : . ' .. ..$ replaced: NULL [22:17:57.760] | : . ' ..$ misuseDevices : NULL [22:17:57.760] | : . ' ..$ misuseDefaultDevice: list() [22:17:57.760] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:57" [22:17:57.760] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:57" [22:17:57.760] | : . ' ..$ uuid : chr [1:2] "ab3d68cc24a29b544a399ad6589c6d3f" "19" [22:17:57.760] | : . ' ..$ session_uuid : chr "043e128b08e6f95dd41f1b15311a32fa" [22:17:57.760] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:57.760] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:57.760] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:57.760] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:57.760] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:57.760] | : . ' .. .. ..$ pid : int 18568 [22:17:57.760] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:56" [22:17:57.760] | : . ' .. .. ..$ random: int 2147483647 [22:17:57.760] | : . ' ..$ r_info :List of 4 [22:17:57.760] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:57.760] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:57.760] | : . ' .. ..$ os : chr "windows" [22:17:57.760] | : . ' .. ..$ os_name : chr "Windows" [22:17:57.760] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:57.760] | : . ' ..$ version : chr "1.8" [22:17:57.760] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:57.760] | : . ' $ success: logi TRUE [22:17:57.760] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:17:57.760] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:57.760] | : . ' $ tag : NULL [22:17:57.776] | : . ' Received FutureResult [22:17:57.777] | : . ' FutureResult: [22:17:57.777] | : . ' value: 'list' [22:17:57.777] | : . ' visible: TRUE [22:17:57.777] | : . ' stdout: character [22:17:57.777] | : . ' conditions: [n = 0] [22:17:57.777] | : . ' RNG used: FALSE [22:17:57.777] | : . ' duration: 0.003093004 secs (started 2026-03-13 22:17:57.749969) [22:17:57.777] | : . ' version: 1.8 [22:17:57.778] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... [22:17:57.779] | : . ' , Removed future from position #1 [22:17:57.779] | : . ' , Number of registered futures: 0 [22:17:57.780] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... done [22:17:57.781] | : . ' Erased future from future backend [22:17:57.781] | : . ' result() for ClusterFuture ... [22:17:57.782] | : . ' , result already collected: FutureResult [22:17:57.782] | : . ' result() for ClusterFuture ... done [22:17:57.783] | : . ' signalConditions() ... [22:17:57.783] | : . ' , include = 'immediateCondition' [22:17:57.784] | : . ' , exclude = [22:17:57.784] | : . ' , resignal = FALSE [22:17:57.785] | : . ' , Number of conditions: 0 [22:17:57.785] | : . ' , int 0 [22:17:57.786] | : . ' signalConditions() ... done [22:17:57.787] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:57.787] | : result() for ClusterFuture ... done [22:17:57.788] | : result() for ClusterFuture ... [22:17:57.788] | : . result already collected: FutureResult [22:17:57.789] | : result() for ClusterFuture ... done [22:17:57.789] | : signalConditions() ... [22:17:57.790] | : . include = 'immediateCondition' [22:17:57.790] | : . exclude = [22:17:57.791] | : . resignal = FALSE [22:17:57.791] | : . Number of conditions: 0 [22:17:57.792] | : . int 0 [22:17:57.792] | : signalConditions() ... done [22:17:57.793] | : relay stdout ... [22:17:57.793] | : relay stdout ... done [22:17:57.794] | : check for misuse ... [22:17:57.795] | : check for misuse ... done [22:17:57.795] | value() for Future () ... done $a [1] 1 [22:17:57.796] | future(..., label = NULL) ... [22:17:57.796] | : lazy: FALSE [22:17:57.797] | : stdout: TRUE [22:17:57.797] | : 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' [22:17:57.798] | : 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' [22:17:57.799] | : . Searching for globals ... [22:17:57.812] | : . ' globals found: [3] '{', 'x', '[[<-' [22:17:57.812] | : . Searching for globals ... done [22:17:57.813] | : . Resolving globals: TRUE [22:17:57.813] | : . Resolving any globals that are futures ... [22:17:57.814] | : . ' Number of non-constant global futures: 0 [22:17:57.814] | : . ' globals: [3] '{', 'x', '[[<-' [22:17:57.815] | : . Resolving any globals that are futures ... done [22:17:57.815] | : . Search for packages associated with the globals ... [22:17:57.816] | : . ' Packages associated with globals: [1] 'base' [22:17:57.816] | : . ' Packages: [1] 'base' [22:17:57.817] | : . Search for packages associated with the globals ... done [22:17:57.818] | : . Resolving futures part of globals (recursively) ... [22:17:57.818] | : . ' resolve() for FutureGlobals ... [22:17:57.818] | : . ' , recursive: 99 [22:17:57.819] | : . ' , Number of elements: 1 [22:17:57.820] | : . ' , elements: 'x' [22:17:57.820] | : . ' , 'obj' is list [22:17:57.821] | : . ' , resolve(obj, ...) ... [22:17:57.821] | : . ' , ; resolve() for list ... [22:17:57.822] | : . ' , ; ` recursive: 98 [22:17:57.822] | : . ' , ; ` Number of elements: 0 [22:17:57.823] | : . ' , ; resolve() for list ... done [22:17:57.823] | : . ' , resolve(obj, ...) ... done [22:17:57.823] | : . ' , resolved() ... [22:17:57.824] | : . ' , ; resolved() for list ... [22:17:57.824] | : . ' , ; ` Number of elements: 0 [22:17:57.825] | : . ' , ; ` Number of futures: 0 [22:17:57.825] | : . ' , ; resolved() for list ... done [22:17:57.826] | : . ' , resolved() ... done [22:17:57.826] | : . ' , length: 0 (resolved future 1) [22:17:57.827] | : . ' resolve() for FutureGlobals ... done [22:17:57.827] | : . ' globals: [1] 'x' [22:17:57.828] | : . Resolving futures part of globals (recursively) ... done [22:17:57.828] | : . Packages after dropping 'base': [0] [22:17:57.829] | : . globals: [1] 'x' [22:17:57.829] | : . packages: [0] [22:17:57.830] | : getGlobalsAndPackages() ... done [22:17:57.831] | : run() for 'Future' () ... [22:17:57.831] | : . state: 'created' [22:17:57.832] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:57.832] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:57.833] | : . Using MultisessionFutureBackend ... [22:17:57.833] | : . ' Number of futures since start: 7 (7 created, 7 launched, 7 finished) [22:17:57.834] | : . ' Launching futures ... [22:17:57.834] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:57.835] | : . ' , ; Workers: [n=2] [22:17:57.835] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:57.837] | : . ' , ; FutureRegistry: 'workers-19e8d47b15da0da67fd4c496060a3326' [22:17:57.838] | : . ' , ; requestWorker() ... [22:17:57.838] | : . ' , ; ` requestNode() ... [22:17:57.839] | : . ' , ; ` | Number of workers: 2 [22:17:57.839] | : . ' , ; ` | Polling for a free worker ... [22:17:57.840] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.840] | : . ' , ; ` | : . Listing all futures [22:17:57.841] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:57.841] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.842] | : . ' , ; ` | : Total time: 0 [22:17:57.842] | : . ' , ; ` | Polling for a free worker ... done [22:17:57.843] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.843] | : . ' , ; ` | : Listing all futures [22:17:57.844] | : . ' , ; ` | : Number of registered futures: 0 [22:17:57.844] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.845] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:57.845] | : . ' , ; ` | Index of first available worker: 1 [22:17:57.846] | : . ' , ; ` | Validate that the worker is functional ... [22:17:57.846] | : . ' , ; ` | : Connection is valid [22:17:57.847] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 18568 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:39927') [22:17:57.848] | : . ' , ; ` | : Worker is functional [22:17:57.849] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.849] | : . ' , ; ` | : . Listing all futures [22:17:57.850] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:57.850] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.851] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:57.851] | : . ' , ; ` requestNode() ... done [22:17:57.852] | : . ' , ; ` cluster node index: 1 [22:17:57.852] | : . ' , ; requestWorker() ... done [22:17:57.853] | : . ' , ; eraseGlobalEnvironment() ... [22:17:57.853] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:57.854] | : . ' , ; launchFuture() ... [22:17:57.854] | : . ' , ; ` cluster node index: 1 [22:17:57.855] | : . ' , ; ` getFutureData() ... [22:17:57.855] | : . ' , ; ` | getFutureCore() ... [22:17:57.856] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:57.856] | : . ' , ; ` | getFutureCore() ... done [22:17:57.858] | : . ' , ; ` | getFutureCapture() ... [22:17:57.859] | : . ' , ; ` | getFutureCapture() ... done [22:17:57.860] | : . ' , ; ` | getFutureContext() ... [22:17:57.861] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:57.862] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:57.863] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:57.864] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:57.864] | : . ' , ; ` | getFutureContext() ... done [22:17:57.865] | : . ' , ; ` getFutureData() ... done [22:17:57.867] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... [22:17:57.867] | : . ' , ; ` | Appended future to position #1 [22:17:57.868] | : . ' , ; ` | Number of registered futures: 1 [22:17:57.869] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... done [22:17:57.870] | : . ' , ; launchFuture() ... done [22:17:57.871] | : . ' , ; MultisessionFuture started [22:17:57.871] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:57.872] | : . ' Launching futures ... done [22:17:57.873] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:57.874] | : . Using MultisessionFutureBackend ... done [22:17:57.875] | : run() for 'Future' () ... done [22:17:57.875] | future(..., label = NULL) ... done [22:17:57.876] | value() for MultisessionFuture () ... [22:17:57.877] | : result() for ClusterFuture ... [22:17:57.878] | : . assertValidConnection() ... [22:17:57.879] | : . ' cluster node index: 1 [22:17:57.880] | : . assertValidConnection() ... done [22:17:57.881] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:57.882] | : . ' cluster node index: 1 [22:17:57.883] | : . ' [1] TRUE [22:17:57.884] | : . ' Received data: [22:17:57.885] | : . ' List of 5 [22:17:57.885] | : . ' $ type : chr "VALUE" [22:17:57.885] | : . ' $ value :List of 16 [22:17:57.885] | : . ' ..$ value :List of 1 [22:17:57.885] | : . ' .. ..$ a: num 1 [22:17:57.885] | : . ' ..$ visible : logi TRUE [22:17:57.885] | : . ' ..$ stdout : chr "" [22:17:57.885] | : . ' ..$ conditions : list() [22:17:57.885] | : . ' ..$ rng : logi FALSE [22:17:57.885] | : . ' ..$ seed : NULL [22:17:57.885] | : . ' ..$ misuseGlobalEnv : NULL [22:17:57.885] | : . ' ..$ misuseConnections :List of 3 [22:17:57.885] | : . ' .. ..$ added : NULL [22:17:57.885] | : . ' .. ..$ removed : NULL [22:17:57.885] | : . ' .. ..$ replaced: NULL [22:17:57.885] | : . ' ..$ misuseDevices : NULL [22:17:57.885] | : . ' ..$ misuseDefaultDevice: list() [22:17:57.885] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:57" [22:17:57.885] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:57" [22:17:57.885] | : . ' ..$ uuid : chr [1:2] "ab3d68cc24a29b544a399ad6589c6d3f" "20" [22:17:57.885] | : . ' ..$ session_uuid : chr "043e128b08e6f95dd41f1b15311a32fa" [22:17:57.885] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:57.885] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:57.885] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:57.885] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:57.885] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:57.885] | : . ' .. .. ..$ pid : int 18568 [22:17:57.885] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:56" [22:17:57.885] | : . ' .. .. ..$ random: int 2147483647 [22:17:57.885] | : . ' ..$ r_info :List of 4 [22:17:57.885] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:57.885] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:57.885] | : . ' .. ..$ os : chr "windows" [22:17:57.885] | : . ' .. ..$ os_name : chr "Windows" [22:17:57.885] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:57.885] | : . ' ..$ version : chr "1.8" [22:17:57.885] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:57.885] | : . ' $ success: logi TRUE [22:17:57.885] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:17:57.885] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:57.885] | : . ' $ tag : NULL [22:17:57.909] | : . ' Received FutureResult [22:17:57.910] | : . ' FutureResult: [22:17:57.910] | : . ' value: 'list' [22:17:57.910] | : . ' visible: TRUE [22:17:57.910] | : . ' stdout: character [22:17:57.910] | : . ' conditions: [n = 0] [22:17:57.910] | : . ' RNG used: FALSE [22:17:57.910] | : . ' duration: 0.002941847 secs (started 2026-03-13 22:17:57.867206) [22:17:57.910] | : . ' version: 1.8 [22:17:57.912] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... [22:17:57.912] | : . ' , Removed future from position #1 [22:17:57.913] | : . ' , Number of registered futures: 0 [22:17:57.913] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... done [22:17:57.914] | : . ' Erased future from future backend [22:17:57.914] | : . ' result() for ClusterFuture ... [22:17:57.915] | : . ' , result already collected: FutureResult [22:17:57.915] | : . ' result() for ClusterFuture ... done [22:17:57.916] | : . ' signalConditions() ... [22:17:57.917] | : . ' , include = 'immediateCondition' [22:17:57.917] | : . ' , exclude = [22:17:57.918] | : . ' , resignal = FALSE [22:17:57.918] | : . ' , Number of conditions: 0 [22:17:57.919] | : . ' , int 0 [22:17:57.920] | : . ' signalConditions() ... done [22:17:57.920] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:57.921] | : result() for ClusterFuture ... done [22:17:57.921] | : result() for ClusterFuture ... [22:17:57.922] | : . result already collected: FutureResult [22:17:57.922] | : result() for ClusterFuture ... done [22:17:57.923] | : signalConditions() ... [22:17:57.923] | : . include = 'immediateCondition' [22:17:57.924] | : . exclude = [22:17:57.924] | : . resignal = FALSE [22:17:57.925] | : . Number of conditions: 0 [22:17:57.925] | : . int 0 [22:17:57.926] | : signalConditions() ... done [22:17:57.927] | : relay stdout ... [22:17:57.927] | : relay stdout ... done [22:17:57.928] | : check for misuse ... [22:17:57.928] | : check for misuse ... done [22:17:57.929] | value() for MultisessionFuture () ... done $a [1] 1 [22:17:57.930] | future(..., label = NULL) ... [22:17:57.930] | : lazy: FALSE [22:17:57.931] | : stdout: TRUE [22:17:57.931] | : 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' [22:17:57.932] | : 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' [22:17:57.933] | : . Searching for globals ... [22:17:57.952] | : . ' globals found: [4] '{', 'x', '[<-', 'list' [22:17:57.952] | : . Searching for globals ... done [22:17:57.953] | : . Resolving globals: TRUE [22:17:57.953] | : . Resolving any globals that are futures ... [22:17:57.954] | : . ' Number of non-constant global futures: 0 [22:17:57.954] | : . ' globals: [4] '{', 'x', '[<-', 'list' [22:17:57.955] | : . Resolving any globals that are futures ... done [22:17:57.955] | : . Search for packages associated with the globals ... [22:17:57.956] | : . ' Packages associated with globals: [1] 'base' [22:17:57.957] | : . ' Packages: [1] 'base' [22:17:57.958] | : . Search for packages associated with the globals ... done [22:17:57.958] | : . Resolving futures part of globals (recursively) ... [22:17:57.959] | : . ' resolve() for FutureGlobals ... [22:17:57.959] | : . ' , recursive: 99 [22:17:57.960] | : . ' , Number of elements: 1 [22:17:57.961] | : . ' , elements: 'x' [22:17:57.961] | : . ' , 'obj' is list [22:17:57.962] | : . ' , resolve(obj, ...) ... [22:17:57.962] | : . ' , ; resolve() for list ... [22:17:57.963] | : . ' , ; ` recursive: 98 [22:17:57.963] | : . ' , ; ` Number of elements: 0 [22:17:57.964] | : . ' , ; resolve() for list ... done [22:17:57.964] | : . ' , resolve(obj, ...) ... done [22:17:57.965] | : . ' , resolved() ... [22:17:57.965] | : . ' , ; resolved() for list ... [22:17:57.966] | : . ' , ; ` Number of elements: 0 [22:17:57.966] | : . ' , ; ` Number of futures: 0 [22:17:57.967] | : . ' , ; resolved() for list ... done [22:17:57.967] | : . ' , resolved() ... done [22:17:57.968] | : . ' , length: 0 (resolved future 1) [22:17:57.968] | : . ' resolve() for FutureGlobals ... done [22:17:57.969] | : . ' globals: [1] 'x' [22:17:57.970] | : . Resolving futures part of globals (recursively) ... done [22:17:57.970] | : . Packages after dropping 'base': [0] [22:17:57.971] | : . globals: [1] 'x' [22:17:57.971] | : . packages: [0] [22:17:57.972] | : getGlobalsAndPackages() ... done [22:17:57.973] | : run() for 'Future' () ... [22:17:57.973] | : . state: 'created' [22:17:57.974] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:57.974] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:57.975] | : . Using MultisessionFutureBackend ... [22:17:57.975] | : . ' Number of futures since start: 8 (8 created, 8 launched, 8 finished) [22:17:57.976] | : . ' Launching futures ... [22:17:57.976] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:57.977] | : . ' , ; Workers: [n=2] [22:17:57.978] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:57.980] | : . ' , ; FutureRegistry: 'workers-19e8d47b15da0da67fd4c496060a3326' [22:17:57.981] | : . ' , ; requestWorker() ... [22:17:57.982] | : . ' , ; ` requestNode() ... [22:17:57.982] | : . ' , ; ` | Number of workers: 2 [22:17:57.983] | : . ' , ; ` | Polling for a free worker ... [22:17:57.983] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.984] | : . ' , ; ` | : . Listing all futures [22:17:57.984] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:57.985] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.985] | : . ' , ; ` | : Total time: 0 [22:17:57.986] | : . ' , ; ` | Polling for a free worker ... done [22:17:57.986] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.987] | : . ' , ; ` | : Listing all futures [22:17:57.988] | : . ' , ; ` | : Number of registered futures: 0 [22:17:57.988] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.989] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:57.989] | : . ' , ; ` | Index of first available worker: 1 [22:17:57.990] | : . ' , ; ` | Validate that the worker is functional ... [22:17:57.991] | : . ' , ; ` | : Connection is valid [22:17:57.991] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 18568 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:39927') [22:17:57.993] | : . ' , ; ` | : Worker is functional [22:17:57.994] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:57.994] | : . ' , ; ` | : . Listing all futures [22:17:57.995] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:57.995] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:57.996] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:57.996] | : . ' , ; ` requestNode() ... done [22:17:57.997] | : . ' , ; ` cluster node index: 1 [22:17:57.998] | : . ' , ; requestWorker() ... done [22:17:57.998] | : . ' , ; eraseGlobalEnvironment() ... [22:17:57.999] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:57.999] | : . ' , ; launchFuture() ... [22:17:58.000] | : . ' , ; ` cluster node index: 1 [22:17:58.000] | : . ' , ; ` getFutureData() ... [22:17:58.001] | : . ' , ; ` | getFutureCore() ... [22:17:58.001] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:58.002] | : . ' , ; ` | getFutureCore() ... done [22:17:58.002] | : . ' , ; ` | getFutureCapture() ... [22:17:58.003] | : . ' , ; ` | getFutureCapture() ... done [22:17:58.003] | : . ' , ; ` | getFutureContext() ... [22:17:58.004] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:58.005] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:58.005] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:58.006] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:58.006] | : . ' , ; ` | getFutureContext() ... done [22:17:58.007] | : . ' , ; ` getFutureData() ... done [22:17:58.007] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... [22:17:58.008] | : . ' , ; ` | Appended future to position #1 [22:17:58.008] | : . ' , ; ` | Number of registered futures: 1 [22:17:58.009] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... done [22:17:58.009] | : . ' , ; launchFuture() ... done [22:17:58.010] | : . ' , ; MultisessionFuture started [22:17:58.010] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:58.011] | : . ' Launching futures ... done [22:17:58.011] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:58.012] | : . Using MultisessionFutureBackend ... done [22:17:58.013] | : run() for 'Future' () ... done [22:17:58.013] | future(..., label = NULL) ... done [22:17:58.014] | value() for MultisessionFuture () ... [22:17:58.014] | : result() for ClusterFuture ... [22:17:58.015] | : . assertValidConnection() ... [22:17:58.015] | : . ' cluster node index: 1 [22:17:58.016] | : . assertValidConnection() ... done [22:17:58.017] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:58.017] | : . ' cluster node index: 1 [22:17:58.018] | : . ' [1] TRUE [22:17:58.018] | : . ' Received data: [22:17:58.019] | : . ' List of 5 [22:17:58.019] | : . ' $ type : chr "VALUE" [22:17:58.019] | : . ' $ value :List of 16 [22:17:58.019] | : . ' ..$ value :List of 1 [22:17:58.019] | : . ' .. ..$ a: num 1 [22:17:58.019] | : . ' ..$ visible : logi TRUE [22:17:58.019] | : . ' ..$ stdout : chr "" [22:17:58.019] | : . ' ..$ conditions : list() [22:17:58.019] | : . ' ..$ rng : logi FALSE [22:17:58.019] | : . ' ..$ seed : NULL [22:17:58.019] | : . ' ..$ misuseGlobalEnv : NULL [22:17:58.019] | : . ' ..$ misuseConnections :List of 3 [22:17:58.019] | : . ' .. ..$ added : NULL [22:17:58.019] | : . ' .. ..$ removed : NULL [22:17:58.019] | : . ' .. ..$ replaced: NULL [22:17:58.019] | : . ' ..$ misuseDevices : NULL [22:17:58.019] | : . ' ..$ misuseDefaultDevice: list() [22:17:58.019] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:58" [22:17:58.019] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:58" [22:17:58.019] | : . ' ..$ uuid : chr [1:2] "ab3d68cc24a29b544a399ad6589c6d3f" "21" [22:17:58.019] | : . ' ..$ session_uuid : chr "043e128b08e6f95dd41f1b15311a32fa" [22:17:58.019] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:58.019] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:58.019] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:58.019] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:58.019] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:58.019] | : . ' .. .. ..$ pid : int 18568 [22:17:58.019] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:56" [22:17:58.019] | : . ' .. .. ..$ random: int 2147483647 [22:17:58.019] | : . ' ..$ r_info :List of 4 [22:17:58.019] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:58.019] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:58.019] | : . ' .. ..$ os : chr "windows" [22:17:58.019] | : . ' .. ..$ os_name : chr "Windows" [22:17:58.019] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:58.019] | : . ' ..$ version : chr "1.8" [22:17:58.019] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:58.019] | : . ' $ success: logi TRUE [22:17:58.019] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:17:58.019] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:58.019] | : . ' $ tag : NULL [22:17:58.038] | : . ' Received FutureResult [22:17:58.039] | : . ' FutureResult: [22:17:58.039] | : . ' value: 'list' [22:17:58.039] | : . ' visible: TRUE [22:17:58.039] | : . ' stdout: character [22:17:58.039] | : . ' conditions: [n = 0] [22:17:58.039] | : . ' RNG used: FALSE [22:17:58.039] | : . ' duration: 0.002978802 secs (started 2026-03-13 22:17:58.008057) [22:17:58.039] | : . ' version: 1.8 [22:17:58.040] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... [22:17:58.041] | : . ' , Removed future from position #1 [22:17:58.041] | : . ' , Number of registered futures: 0 [22:17:58.042] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... done [22:17:58.042] | : . ' Erased future from future backend [22:17:58.043] | : . ' result() for ClusterFuture ... [22:17:58.043] | : . ' , result already collected: FutureResult [22:17:58.044] | : . ' result() for ClusterFuture ... done [22:17:58.044] | : . ' signalConditions() ... [22:17:58.045] | : . ' , include = 'immediateCondition' [22:17:58.045] | : . ' , exclude = [22:17:58.046] | : . ' , resignal = FALSE [22:17:58.046] | : . ' , Number of conditions: 0 [22:17:58.047] | : . ' , int 0 [22:17:58.048] | : . ' signalConditions() ... done [22:17:58.048] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:58.049] | : result() for ClusterFuture ... done [22:17:58.049] | : result() for ClusterFuture ... [22:17:58.050] | : . result already collected: FutureResult [22:17:58.050] | : result() for ClusterFuture ... done [22:17:58.051] | : signalConditions() ... [22:17:58.051] | : . include = 'immediateCondition' [22:17:58.052] | : . exclude = [22:17:58.052] | : . resignal = FALSE [22:17:58.053] | : . Number of conditions: 0 [22:17:58.053] | : . int 0 [22:17:58.054] | : signalConditions() ... done [22:17:58.055] | : relay stdout ... [22:17:58.055] | : relay stdout ... done [22:17:58.056] | : check for misuse ... [22:17:58.056] | : check for misuse ... done [22:17:58.057] | value() for MultisessionFuture () ... done $a [1] 1 [22:17:58.058] | future(..., label = NULL) ... [22:17:58.058] | : lazy: TRUE [22:17:58.059] | : stdout: TRUE [22:17:58.059] | : 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' [22:17:58.060] | : 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' [22:17:58.061] | : . Searching for globals ... [22:17:58.082] | : . ' globals found: [4] '{', 'x', '[<-', 'list' [22:17:58.083] | : . Searching for globals ... done [22:17:58.083] | : . Resolving globals: TRUE [22:17:58.084] | : . Resolving any globals that are futures ... [22:17:58.084] | : . ' Number of non-constant global futures: 0 [22:17:58.085] | : . ' globals: [4] '{', 'x', '[<-', 'list' [22:17:58.085] | : . Resolving any globals that are futures ... done [22:17:58.086] | : . Search for packages associated with the globals ... [22:17:58.087] | : . ' Packages associated with globals: [1] 'base' [22:17:58.088] | : . ' Packages: [1] 'base' [22:17:58.088] | : . Search for packages associated with the globals ... done [22:17:58.089] | : . Resolving futures part of globals (recursively) ... [22:17:58.089] | : . ' resolve() for FutureGlobals ... [22:17:58.090] | : . ' , recursive: 99 [22:17:58.091] | : . ' , Number of elements: 1 [22:17:58.091] | : . ' , elements: 'x' [22:17:58.092] | : . ' , 'obj' is list [22:17:58.093] | : . ' , resolve(obj, ...) ... [22:17:58.093] | : . ' , ; resolve() for list ... [22:17:58.094] | : . ' , ; ` recursive: 98 [22:17:58.094] | : . ' , ; ` Number of elements: 0 [22:17:58.095] | : . ' , ; resolve() for list ... done [22:17:58.095] | : . ' , resolve(obj, ...) ... done [22:17:58.096] | : . ' , resolved() ... [22:17:58.096] | : . ' , ; resolved() for list ... [22:17:58.097] | : . ' , ; ` Number of elements: 0 [22:17:58.098] | : . ' , ; ` Number of futures: 0 [22:17:58.098] | : . ' , ; resolved() for list ... done [22:17:58.099] | : . ' , resolved() ... done [22:17:58.099] | : . ' , length: 0 (resolved future 1) [22:17:58.100] | : . ' resolve() for FutureGlobals ... done [22:17:58.100] | : . ' globals: [1] 'x' [22:17:58.101] | : . Resolving futures part of globals (recursively) ... done [22:17:58.102] | : . Packages after dropping 'base': [0] [22:17:58.102] | : . globals: [1] 'x' [22:17:58.103] | : . packages: [0] [22:17:58.103] | : getGlobalsAndPackages() ... done [22:17:58.104] | future(..., label = NULL) ... done [22:17:58.105] | value() for Future () ... [22:17:58.105] | : run() for 'Future' () ... [22:17:58.106] | : . state: 'created' [22:17:58.106] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:58.107] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:58.108] | : . Using MultisessionFutureBackend ... [22:17:58.108] | : . ' Number of futures since start: 9 (9 created, 9 launched, 9 finished) [22:17:58.109] | : . ' Launching futures ... [22:17:58.109] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:58.110] | : . ' , ; Workers: [n=2] [22:17:58.110] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:58.114] | : . ' , ; FutureRegistry: 'workers-19e8d47b15da0da67fd4c496060a3326' [22:17:58.114] | : . ' , ; requestWorker() ... [22:17:58.115] | : . ' , ; ` requestNode() ... [22:17:58.116] | : . ' , ; ` | Number of workers: 2 [22:17:58.116] | : . ' , ; ` | Polling for a free worker ... [22:17:58.117] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:58.117] | : . ' , ; ` | : . Listing all futures [22:17:58.118] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:58.118] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:58.119] | : . ' , ; ` | : Total time: 0 [22:17:58.119] | : . ' , ; ` | Polling for a free worker ... done [22:17:58.120] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:58.120] | : . ' , ; ` | : Listing all futures [22:17:58.121] | : . ' , ; ` | : Number of registered futures: 0 [22:17:58.122] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:58.122] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:58.123] | : . ' , ; ` | Index of first available worker: 1 [22:17:58.123] | : . ' , ; ` | Validate that the worker is functional ... [22:17:58.124] | : . ' , ; ` | : Connection is valid [22:17:58.125] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 18568 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:39927') [22:17:58.127] | : . ' , ; ` | : Worker is functional [22:17:58.127] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:58.128] | : . ' , ; ` | : . Listing all futures [22:17:58.128] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:58.129] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:58.129] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:58.130] | : . ' , ; ` requestNode() ... done [22:17:58.130] | : . ' , ; ` cluster node index: 1 [22:17:58.131] | : . ' , ; requestWorker() ... done [22:17:58.132] | : . ' , ; eraseGlobalEnvironment() ... [22:17:58.132] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:58.133] | : . ' , ; launchFuture() ... [22:17:58.134] | : . ' , ; ` cluster node index: 1 [22:17:58.134] | : . ' , ; ` getFutureData() ... [22:17:58.135] | : . ' , ; ` | getFutureCore() ... [22:17:58.135] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:58.136] | : . ' , ; ` | getFutureCore() ... done [22:17:58.136] | : . ' , ; ` | getFutureCapture() ... [22:17:58.137] | : . ' , ; ` | getFutureCapture() ... done [22:17:58.138] | : . ' , ; ` | getFutureContext() ... [22:17:58.138] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:58.139] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:58.139] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:58.140] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:58.140] | : . ' , ; ` | getFutureContext() ... done [22:17:58.141] | : . ' , ; ` getFutureData() ... done [22:17:58.142] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... [22:17:58.142] | : . ' , ; ` | Appended future to position #1 [22:17:58.143] | : . ' , ; ` | Number of registered futures: 1 [22:17:58.144] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... done [22:17:58.144] | : . ' , ; launchFuture() ... done [22:17:58.145] | : . ' , ; MultisessionFuture started [22:17:58.145] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:58.146] | : . ' Launching futures ... done [22:17:58.146] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:58.147] | : . Using MultisessionFutureBackend ... done [22:17:58.147] | : run() for 'Future' () ... done [22:17:58.148] | : result() for ClusterFuture ... [22:17:58.149] | : . assertValidConnection() ... [22:17:58.149] | : . ' cluster node index: 1 [22:17:58.150] | : . assertValidConnection() ... done [22:17:58.151] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:58.151] | : . ' cluster node index: 1 [22:17:58.152] | : . ' [1] TRUE [22:17:58.153] | : . ' Received data: [22:17:58.153] | : . ' List of 5 [22:17:58.153] | : . ' $ type : chr "VALUE" [22:17:58.153] | : . ' $ value :List of 16 [22:17:58.153] | : . ' ..$ value :List of 1 [22:17:58.153] | : . ' .. ..$ a: num 1 [22:17:58.153] | : . ' ..$ visible : logi TRUE [22:17:58.153] | : . ' ..$ stdout : chr "" [22:17:58.153] | : . ' ..$ conditions : list() [22:17:58.153] | : . ' ..$ rng : logi FALSE [22:17:58.153] | : . ' ..$ seed : NULL [22:17:58.153] | : . ' ..$ misuseGlobalEnv : NULL [22:17:58.153] | : . ' ..$ misuseConnections :List of 3 [22:17:58.153] | : . ' .. ..$ added : NULL [22:17:58.153] | : . ' .. ..$ removed : NULL [22:17:58.153] | : . ' .. ..$ replaced: NULL [22:17:58.153] | : . ' ..$ misuseDevices : NULL [22:17:58.153] | : . ' ..$ misuseDefaultDevice: list() [22:17:58.153] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:58" [22:17:58.153] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:58" [22:17:58.153] | : . ' ..$ uuid : chr [1:2] "ab3d68cc24a29b544a399ad6589c6d3f" "22" [22:17:58.153] | : . ' ..$ session_uuid : chr "043e128b08e6f95dd41f1b15311a32fa" [22:17:58.153] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:58.153] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:58.153] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:58.153] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:58.153] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:58.153] | : . ' .. .. ..$ pid : int 18568 [22:17:58.153] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:56" [22:17:58.153] | : . ' .. .. ..$ random: int 2147483647 [22:17:58.153] | : . ' ..$ r_info :List of 4 [22:17:58.153] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:58.153] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:58.153] | : . ' .. ..$ os : chr "windows" [22:17:58.153] | : . ' .. ..$ os_name : chr "Windows" [22:17:58.153] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:58.153] | : . ' ..$ version : chr "1.8" [22:17:58.153] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:58.153] | : . ' $ success: logi TRUE [22:17:58.153] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:17:58.153] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:58.153] | : . ' $ tag : NULL [22:17:58.176] | : . ' Received FutureResult [22:17:58.176] | : . ' FutureResult: [22:17:58.176] | : . ' value: 'list' [22:17:58.176] | : . ' visible: TRUE [22:17:58.176] | : . ' stdout: character [22:17:58.176] | : . ' conditions: [n = 0] [22:17:58.176] | : . ' RNG used: FALSE [22:17:58.176] | : . ' duration: 0.002972126 secs (started 2026-03-13 22:17:58.142473) [22:17:58.176] | : . ' version: 1.8 [22:17:58.178] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... [22:17:58.178] | : . ' , Removed future from position #1 [22:17:58.179] | : . ' , Number of registered futures: 0 [22:17:58.180] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... done [22:17:58.180] | : . ' Erased future from future backend [22:17:58.181] | : . ' result() for ClusterFuture ... [22:17:58.181] | : . ' , result already collected: FutureResult [22:17:58.182] | : . ' result() for ClusterFuture ... done [22:17:58.182] | : . ' signalConditions() ... [22:17:58.183] | : . ' , include = 'immediateCondition' [22:17:58.183] | : . ' , exclude = [22:17:58.184] | : . ' , resignal = FALSE [22:17:58.185] | : . ' , Number of conditions: 0 [22:17:58.185] | : . ' , int 0 [22:17:58.186] | : . ' signalConditions() ... done [22:17:58.187] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:58.187] | : result() for ClusterFuture ... done [22:17:58.188] | : result() for ClusterFuture ... [22:17:58.189] | : . result already collected: FutureResult [22:17:58.189] | : result() for ClusterFuture ... done [22:17:58.190] | : signalConditions() ... [22:17:58.190] | : . include = 'immediateCondition' [22:17:58.191] | : . exclude = [22:17:58.191] | : . resignal = FALSE [22:17:58.192] | : . Number of conditions: 0 [22:17:58.192] | : . int 0 [22:17:58.193] | : signalConditions() ... done [22:17:58.194] | : relay stdout ... [22:17:58.194] | : relay stdout ... done [22:17:58.195] | : check for misuse ... [22:17:58.195] | : check for misuse ... done [22:17:58.196] | value() for Future () ... done $a [1] 1 [22:17:58.197] | future(..., label = NULL) ... [22:17:58.197] | : lazy: FALSE [22:17:58.198] | : stdout: TRUE [22:17:58.198] | : 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' [22:17:58.199] | : 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' [22:17:58.200] | : . Searching for globals ... [22:17:58.216] | : . ' globals found: [4] '{', 'x', '[<-', 'list' [22:17:58.217] | : . Searching for globals ... done [22:17:58.217] | : . Resolving globals: TRUE [22:17:58.218] | : . Resolving any globals that are futures ... [22:17:58.218] | : . ' Number of non-constant global futures: 0 [22:17:58.219] | : . ' globals: [4] '{', 'x', '[<-', 'list' [22:17:58.219] | : . Resolving any globals that are futures ... done [22:17:58.220] | : . Search for packages associated with the globals ... [22:17:58.221] | : . ' Packages associated with globals: [1] 'base' [22:17:58.221] | : . ' Packages: [1] 'base' [22:17:58.222] | : . Search for packages associated with the globals ... done [22:17:58.222] | : . Resolving futures part of globals (recursively) ... [22:17:58.223] | : . ' resolve() for FutureGlobals ... [22:17:58.223] | : . ' , recursive: 99 [22:17:58.224] | : . ' , Number of elements: 1 [22:17:58.225] | : . ' , elements: 'x' [22:17:58.225] | : . ' , 'obj' is list [22:17:58.226] | : . ' , resolve(obj, ...) ... [22:17:58.226] | : . ' , ; resolve() for list ... [22:17:58.227] | : . ' , ; ` recursive: 98 [22:17:58.227] | : . ' , ; ` Number of elements: 0 [22:17:58.228] | : . ' , ; resolve() for list ... done [22:17:58.228] | : . ' , resolve(obj, ...) ... done [22:17:58.229] | : . ' , resolved() ... [22:17:58.229] | : . ' , ; resolved() for list ... [22:17:58.230] | : . ' , ; ` Number of elements: 0 [22:17:58.230] | : . ' , ; ` Number of futures: 0 [22:17:58.231] | : . ' , ; resolved() for list ... done [22:17:58.231] | : . ' , resolved() ... done [22:17:58.232] | : . ' , length: 0 (resolved future 1) [22:17:58.232] | : . ' resolve() for FutureGlobals ... done [22:17:58.233] | : . ' globals: [1] 'x' [22:17:58.233] | : . Resolving futures part of globals (recursively) ... done [22:17:58.234] | : . Packages after dropping 'base': [0] [22:17:58.234] | : . globals: [1] 'x' [22:17:58.235] | : . packages: [0] [22:17:58.235] | : getGlobalsAndPackages() ... done [22:17:58.236] | : run() for 'Future' () ... [22:17:58.236] | : . state: 'created' [22:17:58.237] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:58.237] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:58.238] | : . Using MultisessionFutureBackend ... [22:17:58.238] | : . ' Number of futures since start: 10 (10 created, 10 launched, 10 finished) [22:17:58.239] | : . ' Launching futures ... [22:17:58.239] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:58.240] | : . ' , ; Workers: [n=2] [22:17:58.241] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:58.243] | : . ' , ; FutureRegistry: 'workers-19e8d47b15da0da67fd4c496060a3326' [22:17:58.243] | : . ' , ; requestWorker() ... [22:17:58.244] | : . ' , ; ` requestNode() ... [22:17:58.244] | : . ' , ; ` | Number of workers: 2 [22:17:58.245] | : . ' , ; ` | Polling for a free worker ... [22:17:58.245] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:58.246] | : . ' , ; ` | : . Listing all futures [22:17:58.246] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:58.247] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:58.248] | : . ' , ; ` | : Total time: 0 [22:17:58.248] | : . ' , ; ` | Polling for a free worker ... done [22:17:58.249] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:58.249] | : . ' , ; ` | : Listing all futures [22:17:58.250] | : . ' , ; ` | : Number of registered futures: 0 [22:17:58.250] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:58.251] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:58.251] | : . ' , ; ` | Index of first available worker: 1 [22:17:58.252] | : . ' , ; ` | Validate that the worker is functional ... [22:17:58.252] | : . ' , ; ` | : Connection is valid [22:17:58.253] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 18568 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:39927') [22:17:58.255] | : . ' , ; ` | : Worker is functional [22:17:58.255] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:58.256] | : . ' , ; ` | : . Listing all futures [22:17:58.256] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:58.257] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:58.257] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:58.258] | : . ' , ; ` requestNode() ... done [22:17:58.258] | : . ' , ; ` cluster node index: 1 [22:17:58.259] | : . ' , ; requestWorker() ... done [22:17:58.259] | : . ' , ; eraseGlobalEnvironment() ... [22:17:58.260] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:58.261] | : . ' , ; launchFuture() ... [22:17:58.261] | : . ' , ; ` cluster node index: 1 [22:17:58.262] | : . ' , ; ` getFutureData() ... [22:17:58.262] | : . ' , ; ` | getFutureCore() ... [22:17:58.263] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:58.263] | : . ' , ; ` | getFutureCore() ... done [22:17:58.264] | : . ' , ; ` | getFutureCapture() ... [22:17:58.265] | : . ' , ; ` | getFutureCapture() ... done [22:17:58.265] | : . ' , ; ` | getFutureContext() ... [22:17:58.266] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:58.266] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:58.267] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:58.267] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:58.268] | : . ' , ; ` | getFutureContext() ... done [22:17:58.268] | : . ' , ; ` getFutureData() ... done [22:17:58.269] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... [22:17:58.270] | : . ' , ; ` | Appended future to position #1 [22:17:58.270] | : . ' , ; ` | Number of registered futures: 1 [22:17:58.271] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... done [22:17:58.271] | : . ' , ; launchFuture() ... done [22:17:58.272] | : . ' , ; MultisessionFuture started [22:17:58.272] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:58.273] | : . ' Launching futures ... done [22:17:58.273] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:58.274] | : . Using MultisessionFutureBackend ... done [22:17:58.274] | : run() for 'Future' () ... done [22:17:58.275] | future(..., label = NULL) ... done [22:17:58.276] | value() for MultisessionFuture () ... [22:17:58.276] | : result() for ClusterFuture ... [22:17:58.277] | : . assertValidConnection() ... [22:17:58.277] | : . ' cluster node index: 1 [22:17:58.278] | : . assertValidConnection() ... done [22:17:58.279] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:58.279] | : . ' cluster node index: 1 [22:17:58.280] | : . ' [1] TRUE [22:17:58.281] | : . ' Received data: [22:17:58.281] | : . ' List of 5 [22:17:58.281] | : . ' $ type : chr "VALUE" [22:17:58.281] | : . ' $ value :List of 16 [22:17:58.281] | : . ' ..$ value :List of 1 [22:17:58.281] | : . ' .. ..$ a: num 1 [22:17:58.281] | : . ' ..$ visible : logi TRUE [22:17:58.281] | : . ' ..$ stdout : chr "" [22:17:58.281] | : . ' ..$ conditions : list() [22:17:58.281] | : . ' ..$ rng : logi FALSE [22:17:58.281] | : . ' ..$ seed : NULL [22:17:58.281] | : . ' ..$ misuseGlobalEnv : NULL [22:17:58.281] | : . ' ..$ misuseConnections :List of 3 [22:17:58.281] | : . ' .. ..$ added : NULL [22:17:58.281] | : . ' .. ..$ removed : NULL [22:17:58.281] | : . ' .. ..$ replaced: NULL [22:17:58.281] | : . ' ..$ misuseDevices : NULL [22:17:58.281] | : . ' ..$ misuseDefaultDevice: list() [22:17:58.281] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:58" [22:17:58.281] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:58" [22:17:58.281] | : . ' ..$ uuid : chr [1:2] "ab3d68cc24a29b544a399ad6589c6d3f" "23" [22:17:58.281] | : . ' ..$ session_uuid : chr "043e128b08e6f95dd41f1b15311a32fa" [22:17:58.281] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:58.281] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:58.281] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:58.281] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:58.281] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:58.281] | : . ' .. .. ..$ pid : int 18568 [22:17:58.281] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:56" [22:17:58.281] | : . ' .. .. ..$ random: int 2147483647 [22:17:58.281] | : . ' ..$ r_info :List of 4 [22:17:58.281] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:58.281] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:58.281] | : . ' .. ..$ os : chr "windows" [22:17:58.281] | : . ' .. ..$ os_name : chr "Windows" [22:17:58.281] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:58.281] | : . ' ..$ version : chr "1.8" [22:17:58.281] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:58.281] | : . ' $ success: logi TRUE [22:17:58.281] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:17:58.281] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:58.281] | : . ' $ tag : NULL [22:17:58.301] | : . ' Received FutureResult [22:17:58.301] | : . ' FutureResult: [22:17:58.301] | : . ' value: 'list' [22:17:58.301] | : . ' visible: TRUE [22:17:58.301] | : . ' stdout: character [22:17:58.301] | : . ' conditions: [n = 0] [22:17:58.301] | : . ' RNG used: FALSE [22:17:58.301] | : . ' duration: 0.002928019 secs (started 2026-03-13 22:17:58.269726) [22:17:58.301] | : . ' version: 1.8 [22:17:58.303] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... [22:17:58.303] | : . ' , Removed future from position #1 [22:17:58.304] | : . ' , Number of registered futures: 0 [22:17:58.304] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... done [22:17:58.305] | : . ' Erased future from future backend [22:17:58.305] | : . ' result() for ClusterFuture ... [22:17:58.306] | : . ' , result already collected: FutureResult [22:17:58.306] | : . ' result() for ClusterFuture ... done [22:17:58.307] | : . ' signalConditions() ... [22:17:58.307] | : . ' , include = 'immediateCondition' [22:17:58.308] | : . ' , exclude = [22:17:58.308] | : . ' , resignal = FALSE [22:17:58.309] | : . ' , Number of conditions: 0 [22:17:58.310] | : . ' , int 0 [22:17:58.311] | : . ' signalConditions() ... done [22:17:58.311] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:58.312] | : result() for ClusterFuture ... done [22:17:58.312] | : result() for ClusterFuture ... [22:17:58.313] | : . result already collected: FutureResult [22:17:58.313] | : result() for ClusterFuture ... done [22:17:58.314] | : signalConditions() ... [22:17:58.314] | : . include = 'immediateCondition' [22:17:58.315] | : . exclude = [22:17:58.315] | : . resignal = FALSE [22:17:58.316] | : . Number of conditions: 0 [22:17:58.316] | : . int 0 [22:17:58.317] | : signalConditions() ... done [22:17:58.318] | : relay stdout ... [22:17:58.318] | : relay stdout ... done [22:17:58.319] | : check for misuse ... [22:17:58.319] | : check for misuse ... done [22:17:58.320] | value() for MultisessionFuture () ... done $a [1] 1 [22:17:58.321] | future(..., label = NULL) ... [22:17:58.321] | : lazy: FALSE [22:17:58.322] | : stdout: TRUE [22:17:58.322] | : 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' [22:17:58.323] | : 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' [22:17:58.324] | : . Searching for globals ... [22:17:58.342] | : . ' globals found: [5] '{', 'x', '[<-', 'name', 'list' [22:17:58.342] | : . Searching for globals ... done [22:17:58.343] | : . Resolving globals: TRUE [22:17:58.343] | : . Resolving any globals that are futures ... [22:17:58.344] | : . ' Number of non-constant global futures: 0 [22:17:58.345] | : . ' globals: [5] '{', 'x', '[<-', 'name', 'list' [22:17:58.345] | : . Resolving any globals that are futures ... done [22:17:58.346] | : . Search for packages associated with the globals ... [22:17:58.346] | : . ' Packages associated with globals: [1] 'base' [22:17:58.347] | : . ' Packages: [1] 'base' [22:17:58.348] | : . Search for packages associated with the globals ... done [22:17:58.348] | : . Resolving futures part of globals (recursively) ... [22:17:58.349] | : . ' resolve() for FutureGlobals ... [22:17:58.349] | : . ' , recursive: 99 [22:17:58.350] | : . ' , Number of elements: 2 [22:17:58.351] | : . ' , elements: 'x', 'name' [22:17:58.351] | : . ' , 'obj' is list [22:17:58.352] | : . ' , resolve(obj, ...) ... [22:17:58.352] | : . ' , ; resolve() for list ... [22:17:58.353] | : . ' , ; ` recursive: 98 [22:17:58.353] | : . ' , ; ` Number of elements: 0 [22:17:58.354] | : . ' , ; resolve() for list ... done [22:17:58.354] | : . ' , resolve(obj, ...) ... done [22:17:58.355] | : . ' , resolved() ... [22:17:58.355] | : . ' , ; resolved() for list ... [22:17:58.356] | : . ' , ; ` Number of elements: 0 [22:17:58.356] | : . ' , ; ` Number of futures: 0 [22:17:58.357] | : . ' , ; resolved() for list ... done [22:17:58.357] | : . ' , resolved() ... done [22:17:58.358] | : . ' , length: 1 (resolved future 1) [22:17:58.359] | : . ' , 'obj' is atomic [22:17:58.359] | : . ' , resolved() ... [22:17:58.360] | : . ' , resolved() ... done [22:17:58.360] | : . ' , length: 0 (resolved future 2) [22:17:58.361] | : . ' resolve() for FutureGlobals ... done [22:17:58.361] | : . ' globals: [2] 'x', 'name' [22:17:58.362] | : . Resolving futures part of globals (recursively) ... done [22:17:58.362] | : . Packages after dropping 'base': [0] [22:17:58.363] | : . globals: [2] 'x', 'name' [22:17:58.363] | : . packages: [0] [22:17:58.364] | : getGlobalsAndPackages() ... done [22:17:58.365] | : run() for 'Future' () ... [22:17:58.365] | : . state: 'created' [22:17:58.366] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:58.366] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:58.367] | : . Using MultisessionFutureBackend ... [22:17:58.367] | : . ' Number of futures since start: 11 (11 created, 11 launched, 11 finished) [22:17:58.368] | : . ' Launching futures ... [22:17:58.368] | : . ' , launchFuture() for ClusterFutureBackend ... [22:17:58.369] | : . ' , ; Workers: [n=2] [22:17:58.370] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-03-12 r89611 ucrt), platform x86_64-w64-mingw32) [22:17:58.372] | : . ' , ; FutureRegistry: 'workers-19e8d47b15da0da67fd4c496060a3326' [22:17:58.373] | : . ' , ; requestWorker() ... [22:17:58.373] | : . ' , ; ` requestNode() ... [22:17:58.374] | : . ' , ; ` | Number of workers: 2 [22:17:58.374] | : . ' , ; ` | Polling for a free worker ... [22:17:58.375] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:58.375] | : . ' , ; ` | : . Listing all futures [22:17:58.376] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:58.376] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:58.377] | : . ' , ; ` | : Total time: 0 [22:17:58.377] | : . ' , ; ` | Polling for a free worker ... done [22:17:58.378] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:58.378] | : . ' , ; ` | : Listing all futures [22:17:58.379] | : . ' , ; ` | : Number of registered futures: 0 [22:17:58.379] | : . ' , ; ` | FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:58.380] | : . ' , ; ` | avail: [n=2] '1', '2' [22:17:58.380] | : . ' , ; ` | Index of first available worker: 1 [22:17:58.381] | : . ' , ; ` | Validate that the worker is functional ... [22:17:58.381] | : . ' , ; ` | : Connection is valid [22:17:58.382] | : . ' , ; ` | : RichSOCKnode of a socket cluster on local host 'localhost' with pid 18568 (R Under development (unstable) (2026-03-12 r89611 ucrt), x86_64-w64-mingw32) using socket connection #4 ('<-CRANwin3.fb05.statistik.uni-dortmund.de:39927') [22:17:58.383] | : . ' , ; ` | : Worker is functional [22:17:58.384] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... [22:17:58.384] | : . ' , ; ` | : . Listing all futures [22:17:58.385] | : . ' , ; ` | : . Number of registered futures: 0 [22:17:58.385] | : . ' , ; ` | : FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'list', earlySignal = 0) ... done [22:17:58.386] | : . ' , ; ` | Validate that the worker is functional ... done [22:17:58.386] | : . ' , ; ` requestNode() ... done [22:17:58.387] | : . ' , ; ` cluster node index: 1 [22:17:58.387] | : . ' , ; requestWorker() ... done [22:17:58.388] | : . ' , ; eraseGlobalEnvironment() ... [22:17:58.388] | : . ' , ; eraseGlobalEnvironment() ... done [22:17:58.389] | : . ' , ; launchFuture() ... [22:17:58.390] | : . ' , ; ` cluster node index: 1 [22:17:58.390] | : . ' , ; ` getFutureData() ... [22:17:58.391] | : . ' , ; ` | getFutureCore() ... [22:17:58.391] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:58.392] | : . ' , ; ` | getFutureCore() ... done [22:17:58.392] | : . ' , ; ` | getFutureCapture() ... [22:17:58.393] | : . ' , ; ` | getFutureCapture() ... done [22:17:58.393] | : . ' , ; ` | getFutureContext() ... [22:17:58.394] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:58.394] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:58.395] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:58.395] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:58.396] | : . ' , ; ` | getFutureContext() ... done [22:17:58.396] | : . ' , ; ` getFutureData() ... done [22:17:58.397] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... [22:17:58.397] | : . ' , ; ` | Appended future to position #1 [22:17:58.398] | : . ' , ; ` | Number of registered futures: 1 [22:17:58.398] | : . ' , ; ` FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'add', earlySignal = 0) ... done [22:17:58.399] | : . ' , ; launchFuture() ... done [22:17:58.402] | : . ' , ; MultisessionFuture started [22:17:58.402] | : . ' , launchFuture() for ClusterFutureBackend ... done [22:17:58.403] | : . ' Launching futures ... done [22:17:58.404] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [22:17:58.404] | : . Using MultisessionFutureBackend ... done [22:17:58.405] | : run() for 'Future' () ... done [22:17:58.405] | future(..., label = NULL) ... done [22:17:58.406] | value() for MultisessionFuture () ... [22:17:58.406] | : result() for ClusterFuture ... [22:17:58.407] | : . assertValidConnection() ... [22:17:58.407] | : . ' cluster node index: 1 [22:17:58.408] | : . assertValidConnection() ... done [22:17:58.409] | : . receiveMessageFromWorker() for ClusterFuture ... [22:17:58.409] | : . ' cluster node index: 1 [22:17:58.410] | : . ' [1] TRUE [22:17:58.410] | : . ' Received data: [22:17:58.411] | : . ' List of 5 [22:17:58.411] | : . ' $ type : chr "VALUE" [22:17:58.411] | : . ' $ value :List of 16 [22:17:58.411] | : . ' ..$ value :List of 1 [22:17:58.411] | : . ' .. ..$ a: num 1 [22:17:58.411] | : . ' ..$ visible : logi TRUE [22:17:58.411] | : . ' ..$ stdout : chr "" [22:17:58.411] | : . ' ..$ conditions : list() [22:17:58.411] | : . ' ..$ rng : logi FALSE [22:17:58.411] | : . ' ..$ seed : NULL [22:17:58.411] | : . ' ..$ misuseGlobalEnv : NULL [22:17:58.411] | : . ' ..$ misuseConnections :List of 3 [22:17:58.411] | : . ' .. ..$ added : NULL [22:17:58.411] | : . ' .. ..$ removed : NULL [22:17:58.411] | : . ' .. ..$ replaced: NULL [22:17:58.411] | : . ' ..$ misuseDevices : NULL [22:17:58.411] | : . ' ..$ misuseDefaultDevice: list() [22:17:58.411] | : . ' ..$ started : POSIXct[1:1], format: "2026-03-13 22:17:58" [22:17:58.411] | : . ' ..$ finished : POSIXct[1:1], format: "2026-03-13 22:17:58" [22:17:58.411] | : . ' ..$ uuid : chr [1:2] "ab3d68cc24a29b544a399ad6589c6d3f" "24" [22:17:58.411] | : . ' ..$ session_uuid : chr "043e128b08e6f95dd41f1b15311a32fa" [22:17:58.411] | : . ' .. ..- attr(*, "source")=List of 5 [22:17:58.411] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [22:17:58.411] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [22:17:58.411] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [22:17:58.411] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [22:17:58.411] | : . ' .. .. ..$ pid : int 18568 [22:17:58.411] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-03-13 22:17:56" [22:17:58.411] | : . ' .. .. ..$ random: int 2147483647 [22:17:58.411] | : . ' ..$ r_info :List of 4 [22:17:58.411] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [22:17:58.411] | : . ' .. .. ..$ : int [1:3] 4 6 0 [22:17:58.411] | : . ' .. ..$ os : chr "windows" [22:17:58.411] | : . ' .. ..$ os_name : chr "Windows" [22:17:58.411] | : . ' .. ..$ captures_utf8: logi TRUE [22:17:58.411] | : . ' ..$ version : chr "1.8" [22:17:58.411] | : . ' ..- attr(*, "class")= chr "FutureResult" [22:17:58.411] | : . ' $ success: logi TRUE [22:17:58.411] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [22:17:58.411] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [22:17:58.411] | : . ' $ tag : NULL [22:17:58.426] | : . ' Received FutureResult [22:17:58.427] | : . ' FutureResult: [22:17:58.427] | : . ' value: 'list' [22:17:58.427] | : . ' visible: TRUE [22:17:58.427] | : . ' stdout: character [22:17:58.427] | : . ' conditions: [n = 0] [22:17:58.427] | : . ' RNG used: FALSE [22:17:58.427] | : . ' duration: 0.002955198 secs (started 2026-03-13 22:17:58.397554) [22:17:58.427] | : . ' version: 1.8 [22:17:58.428] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... [22:17:58.429] | : . ' , Removed future from position #1 [22:17:58.429] | : . ' , Number of registered futures: 0 [22:17:58.430] | : . ' FutureRegistry('workers-19e8d47b15da0da67fd4c496060a3326', action = 'remove', earlySignal = 0) ... done [22:17:58.430] | : . ' Erased future from future backend [22:17:58.431] | : . ' result() for ClusterFuture ... [22:17:58.431] | : . ' , result already collected: FutureResult [22:17:58.432] | : . ' result() for ClusterFuture ... done [22:17:58.432] | : . ' signalConditions() ... [22:17:58.433] | : . ' , include = 'immediateCondition' [22:17:58.433] | : . ' , exclude = [22:17:58.434] | : . ' , resignal = FALSE [22:17:58.434] | : . ' , Number of conditions: 0 [22:17:58.435] | : . ' , int 0 [22:17:58.436] | : . ' signalConditions() ... done [22:17:58.436] | : . receiveMessageFromWorker() for ClusterFuture ... done [22:17:58.437] | : result() for ClusterFuture ... done [22:17:58.437] | : result() for ClusterFuture ... [22:17:58.438] | : . result already collected: FutureResult [22:17:58.438] | : result() for ClusterFuture ... done [22:17:58.439] | : signalConditions() ... [22:17:58.439] | : . include = 'immediateCondition' [22:17:58.440] | : . exclude = [22:17:58.440] | : . resignal = FALSE [22:17:58.441] | : . Number of conditions: 0 [22:17:58.441] | : . int 0 [22:17:58.442] | : signalConditions() ... done [22:17:58.443] | : relay stdout ... [22:17:58.443] | : relay stdout ... done [22:17:58.444] | : check for misuse ... [22:17:58.444] | : check for misuse ... done [22:17:58.445] | 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=218] '!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_RCPP_NOT_NEEDED_', '_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_03_13_22_15_17_12234' Test time: user.self=3s, sys.self=0.5s, elapsed=4s, user.child=NAs, sys.child=NAs Test 'globals,subassignment' ... success > > proc.time() user system elapsed 3.46 0.59 4.73