R Under development (unstable) (2025-11-15 r89024 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > ## This runs testme test script inst/testme/test-globals,subassignment.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("globals,subassignment") Test 'globals,subassignment' ... Sourcing 9 prologue scripts ... 01/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/001.load.R' 02/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/002.record-state.R' 03/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/030.imports.R' 04/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/050.utils.R' 05/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/090.context.R' 06/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/090.options.R' 07/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/091.envvars.R' 08/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/099.future-setup.R' 09/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/995.detrius-connections.R' Sourcing 9 prologue scripts ... done Running test script: 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/test-globals,subassignment.R' > library(future) [23:13:47.758] Option 'future.startup.script': TRUE [23:13:47.759] Future startup scripts considered: '.future.R', '~/.future.R' [23:13:47.760] 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') ... [23:13:47.848] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:47.848] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:13:47.848] | : all.equal() for FutureStrategyList ... [23:13:47.849] | : . New stack: [23:13:47.849] | : . List of 1 [23:13:47.849] | : . $ :function (..., envir = parent.frame()) [23:13:47.849] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:47.849] | : . ..- attr(*, "init")= logi TRUE [23:13:47.849] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:47.849] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:47.849] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:47.849] | : . ..- attr(*, "call")= language plan(strategy) [23:13:47.849] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:47.853] | : . Old stack: [23:13:47.853] | : . List of 1 [23:13:47.853] | : . $ :function (..., envir = parent.frame()) [23:13:47.853] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:47.853] | : . ..- attr(*, "init")= logi TRUE [23:13:47.853] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:47.853] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:47.853] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:47.853] | : . ..- attr(*, "call")= language plan(sequential) [23:13:47.853] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:47.857] | : . Not identical [23:13:47.857] | : . all.equal() for future ... [23:13:47.857] | : . ' List of 2 [23:13:47.857] | : . ' $ target :function (..., envir = parent.frame()) [23:13:47.857] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:47.857] | : . ' ..- attr(*, "init")= logi TRUE [23:13:47.857] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:47.857] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:47.857] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:47.857] | : . ' ..- attr(*, "call")= language plan(strategy) [23:13:47.857] | : . ' $ current:function (..., envir = parent.frame()) [23:13:47.857] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:47.857] | : . ' ..- attr(*, "init")= logi TRUE [23:13:47.857] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:47.857] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:47.857] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:47.857] | : . ' ..- attr(*, "call")= language plan(sequential) [23:13:47.865] | : . all.equal() for future ... done [23:13:47.867] | : all.equal() for FutureStrategyList ... done [23:13:47.868] | : plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:47.868] | : List of future strategies: [23:13:47.868] | : 1. sequential: [23:13:47.868] | : - args: function (..., envir = parent.frame(), workers = "") [23:13:47.868] | : - tweaked: FALSE [23:13:47.868] | : - call: plan(sequential) [23:13:47.869] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [23:13:47.869] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:47.869] future(..., label = NULL) ... [23:13:47.870] | lazy: FALSE [23:13:47.870] | stdout: TRUE [23:13:47.870] | conditions: [n=1] 'condition' [23:13:47.870] | gc: FALSE [23:13:47.870] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:47.872] | 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' [23:13:47.872] | : Searching for globals ... [23:13:47.906] | : . globals found: [5] '{', 'x', '<-', '$', '$<-' [23:13:47.907] | : Searching for globals ... done [23:13:47.908] | : Resolving globals: TRUE [23:13:47.908] | : Resolving any globals that are futures ... [23:13:47.908] | : . globals: [5] '{', 'x', '<-', '$', '$<-' [23:13:47.909] | : Resolving any globals that are futures ... done [23:13:47.909] | : Search for packages associated with the globals ... [23:13:47.910] | : . Packages associated with globals: [1] 'base' [23:13:47.911] | : . Packages: [1] 'base' [23:13:47.911] | : Search for packages associated with the globals ... done [23:13:47.912] | : Resolving futures part of globals (recursively) ... [23:13:47.912] | : . resolve() for FutureGlobals ... [23:13:47.913] | : . ' recursive: 99 [23:13:47.914] | : . ' Number of elements: 1 [23:13:47.915] | : . ' elements: 'x' [23:13:47.915] | : . ' 'obj' is list [23:13:47.915] | : . ' resolve(obj, ...) ... [23:13:47.916] | : . ' , resolve() for list ... [23:13:47.916] | : . ' , ; recursive: 98 [23:13:47.916] | : . ' , ; Number of elements: 0 [23:13:47.917] | : . ' , resolve() for list ... done [23:13:47.917] | : . ' resolve(obj, ...) ... done [23:13:47.918] | : . ' resolved() ... [23:13:47.918] | : . ' , resolved() for list ... [23:13:47.918] | : . ' , ; Number of elements: 0 [23:13:47.919] | : . ' , ; Number of futures: 0 [23:13:47.919] | : . ' , resolved() for list ... done [23:13:47.919] | : . ' resolved() ... done [23:13:47.919] | : . ' length: 0 (resolved future 1) [23:13:47.920] | : . resolve() for FutureGlobals ... done [23:13:47.920] | : . globals: [1] 'x' [23:13:47.920] | : Resolving futures part of globals (recursively) ... done [23:13:47.920] | : Packages after dropping 'base': [0] [23:13:47.920] | : globals: [1] 'x' [23:13:47.921] | : packages: [0] [23:13:47.921] | getGlobalsAndPackages() ... done [23:13:47.922] | run() for 'Future' () ... [23:13:47.922] | : state: 'created' [23:13:47.923] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:47.923] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [23:13:47.923] | : . ' function (..., envir = parent.frame()) [23:13:47.923] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:47.923] | : . ' - attr(*, "init")= logi TRUE [23:13:47.923] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:47.923] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:47.923] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:47.923] | : . ' - attr(*, "call")= language plan(sequential) [23:13:47.927] | : . ' init: TRUE [23:13:47.927] | : . ' makeFutureBackend() ... [23:13:47.927] | : . ' , Backend function: <'NULL'> [23:13:47.928] | : . ' , Evaluator tweak arguments: [n=0] [23:13:47.928] | : . ' , list() [23:13:47.928] | : . ' , Evaluator formal arguments: [n=0] [23:13:47.928] | : . ' , NULL [23:13:47.929] | : . ' , Arguments passed to the future-backend factory: [n=0] [23:13:47.929] | : . ' , list() [23:13:47.930] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [23:13:47.930] | : . ' makeFutureBackend() ... done [23:13:47.930] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [23:13:47.930] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:47.931] | : Using SequentialFutureBackend ... [23:13:47.931] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [23:13:47.931] | : . Launching futures ... [23:13:47.932] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:13:47.932] | : . ' , getFutureData() ... [23:13:47.933] | : . ' , ; getFutureCore() ... [23:13:47.933] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:13:47.933] | : . ' , ; getFutureCore() ... done [23:13:47.934] | : . ' , ; getFutureCapture() ... [23:13:47.935] | : . ' , ; getFutureCapture() ... done [23:13:47.935] | : . ' , ; getFutureContext() ... [23:13:47.936] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:47.936] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:13:47.942] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:47.942] | : . ' , ; ` Packages needed by future backend (n = 0): [23:13:47.943] | : . ' , ; getFutureContext() ... done [23:13:47.943] | : . ' , getFutureData() ... done [23:13:47.949] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:47.949] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:13:47.950] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:47.950] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:47.951] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:47.951] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:13:47.952] | : . ' , ; ` | New stack: [23:13:47.952] | : . ' , ; ` | List of 1 [23:13:47.952] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:47.952] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:47.952] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:13:47.952] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:47.952] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:47.952] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:47.952] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:47.952] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:47.958] | : . ' , ; ` | Old stack: [23:13:47.958] | : . ' , ; ` | List of 1 [23:13:47.958] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:47.958] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:47.958] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:13:47.958] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:47.958] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:47.958] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:47.958] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:13:47.958] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:47.958] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:47.958] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:47.958] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:47.965] | : . ' , ; ` | Not identical [23:13:47.965] | : . ' , ; ` | all.equal() for future ... [23:13:47.966] | : . ' , ; ` | : List of 2 [23:13:47.966] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:13:47.966] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:47.966] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:13:47.966] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:47.966] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:47.966] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:47.966] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:47.966] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:13:47.966] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:47.966] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:47.966] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:47.966] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:47.966] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:47.966] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:47.966] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:47.966] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:47.966] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.044] | : . ' , ; ` | all.equal() for future ... done [23:13:48.045] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:13:48.045] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:48.045] | : . ' , ; ` List of future strategies: [23:13:48.045] | : . ' , ; ` 1. sequential: [23:13:48.045] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:13:48.045] | : . ' , ; ` - tweaked: FALSE [23:13:48.045] | : . ' , ; ` - call: plan(sequential) [23:13:48.046] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:48.047] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:48.047] | : . ' , assign_globals() ... [23:13:48.048] | : . ' , List of 1 [23:13:48.048] | : . ' , $ x: list() [23:13:48.048] | : . ' , - attr(*, "where")=List of 1 [23:13:48.048] | : . ' , ..$ x: [23:13:48.048] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:13:48.048] | : . ' , - attr(*, "resolved")= logi TRUE [23:13:48.048] | : . ' , - attr(*, "total_size")= num NA [23:13:48.048] | : . ' , - attr(*, "already-done")= logi TRUE [23:13:48.053] | : . ' , - copied 'x' to environment [23:13:48.053] | : . ' , assign_globals() ... done [23:13:48.059] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:48.059] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:48.060] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:48.060] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:13:48.060] | : . ' , ; ` | : New stack: [23:13:48.060] | : . ' , ; ` | : List of 1 [23:13:48.060] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:48.060] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.060] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:48.060] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.060] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.060] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.060] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:48.060] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.060] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.060] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.060] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.066] | : . ' , ; ` | : Old stack: [23:13:48.066] | : . ' , ; ` | : List of 1 [23:13:48.066] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:48.066] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.066] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:48.066] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.066] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.066] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.066] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:48.066] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.066] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.066] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.066] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.136] | : . ' , ; ` | : Identical [23:13:48.137] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:13:48.137] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:48.137] | : . ' , ; ` | List of future strategies: [23:13:48.137] | : . ' , ; ` | 1. sequential: [23:13:48.137] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:13:48.137] | : . ' , ; ` | - tweaked: FALSE [23:13:48.137] | : . ' , ; ` | - call: plan(sequential) [23:13:48.138] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:48.138] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:48.139] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:48.145] | : . ' , SequentialFuture started (and completed) [23:13:48.146] | : . ' , signalConditions() ... [23:13:48.146] | : . ' , ; include = 'immediateCondition' [23:13:48.146] | : . ' , ; exclude = [23:13:48.146] | : . ' , ; resignal = FALSE [23:13:48.147] | : . ' , ; Number of conditions: 6 [23:13:48.147] | : . ' , ; int 6 [23:13:48.148] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.148] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.148] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.149] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.149] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.149] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.150] | : . ' , signalConditions() ... done [23:13:48.150] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:13:48.150] | : . Launching futures ... done [23:13:48.151] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:13:48.151] | : Using SequentialFutureBackend ... done [23:13:48.151] | run() for 'Future' () ... done [23:13:48.151] future(..., label = NULL) ... done [23:13:48.152] value() for SequentialFuture () ... [23:13:48.153] | signalConditions() ... [23:13:48.153] | : include = 'immediateCondition' [23:13:48.153] | : exclude = [23:13:48.153] | : resignal = FALSE [23:13:48.154] | : Number of conditions: 6 [23:13:48.154] | : int 6 [23:13:48.155] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.155] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.155] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.156] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.156] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.156] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.157] | signalConditions() ... done [23:13:48.157] | relay stdout ... [23:13:48.157] | relay stdout ... done [23:13:48.157] | check for misuse ... [23:13:48.158] | check for misuse ... done [23:13:48.158] | relay conditions ... [23:13:48.158] | : Future state: 'finished' [23:13:48.159] | : signalConditions() ... [23:13:48.159] | : . include = 'condition' [23:13:48.159] | : . exclude = 'immediateCondition' [23:13:48.159] | : . resignal = TRUE [23:13:48.160] | : . Number of conditions: 6 [23:13:48.160] | : . int 6 [23:13:48.161] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.161] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:13:47.946] | : . ' , attachPackages() ... [23:13:48.161] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.162] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:13:47.946] | : . ' , ; packages: [n=1] 'future' [23:13:48.162] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.162] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:13:47.947] | : . ' , attachPackages() ... done [23:13:48.163] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.163] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:13:47.947] | : . ' , attachPackages() ... [23:13:48.163] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.164] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:13:47.947] | : . ' , ; packages: [n=0] [23:13:48.164] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.164] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:13:47.948] | : . ' , attachPackages() ... done [23:13:48.165] | : signalConditions() ... done [23:13:48.165] | relay conditions ... done [23:13:48.165] value() for SequentialFuture () ... done $a [1] 1 [23:13:48.166] future(..., label = NULL) ... [23:13:48.166] | lazy: TRUE [23:13:48.166] | stdout: TRUE [23:13:48.167] | conditions: [n=1] 'condition' [23:13:48.167] | gc: FALSE [23:13:48.167] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:48.168] | 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' [23:13:48.168] | : Searching for globals ... [23:13:48.194] | : . globals found: [5] '{', 'x', '<-', '$', '$<-' [23:13:48.195] | : Searching for globals ... done [23:13:48.195] | : Resolving globals: TRUE [23:13:48.195] | : Resolving any globals that are futures ... [23:13:48.196] | : . globals: [5] '{', 'x', '<-', '$', '$<-' [23:13:48.196] | : Resolving any globals that are futures ... done [23:13:48.196] | : Search for packages associated with the globals ... [23:13:48.197] | : . Packages associated with globals: [1] 'base' [23:13:48.197] | : . Packages: [1] 'base' [23:13:48.198] | : Search for packages associated with the globals ... done [23:13:48.198] | : Resolving futures part of globals (recursively) ... [23:13:48.198] | : . resolve() for FutureGlobals ... [23:13:48.199] | : . ' recursive: 99 [23:13:48.199] | : . ' Number of elements: 1 [23:13:48.200] | : . ' elements: 'x' [23:13:48.200] | : . ' 'obj' is list [23:13:48.200] | : . ' resolve(obj, ...) ... [23:13:48.200] | : . ' , resolve() for list ... [23:13:48.201] | : . ' , ; recursive: 98 [23:13:48.201] | : . ' , ; Number of elements: 0 [23:13:48.201] | : . ' , resolve() for list ... done [23:13:48.202] | : . ' resolve(obj, ...) ... done [23:13:48.202] | : . ' resolved() ... [23:13:48.202] | : . ' , resolved() for list ... [23:13:48.202] | : . ' , ; Number of elements: 0 [23:13:48.203] | : . ' , ; Number of futures: 0 [23:13:48.203] | : . ' , resolved() for list ... done [23:13:48.203] | : . ' resolved() ... done [23:13:48.204] | : . ' length: 0 (resolved future 1) [23:13:48.204] | : . resolve() for FutureGlobals ... done [23:13:48.204] | : . globals: [1] 'x' [23:13:48.205] | : Resolving futures part of globals (recursively) ... done [23:13:48.205] | : Packages after dropping 'base': [0] [23:13:48.206] | : globals: [1] 'x' [23:13:48.206] | : packages: [0] [23:13:48.206] | getGlobalsAndPackages() ... done [23:13:48.207] future(..., label = NULL) ... done [23:13:48.207] value() for Future () ... [23:13:48.208] | run() for 'Future' () ... [23:13:48.208] | : state: 'created' [23:13:48.208] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:48.209] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:48.209] | : Using SequentialFutureBackend ... [23:13:48.209] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [23:13:48.210] | : . Launching futures ... [23:13:48.210] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:13:48.210] | : . ' , getFutureData() ... [23:13:48.211] | : . ' , ; getFutureCore() ... [23:13:48.211] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:13:48.211] | : . ' , ; getFutureCore() ... done [23:13:48.212] | : . ' , ; getFutureCapture() ... [23:13:48.212] | : . ' , ; getFutureCapture() ... done [23:13:48.212] | : . ' , ; getFutureContext() ... [23:13:48.213] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:48.213] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:13:48.213] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:48.213] | : . ' , ; ` Packages needed by future backend (n = 0): [23:13:48.214] | : . ' , ; getFutureContext() ... done [23:13:48.214] | : . ' , getFutureData() ... done [23:13:48.218] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:48.218] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:13:48.219] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:48.219] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:48.220] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:48.220] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:13:48.220] | : . ' , ; ` | New stack: [23:13:48.220] | : . ' , ; ` | List of 1 [23:13:48.220] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:48.220] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.220] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:13:48.220] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.220] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.220] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.220] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:48.220] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.226] | : . ' , ; ` | Old stack: [23:13:48.227] | : . ' , ; ` | List of 1 [23:13:48.227] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:48.227] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.227] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:13:48.227] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.227] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.227] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.227] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:13:48.227] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.227] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.227] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.227] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.234] | : . ' , ; ` | Not identical [23:13:48.235] | : . ' , ; ` | all.equal() for future ... [23:13:48.235] | : . ' , ; ` | : List of 2 [23:13:48.235] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:13:48.235] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.235] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:13:48.235] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.235] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.235] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.235] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:48.235] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:13:48.235] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.235] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:48.235] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.235] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.235] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.235] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:48.235] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.235] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.235] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.248] | : . ' , ; ` | all.equal() for future ... done [23:13:48.248] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:13:48.249] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:48.249] | : . ' , ; ` List of future strategies: [23:13:48.249] | : . ' , ; ` 1. sequential: [23:13:48.249] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:13:48.249] | : . ' , ; ` - tweaked: FALSE [23:13:48.249] | : . ' , ; ` - call: plan(sequential) [23:13:48.250] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:48.250] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:48.251] | : . ' , assign_globals() ... [23:13:48.251] | : . ' , List of 1 [23:13:48.251] | : . ' , $ x: list() [23:13:48.251] | : . ' , - attr(*, "where")=List of 1 [23:13:48.251] | : . ' , ..$ x: [23:13:48.251] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:13:48.251] | : . ' , - attr(*, "resolved")= logi TRUE [23:13:48.251] | : . ' , - attr(*, "total_size")= num NA [23:13:48.251] | : . ' , - attr(*, "already-done")= logi TRUE [23:13:48.257] | : . ' , - copied 'x' to environment [23:13:48.257] | : . ' , assign_globals() ... done [23:13:48.262] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:48.262] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:48.263] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:48.263] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:13:48.263] | : . ' , ; ` | : New stack: [23:13:48.264] | : . ' , ; ` | : List of 1 [23:13:48.264] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:48.264] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.264] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:48.264] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.264] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.264] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.264] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:48.264] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.264] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.264] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.264] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.272] | : . ' , ; ` | : Old stack: [23:13:48.272] | : . ' , ; ` | : List of 1 [23:13:48.272] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:48.272] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.272] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:48.272] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.272] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.272] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.272] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:48.272] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.272] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.272] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.272] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.280] | : . ' , ; ` | : Identical [23:13:48.281] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:13:48.281] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:48.281] | : . ' , ; ` | List of future strategies: [23:13:48.281] | : . ' , ; ` | 1. sequential: [23:13:48.281] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:13:48.281] | : . ' , ; ` | - tweaked: FALSE [23:13:48.281] | : . ' , ; ` | - call: plan(sequential) [23:13:48.282] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:48.283] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:48.283] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:48.284] | : . ' , SequentialFuture started (and completed) [23:13:48.284] | : . ' , signalConditions() ... [23:13:48.285] | : . ' , ; include = 'immediateCondition' [23:13:48.285] | : . ' , ; exclude = [23:13:48.285] | : . ' , ; resignal = FALSE [23:13:48.286] | : . ' , ; Number of conditions: 6 [23:13:48.286] | : . ' , ; int 6 [23:13:48.287] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.287] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.288] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.288] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.288] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.289] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.289] | : . ' , signalConditions() ... done [23:13:48.290] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:13:48.290] | : . Launching futures ... done [23:13:48.290] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:13:48.291] | : Using SequentialFutureBackend ... done [23:13:48.291] | run() for 'Future' () ... done [23:13:48.291] | signalConditions() ... [23:13:48.292] | : include = 'immediateCondition' [23:13:48.292] | : exclude = [23:13:48.292] | : resignal = FALSE [23:13:48.293] | : Number of conditions: 6 [23:13:48.293] | : int 6 [23:13:48.294] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.294] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.295] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.295] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.295] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.296] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.296] | signalConditions() ... done [23:13:48.296] | relay stdout ... [23:13:48.297] | relay stdout ... done [23:13:48.297] | check for misuse ... [23:13:48.297] | check for misuse ... done [23:13:48.298] | relay conditions ... [23:13:48.298] | : Future state: 'finished' [23:13:48.298] | : signalConditions() ... [23:13:48.298] | : . include = 'condition' [23:13:48.299] | : . exclude = 'immediateCondition' [23:13:48.299] | : . resignal = TRUE [23:13:48.299] | : . Number of conditions: 6 [23:13:48.300] | : . int 6 [23:13:48.301] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.301] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:13:48.215] | : . ' , attachPackages() ... [23:13:48.301] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.302] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:13:48.215] | : . ' , ; packages: [n=1] 'future' [23:13:48.302] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.302] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:13:48.216] | : . ' , attachPackages() ... done [23:13:48.303] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.303] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:13:48.216] | : . ' , attachPackages() ... [23:13:48.304] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.304] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:13:48.216] | : . ' , ; packages: [n=0] [23:13:48.304] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.305] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:13:48.217] | : . ' , attachPackages() ... done [23:13:48.305] | : signalConditions() ... done [23:13:48.305] | relay conditions ... done [23:13:48.306] value() for Future () ... done $a [1] 1 [23:13:48.308] future(..., label = NULL) ... [23:13:48.308] | lazy: FALSE [23:13:48.309] | stdout: TRUE [23:13:48.309] | conditions: [n=1] 'condition' [23:13:48.309] | gc: FALSE [23:13:48.309] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:48.310] | 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' [23:13:48.311] | : Searching for globals ... [23:13:48.338] | : . globals found: [5] '{', 'x', '<-', '$', '$<-' [23:13:48.338] | : Searching for globals ... done [23:13:48.338] | : Resolving globals: TRUE [23:13:48.339] | : Resolving any globals that are futures ... [23:13:48.339] | : . globals: [5] '{', 'x', '<-', '$', '$<-' [23:13:48.339] | : Resolving any globals that are futures ... done [23:13:48.339] | : Search for packages associated with the globals ... [23:13:48.340] | : . Packages associated with globals: [1] 'base' [23:13:48.340] | : . Packages: [1] 'base' [23:13:48.341] | : Search for packages associated with the globals ... done [23:13:48.341] | : Resolving futures part of globals (recursively) ... [23:13:48.341] | : . resolve() for FutureGlobals ... [23:13:48.342] | : . ' recursive: 99 [23:13:48.342] | : . ' Number of elements: 1 [23:13:48.342] | : . ' elements: 'x' [23:13:48.343] | : . ' 'obj' is list [23:13:48.343] | : . ' resolve(obj, ...) ... [23:13:48.343] | : . ' , resolve() for list ... [23:13:48.343] | : . ' , ; recursive: 98 [23:13:48.344] | : . ' , ; Number of elements: 0 [23:13:48.344] | : . ' , resolve() for list ... done [23:13:48.344] | : . ' resolve(obj, ...) ... done [23:13:48.345] | : . ' resolved() ... [23:13:48.345] | : . ' , resolved() for list ... [23:13:48.345] | : . ' , ; Number of elements: 0 [23:13:48.345] | : . ' , ; Number of futures: 0 [23:13:48.346] | : . ' , resolved() for list ... done [23:13:48.346] | : . ' resolved() ... done [23:13:48.346] | : . ' length: 0 (resolved future 1) [23:13:48.347] | : . resolve() for FutureGlobals ... done [23:13:48.347] | : . globals: [1] 'x' [23:13:48.347] | : Resolving futures part of globals (recursively) ... done [23:13:48.347] | : Packages after dropping 'base': [0] [23:13:48.348] | : globals: [1] 'x' [23:13:48.348] | : packages: [0] [23:13:48.348] | getGlobalsAndPackages() ... done [23:13:48.349] | run() for 'Future' () ... [23:13:48.349] | : state: 'created' [23:13:48.350] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:48.350] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:48.350] | : Using SequentialFutureBackend ... [23:13:48.350] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [23:13:48.351] | : . Launching futures ... [23:13:48.351] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:13:48.351] | : . ' , getFutureData() ... [23:13:48.352] | : . ' , ; getFutureCore() ... [23:13:48.352] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:13:48.352] | : . ' , ; getFutureCore() ... done [23:13:48.352] | : . ' , ; getFutureCapture() ... [23:13:48.353] | : . ' , ; getFutureCapture() ... done [23:13:48.353] | : . ' , ; getFutureContext() ... [23:13:48.353] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:48.354] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:13:48.354] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:48.354] | : . ' , ; ` Packages needed by future backend (n = 0): [23:13:48.355] | : . ' , ; getFutureContext() ... done [23:13:48.355] | : . ' , getFutureData() ... done [23:13:48.358] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:48.358] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:13:48.359] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:48.359] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:48.360] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:48.360] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:13:48.360] | : . ' , ; ` | New stack: [23:13:48.361] | : . ' , ; ` | List of 1 [23:13:48.361] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:48.361] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.361] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:13:48.361] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.361] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.361] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.361] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:48.361] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.366] | : . ' , ; ` | Old stack: [23:13:48.366] | : . ' , ; ` | List of 1 [23:13:48.366] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:48.366] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.366] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:13:48.366] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.366] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.366] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.366] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:13:48.366] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.366] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.366] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.366] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.373] | : . ' , ; ` | Not identical [23:13:48.373] | : . ' , ; ` | all.equal() for future ... [23:13:48.374] | : . ' , ; ` | : List of 2 [23:13:48.374] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:13:48.374] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.374] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:13:48.374] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.374] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.374] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.374] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:48.374] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:13:48.374] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.374] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:48.374] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.374] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.374] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.374] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:48.374] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.374] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.374] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.386] | : . ' , ; ` | all.equal() for future ... done [23:13:48.386] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:13:48.386] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:48.387] | : . ' , ; ` List of future strategies: [23:13:48.387] | : . ' , ; ` 1. sequential: [23:13:48.387] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:13:48.387] | : . ' , ; ` - tweaked: FALSE [23:13:48.387] | : . ' , ; ` - call: plan(sequential) [23:13:48.388] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:48.388] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:48.388] | : . ' , assign_globals() ... [23:13:48.389] | : . ' , List of 1 [23:13:48.389] | : . ' , $ x: list() [23:13:48.389] | : . ' , - attr(*, "where")=List of 1 [23:13:48.389] | : . ' , ..$ x: [23:13:48.389] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:13:48.389] | : . ' , - attr(*, "resolved")= logi TRUE [23:13:48.389] | : . ' , - attr(*, "total_size")= num NA [23:13:48.389] | : . ' , - attr(*, "already-done")= logi TRUE [23:13:48.394] | : . ' , - copied 'x' to environment [23:13:48.394] | : . ' , assign_globals() ... done [23:13:48.399] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:48.399] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:48.400] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:48.400] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:13:48.400] | : . ' , ; ` | : New stack: [23:13:48.401] | : . ' , ; ` | : List of 1 [23:13:48.401] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:48.401] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.401] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:48.401] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.401] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.401] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.401] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:48.401] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.401] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.401] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.401] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.407] | : . ' , ; ` | : Old stack: [23:13:48.407] | : . ' , ; ` | : List of 1 [23:13:48.407] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:48.407] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.407] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:48.407] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.407] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.407] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.407] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:48.407] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.407] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.407] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.407] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.412] | : . ' , ; ` | : Identical [23:13:48.412] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:13:48.413] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:48.413] | : . ' , ; ` | List of future strategies: [23:13:48.413] | : . ' , ; ` | 1. sequential: [23:13:48.413] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:13:48.413] | : . ' , ; ` | - tweaked: FALSE [23:13:48.413] | : . ' , ; ` | - call: plan(sequential) [23:13:48.413] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:48.414] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:48.414] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:48.415] | : . ' , SequentialFuture started (and completed) [23:13:48.415] | : . ' , signalConditions() ... [23:13:48.415] | : . ' , ; include = 'immediateCondition' [23:13:48.415] | : . ' , ; exclude = [23:13:48.415] | : . ' , ; resignal = FALSE [23:13:48.416] | : . ' , ; Number of conditions: 6 [23:13:48.416] | : . ' , ; int 6 [23:13:48.417] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.417] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.417] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.417] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.417] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.418] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.418] | : . ' , signalConditions() ... done [23:13:48.418] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:13:48.418] | : . Launching futures ... done [23:13:48.418] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:13:48.419] | : Using SequentialFutureBackend ... done [23:13:48.419] | run() for 'Future' () ... done [23:13:48.419] future(..., label = NULL) ... done [23:13:48.419] value() for SequentialFuture () ... [23:13:48.420] | signalConditions() ... [23:13:48.420] | : include = 'immediateCondition' [23:13:48.420] | : exclude = [23:13:48.420] | : resignal = FALSE [23:13:48.420] | : Number of conditions: 6 [23:13:48.420] | : int 6 [23:13:48.421] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.421] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.421] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.422] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.422] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.422] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.422] | signalConditions() ... done [23:13:48.422] | relay stdout ... [23:13:48.423] | relay stdout ... done [23:13:48.423] | check for misuse ... [23:13:48.423] | check for misuse ... done [23:13:48.423] | relay conditions ... [23:13:48.423] | : Future state: 'finished' [23:13:48.423] | : signalConditions() ... [23:13:48.424] | : . include = 'condition' [23:13:48.424] | : . exclude = 'immediateCondition' [23:13:48.424] | : . resignal = TRUE [23:13:48.424] | : . Number of conditions: 6 [23:13:48.424] | : . int 6 [23:13:48.425] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.425] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:13:48.356] | : . ' , attachPackages() ... [23:13:48.425] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.426] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:13:48.356] | : . ' , ; packages: [n=1] 'future' [23:13:48.426] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.426] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:13:48.356] | : . ' , attachPackages() ... done [23:13:48.426] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.426] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:13:48.357] | : . ' , attachPackages() ... [23:13:48.427] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.427] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:13:48.357] | : . ' , ; packages: [n=0] [23:13:48.427] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.427] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:13:48.357] | : . ' , attachPackages() ... done [23:13:48.428] | : signalConditions() ... done [23:13:48.428] | relay conditions ... done [23:13:48.428] value() for SequentialFuture () ... done $a [1] 1 [23:13:48.428] future(..., label = NULL) ... [23:13:48.429] | lazy: TRUE [23:13:48.429] | stdout: TRUE [23:13:48.429] | conditions: [n=1] 'condition' [23:13:48.429] | gc: FALSE [23:13:48.430] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:48.430] | 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' [23:13:48.431] | : Searching for globals ... [23:13:48.448] | : . globals found: [5] '{', 'x', '<-', '$', '$<-' [23:13:48.449] | : Searching for globals ... done [23:13:48.449] | : Resolving globals: TRUE [23:13:48.450] | : Resolving any globals that are futures ... [23:13:48.450] | : . globals: [5] '{', 'x', '<-', '$', '$<-' [23:13:48.450] | : Resolving any globals that are futures ... done [23:13:48.451] | : Search for packages associated with the globals ... [23:13:48.451] | : . Packages associated with globals: [1] 'base' [23:13:48.452] | : . Packages: [1] 'base' [23:13:48.452] | : Search for packages associated with the globals ... done [23:13:48.453] | : Resolving futures part of globals (recursively) ... [23:13:48.453] | : . resolve() for FutureGlobals ... [23:13:48.453] | : . ' recursive: 99 [23:13:48.454] | : . ' Number of elements: 1 [23:13:48.454] | : . ' elements: 'x' [23:13:48.455] | : . ' 'obj' is list [23:13:48.455] | : . ' resolve(obj, ...) ... [23:13:48.455] | : . ' , resolve() for list ... [23:13:48.455] | : . ' , ; recursive: 98 [23:13:48.456] | : . ' , ; Number of elements: 0 [23:13:48.456] | : . ' , resolve() for list ... done [23:13:48.456] | : . ' resolve(obj, ...) ... done [23:13:48.457] | : . ' resolved() ... [23:13:48.457] | : . ' , resolved() for list ... [23:13:48.457] | : . ' , ; Number of elements: 0 [23:13:48.458] | : . ' , ; Number of futures: 0 [23:13:48.458] | : . ' , resolved() for list ... done [23:13:48.458] | : . ' resolved() ... done [23:13:48.459] | : . ' length: 0 (resolved future 1) [23:13:48.459] | : . resolve() for FutureGlobals ... done [23:13:48.459] | : . globals: [1] 'x' [23:13:48.460] | : Resolving futures part of globals (recursively) ... done [23:13:48.460] | : Packages after dropping 'base': [0] [23:13:48.460] | : globals: [1] 'x' [23:13:48.461] | : packages: [0] [23:13:48.461] | getGlobalsAndPackages() ... done [23:13:48.462] future(..., label = NULL) ... done [23:13:48.462] value() for Future () ... [23:13:48.462] | run() for 'Future' () ... [23:13:48.467] | : state: 'created' [23:13:48.467] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:48.468] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:48.468] | : Using SequentialFutureBackend ... [23:13:48.468] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [23:13:48.468] | : . Launching futures ... [23:13:48.469] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:13:48.469] | : . ' , getFutureData() ... [23:13:48.469] | : . ' , ; getFutureCore() ... [23:13:48.470] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:13:48.470] | : . ' , ; getFutureCore() ... done [23:13:48.470] | : . ' , ; getFutureCapture() ... [23:13:48.471] | : . ' , ; getFutureCapture() ... done [23:13:48.471] | : . ' , ; getFutureContext() ... [23:13:48.471] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:48.472] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:13:48.472] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:48.472] | : . ' , ; ` Packages needed by future backend (n = 0): [23:13:48.473] | : . ' , ; getFutureContext() ... done [23:13:48.473] | : . ' , getFutureData() ... done [23:13:48.476] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:48.477] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:13:48.477] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:48.478] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:48.478] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:48.479] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:13:48.479] | : . ' , ; ` | New stack: [23:13:48.479] | : . ' , ; ` | List of 1 [23:13:48.479] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:48.479] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.479] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:13:48.479] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.479] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.479] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.479] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:48.479] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.485] | : . ' , ; ` | Old stack: [23:13:48.485] | : . ' , ; ` | List of 1 [23:13:48.485] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:48.485] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.485] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:13:48.485] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.485] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.485] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.485] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:13:48.485] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.485] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.485] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.485] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.492] | : . ' , ; ` | Not identical [23:13:48.493] | : . ' , ; ` | all.equal() for future ... [23:13:48.493] | : . ' , ; ` | : List of 2 [23:13:48.493] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:13:48.493] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.493] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:13:48.493] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.493] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.493] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.493] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:48.493] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:13:48.493] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.493] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:48.493] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.493] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.493] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.493] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:48.493] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.493] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.493] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.505] | : . ' , ; ` | all.equal() for future ... done [23:13:48.506] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:13:48.506] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:48.506] | : . ' , ; ` List of future strategies: [23:13:48.506] | : . ' , ; ` 1. sequential: [23:13:48.506] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:13:48.506] | : . ' , ; ` - tweaked: FALSE [23:13:48.506] | : . ' , ; ` - call: plan(sequential) [23:13:48.507] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:48.508] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:48.508] | : . ' , assign_globals() ... [23:13:48.508] | : . ' , List of 1 [23:13:48.508] | : . ' , $ x: list() [23:13:48.508] | : . ' , - attr(*, "where")=List of 1 [23:13:48.508] | : . ' , ..$ x: [23:13:48.508] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:13:48.508] | : . ' , - attr(*, "resolved")= logi TRUE [23:13:48.508] | : . ' , - attr(*, "total_size")= num NA [23:13:48.508] | : . ' , - attr(*, "already-done")= logi TRUE [23:13:48.514] | : . ' , - copied 'x' to environment [23:13:48.514] | : . ' , assign_globals() ... done [23:13:48.518] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:48.519] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:48.519] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:48.519] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:13:48.520] | : . ' , ; ` | : New stack: [23:13:48.520] | : . ' , ; ` | : List of 1 [23:13:48.520] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:48.520] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.520] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:48.520] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.520] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.520] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.520] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:48.520] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.520] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.520] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.520] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.527] | : . ' , ; ` | : Old stack: [23:13:48.527] | : . ' , ; ` | : List of 1 [23:13:48.527] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:48.527] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.527] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:48.527] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.527] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.527] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.527] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:48.527] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.527] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.527] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.527] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.534] | : . ' , ; ` | : Identical [23:13:48.535] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:13:48.535] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:48.535] | : . ' , ; ` | List of future strategies: [23:13:48.535] | : . ' , ; ` | 1. sequential: [23:13:48.535] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:13:48.535] | : . ' , ; ` | - tweaked: FALSE [23:13:48.535] | : . ' , ; ` | - call: plan(sequential) [23:13:48.536] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:48.537] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:48.537] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:48.538] | : . ' , SequentialFuture started (and completed) [23:13:48.538] | : . ' , signalConditions() ... [23:13:48.539] | : . ' , ; include = 'immediateCondition' [23:13:48.539] | : . ' , ; exclude = [23:13:48.539] | : . ' , ; resignal = FALSE [23:13:48.539] | : . ' , ; Number of conditions: 6 [23:13:48.540] | : . ' , ; int 6 [23:13:48.541] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.541] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.541] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.542] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.542] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.542] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.543] | : . ' , signalConditions() ... done [23:13:48.543] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:13:48.543] | : . Launching futures ... done [23:13:48.544] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:13:48.544] | : Using SequentialFutureBackend ... done [23:13:48.544] | run() for 'Future' () ... done [23:13:48.545] | signalConditions() ... [23:13:48.545] | : include = 'immediateCondition' [23:13:48.545] | : exclude = [23:13:48.545] | : resignal = FALSE [23:13:48.546] | : Number of conditions: 6 [23:13:48.546] | : int 6 [23:13:48.547] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.547] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.548] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.548] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.548] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.548] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.549] | signalConditions() ... done [23:13:48.549] | relay stdout ... [23:13:48.549] | relay stdout ... done [23:13:48.550] | check for misuse ... [23:13:48.550] | check for misuse ... done [23:13:48.550] | relay conditions ... [23:13:48.551] | : Future state: 'finished' [23:13:48.551] | : signalConditions() ... [23:13:48.551] | : . include = 'condition' [23:13:48.551] | : . exclude = 'immediateCondition' [23:13:48.552] | : . resignal = TRUE [23:13:48.552] | : . Number of conditions: 6 [23:13:48.552] | : . int 6 [23:13:48.553] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.554] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:13:48.474] | : . ' , attachPackages() ... [23:13:48.554] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.554] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:13:48.474] | : . ' , ; packages: [n=1] 'future' [23:13:48.555] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.555] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:13:48.474] | : . ' , attachPackages() ... done [23:13:48.555] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.556] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:13:48.475] | : . ' , attachPackages() ... [23:13:48.556] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.556] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:13:48.475] | : . ' , ; packages: [n=0] [23:13:48.557] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.557] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:13:48.475] | : . ' , attachPackages() ... done [23:13:48.557] | : signalConditions() ... done [23:13:48.558] | relay conditions ... done [23:13:48.558] value() for Future () ... done $a [1] 1 [23:13:48.558] future(..., label = NULL) ... [23:13:48.559] | lazy: FALSE [23:13:48.559] | stdout: TRUE [23:13:48.559] | conditions: [n=1] 'condition' [23:13:48.559] | gc: FALSE [23:13:48.560] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:48.560] | 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' [23:13:48.561] | : Searching for globals ... [23:13:48.592] | : . globals found: [5] '{', '<-', 'list', '$', '$<-' [23:13:48.592] | : Searching for globals ... done [23:13:48.592] | : Resolving globals: TRUE [23:13:48.593] | : Resolving any globals that are futures ... [23:13:48.593] | : . globals: [5] '{', '<-', 'list', '$', '$<-' [23:13:48.593] | : Resolving any globals that are futures ... done [23:13:48.593] | : Search for packages associated with the globals ... [23:13:48.594] | : . Packages associated with globals: [1] 'base' [23:13:48.594] | : . Packages: [1] 'base' [23:13:48.595] | : Search for packages associated with the globals ... done [23:13:48.595] | : Packages after dropping 'base': [0] [23:13:48.595] | : globals: [0] [23:13:48.595] | : packages: [0] [23:13:48.596] | getGlobalsAndPackages() ... done [23:13:48.596] | run() for 'Future' () ... [23:13:48.597] | : state: 'created' [23:13:48.597] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:48.597] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:48.598] | : Using SequentialFutureBackend ... [23:13:48.598] | : . Number of futures since start: 4 (4 created, 4 launched, 4 finished) [23:13:48.598] | : . Launching futures ... [23:13:48.598] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:13:48.599] | : . ' , getFutureData() ... [23:13:48.599] | : . ' , ; getFutureCore() ... [23:13:48.599] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:13:48.599] | : . ' , ; getFutureCore() ... done [23:13:48.599] | : . ' , ; getFutureCapture() ... [23:13:48.600] | : . ' , ; getFutureCapture() ... done [23:13:48.600] | : . ' , ; getFutureContext() ... [23:13:48.600] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:48.601] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:13:48.601] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:48.601] | : . ' , ; ` Packages needed by future backend (n = 0): [23:13:48.602] | : . ' , ; getFutureContext() ... done [23:13:48.602] | : . ' , getFutureData() ... done [23:13:48.605] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:48.605] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:13:48.606] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:48.606] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:48.606] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:48.607] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:13:48.607] | : . ' , ; ` | New stack: [23:13:48.607] | : . ' , ; ` | List of 1 [23:13:48.607] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:48.607] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.607] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:13:48.607] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.607] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.607] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.607] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:48.607] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.612] | : . ' , ; ` | Old stack: [23:13:48.612] | : . ' , ; ` | List of 1 [23:13:48.612] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:48.612] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.612] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:13:48.612] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.612] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.612] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.612] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:13:48.612] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.612] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.612] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.612] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.618] | : . ' , ; ` | Not identical [23:13:48.619] | : . ' , ; ` | all.equal() for future ... [23:13:48.619] | : . ' , ; ` | : List of 2 [23:13:48.619] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:13:48.619] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.619] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:13:48.619] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.619] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.619] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.619] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:48.619] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:13:48.619] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.619] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:48.619] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.619] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.619] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.619] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:48.619] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.619] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.619] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.633] | : . ' , ; ` | all.equal() for future ... done [23:13:48.633] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:13:48.633] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:48.633] | : . ' , ; ` List of future strategies: [23:13:48.633] | : . ' , ; ` 1. sequential: [23:13:48.633] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:13:48.633] | : . ' , ; ` - tweaked: FALSE [23:13:48.633] | : . ' , ; ` - call: plan(sequential) [23:13:48.634] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:48.635] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:48.638] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:48.639] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:48.639] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:48.639] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:13:48.640] | : . ' , ; ` | : New stack: [23:13:48.640] | : . ' , ; ` | : List of 1 [23:13:48.640] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:48.640] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.640] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:48.640] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.640] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.640] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.640] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:48.640] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.640] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.640] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.640] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.646] | : . ' , ; ` | : Old stack: [23:13:48.646] | : . ' , ; ` | : List of 1 [23:13:48.646] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:48.646] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.646] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:48.646] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.646] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.646] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.646] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:48.646] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.646] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.646] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.646] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.652] | : . ' , ; ` | : Identical [23:13:48.652] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:13:48.653] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:48.653] | : . ' , ; ` | List of future strategies: [23:13:48.653] | : . ' , ; ` | 1. sequential: [23:13:48.653] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:13:48.653] | : . ' , ; ` | - tweaked: FALSE [23:13:48.653] | : . ' , ; ` | - call: plan(sequential) [23:13:48.654] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:48.654] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:48.654] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:48.655] | : . ' , SequentialFuture started (and completed) [23:13:48.656] | : . ' , signalConditions() ... [23:13:48.656] | : . ' , ; include = 'immediateCondition' [23:13:48.656] | : . ' , ; exclude = [23:13:48.657] | : . ' , ; resignal = FALSE [23:13:48.657] | : . ' , ; Number of conditions: 6 [23:13:48.657] | : . ' , ; int 6 [23:13:48.658] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.658] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.659] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.659] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.659] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.659] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.659] | : . ' , signalConditions() ... done [23:13:48.660] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:13:48.660] | : . Launching futures ... done [23:13:48.660] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:13:48.660] | : Using SequentialFutureBackend ... done [23:13:48.660] | run() for 'Future' () ... done [23:13:48.661] future(..., label = NULL) ... done [23:13:48.661] value() for SequentialFuture () ... [23:13:48.661] | signalConditions() ... [23:13:48.661] | : include = 'immediateCondition' [23:13:48.661] | : exclude = [23:13:48.662] | : resignal = FALSE [23:13:48.662] | : Number of conditions: 6 [23:13:48.662] | : int 6 [23:13:48.663] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.663] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.663] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.663] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.663] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.663] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.664] | signalConditions() ... done [23:13:48.664] | relay stdout ... [23:13:48.664] | relay stdout ... done [23:13:48.664] | check for misuse ... [23:13:48.664] | check for misuse ... done [23:13:48.665] | relay conditions ... [23:13:48.665] | : Future state: 'finished' [23:13:48.665] | : signalConditions() ... [23:13:48.665] | : . include = 'condition' [23:13:48.665] | : . exclude = 'immediateCondition' [23:13:48.665] | : . resignal = TRUE [23:13:48.666] | : . Number of conditions: 6 [23:13:48.666] | : . int 6 [23:13:48.666] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.667] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:13:48.602] | : . ' , attachPackages() ... [23:13:48.667] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.667] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:13:48.603] | : . ' , ; packages: [n=1] 'future' [23:13:48.667] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.667] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:13:48.603] | : . ' , attachPackages() ... done [23:13:48.668] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.668] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:13:48.603] | : . ' , attachPackages() ... [23:13:48.668] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.668] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:13:48.604] | : . ' , ; packages: [n=0] [23:13:48.669] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.669] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:13:48.604] | : . ' , attachPackages() ... done [23:13:48.669] | : signalConditions() ... done [23:13:48.669] | relay conditions ... done [23:13:48.669] value() for SequentialFuture () ... done $b [1] 2 $a [1] 1 [23:13:48.670] future(..., label = NULL) ... [23:13:48.670] | lazy: FALSE [23:13:48.670] | stdout: TRUE [23:13:48.670] | conditions: [n=1] 'condition' [23:13:48.671] | gc: FALSE [23:13:48.671] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:48.671] | 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' [23:13:48.672] | : Searching for globals ... [23:13:48.695] | : . globals found: [5] '{', 'x', '<-', '[[', '[[<-' [23:13:48.696] | : Searching for globals ... done [23:13:48.696] | : Resolving globals: TRUE [23:13:48.697] | : Resolving any globals that are futures ... [23:13:48.697] | : . globals: [5] '{', 'x', '<-', '[[', '[[<-' [23:13:48.697] | : Resolving any globals that are futures ... done [23:13:48.698] | : Search for packages associated with the globals ... [23:13:48.698] | : . Packages associated with globals: [1] 'base' [23:13:48.699] | : . Packages: [1] 'base' [23:13:48.700] | : Search for packages associated with the globals ... done [23:13:48.700] | : Resolving futures part of globals (recursively) ... [23:13:48.700] | : . resolve() for FutureGlobals ... [23:13:48.701] | : . ' recursive: 99 [23:13:48.701] | : . ' Number of elements: 1 [23:13:48.702] | : . ' elements: 'x' [23:13:48.702] | : . ' 'obj' is list [23:13:48.702] | : . ' resolve(obj, ...) ... [23:13:48.703] | : . ' , resolve() for list ... [23:13:48.703] | : . ' , ; recursive: 98 [23:13:48.703] | : . ' , ; Number of elements: 0 [23:13:48.704] | : . ' , resolve() for list ... done [23:13:48.704] | : . ' resolve(obj, ...) ... done [23:13:48.704] | : . ' resolved() ... [23:13:48.704] | : . ' , resolved() for list ... [23:13:48.705] | : . ' , ; Number of elements: 0 [23:13:48.705] | : . ' , ; Number of futures: 0 [23:13:48.705] | : . ' , resolved() for list ... done [23:13:48.706] | : . ' resolved() ... done [23:13:48.706] | : . ' length: 0 (resolved future 1) [23:13:48.706] | : . resolve() for FutureGlobals ... done [23:13:48.707] | : . globals: [1] 'x' [23:13:48.707] | : Resolving futures part of globals (recursively) ... done [23:13:48.707] | : Packages after dropping 'base': [0] [23:13:48.708] | : globals: [1] 'x' [23:13:48.708] | : packages: [0] [23:13:48.708] | getGlobalsAndPackages() ... done [23:13:48.709] | run() for 'Future' () ... [23:13:48.709] | : state: 'created' [23:13:48.710] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:48.710] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:48.710] | : Using SequentialFutureBackend ... [23:13:48.711] | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [23:13:48.711] | : . Launching futures ... [23:13:48.711] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:13:48.712] | : . ' , getFutureData() ... [23:13:48.712] | : . ' , ; getFutureCore() ... [23:13:48.712] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:13:48.713] | : . ' , ; getFutureCore() ... done [23:13:48.713] | : . ' , ; getFutureCapture() ... [23:13:48.713] | : . ' , ; getFutureCapture() ... done [23:13:48.714] | : . ' , ; getFutureContext() ... [23:13:48.714] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:48.714] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:13:48.715] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:48.715] | : . ' , ; ` Packages needed by future backend (n = 0): [23:13:48.716] | : . ' , ; getFutureContext() ... done [23:13:48.716] | : . ' , getFutureData() ... done [23:13:48.720] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:48.720] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:13:48.721] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:48.721] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:48.722] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:48.722] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:13:48.722] | : . ' , ; ` | New stack: [23:13:48.723] | : . ' , ; ` | List of 1 [23:13:48.723] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:48.723] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.723] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:13:48.723] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.723] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.723] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.723] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:48.723] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.729] | : . ' , ; ` | Old stack: [23:13:48.730] | : . ' , ; ` | List of 1 [23:13:48.730] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:48.730] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.730] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:13:48.730] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.730] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.730] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.730] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:13:48.730] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.730] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.730] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.730] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.737] | : . ' , ; ` | Not identical [23:13:48.738] | : . ' , ; ` | all.equal() for future ... [23:13:48.738] | : . ' , ; ` | : List of 2 [23:13:48.738] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:13:48.738] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.738] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:13:48.738] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.738] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.738] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.738] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:48.738] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:13:48.738] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.738] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:48.738] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.738] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.738] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.738] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:48.738] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.738] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.738] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.752] | : . ' , ; ` | all.equal() for future ... done [23:13:48.752] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:13:48.752] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:48.753] | : . ' , ; ` List of future strategies: [23:13:48.753] | : . ' , ; ` 1. sequential: [23:13:48.753] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:13:48.753] | : . ' , ; ` - tweaked: FALSE [23:13:48.753] | : . ' , ; ` - call: plan(sequential) [23:13:48.754] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:48.754] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:48.755] | : . ' , assign_globals() ... [23:13:48.755] | : . ' , List of 1 [23:13:48.755] | : . ' , $ x: list() [23:13:48.755] | : . ' , - attr(*, "where")=List of 1 [23:13:48.755] | : . ' , ..$ x: [23:13:48.755] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:13:48.755] | : . ' , - attr(*, "resolved")= logi TRUE [23:13:48.755] | : . ' , - attr(*, "total_size")= num NA [23:13:48.755] | : . ' , - attr(*, "already-done")= logi TRUE [23:13:48.761] | : . ' , - copied 'x' to environment [23:13:48.761] | : . ' , assign_globals() ... done [23:13:48.766] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:48.767] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:48.767] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:48.768] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:13:48.768] | : . ' , ; ` | : New stack: [23:13:48.768] | : . ' , ; ` | : List of 1 [23:13:48.768] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:48.768] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.768] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:48.768] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.768] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.768] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.768] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:48.768] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.768] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.768] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.768] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.777] | : . ' , ; ` | : Old stack: [23:13:48.777] | : . ' , ; ` | : List of 1 [23:13:48.777] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:48.777] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.777] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:48.777] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.777] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.777] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.777] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:48.777] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.777] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.777] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.777] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.785] | : . ' , ; ` | : Identical [23:13:48.785] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:13:48.786] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:48.786] | : . ' , ; ` | List of future strategies: [23:13:48.786] | : . ' , ; ` | 1. sequential: [23:13:48.786] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:13:48.786] | : . ' , ; ` | - tweaked: FALSE [23:13:48.786] | : . ' , ; ` | - call: plan(sequential) [23:13:48.787] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:48.788] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:48.788] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:48.789] | : . ' , SequentialFuture started (and completed) [23:13:48.789] | : . ' , signalConditions() ... [23:13:48.790] | : . ' , ; include = 'immediateCondition' [23:13:48.790] | : . ' , ; exclude = [23:13:48.791] | : . ' , ; resignal = FALSE [23:13:48.795] | : . ' , ; Number of conditions: 6 [23:13:48.796] | : . ' , ; int 6 [23:13:48.797] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.797] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.797] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.798] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.798] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.798] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.799] | : . ' , signalConditions() ... done [23:13:48.799] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:13:48.799] | : . Launching futures ... done [23:13:48.800] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:13:48.800] | : Using SequentialFutureBackend ... done [23:13:48.800] | run() for 'Future' () ... done [23:13:48.801] future(..., label = NULL) ... done [23:13:48.801] value() for SequentialFuture () ... [23:13:48.802] | signalConditions() ... [23:13:48.802] | : include = 'immediateCondition' [23:13:48.802] | : exclude = [23:13:48.803] | : resignal = FALSE [23:13:48.803] | : Number of conditions: 6 [23:13:48.803] | : int 6 [23:13:48.804] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.805] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.805] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.805] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.806] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.806] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.806] | signalConditions() ... done [23:13:48.807] | relay stdout ... [23:13:48.807] | relay stdout ... done [23:13:48.807] | check for misuse ... [23:13:48.808] | check for misuse ... done [23:13:48.808] | relay conditions ... [23:13:48.808] | : Future state: 'finished' [23:13:48.809] | : signalConditions() ... [23:13:48.809] | : . include = 'condition' [23:13:48.809] | : . exclude = 'immediateCondition' [23:13:48.810] | : . resignal = TRUE [23:13:48.810] | : . Number of conditions: 6 [23:13:48.810] | : . int 6 [23:13:48.811] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.811] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:13:48.717] | : . ' , attachPackages() ... [23:13:48.812] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.812] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:13:48.717] | : . ' , ; packages: [n=1] 'future' [23:13:48.812] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.813] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:13:48.718] | : . ' , attachPackages() ... done [23:13:48.813] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.813] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:13:48.718] | : . ' , attachPackages() ... [23:13:48.814] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.814] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:13:48.718] | : . ' , ; packages: [n=0] [23:13:48.814] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.815] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:13:48.719] | : . ' , attachPackages() ... done [23:13:48.815] | : signalConditions() ... done [23:13:48.815] | relay conditions ... done [23:13:48.816] value() for SequentialFuture () ... done $a [1] 1 [23:13:48.816] future(..., label = NULL) ... [23:13:48.816] | lazy: TRUE [23:13:48.816] | stdout: TRUE [23:13:48.817] | conditions: [n=1] 'condition' [23:13:48.817] | gc: FALSE [23:13:48.817] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:48.818] | 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' [23:13:48.819] | : Searching for globals ... [23:13:48.843] | : . globals found: [5] '{', 'x', '<-', '[[', '[[<-' [23:13:48.844] | : Searching for globals ... done [23:13:48.844] | : Resolving globals: TRUE [23:13:48.844] | : Resolving any globals that are futures ... [23:13:48.845] | : . globals: [5] '{', 'x', '<-', '[[', '[[<-' [23:13:48.845] | : Resolving any globals that are futures ... done [23:13:48.845] | : Search for packages associated with the globals ... [23:13:48.846] | : . Packages associated with globals: [1] 'base' [23:13:48.847] | : . Packages: [1] 'base' [23:13:48.847] | : Search for packages associated with the globals ... done [23:13:48.847] | : Resolving futures part of globals (recursively) ... [23:13:48.847] | : . resolve() for FutureGlobals ... [23:13:48.848] | : . ' recursive: 99 [23:13:48.848] | : . ' Number of elements: 1 [23:13:48.849] | : . ' elements: 'x' [23:13:48.849] | : . ' 'obj' is list [23:13:48.849] | : . ' resolve(obj, ...) ... [23:13:48.850] | : . ' , resolve() for list ... [23:13:48.850] | : . ' , ; recursive: 98 [23:13:48.850] | : . ' , ; Number of elements: 0 [23:13:48.850] | : . ' , resolve() for list ... done [23:13:48.851] | : . ' resolve(obj, ...) ... done [23:13:48.851] | : . ' resolved() ... [23:13:48.851] | : . ' , resolved() for list ... [23:13:48.852] | : . ' , ; Number of elements: 0 [23:13:48.852] | : . ' , ; Number of futures: 0 [23:13:48.852] | : . ' , resolved() for list ... done [23:13:48.852] | : . ' resolved() ... done [23:13:48.853] | : . ' length: 0 (resolved future 1) [23:13:48.853] | : . resolve() for FutureGlobals ... done [23:13:48.853] | : . globals: [1] 'x' [23:13:48.854] | : Resolving futures part of globals (recursively) ... done [23:13:48.854] | : Packages after dropping 'base': [0] [23:13:48.854] | : globals: [1] 'x' [23:13:48.855] | : packages: [0] [23:13:48.855] | getGlobalsAndPackages() ... done [23:13:48.855] future(..., label = NULL) ... done [23:13:48.856] value() for Future () ... [23:13:48.856] | run() for 'Future' () ... [23:13:48.856] | : state: 'created' [23:13:48.857] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:48.857] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:48.857] | : Using SequentialFutureBackend ... [23:13:48.858] | : . Number of futures since start: 6 (6 created, 6 launched, 6 finished) [23:13:48.858] | : . Launching futures ... [23:13:48.858] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:13:48.859] | : . ' , getFutureData() ... [23:13:48.859] | : . ' , ; getFutureCore() ... [23:13:48.859] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:13:48.860] | : . ' , ; getFutureCore() ... done [23:13:48.860] | : . ' , ; getFutureCapture() ... [23:13:48.860] | : . ' , ; getFutureCapture() ... done [23:13:48.860] | : . ' , ; getFutureContext() ... [23:13:48.861] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:48.861] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:13:48.861] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:48.862] | : . ' , ; ` Packages needed by future backend (n = 0): [23:13:48.862] | : . ' , ; getFutureContext() ... done [23:13:48.862] | : . ' , getFutureData() ... done [23:13:48.866] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:48.866] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:13:48.866] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:48.867] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:48.867] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:48.867] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:13:48.868] | : . ' , ; ` | New stack: [23:13:48.868] | : . ' , ; ` | List of 1 [23:13:48.868] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:48.868] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.868] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:13:48.868] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.868] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.868] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.868] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:48.868] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.873] | : . ' , ; ` | Old stack: [23:13:48.874] | : . ' , ; ` | List of 1 [23:13:48.874] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:48.874] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.874] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:13:48.874] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.874] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.874] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.874] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:13:48.874] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.874] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.874] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.874] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.881] | : . ' , ; ` | Not identical [23:13:48.881] | : . ' , ; ` | all.equal() for future ... [23:13:48.881] | : . ' , ; ` | : List of 2 [23:13:48.881] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:13:48.881] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.881] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:13:48.881] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.881] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.881] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.881] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:48.881] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:13:48.881] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.881] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:48.881] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.881] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.881] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.881] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:48.881] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.881] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.881] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.892] | : . ' , ; ` | all.equal() for future ... done [23:13:48.892] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:13:48.893] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:48.893] | : . ' , ; ` List of future strategies: [23:13:48.893] | : . ' , ; ` 1. sequential: [23:13:48.893] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:13:48.893] | : . ' , ; ` - tweaked: FALSE [23:13:48.893] | : . ' , ; ` - call: plan(sequential) [23:13:48.894] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:48.894] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:48.895] | : . ' , assign_globals() ... [23:13:48.895] | : . ' , List of 1 [23:13:48.895] | : . ' , $ x: list() [23:13:48.895] | : . ' , - attr(*, "where")=List of 1 [23:13:48.895] | : . ' , ..$ x: [23:13:48.895] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:13:48.895] | : . ' , - attr(*, "resolved")= logi TRUE [23:13:48.895] | : . ' , - attr(*, "total_size")= num NA [23:13:48.895] | : . ' , - attr(*, "already-done")= logi TRUE [23:13:48.900] | : . ' , - copied 'x' to environment [23:13:48.900] | : . ' , assign_globals() ... done [23:13:48.905] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:48.905] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:48.905] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:48.906] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:13:48.906] | : . ' , ; ` | : New stack: [23:13:48.906] | : . ' , ; ` | : List of 1 [23:13:48.906] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:48.906] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.906] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:48.906] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.906] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.906] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.906] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:48.906] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.906] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.906] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.906] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.913] | : . ' , ; ` | : Old stack: [23:13:48.914] | : . ' , ; ` | : List of 1 [23:13:48.914] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:48.914] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.914] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:48.914] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.914] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.914] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.914] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:48.914] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.914] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.914] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.914] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.920] | : . ' , ; ` | : Identical [23:13:48.920] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:13:48.921] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:48.921] | : . ' , ; ` | List of future strategies: [23:13:48.921] | : . ' , ; ` | 1. sequential: [23:13:48.921] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:13:48.921] | : . ' , ; ` | - tweaked: FALSE [23:13:48.921] | : . ' , ; ` | - call: plan(sequential) [23:13:48.922] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:48.922] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:48.922] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:48.923] | : . ' , SequentialFuture started (and completed) [23:13:48.924] | : . ' , signalConditions() ... [23:13:48.924] | : . ' , ; include = 'immediateCondition' [23:13:48.924] | : . ' , ; exclude = [23:13:48.925] | : . ' , ; resignal = FALSE [23:13:48.925] | : . ' , ; Number of conditions: 6 [23:13:48.925] | : . ' , ; int 6 [23:13:48.926] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.926] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.927] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.927] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.927] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.928] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.928] | : . ' , signalConditions() ... done [23:13:48.928] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:13:48.928] | : . Launching futures ... done [23:13:48.929] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:13:48.929] | : Using SequentialFutureBackend ... done [23:13:48.929] | run() for 'Future' () ... done [23:13:48.930] | signalConditions() ... [23:13:48.930] | : include = 'immediateCondition' [23:13:48.930] | : exclude = [23:13:48.930] | : resignal = FALSE [23:13:48.931] | : Number of conditions: 6 [23:13:48.931] | : int 6 [23:13:48.932] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.933] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.933] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.933] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.934] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.934] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.934] | signalConditions() ... done [23:13:48.934] | relay stdout ... [23:13:48.935] | relay stdout ... done [23:13:48.935] | check for misuse ... [23:13:48.935] | check for misuse ... done [23:13:48.936] | relay conditions ... [23:13:48.936] | : Future state: 'finished' [23:13:48.936] | : signalConditions() ... [23:13:48.936] | : . include = 'condition' [23:13:48.937] | : . exclude = 'immediateCondition' [23:13:48.937] | : . resignal = TRUE [23:13:48.937] | : . Number of conditions: 6 [23:13:48.938] | : . int 6 [23:13:48.939] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.939] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:13:48.863] | : . ' , attachPackages() ... [23:13:48.939] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.940] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:13:48.863] | : . ' , ; packages: [n=1] 'future' [23:13:48.940] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.940] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:13:48.864] | : . ' , attachPackages() ... done [23:13:48.941] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.941] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:13:48.864] | : . ' , attachPackages() ... [23:13:48.941] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.942] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:13:48.864] | : . ' , ; packages: [n=0] [23:13:48.942] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:48.942] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:13:48.865] | : . ' , attachPackages() ... done [23:13:48.942] | : signalConditions() ... done [23:13:48.943] | relay conditions ... done [23:13:48.943] value() for Future () ... done $a [1] 1 [23:13:48.944] future(..., label = NULL) ... [23:13:48.944] | lazy: FALSE [23:13:48.944] | stdout: TRUE [23:13:48.944] | conditions: [n=1] 'condition' [23:13:48.945] | gc: FALSE [23:13:48.945] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:48.946] | 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' [23:13:48.946] | : Searching for globals ... [23:13:48.971] | : . globals found: [5] '{', 'x', '<-', '[[', '[[<-' [23:13:48.971] | : Searching for globals ... done [23:13:48.971] | : Resolving globals: TRUE [23:13:48.972] | : Resolving any globals that are futures ... [23:13:48.972] | : . globals: [5] '{', 'x', '<-', '[[', '[[<-' [23:13:48.972] | : Resolving any globals that are futures ... done [23:13:48.972] | : Search for packages associated with the globals ... [23:13:48.973] | : . Packages associated with globals: [1] 'base' [23:13:48.973] | : . Packages: [1] 'base' [23:13:48.973] | : Search for packages associated with the globals ... done [23:13:48.973] | : Resolving futures part of globals (recursively) ... [23:13:48.974] | : . resolve() for FutureGlobals ... [23:13:48.974] | : . ' recursive: 99 [23:13:48.974] | : . ' Number of elements: 1 [23:13:48.974] | : . ' elements: 'x' [23:13:48.974] | : . ' 'obj' is list [23:13:48.975] | : . ' resolve(obj, ...) ... [23:13:48.975] | : . ' , resolve() for list ... [23:13:48.975] | : . ' , ; recursive: 98 [23:13:48.975] | : . ' , ; Number of elements: 0 [23:13:48.975] | : . ' , resolve() for list ... done [23:13:48.975] | : . ' resolve(obj, ...) ... done [23:13:48.976] | : . ' resolved() ... [23:13:48.976] | : . ' , resolved() for list ... [23:13:48.976] | : . ' , ; Number of elements: 0 [23:13:48.976] | : . ' , ; Number of futures: 0 [23:13:48.976] | : . ' , resolved() for list ... done [23:13:48.976] | : . ' resolved() ... done [23:13:48.977] | : . ' length: 0 (resolved future 1) [23:13:48.977] | : . resolve() for FutureGlobals ... done [23:13:48.977] | : . globals: [1] 'x' [23:13:48.977] | : Resolving futures part of globals (recursively) ... done [23:13:48.978] | : Packages after dropping 'base': [0] [23:13:48.978] | : globals: [1] 'x' [23:13:48.978] | : packages: [0] [23:13:48.978] | getGlobalsAndPackages() ... done [23:13:48.978] | run() for 'Future' () ... [23:13:48.979] | : state: 'created' [23:13:48.979] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:48.979] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:48.980] | : Using SequentialFutureBackend ... [23:13:48.980] | : . Number of futures since start: 7 (7 created, 7 launched, 7 finished) [23:13:48.980] | : . Launching futures ... [23:13:48.981] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:13:48.981] | : . ' , getFutureData() ... [23:13:48.981] | : . ' , ; getFutureCore() ... [23:13:48.982] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:13:48.982] | : . ' , ; getFutureCore() ... done [23:13:48.982] | : . ' , ; getFutureCapture() ... [23:13:48.982] | : . ' , ; getFutureCapture() ... done [23:13:48.983] | : . ' , ; getFutureContext() ... [23:13:48.983] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:48.983] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:13:48.984] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:48.984] | : . ' , ; ` Packages needed by future backend (n = 0): [23:13:48.984] | : . ' , ; getFutureContext() ... done [23:13:48.985] | : . ' , getFutureData() ... done [23:13:48.987] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:48.987] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:13:48.987] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:48.988] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:48.988] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:48.988] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:13:48.988] | : . ' , ; ` | New stack: [23:13:48.989] | : . ' , ; ` | List of 1 [23:13:48.989] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:48.989] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.989] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:13:48.989] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.989] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.989] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.989] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:48.989] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.992] | : . ' , ; ` | Old stack: [23:13:48.993] | : . ' , ; ` | List of 1 [23:13:48.993] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:48.993] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.993] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:13:48.993] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.993] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.993] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.993] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:13:48.993] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.993] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.993] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.993] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:48.997] | : . ' , ; ` | Not identical [23:13:48.997] | : . ' , ; ` | all.equal() for future ... [23:13:48.997] | : . ' , ; ` | : List of 2 [23:13:48.997] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:13:48.997] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.997] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:13:48.997] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.997] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.997] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.997] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:48.997] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:13:48.997] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:48.997] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:48.997] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.997] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.997] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:48.997] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:48.997] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:48.997] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:48.997] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.004] | : . ' , ; ` | all.equal() for future ... done [23:13:49.005] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:13:49.005] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:49.005] | : . ' , ; ` List of future strategies: [23:13:49.005] | : . ' , ; ` 1. sequential: [23:13:49.005] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:13:49.005] | : . ' , ; ` - tweaked: FALSE [23:13:49.005] | : . ' , ; ` - call: plan(sequential) [23:13:49.006] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:49.006] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:49.006] | : . ' , assign_globals() ... [23:13:49.006] | : . ' , List of 1 [23:13:49.006] | : . ' , $ x: list() [23:13:49.006] | : . ' , - attr(*, "where")=List of 1 [23:13:49.006] | : . ' , ..$ x: [23:13:49.006] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:13:49.006] | : . ' , - attr(*, "resolved")= logi TRUE [23:13:49.006] | : . ' , - attr(*, "total_size")= num NA [23:13:49.006] | : . ' , - attr(*, "already-done")= logi TRUE [23:13:49.009] | : . ' , - copied 'x' to environment [23:13:49.010] | : . ' , assign_globals() ... done [23:13:49.013] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:49.013] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:49.013] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:49.013] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:13:49.014] | : . ' , ; ` | : New stack: [23:13:49.014] | : . ' , ; ` | : List of 1 [23:13:49.014] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:49.014] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.014] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:49.014] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.014] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.014] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.014] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:49.014] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:49.014] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.014] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.014] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:49.018] | : . ' , ; ` | : Old stack: [23:13:49.018] | : . ' , ; ` | : List of 1 [23:13:49.018] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:49.018] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.018] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:49.018] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.018] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.018] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.018] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:49.018] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:49.018] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.018] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.018] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:49.022] | : . ' , ; ` | : Identical [23:13:49.022] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:13:49.022] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:49.023] | : . ' , ; ` | List of future strategies: [23:13:49.023] | : . ' , ; ` | 1. sequential: [23:13:49.023] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:13:49.023] | : . ' , ; ` | - tweaked: FALSE [23:13:49.023] | : . ' , ; ` | - call: plan(sequential) [23:13:49.023] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:49.024] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:49.024] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:49.024] | : . ' , SequentialFuture started (and completed) [23:13:49.025] | : . ' , signalConditions() ... [23:13:49.025] | : . ' , ; include = 'immediateCondition' [23:13:49.025] | : . ' , ; exclude = [23:13:49.025] | : . ' , ; resignal = FALSE [23:13:49.026] | : . ' , ; Number of conditions: 6 [23:13:49.026] | : . ' , ; int 6 [23:13:49.027] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.027] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.027] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.028] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.028] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.028] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.028] | : . ' , signalConditions() ... done [23:13:49.029] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:13:49.029] | : . Launching futures ... done [23:13:49.029] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:13:49.029] | : Using SequentialFutureBackend ... done [23:13:49.030] | run() for 'Future' () ... done [23:13:49.030] future(..., label = NULL) ... done [23:13:49.030] value() for SequentialFuture () ... [23:13:49.031] | signalConditions() ... [23:13:49.031] | : include = 'immediateCondition' [23:13:49.031] | : exclude = [23:13:49.031] | : resignal = FALSE [23:13:49.032] | : Number of conditions: 6 [23:13:49.032] | : int 6 [23:13:49.033] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.033] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.033] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.033] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.034] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.034] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.034] | signalConditions() ... done [23:13:49.034] | relay stdout ... [23:13:49.035] | relay stdout ... done [23:13:49.035] | check for misuse ... [23:13:49.035] | check for misuse ... done [23:13:49.035] | relay conditions ... [23:13:49.036] | : Future state: 'finished' [23:13:49.036] | : signalConditions() ... [23:13:49.036] | : . include = 'condition' [23:13:49.036] | : . exclude = 'immediateCondition' [23:13:49.037] | : . resignal = TRUE [23:13:49.037] | : . Number of conditions: 6 [23:13:49.037] | : . int 6 [23:13:49.038] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.038] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:13:48.985] | : . ' , attachPackages() ... [23:13:49.038] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.039] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:13:48.985] | : . ' , ; packages: [n=1] 'future' [23:13:49.039] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.039] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:13:48.986] | : . ' , attachPackages() ... done [23:13:49.039] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.040] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:13:48.986] | : . ' , attachPackages() ... [23:13:49.040] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.040] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:13:48.986] | : . ' , ; packages: [n=0] [23:13:49.041] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.041] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:13:48.986] | : . ' , attachPackages() ... done [23:13:49.041] | : signalConditions() ... done [23:13:49.042] | relay conditions ... done [23:13:49.042] value() for SequentialFuture () ... done $a [1] 1 [23:13:49.042] future(..., label = NULL) ... [23:13:49.043] | lazy: FALSE [23:13:49.043] | stdout: TRUE [23:13:49.043] | conditions: [n=1] 'condition' [23:13:49.043] | gc: FALSE [23:13:49.044] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:49.044] | 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' [23:13:49.045] | : Searching for globals ... [23:13:49.069] | : . globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [23:13:49.070] | : Searching for globals ... done [23:13:49.070] | : Resolving globals: TRUE [23:13:49.070] | : Resolving any globals that are futures ... [23:13:49.070] | : . globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [23:13:49.071] | : Resolving any globals that are futures ... done [23:13:49.071] | : Search for packages associated with the globals ... [23:13:49.071] | : . Packages associated with globals: [1] 'base' [23:13:49.072] | : . Packages: [1] 'base' [23:13:49.072] | : Search for packages associated with the globals ... done [23:13:49.072] | : Resolving futures part of globals (recursively) ... [23:13:49.072] | : . resolve() for FutureGlobals ... [23:13:49.072] | : . ' recursive: 99 [23:13:49.073] | : . ' Number of elements: 1 [23:13:49.073] | : . ' elements: 'x' [23:13:49.073] | : . ' 'obj' is list [23:13:49.073] | : . ' resolve(obj, ...) ... [23:13:49.073] | : . ' , resolve() for list ... [23:13:49.074] | : . ' , ; recursive: 98 [23:13:49.074] | : . ' , ; Number of elements: 0 [23:13:49.074] | : . ' , resolve() for list ... done [23:13:49.074] | : . ' resolve(obj, ...) ... done [23:13:49.074] | : . ' resolved() ... [23:13:49.074] | : . ' , resolved() for list ... [23:13:49.074] | : . ' , ; Number of elements: 0 [23:13:49.075] | : . ' , ; Number of futures: 0 [23:13:49.075] | : . ' , resolved() for list ... done [23:13:49.075] | : . ' resolved() ... done [23:13:49.075] | : . ' length: 0 (resolved future 1) [23:13:49.075] | : . resolve() for FutureGlobals ... done [23:13:49.076] | : . globals: [1] 'x' [23:13:49.076] | : Resolving futures part of globals (recursively) ... done [23:13:49.076] | : Packages after dropping 'base': [0] [23:13:49.076] | : globals: [1] 'x' [23:13:49.076] | : packages: [0] [23:13:49.076] | getGlobalsAndPackages() ... done [23:13:49.077] | run() for 'Future' () ... [23:13:49.077] | : state: 'created' [23:13:49.077] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:49.077] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:49.078] | : Using SequentialFutureBackend ... [23:13:49.078] | : . Number of futures since start: 8 (8 created, 8 launched, 8 finished) [23:13:49.078] | : . Launching futures ... [23:13:49.078] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:13:49.078] | : . ' , getFutureData() ... [23:13:49.078] | : . ' , ; getFutureCore() ... [23:13:49.079] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:13:49.079] | : . ' , ; getFutureCore() ... done [23:13:49.079] | : . ' , ; getFutureCapture() ... [23:13:49.079] | : . ' , ; getFutureCapture() ... done [23:13:49.079] | : . ' , ; getFutureContext() ... [23:13:49.079] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:49.080] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:13:49.080] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:49.080] | : . ' , ; ` Packages needed by future backend (n = 0): [23:13:49.080] | : . ' , ; getFutureContext() ... done [23:13:49.080] | : . ' , getFutureData() ... done [23:13:49.085] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:49.085] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:13:49.085] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:49.086] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:49.086] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:49.086] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:13:49.086] | : . ' , ; ` | New stack: [23:13:49.086] | : . ' , ; ` | List of 1 [23:13:49.086] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:49.086] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.086] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:13:49.086] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.086] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.086] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.086] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:49.086] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:49.091] | : . ' , ; ` | Old stack: [23:13:49.091] | : . ' , ; ` | List of 1 [23:13:49.091] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:49.091] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.091] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:13:49.091] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.091] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.091] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.091] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:13:49.091] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:49.091] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.091] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.091] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:49.095] | : . ' , ; ` | Not identical [23:13:49.096] | : . ' , ; ` | all.equal() for future ... [23:13:49.096] | : . ' , ; ` | : List of 2 [23:13:49.096] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:13:49.096] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.096] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:13:49.096] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.096] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.096] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.096] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:49.096] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:13:49.096] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.096] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:49.096] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.096] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.096] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.096] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:49.096] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:49.096] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.096] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.102] | : . ' , ; ` | all.equal() for future ... done [23:13:49.102] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:13:49.103] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:49.103] | : . ' , ; ` List of future strategies: [23:13:49.103] | : . ' , ; ` 1. sequential: [23:13:49.103] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:13:49.103] | : . ' , ; ` - tweaked: FALSE [23:13:49.103] | : . ' , ; ` - call: plan(sequential) [23:13:49.103] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:49.104] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:49.104] | : . ' , assign_globals() ... [23:13:49.104] | : . ' , List of 1 [23:13:49.104] | : . ' , $ x: list() [23:13:49.104] | : . ' , - attr(*, "where")=List of 1 [23:13:49.104] | : . ' , ..$ x: [23:13:49.104] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:13:49.104] | : . ' , - attr(*, "resolved")= logi TRUE [23:13:49.104] | : . ' , - attr(*, "total_size")= num NA [23:13:49.104] | : . ' , - attr(*, "already-done")= logi TRUE [23:13:49.107] | : . ' , - copied 'x' to environment [23:13:49.107] | : . ' , assign_globals() ... done [23:13:49.110] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:49.110] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:49.110] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:49.111] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:13:49.111] | : . ' , ; ` | : New stack: [23:13:49.111] | : . ' , ; ` | : List of 1 [23:13:49.111] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:49.111] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.111] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:49.111] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.111] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.111] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.111] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:49.111] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:49.111] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.111] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.111] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:49.115] | : . ' , ; ` | : Old stack: [23:13:49.115] | : . ' , ; ` | : List of 1 [23:13:49.115] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:49.115] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.115] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:49.115] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.115] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.115] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.115] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:49.115] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:49.115] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.115] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.115] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:49.119] | : . ' , ; ` | : Identical [23:13:49.120] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:13:49.120] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:49.120] | : . ' , ; ` | List of future strategies: [23:13:49.120] | : . ' , ; ` | 1. sequential: [23:13:49.120] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:13:49.120] | : . ' , ; ` | - tweaked: FALSE [23:13:49.120] | : . ' , ; ` | - call: plan(sequential) [23:13:49.121] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:49.122] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:49.122] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:49.123] | : . ' , SequentialFuture started (and completed) [23:13:49.123] | : . ' , signalConditions() ... [23:13:49.123] | : . ' , ; include = 'immediateCondition' [23:13:49.124] | : . ' , ; exclude = [23:13:49.124] | : . ' , ; resignal = FALSE [23:13:49.124] | : . ' , ; Number of conditions: 6 [23:13:49.124] | : . ' , ; int 6 [23:13:49.125] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.126] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.126] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.126] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.126] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.127] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.127] | : . ' , signalConditions() ... done [23:13:49.127] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:13:49.128] | : . Launching futures ... done [23:13:49.128] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:13:49.128] | : Using SequentialFutureBackend ... done [23:13:49.128] | run() for 'Future' () ... done [23:13:49.129] future(..., label = NULL) ... done [23:13:49.129] value() for SequentialFuture () ... [23:13:49.129] | signalConditions() ... [23:13:49.130] | : include = 'immediateCondition' [23:13:49.130] | : exclude = [23:13:49.130] | : resignal = FALSE [23:13:49.130] | : Number of conditions: 6 [23:13:49.131] | : int 6 [23:13:49.131] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.132] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.132] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.132] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.133] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.133] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.133] | signalConditions() ... done [23:13:49.133] | relay stdout ... [23:13:49.134] | relay stdout ... done [23:13:49.134] | check for misuse ... [23:13:49.134] | check for misuse ... done [23:13:49.134] | relay conditions ... [23:13:49.135] | : Future state: 'finished' [23:13:49.135] | : signalConditions() ... [23:13:49.135] | : . include = 'condition' [23:13:49.136] | : . exclude = 'immediateCondition' [23:13:49.136] | : . resignal = TRUE [23:13:49.136] | : . Number of conditions: 6 [23:13:49.136] | : . int 6 [23:13:49.137] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.137] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:13:49.081] | : . ' , attachPackages() ... [23:13:49.138] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.138] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:13:49.081] | : . ' , ; packages: [n=1] 'future' [23:13:49.138] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.139] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:13:49.081] | : . ' , attachPackages() ... done [23:13:49.139] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.139] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:13:49.081] | : . ' , attachPackages() ... [23:13:49.139] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.140] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:13:49.082] | : . ' , ; packages: [n=0] [23:13:49.140] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.140] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:13:49.082] | : . ' , attachPackages() ... done [23:13:49.141] | : signalConditions() ... done [23:13:49.141] | relay conditions ... done [23:13:49.141] value() for SequentialFuture () ... done $a [1] 1 [23:13:49.142] future(..., label = NULL) ... [23:13:49.142] | lazy: TRUE [23:13:49.142] | stdout: TRUE [23:13:49.142] | conditions: [n=1] 'condition' [23:13:49.143] | gc: FALSE [23:13:49.143] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:49.143] | 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' [23:13:49.144] | : Searching for globals ... [23:13:49.170] | : . globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [23:13:49.171] | : Searching for globals ... done [23:13:49.171] | : Resolving globals: TRUE [23:13:49.171] | : Resolving any globals that are futures ... [23:13:49.172] | : . globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [23:13:49.172] | : Resolving any globals that are futures ... done [23:13:49.172] | : Search for packages associated with the globals ... [23:13:49.173] | : . Packages associated with globals: [1] 'base' [23:13:49.173] | : . Packages: [1] 'base' [23:13:49.174] | : Search for packages associated with the globals ... done [23:13:49.174] | : Resolving futures part of globals (recursively) ... [23:13:49.174] | : . resolve() for FutureGlobals ... [23:13:49.175] | : . ' recursive: 99 [23:13:49.175] | : . ' Number of elements: 1 [23:13:49.175] | : . ' elements: 'x' [23:13:49.176] | : . ' 'obj' is list [23:13:49.176] | : . ' resolve(obj, ...) ... [23:13:49.176] | : . ' , resolve() for list ... [23:13:49.176] | : . ' , ; recursive: 98 [23:13:49.177] | : . ' , ; Number of elements: 0 [23:13:49.177] | : . ' , resolve() for list ... done [23:13:49.177] | : . ' resolve(obj, ...) ... done [23:13:49.177] | : . ' resolved() ... [23:13:49.178] | : . ' , resolved() for list ... [23:13:49.178] | : . ' , ; Number of elements: 0 [23:13:49.178] | : . ' , ; Number of futures: 0 [23:13:49.178] | : . ' , resolved() for list ... done [23:13:49.179] | : . ' resolved() ... done [23:13:49.179] | : . ' length: 0 (resolved future 1) [23:13:49.179] | : . resolve() for FutureGlobals ... done [23:13:49.179] | : . globals: [1] 'x' [23:13:49.180] | : Resolving futures part of globals (recursively) ... done [23:13:49.180] | : Packages after dropping 'base': [0] [23:13:49.180] | : globals: [1] 'x' [23:13:49.181] | : packages: [0] [23:13:49.181] | getGlobalsAndPackages() ... done [23:13:49.181] future(..., label = NULL) ... done [23:13:49.182] value() for Future () ... [23:13:49.182] | run() for 'Future' () ... [23:13:49.182] | : state: 'created' [23:13:49.183] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:49.183] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:49.183] | : Using SequentialFutureBackend ... [23:13:49.183] | : . Number of futures since start: 9 (9 created, 9 launched, 9 finished) [23:13:49.184] | : . Launching futures ... [23:13:49.184] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:13:49.184] | : . ' , getFutureData() ... [23:13:49.185] | : . ' , ; getFutureCore() ... [23:13:49.185] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:13:49.185] | : . ' , ; getFutureCore() ... done [23:13:49.185] | : . ' , ; getFutureCapture() ... [23:13:49.186] | : . ' , ; getFutureCapture() ... done [23:13:49.186] | : . ' , ; getFutureContext() ... [23:13:49.186] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:49.186] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:13:49.187] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:49.187] | : . ' , ; ` Packages needed by future backend (n = 0): [23:13:49.187] | : . ' , ; getFutureContext() ... done [23:13:49.188] | : . ' , getFutureData() ... done [23:13:49.191] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:49.191] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:13:49.191] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:49.192] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:49.192] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:49.193] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:13:49.193] | : . ' , ; ` | New stack: [23:13:49.193] | : . ' , ; ` | List of 1 [23:13:49.193] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:49.193] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.193] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:13:49.193] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.193] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.193] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.193] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:49.193] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:49.198] | : . ' , ; ` | Old stack: [23:13:49.199] | : . ' , ; ` | List of 1 [23:13:49.199] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:49.199] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.199] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:13:49.199] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.199] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.199] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.199] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:13:49.199] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:49.199] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.199] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.199] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:49.205] | : . ' , ; ` | Not identical [23:13:49.205] | : . ' , ; ` | all.equal() for future ... [23:13:49.205] | : . ' , ; ` | : List of 2 [23:13:49.205] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:13:49.205] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.205] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:13:49.205] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.205] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.205] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.205] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:49.205] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:13:49.205] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.205] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:49.205] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.205] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.205] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.205] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:49.205] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:49.205] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.205] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.219] | : . ' , ; ` | all.equal() for future ... done [23:13:49.220] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:13:49.220] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:49.220] | : . ' , ; ` List of future strategies: [23:13:49.220] | : . ' , ; ` 1. sequential: [23:13:49.220] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:13:49.220] | : . ' , ; ` - tweaked: FALSE [23:13:49.220] | : . ' , ; ` - call: plan(sequential) [23:13:49.221] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:49.221] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:49.222] | : . ' , assign_globals() ... [23:13:49.222] | : . ' , List of 1 [23:13:49.222] | : . ' , $ x: list() [23:13:49.222] | : . ' , - attr(*, "where")=List of 1 [23:13:49.222] | : . ' , ..$ x: [23:13:49.222] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:13:49.222] | : . ' , - attr(*, "resolved")= logi TRUE [23:13:49.222] | : . ' , - attr(*, "total_size")= num NA [23:13:49.222] | : . ' , - attr(*, "already-done")= logi TRUE [23:13:49.226] | : . ' , - copied 'x' to environment [23:13:49.226] | : . ' , assign_globals() ... done [23:13:49.230] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:49.230] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:49.230] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:49.230] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:13:49.230] | : . ' , ; ` | : New stack: [23:13:49.231] | : . ' , ; ` | : List of 1 [23:13:49.231] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:49.231] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.231] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:49.231] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.231] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.231] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.231] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:49.231] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:49.231] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.231] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.231] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:49.234] | : . ' , ; ` | : Old stack: [23:13:49.234] | : . ' , ; ` | : List of 1 [23:13:49.234] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:49.234] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.234] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:49.234] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.234] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.234] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.234] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:49.234] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:49.234] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.234] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.234] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:49.238] | : . ' , ; ` | : Identical [23:13:49.238] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:13:49.238] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:49.239] | : . ' , ; ` | List of future strategies: [23:13:49.239] | : . ' , ; ` | 1. sequential: [23:13:49.239] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:13:49.239] | : . ' , ; ` | - tweaked: FALSE [23:13:49.239] | : . ' , ; ` | - call: plan(sequential) [23:13:49.239] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:49.239] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:49.240] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:49.240] | : . ' , SequentialFuture started (and completed) [23:13:49.240] | : . ' , signalConditions() ... [23:13:49.241] | : . ' , ; include = 'immediateCondition' [23:13:49.241] | : . ' , ; exclude = [23:13:49.241] | : . ' , ; resignal = FALSE [23:13:49.241] | : . ' , ; Number of conditions: 6 [23:13:49.241] | : . ' , ; int 6 [23:13:49.242] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.242] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.242] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.242] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.242] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.243] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.243] | : . ' , signalConditions() ... done [23:13:49.243] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:13:49.243] | : . Launching futures ... done [23:13:49.243] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:13:49.243] | : Using SequentialFutureBackend ... done [23:13:49.244] | run() for 'Future' () ... done [23:13:49.244] | signalConditions() ... [23:13:49.244] | : include = 'immediateCondition' [23:13:49.244] | : exclude = [23:13:49.244] | : resignal = FALSE [23:13:49.245] | : Number of conditions: 6 [23:13:49.245] | : int 6 [23:13:49.246] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.246] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.246] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.246] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.247] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.247] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.247] | signalConditions() ... done [23:13:49.247] | relay stdout ... [23:13:49.248] | relay stdout ... done [23:13:49.248] | check for misuse ... [23:13:49.248] | check for misuse ... done [23:13:49.248] | relay conditions ... [23:13:49.249] | : Future state: 'finished' [23:13:49.249] | : signalConditions() ... [23:13:49.249] | : . include = 'condition' [23:13:49.250] | : . exclude = 'immediateCondition' [23:13:49.250] | : . resignal = TRUE [23:13:49.250] | : . Number of conditions: 6 [23:13:49.250] | : . int 6 [23:13:49.251] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.251] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:13:49.188] | : . ' , attachPackages() ... [23:13:49.252] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.252] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:13:49.188] | : . ' , ; packages: [n=1] 'future' [23:13:49.252] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.253] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:13:49.189] | : . ' , attachPackages() ... done [23:13:49.253] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.253] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:13:49.189] | : . ' , attachPackages() ... [23:13:49.254] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.254] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:13:49.189] | : . ' , ; packages: [n=0] [23:13:49.254] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.255] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:13:49.190] | : . ' , attachPackages() ... done [23:13:49.255] | : signalConditions() ... done [23:13:49.255] | relay conditions ... done [23:13:49.256] value() for Future () ... done $a [1] 1 [23:13:49.256] future(..., label = NULL) ... [23:13:49.256] | lazy: FALSE [23:13:49.257] | stdout: TRUE [23:13:49.257] | conditions: [n=1] 'condition' [23:13:49.257] | gc: FALSE [23:13:49.257] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:49.258] | 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' [23:13:49.259] | : Searching for globals ... [23:13:49.287] | : . globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [23:13:49.288] | : Searching for globals ... done [23:13:49.288] | : Resolving globals: TRUE [23:13:49.288] | : Resolving any globals that are futures ... [23:13:49.289] | : . globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [23:13:49.289] | : Resolving any globals that are futures ... done [23:13:49.289] | : Search for packages associated with the globals ... [23:13:49.290] | : . Packages associated with globals: [1] 'base' [23:13:49.290] | : . Packages: [1] 'base' [23:13:49.291] | : Search for packages associated with the globals ... done [23:13:49.291] | : Resolving futures part of globals (recursively) ... [23:13:49.291] | : . resolve() for FutureGlobals ... [23:13:49.291] | : . ' recursive: 99 [23:13:49.292] | : . ' Number of elements: 1 [23:13:49.292] | : . ' elements: 'x' [23:13:49.293] | : . ' 'obj' is list [23:13:49.293] | : . ' resolve(obj, ...) ... [23:13:49.293] | : . ' , resolve() for list ... [23:13:49.293] | : . ' , ; recursive: 98 [23:13:49.294] | : . ' , ; Number of elements: 0 [23:13:49.294] | : . ' , resolve() for list ... done [23:13:49.294] | : . ' resolve(obj, ...) ... done [23:13:49.294] | : . ' resolved() ... [23:13:49.294] | : . ' , resolved() for list ... [23:13:49.295] | : . ' , ; Number of elements: 0 [23:13:49.295] | : . ' , ; Number of futures: 0 [23:13:49.295] | : . ' , resolved() for list ... done [23:13:49.296] | : . ' resolved() ... done [23:13:49.296] | : . ' length: 0 (resolved future 1) [23:13:49.296] | : . resolve() for FutureGlobals ... done [23:13:49.296] | : . globals: [1] 'x' [23:13:49.297] | : Resolving futures part of globals (recursively) ... done [23:13:49.297] | : Packages after dropping 'base': [0] [23:13:49.297] | : globals: [1] 'x' [23:13:49.298] | : packages: [0] [23:13:49.298] | getGlobalsAndPackages() ... done [23:13:49.298] | run() for 'Future' () ... [23:13:49.299] | : state: 'created' [23:13:49.299] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:49.299] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:49.300] | : Using SequentialFutureBackend ... [23:13:49.300] | : . Number of futures since start: 10 (10 created, 10 launched, 10 finished) [23:13:49.300] | : . Launching futures ... [23:13:49.301] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:13:49.301] | : . ' , getFutureData() ... [23:13:49.301] | : . ' , ; getFutureCore() ... [23:13:49.301] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:13:49.302] | : . ' , ; getFutureCore() ... done [23:13:49.302] | : . ' , ; getFutureCapture() ... [23:13:49.302] | : . ' , ; getFutureCapture() ... done [23:13:49.303] | : . ' , ; getFutureContext() ... [23:13:49.303] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:49.303] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:13:49.303] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:49.304] | : . ' , ; ` Packages needed by future backend (n = 0): [23:13:49.304] | : . ' , ; getFutureContext() ... done [23:13:49.304] | : . ' , getFutureData() ... done [23:13:49.307] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:49.307] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:13:49.308] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:49.308] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:49.309] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:49.309] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:13:49.309] | : . ' , ; ` | New stack: [23:13:49.309] | : . ' , ; ` | List of 1 [23:13:49.309] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:49.309] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.309] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:13:49.309] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.309] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.309] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.309] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:49.309] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:49.314] | : . ' , ; ` | Old stack: [23:13:49.314] | : . ' , ; ` | List of 1 [23:13:49.314] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:49.314] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.314] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:13:49.314] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.314] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.314] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.314] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:13:49.314] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:49.314] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.314] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.314] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:49.320] | : . ' , ; ` | Not identical [23:13:49.321] | : . ' , ; ` | all.equal() for future ... [23:13:49.321] | : . ' , ; ` | : List of 2 [23:13:49.321] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:13:49.321] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.321] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:13:49.321] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.321] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.321] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.321] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:49.321] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:13:49.321] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.321] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:49.321] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.321] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.321] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.321] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:49.321] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:49.321] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.321] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.331] | : . ' , ; ` | all.equal() for future ... done [23:13:49.331] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:13:49.331] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:49.331] | : . ' , ; ` List of future strategies: [23:13:49.331] | : . ' , ; ` 1. sequential: [23:13:49.331] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:13:49.331] | : . ' , ; ` - tweaked: FALSE [23:13:49.331] | : . ' , ; ` - call: plan(sequential) [23:13:49.332] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:49.333] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:49.333] | : . ' , assign_globals() ... [23:13:49.333] | : . ' , List of 1 [23:13:49.333] | : . ' , $ x: list() [23:13:49.333] | : . ' , - attr(*, "where")=List of 1 [23:13:49.333] | : . ' , ..$ x: [23:13:49.333] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:13:49.333] | : . ' , - attr(*, "resolved")= logi TRUE [23:13:49.333] | : . ' , - attr(*, "total_size")= num NA [23:13:49.333] | : . ' , - attr(*, "already-done")= logi TRUE [23:13:49.338] | : . ' , - copied 'x' to environment [23:13:49.338] | : . ' , assign_globals() ... done [23:13:49.341] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:49.342] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:49.342] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:49.342] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:13:49.343] | : . ' , ; ` | : New stack: [23:13:49.343] | : . ' , ; ` | : List of 1 [23:13:49.343] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:49.343] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.343] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:49.343] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.343] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.343] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.343] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:49.343] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:49.343] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.343] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.343] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:49.349] | : . ' , ; ` | : Old stack: [23:13:49.349] | : . ' , ; ` | : List of 1 [23:13:49.349] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:49.349] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.349] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:49.349] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.349] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.349] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.349] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:49.349] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:49.349] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.349] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.349] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:49.358] | : . ' , ; ` | : Identical [23:13:49.358] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:13:49.358] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:49.358] | : . ' , ; ` | List of future strategies: [23:13:49.358] | : . ' , ; ` | 1. sequential: [23:13:49.358] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:13:49.358] | : . ' , ; ` | - tweaked: FALSE [23:13:49.358] | : . ' , ; ` | - call: plan(sequential) [23:13:49.359] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:49.360] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:49.360] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:49.360] | : . ' , SequentialFuture started (and completed) [23:13:49.361] | : . ' , signalConditions() ... [23:13:49.361] | : . ' , ; include = 'immediateCondition' [23:13:49.361] | : . ' , ; exclude = [23:13:49.361] | : . ' , ; resignal = FALSE [23:13:49.362] | : . ' , ; Number of conditions: 6 [23:13:49.362] | : . ' , ; int 6 [23:13:49.363] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.363] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.363] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.363] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.363] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.364] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.364] | : . ' , signalConditions() ... done [23:13:49.364] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:13:49.364] | : . Launching futures ... done [23:13:49.365] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:13:49.365] | : Using SequentialFutureBackend ... done [23:13:49.365] | run() for 'Future' () ... done [23:13:49.365] future(..., label = NULL) ... done [23:13:49.366] value() for SequentialFuture () ... [23:13:49.366] | signalConditions() ... [23:13:49.366] | : include = 'immediateCondition' [23:13:49.366] | : exclude = [23:13:49.367] | : resignal = FALSE [23:13:49.367] | : Number of conditions: 6 [23:13:49.367] | : int 6 [23:13:49.368] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.368] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.368] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.368] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.369] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.369] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.369] | signalConditions() ... done [23:13:49.369] | relay stdout ... [23:13:49.370] | relay stdout ... done [23:13:49.370] | check for misuse ... [23:13:49.370] | check for misuse ... done [23:13:49.370] | relay conditions ... [23:13:49.371] | : Future state: 'finished' [23:13:49.371] | : signalConditions() ... [23:13:49.371] | : . include = 'condition' [23:13:49.371] | : . exclude = 'immediateCondition' [23:13:49.372] | : . resignal = TRUE [23:13:49.372] | : . Number of conditions: 6 [23:13:49.372] | : . int 6 [23:13:49.373] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.373] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:13:49.305] | : . ' , attachPackages() ... [23:13:49.373] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.374] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:13:49.305] | : . ' , ; packages: [n=1] 'future' [23:13:49.374] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.374] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:13:49.306] | : . ' , attachPackages() ... done [23:13:49.375] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.375] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:13:49.306] | : . ' , attachPackages() ... [23:13:49.375] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.375] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:13:49.306] | : . ' , ; packages: [n=0] [23:13:49.376] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.376] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:13:49.306] | : . ' , attachPackages() ... done [23:13:49.376] | : signalConditions() ... done [23:13:49.376] | relay conditions ... done [23:13:49.377] value() for SequentialFuture () ... done $a [1] 1 [23:13:49.377] future(..., label = NULL) ... [23:13:49.377] | lazy: FALSE [23:13:49.378] | stdout: TRUE [23:13:49.378] | conditions: [n=1] 'condition' [23:13:49.378] | gc: FALSE [23:13:49.378] | earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:49.379] | 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' [23:13:49.379] | : Searching for globals ... [23:13:49.402] | : . globals found: [7] '{', 'x', '<-', '[', 'name', '[<-', 'list' [23:13:49.403] | : Searching for globals ... done [23:13:49.403] | : Resolving globals: TRUE [23:13:49.403] | : Resolving any globals that are futures ... [23:13:49.404] | : . globals: [7] '{', 'x', '<-', '[', 'name', '[<-', 'list' [23:13:49.404] | : Resolving any globals that are futures ... done [23:13:49.404] | : Search for packages associated with the globals ... [23:13:49.405] | : . Packages associated with globals: [1] 'base' [23:13:49.405] | : . Packages: [1] 'base' [23:13:49.406] | : Search for packages associated with the globals ... done [23:13:49.406] | : Resolving futures part of globals (recursively) ... [23:13:49.406] | : . resolve() for FutureGlobals ... [23:13:49.406] | : . ' recursive: 99 [23:13:49.407] | : . ' Number of elements: 2 [23:13:49.407] | : . ' elements: 'x', 'name' [23:13:49.407] | : . ' 'obj' is list [23:13:49.408] | : . ' resolve(obj, ...) ... [23:13:49.408] | : . ' , resolve() for list ... [23:13:49.408] | : . ' , ; recursive: 98 [23:13:49.408] | : . ' , ; Number of elements: 0 [23:13:49.409] | : . ' , resolve() for list ... done [23:13:49.409] | : . ' resolve(obj, ...) ... done [23:13:49.409] | : . ' resolved() ... [23:13:49.409] | : . ' , resolved() for list ... [23:13:49.409] | : . ' , ; Number of elements: 0 [23:13:49.410] | : . ' , ; Number of futures: 0 [23:13:49.410] | : . ' , resolved() for list ... done [23:13:49.410] | : . ' resolved() ... done [23:13:49.411] | : . ' length: 1 (resolved future 1) [23:13:49.411] | : . ' 'obj' is atomic [23:13:49.411] | : . ' resolved() ... [23:13:49.411] | : . ' resolved() ... done [23:13:49.412] | : . ' length: 0 (resolved future 2) [23:13:49.412] | : . resolve() for FutureGlobals ... done [23:13:49.412] | : . globals: [2] 'x', 'name' [23:13:49.412] | : Resolving futures part of globals (recursively) ... done [23:13:49.413] | : Packages after dropping 'base': [0] [23:13:49.413] | : globals: [2] 'x', 'name' [23:13:49.413] | : packages: [0] [23:13:49.413] | getGlobalsAndPackages() ... done [23:13:49.414] | run() for 'Future' () ... [23:13:49.414] | : state: 'created' [23:13:49.414] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:49.415] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:49.415] | : Using SequentialFutureBackend ... [23:13:49.415] | : . Number of futures since start: 11 (11 created, 11 launched, 11 finished) [23:13:49.415] | : . Launching futures ... [23:13:49.416] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [23:13:49.416] | : . ' , getFutureData() ... [23:13:49.416] | : . ' , ; getFutureCore() ... [23:13:49.417] | : . ' , ; ` Packages needed by the future expression (n = 0): [23:13:49.417] | : . ' , ; getFutureCore() ... done [23:13:49.417] | : . ' , ; getFutureCapture() ... [23:13:49.417] | : . ' , ; getFutureCapture() ... done [23:13:49.418] | : . ' , ; getFutureContext() ... [23:13:49.418] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:49.418] | : . ' , ; ` | Getting stack without first backend: [n=0] [23:13:49.419] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:49.419] | : . ' , ; ` Packages needed by future backend (n = 0): [23:13:49.419] | : . ' , ; getFutureContext() ... done [23:13:49.419] | : . ' , getFutureData() ... done [23:13:49.423] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:49.423] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [23:13:49.424] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:49.424] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:49.425] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:49.425] | : . ' , ; ` all.equal() for FutureStrategyList ... [23:13:49.425] | : . ' , ; ` | New stack: [23:13:49.426] | : . ' , ; ` | List of 1 [23:13:49.426] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:49.426] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.426] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [23:13:49.426] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.426] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.426] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.426] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:49.426] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:49.432] | : . ' , ; ` | Old stack: [23:13:49.432] | : . ' , ; ` | List of 1 [23:13:49.432] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [23:13:49.432] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.432] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [23:13:49.432] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.432] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.432] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.432] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [23:13:49.432] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:49.432] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.432] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.432] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:49.440] | : . ' , ; ` | Not identical [23:13:49.440] | : . ' , ; ` | all.equal() for future ... [23:13:49.440] | : . ' , ; ` | : List of 2 [23:13:49.440] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [23:13:49.440] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.440] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [23:13:49.440] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.440] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.440] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.440] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [23:13:49.440] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [23:13:49.440] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.440] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:49.440] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.440] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.440] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.440] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:49.440] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:49.440] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.440] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.454] | : . ' , ; ` | all.equal() for future ... done [23:13:49.454] | : . ' , ; ` all.equal() for FutureStrategyList ... done [23:13:49.454] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:49.455] | : . ' , ; ` List of future strategies: [23:13:49.455] | : . ' , ; ` 1. sequential: [23:13:49.455] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [23:13:49.455] | : . ' , ; ` - tweaked: FALSE [23:13:49.455] | : . ' , ; ` - call: plan(sequential) [23:13:49.456] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:49.456] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:49.457] | : . ' , assign_globals() ... [23:13:49.457] | : . ' , List of 2 [23:13:49.457] | : . ' , $ x : list() [23:13:49.457] | : . ' , $ name: chr "a" [23:13:49.457] | : . ' , - attr(*, "where")=List of 2 [23:13:49.457] | : . ' , ..$ x : [23:13:49.457] | : . ' , ..$ name: [23:13:49.457] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [23:13:49.457] | : . ' , - attr(*, "resolved")= logi TRUE [23:13:49.457] | : . ' , - attr(*, "total_size")= num NA [23:13:49.457] | : . ' , - attr(*, "already-done")= logi TRUE [23:13:49.464] | : . ' , - copied 'x' to environment [23:13:49.464] | : . ' , - copied 'name' to environment [23:13:49.464] | : . ' , assign_globals() ... done [23:13:49.467] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:49.468] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [23:13:49.468] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [23:13:49.468] | : . ' , ; ` | all.equal() for FutureStrategyList ... [23:13:49.468] | : . ' , ; ` | : New stack: [23:13:49.468] | : . ' , ; ` | : List of 1 [23:13:49.468] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:49.468] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.468] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:49.468] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.468] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.468] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.468] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:49.468] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:49.468] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.468] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.468] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:49.472] | : . ' , ; ` | : Old stack: [23:13:49.472] | : . ' , ; ` | : List of 1 [23:13:49.472] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [23:13:49.472] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.472] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [23:13:49.472] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.472] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.472] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.472] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [23:13:49.472] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:49.472] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.472] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.472] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:49.476] | : . ' , ; ` | : Identical [23:13:49.476] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [23:13:49.476] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [23:13:49.477] | : . ' , ; ` | List of future strategies: [23:13:49.477] | : . ' , ; ` | 1. sequential: [23:13:49.477] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [23:13:49.477] | : . ' , ; ` | - tweaked: FALSE [23:13:49.477] | : . ' , ; ` | - call: plan(sequential) [23:13:49.477] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [23:13:49.477] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:49.478] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [23:13:49.478] | : . ' , SequentialFuture started (and completed) [23:13:49.478] | : . ' , signalConditions() ... [23:13:49.479] | : . ' , ; include = 'immediateCondition' [23:13:49.479] | : . ' , ; exclude = [23:13:49.479] | : . ' , ; resignal = FALSE [23:13:49.480] | : . ' , ; Number of conditions: 6 [23:13:49.480] | : . ' , ; int 6 [23:13:49.481] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.481] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.481] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.481] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.482] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.482] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.482] | : . ' , signalConditions() ... done [23:13:49.483] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [23:13:49.483] | : . Launching futures ... done [23:13:49.483] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [23:13:49.483] | : Using SequentialFutureBackend ... done [23:13:49.484] | run() for 'Future' () ... done [23:13:49.484] future(..., label = NULL) ... done [23:13:49.484] value() for SequentialFuture () ... [23:13:49.485] | signalConditions() ... [23:13:49.485] | : include = 'immediateCondition' [23:13:49.485] | : exclude = [23:13:49.486] | : resignal = FALSE [23:13:49.486] | : Number of conditions: 6 [23:13:49.486] | : int 6 [23:13:49.487] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.487] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.487] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.488] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.488] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.488] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.489] | signalConditions() ... done [23:13:49.489] | relay stdout ... [23:13:49.489] | relay stdout ... done [23:13:49.489] | check for misuse ... [23:13:49.490] | check for misuse ... done [23:13:49.490] | relay conditions ... [23:13:49.490] | : Future state: 'finished' [23:13:49.491] | : signalConditions() ... [23:13:49.491] | : . include = 'condition' [23:13:49.491] | : . exclude = 'immediateCondition' [23:13:49.491] | : . resignal = TRUE [23:13:49.492] | : . Number of conditions: 6 [23:13:49.492] | : . int 6 [23:13:49.493] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.493] | : . Condition #1: 'simpleMessage', 'message', 'condition' [23:13:49.420] | : . ' , attachPackages() ... [23:13:49.493] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.494] | : . Condition #2: 'simpleMessage', 'message', 'condition' [23:13:49.420] | : . ' , ; packages: [n=1] 'future' [23:13:49.494] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.494] | : . Condition #3: 'simpleMessage', 'message', 'condition' [23:13:49.421] | : . ' , attachPackages() ... done [23:13:49.495] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.495] | : . Condition #4: 'simpleMessage', 'message', 'condition' [23:13:49.421] | : . ' , attachPackages() ... [23:13:49.495] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.496] | : . Condition #5: 'simpleMessage', 'message', 'condition' [23:13:49.421] | : . ' , ; packages: [n=0] [23:13:49.496] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [23:13:49.496] | : . Condition #6: 'simpleMessage', 'message', 'condition' [23:13:49.422] | : . ' , attachPackages() ... done [23:13:49.497] | : signalConditions() ... done [23:13:49.497] | relay conditions ... done [23:13:49.497] value() for SequentialFuture () ... done $a [1] 1 Testing with 1 cores ... DONE Testing with 2 cores ... availableCores(): 2 - plan('multisession') ... [23:13:49.501] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:49.502] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [23:13:49.502] | : all.equal() for FutureStrategyList ... [23:13:49.502] | : . New stack: [23:13:49.503] | : . List of 1 [23:13:49.503] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [23:13:49.503] | : . rscript_libs = .libPaths()) [23:13:49.503] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:13:49.503] | : . ..- attr(*, "init")= logi TRUE [23:13:49.503] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:13:49.503] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:13:49.503] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:49.503] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:49.503] | : . ..- attr(*, "untweakable")= chr "persistent" [23:13:49.503] | : . ..- attr(*, "call")= language plan(strategy) [23:13:49.503] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:49.511] | : . Old stack: [23:13:49.512] | : . List of 1 [23:13:49.512] | : . $ :function (..., envir = parent.frame()) [23:13:49.512] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.512] | : . ..- attr(*, "init")= chr "done" [23:13:49.512] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.512] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.512] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.512] | : . ..- attr(*, "call")= language plan(sequential) [23:13:49.512] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:49.512] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.512] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.512] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:49.518] | : . Not identical [23:13:49.518] | : . all.equal() for future ... [23:13:49.519] | : . ' List of 2 [23:13:49.519] | : . ' $ target :function (..., workers = availableCores(constraints = "connections-16"), [23:13:49.519] | : . ' rscript_libs = .libPaths()) [23:13:49.519] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:13:49.519] | : . ' ..- attr(*, "init")= logi TRUE [23:13:49.519] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:13:49.519] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:13:49.519] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:49.519] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:49.519] | : . ' ..- attr(*, "untweakable")= chr "persistent" [23:13:49.519] | : . ' ..- attr(*, "call")= language plan(strategy) [23:13:49.519] | : . ' $ current:function (..., envir = parent.frame()) [23:13:49.519] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [23:13:49.519] | : . ' ..- attr(*, "init")= chr "done" [23:13:49.519] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.519] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.519] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.519] | : . ' ..- attr(*, "call")= language plan(sequential) [23:13:49.519] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [23:13:49.519] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [23:13:49.519] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [23:13:49.529] | : . ' Formals differ [23:13:49.529] | : . all.equal() for future ... done [23:13:49.529] | : . Future strategies differ at level 1 [23:13:49.530] | : all.equal() for FutureStrategyList ... done [23:13:49.530] | : plan(): Setting new future backend stack: [23:13:49.530] | : List of future strategies: [23:13:49.530] | : 1. multisession: [23:13:49.530] | : - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [23:13:49.530] | : - tweaked: FALSE [23:13:49.530] | : - call: plan(strategy) [23:13:49.531] | : List of 1 [23:13:49.531] | : $ :function (..., workers = availableCores(constraints = "connections-16"), [23:13:49.531] | : rscript_libs = .libPaths()) [23:13:49.531] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:13:49.531] | : ..- attr(*, "init")= logi TRUE [23:13:49.531] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:13:49.531] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:13:49.531] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:49.531] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:49.531] | : ..- attr(*, "untweakable")= chr "persistent" [23:13:49.531] | : ..- attr(*, "call")= language plan(strategy) [23:13:49.531] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [23:13:49.536] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [23:13:49.537] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:49.537] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [23:13:49.538] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:49.538] | : . Legacy shutdown of cluster workers ... [23:13:49.538] | : . ' Stopping existing cluster ... [23:13:49.539] | : . ' , No pre-existing cluster. Skipping [23:13:49.539] | : . ' Stopping existing cluster ... done [23:13:49.539] | : . Legacy shutdown of cluster workers ... done [23:13:49.540] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [23:13:49.540] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [23:13:49.540] | : . function (..., workers = availableCores(constraints = "connections-16"), [23:13:49.540] | : . rscript_libs = .libPaths()) [23:13:49.540] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [23:13:49.540] | : . - attr(*, "init")= logi TRUE [23:13:49.540] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [23:13:49.540] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [23:13:49.540] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:49.540] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [23:13:49.540] | : . - attr(*, "untweakable")= chr "persistent" [23:13:49.540] | : . - attr(*, "call")= language plan(strategy) [23:13:49.545] | : . init: TRUE [23:13:49.545] | : . makeFutureBackend() ... [23:13:49.545] | : . ' Backend function: <'NULL'> [23:13:49.546] | : . ' Evaluator tweak arguments: [n=0] [23:13:49.546] | : . ' list() [23:13:49.546] | : . ' Evaluator formal arguments: [n=2] [23:13:49.547] | : . ' Dotted pair list of 2 [23:13:49.547] | : . ' $ workers : language availableCores(constraints = "connections-16") [23:13:49.547] | : . ' $ rscript_libs: language .libPaths() [23:13:49.548] | : . ' Arguments passed to the future-backend factory: [n=2] [23:13:49.549] | : . ' List of 2 [23:13:49.549] | : . ' $ workers : language availableCores(constraints = "connections-16") [23:13:49.549] | : . ' $ rscript_libs: language .libPaths() [23:13:49.551] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [23:13:49.551] | : . ' , Arguments: [23:13:49.551] | : . ' , List of 5 [23:13:49.551] | : . ' , $ workers : Named int 2 [23:13:49.551] | : . ' , ..- attr(*, "names")= chr "mc.cores" [23:13:49.551] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:13:49.551] | : . ' , $ interrupts : logi TRUE [23:13:49.551] | : . ' , $ gc : logi FALSE [23:13:49.551] | : . ' , $ earlySignal : logi FALSE [23:13:49.617] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [23:13:49.618] | : . ' , ; workers: 2 [23:13:49.618] | : . ' , ; getCluster() ... [23:13:49.618] | : . ' , ; getCluster() ... done [23:13:49.618] | : . ' , ; Stopping existing cluster ... [23:13:49.619] | : . ' , ; ` No pre-existing cluster. Skipping [23:13:49.619] | : . ' , ; Stopping existing cluster ... done [23:13:49.619] | : . ' , ; Starting new cluster ... [23:13:49.620] | : . ' , ; ` makeCluster(workers, ...) ... [23:13:49.620] | : . ' , ; ` | Arguments: [23:13:49.620] | : . ' , ; ` | List of 2 [23:13:49.620] | : . ' , ; ` | $ : int 2 [23:13:49.620] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:13:49.622] | : . ' , ; ` | .makeCluster() ... [23:13:49.623] | : . ' , ; ` | : workers: '2' [23:13:49.623] | : . ' , ; ` | : R_FUTURE_PLAN: NA [23:13:49.623] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [23:13:49.624] | : . ' , ; ` | : List of 2 [23:13:49.624] | : . ' , ; ` | : $ : int 2 [23:13:49.624] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_11_16_23_10_16_9296/RtmpOmYtQ8/RLIBS_10f20545821a2" "D:/RCompile/recent/R/library" [23:13:50.674] | : . ' , ; ` | : Generated cluster UUID [23:13:50.674] | : . ' , ; ` | : Cluster UUID: 'e406282e645379009e93f6a39958c04e' [23:13:50.675] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:13:50.680] | : . ' , ; ` | .makeCluster() ... done [23:13:50.680] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:13:50.683] | : . ' , ; ` makeCluster(workers, ...) ... done [23:13:50.683] | : . ' , ; ` Number of workers: 2 [23:13:50.684] | : . ' , ; ` Workers UUID: 'e406282e645379009e93f6a39958c04e' [23:13:50.684] | : . ' , ; Starting new cluster ... done [23:13:50.684] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [23:13:50.685] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [23:13:50.685] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [23:13:50.685] | : . makeFutureBackend() ... done [23:13:50.686] | : . nbrOfWorkers(NULL) ... [23:13:50.686] | : . ' List of 4 [23:13:50.686] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [23:13:50.686] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [23:13:50.686] | : . ' $ : language nbrOfWorkers() [23:13:50.686] | : . ' $ : language nbrOfWorkers.NULL() [23:13:50.690] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:50.690] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:50.691] | : . ' Number of workers: 2 [23:13:50.691] | : . nbrOfWorkers(NULL) ... done [23:13:50.692] | : . plan(): nbrOfWorkers() = 2 [23:13:50.692] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [23:13:50.692] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [23:13:50.693] | future(..., label = NULL) ... [23:13:50.693] | : lazy: FALSE [23:13:50.693] | : stdout: TRUE [23:13:50.694] | : conditions: [n=1] 'condition' [23:13:50.694] | : gc: FALSE [23:13:50.694] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:50.695] | : 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' [23:13:50.696] | : . Searching for globals ... [23:13:50.723] | : . ' globals found: [5] '{', 'x', '<-', '$', '$<-' [23:13:50.724] | : . Searching for globals ... done [23:13:50.724] | : . Resolving globals: TRUE [23:13:50.724] | : . Resolving any globals that are futures ... [23:13:50.725] | : . ' globals: [5] '{', 'x', '<-', '$', '$<-' [23:13:50.725] | : . Resolving any globals that are futures ... done [23:13:50.725] | : . Search for packages associated with the globals ... [23:13:50.726] | : . ' Packages associated with globals: [1] 'base' [23:13:50.727] | : . ' Packages: [1] 'base' [23:13:50.727] | : . Search for packages associated with the globals ... done [23:13:50.727] | : . Resolving futures part of globals (recursively) ... [23:13:50.728] | : . ' resolve() for FutureGlobals ... [23:13:50.728] | : . ' , recursive: 99 [23:13:50.729] | : . ' , Number of elements: 1 [23:13:50.729] | : . ' , elements: 'x' [23:13:50.729] | : . ' , 'obj' is list [23:13:50.730] | : . ' , resolve(obj, ...) ... [23:13:50.730] | : . ' , ; resolve() for list ... [23:13:50.730] | : . ' , ; ` recursive: 98 [23:13:50.731] | : . ' , ; ` Number of elements: 0 [23:13:50.731] | : . ' , ; resolve() for list ... done [23:13:50.731] | : . ' , resolve(obj, ...) ... done [23:13:50.732] | : . ' , resolved() ... [23:13:50.732] | : . ' , ; resolved() for list ... [23:13:50.732] | : . ' , ; ` Number of elements: 0 [23:13:50.733] | : . ' , ; ` Number of futures: 0 [23:13:50.733] | : . ' , ; resolved() for list ... done [23:13:50.733] | : . ' , resolved() ... done [23:13:50.734] | : . ' , length: 0 (resolved future 1) [23:13:50.734] | : . ' resolve() for FutureGlobals ... done [23:13:50.734] | : . ' globals: [1] 'x' [23:13:50.735] | : . Resolving futures part of globals (recursively) ... done [23:13:50.735] | : . Packages after dropping 'base': [0] [23:13:50.736] | : . globals: [1] 'x' [23:13:50.736] | : . packages: [0] [23:13:50.736] | : getGlobalsAndPackages() ... done [23:13:50.737] | : run() for 'Future' () ... [23:13:50.737] | : . state: 'created' [23:13:50.737] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:50.738] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:50.738] | : . Using MultisessionFutureBackend ... [23:13:50.738] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [23:13:50.739] | : . ' Launching futures ... [23:13:50.739] | : . ' , launchFuture() for ClusterFutureBackend ... [23:13:50.740] | : . ' , ; Workers: [n=2] [23:13:50.740] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:13:50.743] | : . ' , ; FutureRegistry: 'workers-e406282e645379009e93f6a39958c04e' [23:13:50.744] | : . ' , ; requestWorker() ... [23:13:50.744] | : . ' , ; ` requestNode() ... [23:13:50.744] | : . ' , ; ` | Number of workers: 2 [23:13:50.745] | : . ' , ; ` | Polling for a free worker ... [23:13:50.745] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:50.745] | : . ' , ; ` | : . Created empty registry 'workers-e406282e645379009e93f6a39958c04e' [23:13:50.746] | : . ' , ; ` | : . Listing all futures [23:13:50.746] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:50.746] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:50.747] | : . ' , ; ` | : Total time: 0 [23:13:50.747] | : . ' , ; ` | Polling for a free worker ... done [23:13:50.747] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:50.748] | : . ' , ; ` | : Listing all futures [23:13:50.748] | : . ' , ; ` | : Number of registered futures: 0 [23:13:50.748] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:50.749] | : . ' , ; ` | avail: [n=2] '1', '2' [23:13:50.749] | : . ' , ; ` | Index of first available worker: 1 [23:13:50.749] | : . ' , ; ` | Validate that the worker is functional ... [23:13:50.750] | : . ' , ; ` | : Worker is functional [23:13:50.751] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:50.751] | : . ' , ; ` | : . Listing all futures [23:13:50.752] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:50.752] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:50.752] | : . ' , ; ` | Validate that the worker is functional ... done [23:13:50.753] | : . ' , ; ` requestNode() ... done [23:13:50.753] | : . ' , ; ` cluster node index: 1 [23:13:50.753] | : . ' , ; requestWorker() ... done [23:13:50.754] | : . ' , ; eraseGlobalEnvironment() ... [23:13:50.755] | : . ' , ; eraseGlobalEnvironment() ... done [23:13:50.756] | : . ' , ; launchFuture() ... [23:13:50.756] | : . ' , ; ` cluster node index: 1 [23:13:50.756] | : . ' , ; ` getFutureData() ... [23:13:50.756] | : . ' , ; ` | getFutureCore() ... [23:13:50.757] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [23:13:50.757] | : . ' , ; ` | getFutureCore() ... done [23:13:50.757] | : . ' , ; ` | getFutureCapture() ... [23:13:50.757] | : . ' , ; ` | getFutureCapture() ... done [23:13:50.758] | : . ' , ; ` | getFutureContext() ... [23:13:50.758] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:50.758] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:13:50.759] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:50.759] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:13:50.759] | : . ' , ; ` | getFutureContext() ... done [23:13:50.759] | : . ' , ; ` getFutureData() ... done [23:13:50.760] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... [23:13:50.761] | : . ' , ; ` | Appended future to position #1 [23:13:50.761] | : . ' , ; ` | Number of registered futures: 1 [23:13:50.761] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... done [23:13:50.761] | : . ' , ; launchFuture() ... done [23:13:50.762] | : . ' , ; MultisessionFuture started [23:13:50.762] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:13:50.762] | : . ' Launching futures ... done [23:13:50.762] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:13:50.763] | : . Using MultisessionFutureBackend ... done [23:13:50.763] | : run() for 'Future' () ... done [23:13:50.763] | future(..., label = NULL) ... done [23:13:50.763] | value() for MultisessionFuture () ... [23:13:50.764] | : result() for ClusterFuture ... [23:13:50.765] | : . assertValidConnection() ... [23:13:50.765] | : . ' cluster node index: 1 [23:13:50.766] | : . assertValidConnection() ... done [23:13:50.766] | : . receiveMessageFromWorker() for ClusterFuture ... [23:13:50.767] | : . ' cluster node index: 1 [23:13:50.837] | : . ' [1] TRUE [23:13:50.838] | : . ' Received data: [23:13:50.839] | : . ' List of 5 [23:13:50.839] | : . ' $ type : chr "VALUE" [23:13:50.839] | : . ' $ value :List of 16 [23:13:50.839] | : . ' ..$ value :List of 1 [23:13:50.839] | : . ' .. ..$ a: num 1 [23:13:50.839] | : . ' ..$ visible : logi TRUE [23:13:50.839] | : . ' ..$ stdout : chr "" [23:13:50.839] | : . ' ..$ conditions : list() [23:13:50.839] | : . ' ..$ rng : logi FALSE [23:13:50.839] | : . ' ..$ seed : NULL [23:13:50.839] | : . ' ..$ misuseGlobalEnv : NULL [23:13:50.839] | : . ' ..$ misuseConnections :List of 3 [23:13:50.839] | : . ' .. ..$ added : NULL [23:13:50.839] | : . ' .. ..$ removed : NULL [23:13:50.839] | : . ' .. ..$ replaced: NULL [23:13:50.839] | : . ' ..$ misuseDevices : NULL [23:13:50.839] | : . ' ..$ misuseDefaultDevice: list() [23:13:50.839] | : . ' ..$ started : POSIXct[1:1], format: "2025-11-16 23:13:50" [23:13:50.839] | : . ' ..$ finished : POSIXct[1:1], format: "2025-11-16 23:13:50" [23:13:50.839] | : . ' ..$ uuid : chr [1:2] "0ac3b832f6341e4c14cc7dec48267aac" "13" [23:13:50.839] | : . ' ..$ session_uuid : chr "555f46aab46363c4d3eda2a60d7944e8" [23:13:50.839] | : . ' .. ..- attr(*, "source")=List of 5 [23:13:50.839] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [23:13:50.839] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:13:50.839] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:13:50.839] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:13:50.839] | : . ' .. .. ..$ pid : int 36492 [23:13:50.839] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:13:50" [23:13:50.839] | : . ' .. .. ..$ random: int 2147483647 [23:13:50.839] | : . ' ..$ r_info :List of 4 [23:13:50.839] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:13:50.839] | : . ' .. .. ..$ : int [1:3] 4 6 0 [23:13:50.839] | : . ' .. ..$ os : chr "windows" [23:13:50.839] | : . ' .. ..$ os_name : chr "Windows" [23:13:50.839] | : . ' .. ..$ captures_utf8: logi TRUE [23:13:50.839] | : . ' ..$ version : chr "1.8" [23:13:50.839] | : . ' ..- attr(*, "class")= chr "FutureResult" [23:13:50.839] | : . ' $ success: logi TRUE [23:13:50.839] | : . ' $ time : 'proc_time' Named num [1:5] 0.06 0 0.06 NA NA [23:13:50.839] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:13:50.839] | : . ' $ tag : NULL [23:13:50.862] | : . ' Received FutureResult [23:13:50.862] | : . ' FutureResult: [23:13:50.862] | : . ' value: 'list' [23:13:50.862] | : . ' visible: TRUE [23:13:50.862] | : . ' stdout: character [23:13:50.862] | : . ' conditions: [n = 0] [23:13:50.862] | : . ' RNG used: FALSE [23:13:50.862] | : . ' duration: 0.07391596 secs (started 2025-11-16 23:13:50.762366) [23:13:50.862] | : . ' version: 1.8 [23:13:50.864] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... [23:13:50.864] | : . ' , Removed future from position #1 [23:13:50.864] | : . ' , Number of registered futures: 0 [23:13:50.865] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... done [23:13:50.865] | : . ' Erased future from future backend [23:13:50.865] | : . ' result() for ClusterFuture ... [23:13:50.866] | : . ' , result already collected: FutureResult [23:13:50.866] | : . ' result() for ClusterFuture ... done [23:13:50.866] | : . ' signalConditions() ... [23:13:50.866] | : . ' , include = 'immediateCondition' [23:13:50.867] | : . ' , exclude = [23:13:50.867] | : . ' , resignal = FALSE [23:13:50.867] | : . ' , Number of conditions: 0 [23:13:50.868] | : . ' , int 0 [23:13:50.868] | : . ' signalConditions() ... done [23:13:50.869] | : . receiveMessageFromWorker() for ClusterFuture ... done [23:13:50.869] | : result() for ClusterFuture ... done [23:13:50.869] | : result() for ClusterFuture ... [23:13:50.870] | : . result already collected: FutureResult [23:13:50.870] | : result() for ClusterFuture ... done [23:13:50.870] | : signalConditions() ... [23:13:50.870] | : . include = 'immediateCondition' [23:13:50.870] | : . exclude = [23:13:50.871] | : . resignal = FALSE [23:13:50.871] | : . Number of conditions: 0 [23:13:50.871] | : . int 0 [23:13:50.872] | : signalConditions() ... done [23:13:50.872] | : relay stdout ... [23:13:50.872] | : relay stdout ... done [23:13:50.873] | : check for misuse ... [23:13:50.873] | : check for misuse ... done [23:13:50.873] | value() for MultisessionFuture () ... done $a [1] 1 [23:13:50.874] | future(..., label = NULL) ... [23:13:50.874] | : lazy: TRUE [23:13:50.874] | : stdout: TRUE [23:13:50.874] | : conditions: [n=1] 'condition' [23:13:50.875] | : gc: FALSE [23:13:50.875] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:50.875] | : 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' [23:13:50.876] | : . Searching for globals ... [23:13:50.903] | : . ' globals found: [5] '{', 'x', '<-', '$', '$<-' [23:13:50.903] | : . Searching for globals ... done [23:13:50.903] | : . Resolving globals: TRUE [23:13:50.904] | : . Resolving any globals that are futures ... [23:13:50.904] | : . ' globals: [5] '{', 'x', '<-', '$', '$<-' [23:13:50.904] | : . Resolving any globals that are futures ... done [23:13:50.905] | : . Search for packages associated with the globals ... [23:13:50.905] | : . ' Packages associated with globals: [1] 'base' [23:13:50.906] | : . ' Packages: [1] 'base' [23:13:50.906] | : . Search for packages associated with the globals ... done [23:13:50.906] | : . Resolving futures part of globals (recursively) ... [23:13:50.907] | : . ' resolve() for FutureGlobals ... [23:13:50.907] | : . ' , recursive: 99 [23:13:50.908] | : . ' , Number of elements: 1 [23:13:50.908] | : . ' , elements: 'x' [23:13:50.908] | : . ' , 'obj' is list [23:13:50.908] | : . ' , resolve(obj, ...) ... [23:13:50.909] | : . ' , ; resolve() for list ... [23:13:50.909] | : . ' , ; ` recursive: 98 [23:13:50.909] | : . ' , ; ` Number of elements: 0 [23:13:50.909] | : . ' , ; resolve() for list ... done [23:13:50.910] | : . ' , resolve(obj, ...) ... done [23:13:50.910] | : . ' , resolved() ... [23:13:50.910] | : . ' , ; resolved() for list ... [23:13:50.911] | : . ' , ; ` Number of elements: 0 [23:13:50.911] | : . ' , ; ` Number of futures: 0 [23:13:50.911] | : . ' , ; resolved() for list ... done [23:13:50.911] | : . ' , resolved() ... done [23:13:50.912] | : . ' , length: 0 (resolved future 1) [23:13:50.912] | : . ' resolve() for FutureGlobals ... done [23:13:50.912] | : . ' globals: [1] 'x' [23:13:50.913] | : . Resolving futures part of globals (recursively) ... done [23:13:50.913] | : . Packages after dropping 'base': [0] [23:13:50.913] | : . globals: [1] 'x' [23:13:50.914] | : . packages: [0] [23:13:50.914] | : getGlobalsAndPackages() ... done [23:13:50.914] | future(..., label = NULL) ... done [23:13:50.915] | value() for Future () ... [23:13:50.915] | : run() for 'Future' () ... [23:13:50.915] | : . state: 'created' [23:13:50.916] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:50.916] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:50.916] | : . Using MultisessionFutureBackend ... [23:13:50.916] | : . ' Number of futures since start: 1 (1 created, 1 launched, 1 finished) [23:13:50.917] | : . ' Launching futures ... [23:13:50.917] | : . ' , launchFuture() for ClusterFutureBackend ... [23:13:50.917] | : . ' , ; Workers: [n=2] [23:13:50.918] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:13:50.921] | : . ' , ; FutureRegistry: 'workers-e406282e645379009e93f6a39958c04e' [23:13:50.921] | : . ' , ; requestWorker() ... [23:13:50.921] | : . ' , ; ` requestNode() ... [23:13:50.922] | : . ' , ; ` | Number of workers: 2 [23:13:50.922] | : . ' , ; ` | Polling for a free worker ... [23:13:50.922] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:50.922] | : . ' , ; ` | : . Listing all futures [23:13:50.923] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:50.923] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:50.923] | : . ' , ; ` | : Total time: 0 [23:13:50.923] | : . ' , ; ` | Polling for a free worker ... done [23:13:50.924] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:50.924] | : . ' , ; ` | : Listing all futures [23:13:50.924] | : . ' , ; ` | : Number of registered futures: 0 [23:13:50.925] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:50.925] | : . ' , ; ` | avail: [n=2] '1', '2' [23:13:50.925] | : . ' , ; ` | Index of first available worker: 1 [23:13:50.925] | : . ' , ; ` | Validate that the worker is functional ... [23:13:50.926] | : . ' , ; ` | : Worker is functional [23:13:50.927] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:50.927] | : . ' , ; ` | : . Listing all futures [23:13:50.927] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:50.927] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:50.928] | : . ' , ; ` | Validate that the worker is functional ... done [23:13:50.928] | : . ' , ; ` requestNode() ... done [23:13:50.928] | : . ' , ; ` cluster node index: 1 [23:13:50.929] | : . ' , ; requestWorker() ... done [23:13:50.929] | : . ' , ; eraseGlobalEnvironment() ... [23:13:50.930] | : . ' , ; eraseGlobalEnvironment() ... done [23:13:50.930] | : . ' , ; launchFuture() ... [23:13:50.930] | : . ' , ; ` cluster node index: 1 [23:13:50.931] | : . ' , ; ` getFutureData() ... [23:13:50.931] | : . ' , ; ` | getFutureCore() ... [23:13:50.931] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [23:13:50.931] | : . ' , ; ` | getFutureCore() ... done [23:13:50.932] | : . ' , ; ` | getFutureCapture() ... [23:13:50.932] | : . ' , ; ` | getFutureCapture() ... done [23:13:50.932] | : . ' , ; ` | getFutureContext() ... [23:13:50.933] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:50.933] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:13:50.933] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:50.934] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:13:50.934] | : . ' , ; ` | getFutureContext() ... done [23:13:50.934] | : . ' , ; ` getFutureData() ... done [23:13:50.935] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... [23:13:50.935] | : . ' , ; ` | Appended future to position #1 [23:13:50.935] | : . ' , ; ` | Number of registered futures: 1 [23:13:50.936] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... done [23:13:50.936] | : . ' , ; launchFuture() ... done [23:13:50.936] | : . ' , ; MultisessionFuture started [23:13:50.937] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:13:50.937] | : . ' Launching futures ... done [23:13:50.937] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:13:50.937] | : . Using MultisessionFutureBackend ... done [23:13:50.938] | : run() for 'Future' () ... done [23:13:50.938] | : result() for ClusterFuture ... [23:13:50.938] | : . assertValidConnection() ... [23:13:50.939] | : . ' cluster node index: 1 [23:13:50.939] | : . assertValidConnection() ... done [23:13:50.940] | : . receiveMessageFromWorker() for ClusterFuture ... [23:13:50.940] | : . ' cluster node index: 1 [23:13:50.941] | : . ' [1] TRUE [23:13:50.941] | : . ' Received data: [23:13:50.942] | : . ' List of 5 [23:13:50.942] | : . ' $ type : chr "VALUE" [23:13:50.942] | : . ' $ value :List of 16 [23:13:50.942] | : . ' ..$ value :List of 1 [23:13:50.942] | : . ' .. ..$ a: num 1 [23:13:50.942] | : . ' ..$ visible : logi TRUE [23:13:50.942] | : . ' ..$ stdout : chr "" [23:13:50.942] | : . ' ..$ conditions : list() [23:13:50.942] | : . ' ..$ rng : logi FALSE [23:13:50.942] | : . ' ..$ seed : NULL [23:13:50.942] | : . ' ..$ misuseGlobalEnv : NULL [23:13:50.942] | : . ' ..$ misuseConnections :List of 3 [23:13:50.942] | : . ' .. ..$ added : NULL [23:13:50.942] | : . ' .. ..$ removed : NULL [23:13:50.942] | : . ' .. ..$ replaced: NULL [23:13:50.942] | : . ' ..$ misuseDevices : NULL [23:13:50.942] | : . ' ..$ misuseDefaultDevice: list() [23:13:50.942] | : . ' ..$ started : POSIXct[1:1], format: "2025-11-16 23:13:50" [23:13:50.942] | : . ' ..$ finished : POSIXct[1:1], format: "2025-11-16 23:13:50" [23:13:50.942] | : . ' ..$ uuid : chr [1:2] "0ac3b832f6341e4c14cc7dec48267aac" "14" [23:13:50.942] | : . ' ..$ session_uuid : chr "555f46aab46363c4d3eda2a60d7944e8" [23:13:50.942] | : . ' .. ..- attr(*, "source")=List of 5 [23:13:50.942] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [23:13:50.942] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:13:50.942] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:13:50.942] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:13:50.942] | : . ' .. .. ..$ pid : int 36492 [23:13:50.942] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:13:50" [23:13:50.942] | : . ' .. .. ..$ random: int 2147483647 [23:13:50.942] | : . ' ..$ r_info :List of 4 [23:13:50.942] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:13:50.942] | : . ' .. .. ..$ : int [1:3] 4 6 0 [23:13:50.942] | : . ' .. ..$ os : chr "windows" [23:13:50.942] | : . ' .. ..$ os_name : chr "Windows" [23:13:50.942] | : . ' .. ..$ captures_utf8: logi TRUE [23:13:50.942] | : . ' ..$ version : chr "1.8" [23:13:50.942] | : . ' ..- attr(*, "class")= chr "FutureResult" [23:13:50.942] | : . ' $ success: logi TRUE [23:13:50.942] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:13:50.942] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:13:50.942] | : . ' $ tag : NULL [23:13:50.965] | : . ' Received FutureResult [23:13:50.965] | : . ' FutureResult: [23:13:50.965] | : . ' value: 'list' [23:13:50.965] | : . ' visible: TRUE [23:13:50.965] | : . ' stdout: character [23:13:50.965] | : . ' conditions: [n = 0] [23:13:50.965] | : . ' RNG used: FALSE [23:13:50.965] | : . ' duration: 0.004328012 secs (started 2025-11-16 23:13:50.935606) [23:13:50.965] | : . ' version: 1.8 [23:13:50.966] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... [23:13:50.966] | : . ' , Removed future from position #1 [23:13:50.966] | : . ' , Number of registered futures: 0 [23:13:50.967] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... done [23:13:50.967] | : . ' Erased future from future backend [23:13:50.967] | : . ' result() for ClusterFuture ... [23:13:50.967] | : . ' , result already collected: FutureResult [23:13:50.967] | : . ' result() for ClusterFuture ... done [23:13:50.968] | : . ' signalConditions() ... [23:13:50.968] | : . ' , include = 'immediateCondition' [23:13:50.968] | : . ' , exclude = [23:13:50.968] | : . ' , resignal = FALSE [23:13:50.968] | : . ' , Number of conditions: 0 [23:13:50.968] | : . ' , int 0 [23:13:50.969] | : . ' signalConditions() ... done [23:13:50.969] | : . receiveMessageFromWorker() for ClusterFuture ... done [23:13:50.969] | : result() for ClusterFuture ... done [23:13:50.970] | : result() for ClusterFuture ... [23:13:50.970] | : . result already collected: FutureResult [23:13:50.970] | : result() for ClusterFuture ... done [23:13:50.970] | : signalConditions() ... [23:13:50.970] | : . include = 'immediateCondition' [23:13:50.970] | : . exclude = [23:13:50.971] | : . resignal = FALSE [23:13:50.971] | : . Number of conditions: 0 [23:13:50.971] | : . int 0 [23:13:50.971] | : signalConditions() ... done [23:13:50.972] | : relay stdout ... [23:13:50.972] | : relay stdout ... done [23:13:50.972] | : check for misuse ... [23:13:50.972] | : check for misuse ... done [23:13:50.972] | value() for Future () ... done $a [1] 1 [23:13:50.973] | future(..., label = NULL) ... [23:13:50.973] | : lazy: FALSE [23:13:50.973] | : stdout: TRUE [23:13:50.973] | : conditions: [n=1] 'condition' [23:13:50.973] | : gc: FALSE [23:13:50.974] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:50.974] | : 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' [23:13:50.974] | : . Searching for globals ... [23:13:50.989] | : . ' globals found: [5] '{', 'x', '<-', '$', '$<-' [23:13:50.989] | : . Searching for globals ... done [23:13:50.989] | : . Resolving globals: TRUE [23:13:50.989] | : . Resolving any globals that are futures ... [23:13:50.990] | : . ' globals: [5] '{', 'x', '<-', '$', '$<-' [23:13:50.990] | : . Resolving any globals that are futures ... done [23:13:50.990] | : . Search for packages associated with the globals ... [23:13:50.990] | : . ' Packages associated with globals: [1] 'base' [23:13:50.991] | : . ' Packages: [1] 'base' [23:13:50.991] | : . Search for packages associated with the globals ... done [23:13:50.991] | : . Resolving futures part of globals (recursively) ... [23:13:50.991] | : . ' resolve() for FutureGlobals ... [23:13:50.991] | : . ' , recursive: 99 [23:13:50.992] | : . ' , Number of elements: 1 [23:13:50.992] | : . ' , elements: 'x' [23:13:50.992] | : . ' , 'obj' is list [23:13:50.992] | : . ' , resolve(obj, ...) ... [23:13:50.992] | : . ' , ; resolve() for list ... [23:13:50.992] | : . ' , ; ` recursive: 98 [23:13:50.993] | : . ' , ; ` Number of elements: 0 [23:13:50.993] | : . ' , ; resolve() for list ... done [23:13:50.993] | : . ' , resolve(obj, ...) ... done [23:13:50.993] | : . ' , resolved() ... [23:13:50.993] | : . ' , ; resolved() for list ... [23:13:50.993] | : . ' , ; ` Number of elements: 0 [23:13:50.994] | : . ' , ; ` Number of futures: 0 [23:13:50.994] | : . ' , ; resolved() for list ... done [23:13:50.994] | : . ' , resolved() ... done [23:13:50.994] | : . ' , length: 0 (resolved future 1) [23:13:50.995] | : . ' resolve() for FutureGlobals ... done [23:13:50.995] | : . ' globals: [1] 'x' [23:13:50.995] | : . Resolving futures part of globals (recursively) ... done [23:13:50.996] | : . Packages after dropping 'base': [0] [23:13:50.996] | : . globals: [1] 'x' [23:13:50.996] | : . packages: [0] [23:13:50.996] | : getGlobalsAndPackages() ... done [23:13:50.997] | : run() for 'Future' () ... [23:13:50.997] | : . state: 'created' [23:13:50.997] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:50.998] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:50.998] | : . Using MultisessionFutureBackend ... [23:13:50.998] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [23:13:50.998] | : . ' Launching futures ... [23:13:50.998] | : . ' , launchFuture() for ClusterFutureBackend ... [23:13:50.999] | : . ' , ; Workers: [n=2] [23:13:50.999] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:13:51.001] | : . ' , ; FutureRegistry: 'workers-e406282e645379009e93f6a39958c04e' [23:13:51.001] | : . ' , ; requestWorker() ... [23:13:51.001] | : . ' , ; ` requestNode() ... [23:13:51.001] | : . ' , ; ` | Number of workers: 2 [23:13:51.002] | : . ' , ; ` | Polling for a free worker ... [23:13:51.002] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.002] | : . ' , ; ` | : . Listing all futures [23:13:51.002] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:51.002] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.002] | : . ' , ; ` | : Total time: 0 [23:13:51.003] | : . ' , ; ` | Polling for a free worker ... done [23:13:51.003] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.003] | : . ' , ; ` | : Listing all futures [23:13:51.003] | : . ' , ; ` | : Number of registered futures: 0 [23:13:51.003] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.003] | : . ' , ; ` | avail: [n=2] '1', '2' [23:13:51.004] | : . ' , ; ` | Index of first available worker: 1 [23:13:51.004] | : . ' , ; ` | Validate that the worker is functional ... [23:13:51.004] | : . ' , ; ` | : Worker is functional [23:13:51.005] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.005] | : . ' , ; ` | : . Listing all futures [23:13:51.005] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:51.005] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.005] | : . ' , ; ` | Validate that the worker is functional ... done [23:13:51.005] | : . ' , ; ` requestNode() ... done [23:13:51.006] | : . ' , ; ` cluster node index: 1 [23:13:51.006] | : . ' , ; requestWorker() ... done [23:13:51.006] | : . ' , ; eraseGlobalEnvironment() ... [23:13:51.007] | : . ' , ; eraseGlobalEnvironment() ... done [23:13:51.007] | : . ' , ; launchFuture() ... [23:13:51.007] | : . ' , ; ` cluster node index: 1 [23:13:51.007] | : . ' , ; ` getFutureData() ... [23:13:51.007] | : . ' , ; ` | getFutureCore() ... [23:13:51.008] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [23:13:51.008] | : . ' , ; ` | getFutureCore() ... done [23:13:51.008] | : . ' , ; ` | getFutureCapture() ... [23:13:51.008] | : . ' , ; ` | getFutureCapture() ... done [23:13:51.008] | : . ' , ; ` | getFutureContext() ... [23:13:51.008] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:51.009] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:13:51.009] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:51.009] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:13:51.009] | : . ' , ; ` | getFutureContext() ... done [23:13:51.009] | : . ' , ; ` getFutureData() ... done [23:13:51.010] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... [23:13:51.010] | : . ' , ; ` | Appended future to position #1 [23:13:51.010] | : . ' , ; ` | Number of registered futures: 1 [23:13:51.011] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... done [23:13:51.011] | : . ' , ; launchFuture() ... done [23:13:51.011] | : . ' , ; MultisessionFuture started [23:13:51.011] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:13:51.012] | : . ' Launching futures ... done [23:13:51.012] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:13:51.012] | : . Using MultisessionFutureBackend ... done [23:13:51.012] | : run() for 'Future' () ... done [23:13:51.012] | future(..., label = NULL) ... done [23:13:51.013] | value() for MultisessionFuture () ... [23:13:51.013] | : result() for ClusterFuture ... [23:13:51.013] | : . assertValidConnection() ... [23:13:51.013] | : . ' cluster node index: 1 [23:13:51.014] | : . assertValidConnection() ... done [23:13:51.014] | : . receiveMessageFromWorker() for ClusterFuture ... [23:13:51.014] | : . ' cluster node index: 1 [23:13:51.016] | : . ' [1] TRUE [23:13:51.016] | : . ' Received data: [23:13:51.017] | : . ' List of 5 [23:13:51.017] | : . ' $ type : chr "VALUE" [23:13:51.017] | : . ' $ value :List of 16 [23:13:51.017] | : . ' ..$ value :List of 1 [23:13:51.017] | : . ' .. ..$ a: num 1 [23:13:51.017] | : . ' ..$ visible : logi TRUE [23:13:51.017] | : . ' ..$ stdout : chr "" [23:13:51.017] | : . ' ..$ conditions : list() [23:13:51.017] | : . ' ..$ rng : logi FALSE [23:13:51.017] | : . ' ..$ seed : NULL [23:13:51.017] | : . ' ..$ misuseGlobalEnv : NULL [23:13:51.017] | : . ' ..$ misuseConnections :List of 3 [23:13:51.017] | : . ' .. ..$ added : NULL [23:13:51.017] | : . ' .. ..$ removed : NULL [23:13:51.017] | : . ' .. ..$ replaced: NULL [23:13:51.017] | : . ' ..$ misuseDevices : NULL [23:13:51.017] | : . ' ..$ misuseDefaultDevice: list() [23:13:51.017] | : . ' ..$ started : POSIXct[1:1], format: "2025-11-16 23:13:51" [23:13:51.017] | : . ' ..$ finished : POSIXct[1:1], format: "2025-11-16 23:13:51" [23:13:51.017] | : . ' ..$ uuid : chr [1:2] "0ac3b832f6341e4c14cc7dec48267aac" "15" [23:13:51.017] | : . ' ..$ session_uuid : chr "555f46aab46363c4d3eda2a60d7944e8" [23:13:51.017] | : . ' .. ..- attr(*, "source")=List of 5 [23:13:51.017] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [23:13:51.017] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:13:51.017] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:13:51.017] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:13:51.017] | : . ' .. .. ..$ pid : int 36492 [23:13:51.017] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:13:50" [23:13:51.017] | : . ' .. .. ..$ random: int 2147483647 [23:13:51.017] | : . ' ..$ r_info :List of 4 [23:13:51.017] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:13:51.017] | : . ' .. .. ..$ : int [1:3] 4 6 0 [23:13:51.017] | : . ' .. ..$ os : chr "windows" [23:13:51.017] | : . ' .. ..$ os_name : chr "Windows" [23:13:51.017] | : . ' .. ..$ captures_utf8: logi TRUE [23:13:51.017] | : . ' ..$ version : chr "1.8" [23:13:51.017] | : . ' ..- attr(*, "class")= chr "FutureResult" [23:13:51.017] | : . ' $ success: logi TRUE [23:13:51.017] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:13:51.017] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:13:51.017] | : . ' $ tag : NULL [23:13:51.040] | : . ' Received FutureResult [23:13:51.040] | : . ' FutureResult: [23:13:51.040] | : . ' value: 'list' [23:13:51.040] | : . ' visible: TRUE [23:13:51.040] | : . ' stdout: character [23:13:51.040] | : . ' conditions: [n = 0] [23:13:51.040] | : . ' RNG used: FALSE [23:13:51.040] | : . ' duration: 0.004247904 secs (started 2025-11-16 23:13:51.010801) [23:13:51.040] | : . ' version: 1.8 [23:13:51.041] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... [23:13:51.042] | : . ' , Removed future from position #1 [23:13:51.042] | : . ' , Number of registered futures: 0 [23:13:51.042] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... done [23:13:51.042] | : . ' Erased future from future backend [23:13:51.043] | : . ' result() for ClusterFuture ... [23:13:51.043] | : . ' , result already collected: FutureResult [23:13:51.043] | : . ' result() for ClusterFuture ... done [23:13:51.043] | : . ' signalConditions() ... [23:13:51.044] | : . ' , include = 'immediateCondition' [23:13:51.044] | : . ' , exclude = [23:13:51.044] | : . ' , resignal = FALSE [23:13:51.044] | : . ' , Number of conditions: 0 [23:13:51.045] | : . ' , int 0 [23:13:51.045] | : . ' signalConditions() ... done [23:13:51.045] | : . receiveMessageFromWorker() for ClusterFuture ... done [23:13:51.046] | : result() for ClusterFuture ... done [23:13:51.046] | : result() for ClusterFuture ... [23:13:51.046] | : . result already collected: FutureResult [23:13:51.046] | : result() for ClusterFuture ... done [23:13:51.046] | : signalConditions() ... [23:13:51.046] | : . include = 'immediateCondition' [23:13:51.047] | : . exclude = [23:13:51.047] | : . resignal = FALSE [23:13:51.047] | : . Number of conditions: 0 [23:13:51.047] | : . int 0 [23:13:51.048] | : signalConditions() ... done [23:13:51.048] | : relay stdout ... [23:13:51.048] | : relay stdout ... done [23:13:51.048] | : check for misuse ... [23:13:51.048] | : check for misuse ... done [23:13:51.048] | value() for MultisessionFuture () ... done $a [1] 1 [23:13:51.049] | future(..., label = NULL) ... [23:13:51.049] | : lazy: TRUE [23:13:51.049] | : stdout: TRUE [23:13:51.049] | : conditions: [n=1] 'condition' [23:13:51.050] | : gc: FALSE [23:13:51.050] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:51.050] | : 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' [23:13:51.050] | : . Searching for globals ... [23:13:51.063] | : . ' globals found: [5] '{', 'x', '<-', '$', '$<-' [23:13:51.064] | : . Searching for globals ... done [23:13:51.064] | : . Resolving globals: TRUE [23:13:51.064] | : . Resolving any globals that are futures ... [23:13:51.064] | : . ' globals: [5] '{', 'x', '<-', '$', '$<-' [23:13:51.064] | : . Resolving any globals that are futures ... done [23:13:51.065] | : . Search for packages associated with the globals ... [23:13:51.065] | : . ' Packages associated with globals: [1] 'base' [23:13:51.065] | : . ' Packages: [1] 'base' [23:13:51.066] | : . Search for packages associated with the globals ... done [23:13:51.066] | : . Resolving futures part of globals (recursively) ... [23:13:51.066] | : . ' resolve() for FutureGlobals ... [23:13:51.066] | : . ' , recursive: 99 [23:13:51.066] | : . ' , Number of elements: 1 [23:13:51.067] | : . ' , elements: 'x' [23:13:51.067] | : . ' , 'obj' is list [23:13:51.067] | : . ' , resolve(obj, ...) ... [23:13:51.067] | : . ' , ; resolve() for list ... [23:13:51.067] | : . ' , ; ` recursive: 98 [23:13:51.067] | : . ' , ; ` Number of elements: 0 [23:13:51.068] | : . ' , ; resolve() for list ... done [23:13:51.068] | : . ' , resolve(obj, ...) ... done [23:13:51.068] | : . ' , resolved() ... [23:13:51.068] | : . ' , ; resolved() for list ... [23:13:51.068] | : . ' , ; ` Number of elements: 0 [23:13:51.068] | : . ' , ; ` Number of futures: 0 [23:13:51.069] | : . ' , ; resolved() for list ... done [23:13:51.069] | : . ' , resolved() ... done [23:13:51.069] | : . ' , length: 0 (resolved future 1) [23:13:51.069] | : . ' resolve() for FutureGlobals ... done [23:13:51.069] | : . ' globals: [1] 'x' [23:13:51.070] | : . Resolving futures part of globals (recursively) ... done [23:13:51.070] | : . Packages after dropping 'base': [0] [23:13:51.070] | : . globals: [1] 'x' [23:13:51.070] | : . packages: [0] [23:13:51.070] | : getGlobalsAndPackages() ... done [23:13:51.071] | future(..., label = NULL) ... done [23:13:51.071] | value() for Future () ... [23:13:51.071] | : run() for 'Future' () ... [23:13:51.071] | : . state: 'created' [23:13:51.071] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:51.072] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:51.072] | : . Using MultisessionFutureBackend ... [23:13:51.072] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [23:13:51.072] | : . ' Launching futures ... [23:13:51.072] | : . ' , launchFuture() for ClusterFutureBackend ... [23:13:51.073] | : . ' , ; Workers: [n=2] [23:13:51.073] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:13:51.075] | : . ' , ; FutureRegistry: 'workers-e406282e645379009e93f6a39958c04e' [23:13:51.075] | : . ' , ; requestWorker() ... [23:13:51.075] | : . ' , ; ` requestNode() ... [23:13:51.075] | : . ' , ; ` | Number of workers: 2 [23:13:51.075] | : . ' , ; ` | Polling for a free worker ... [23:13:51.076] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.076] | : . ' , ; ` | : . Listing all futures [23:13:51.076] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:51.076] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.076] | : . ' , ; ` | : Total time: 0 [23:13:51.076] | : . ' , ; ` | Polling for a free worker ... done [23:13:51.077] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.077] | : . ' , ; ` | : Listing all futures [23:13:51.077] | : . ' , ; ` | : Number of registered futures: 0 [23:13:51.077] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.077] | : . ' , ; ` | avail: [n=2] '1', '2' [23:13:51.077] | : . ' , ; ` | Index of first available worker: 1 [23:13:51.078] | : . ' , ; ` | Validate that the worker is functional ... [23:13:51.078] | : . ' , ; ` | : Worker is functional [23:13:51.079] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.079] | : . ' , ; ` | : . Listing all futures [23:13:51.079] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:51.079] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.079] | : . ' , ; ` | Validate that the worker is functional ... done [23:13:51.080] | : . ' , ; ` requestNode() ... done [23:13:51.080] | : . ' , ; ` cluster node index: 1 [23:13:51.080] | : . ' , ; requestWorker() ... done [23:13:51.080] | : . ' , ; eraseGlobalEnvironment() ... [23:13:51.081] | : . ' , ; eraseGlobalEnvironment() ... done [23:13:51.081] | : . ' , ; launchFuture() ... [23:13:51.081] | : . ' , ; ` cluster node index: 1 [23:13:51.081] | : . ' , ; ` getFutureData() ... [23:13:51.081] | : . ' , ; ` | getFutureCore() ... [23:13:51.082] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [23:13:51.082] | : . ' , ; ` | getFutureCore() ... done [23:13:51.082] | : . ' , ; ` | getFutureCapture() ... [23:13:51.082] | : . ' , ; ` | getFutureCapture() ... done [23:13:51.082] | : . ' , ; ` | getFutureContext() ... [23:13:51.083] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:51.083] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:13:51.083] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:51.083] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:13:51.083] | : . ' , ; ` | getFutureContext() ... done [23:13:51.083] | : . ' , ; ` getFutureData() ... done [23:13:51.084] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... [23:13:51.084] | : . ' , ; ` | Appended future to position #1 [23:13:51.084] | : . ' , ; ` | Number of registered futures: 1 [23:13:51.084] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... done [23:13:51.085] | : . ' , ; launchFuture() ... done [23:13:51.085] | : . ' , ; MultisessionFuture started [23:13:51.085] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:13:51.085] | : . ' Launching futures ... done [23:13:51.085] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:13:51.085] | : . Using MultisessionFutureBackend ... done [23:13:51.086] | : run() for 'Future' () ... done [23:13:51.086] | : result() for ClusterFuture ... [23:13:51.086] | : . assertValidConnection() ... [23:13:51.086] | : . ' cluster node index: 1 [23:13:51.087] | : . assertValidConnection() ... done [23:13:51.087] | : . receiveMessageFromWorker() for ClusterFuture ... [23:13:51.087] | : . ' cluster node index: 1 [23:13:51.088] | : . ' [1] TRUE [23:13:51.088] | : . ' Received data: [23:13:51.088] | : . ' List of 5 [23:13:51.088] | : . ' $ type : chr "VALUE" [23:13:51.088] | : . ' $ value :List of 16 [23:13:51.088] | : . ' ..$ value :List of 1 [23:13:51.088] | : . ' .. ..$ a: num 1 [23:13:51.088] | : . ' ..$ visible : logi TRUE [23:13:51.088] | : . ' ..$ stdout : chr "" [23:13:51.088] | : . ' ..$ conditions : list() [23:13:51.088] | : . ' ..$ rng : logi FALSE [23:13:51.088] | : . ' ..$ seed : NULL [23:13:51.088] | : . ' ..$ misuseGlobalEnv : NULL [23:13:51.088] | : . ' ..$ misuseConnections :List of 3 [23:13:51.088] | : . ' .. ..$ added : NULL [23:13:51.088] | : . ' .. ..$ removed : NULL [23:13:51.088] | : . ' .. ..$ replaced: NULL [23:13:51.088] | : . ' ..$ misuseDevices : NULL [23:13:51.088] | : . ' ..$ misuseDefaultDevice: list() [23:13:51.088] | : . ' ..$ started : POSIXct[1:1], format: "2025-11-16 23:13:51" [23:13:51.088] | : . ' ..$ finished : POSIXct[1:1], format: "2025-11-16 23:13:51" [23:13:51.088] | : . ' ..$ uuid : chr [1:2] "0ac3b832f6341e4c14cc7dec48267aac" "16" [23:13:51.088] | : . ' ..$ session_uuid : chr "555f46aab46363c4d3eda2a60d7944e8" [23:13:51.088] | : . ' .. ..- attr(*, "source")=List of 5 [23:13:51.088] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [23:13:51.088] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:13:51.088] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:13:51.088] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:13:51.088] | : . ' .. .. ..$ pid : int 36492 [23:13:51.088] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:13:50" [23:13:51.088] | : . ' .. .. ..$ random: int 2147483647 [23:13:51.088] | : . ' ..$ r_info :List of 4 [23:13:51.088] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:13:51.088] | : . ' .. .. ..$ : int [1:3] 4 6 0 [23:13:51.088] | : . ' .. ..$ os : chr "windows" [23:13:51.088] | : . ' .. ..$ os_name : chr "Windows" [23:13:51.088] | : . ' .. ..$ captures_utf8: logi TRUE [23:13:51.088] | : . ' ..$ version : chr "1.8" [23:13:51.088] | : . ' ..- attr(*, "class")= chr "FutureResult" [23:13:51.088] | : . ' $ success: logi TRUE [23:13:51.088] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:13:51.088] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:13:51.088] | : . ' $ tag : NULL [23:13:51.102] | : . ' Received FutureResult [23:13:51.102] | : . ' FutureResult: [23:13:51.102] | : . ' value: 'list' [23:13:51.102] | : . ' visible: TRUE [23:13:51.102] | : . ' stdout: character [23:13:51.102] | : . ' conditions: [n = 0] [23:13:51.102] | : . ' RNG used: FALSE [23:13:51.102] | : . ' duration: 0.002906084 secs (started 2025-11-16 23:13:51.084537) [23:13:51.102] | : . ' version: 1.8 [23:13:51.103] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... [23:13:51.103] | : . ' , Removed future from position #1 [23:13:51.103] | : . ' , Number of registered futures: 0 [23:13:51.103] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... done [23:13:51.103] | : . ' Erased future from future backend [23:13:51.104] | : . ' result() for ClusterFuture ... [23:13:51.104] | : . ' , result already collected: FutureResult [23:13:51.104] | : . ' result() for ClusterFuture ... done [23:13:51.104] | : . ' signalConditions() ... [23:13:51.104] | : . ' , include = 'immediateCondition' [23:13:51.104] | : . ' , exclude = [23:13:51.105] | : . ' , resignal = FALSE [23:13:51.105] | : . ' , Number of conditions: 0 [23:13:51.105] | : . ' , int 0 [23:13:51.105] | : . ' signalConditions() ... done [23:13:51.106] | : . receiveMessageFromWorker() for ClusterFuture ... done [23:13:51.106] | : result() for ClusterFuture ... done [23:13:51.106] | : result() for ClusterFuture ... [23:13:51.106] | : . result already collected: FutureResult [23:13:51.106] | : result() for ClusterFuture ... done [23:13:51.106] | : signalConditions() ... [23:13:51.107] | : . include = 'immediateCondition' [23:13:51.107] | : . exclude = [23:13:51.107] | : . resignal = FALSE [23:13:51.107] | : . Number of conditions: 0 [23:13:51.107] | : . int 0 [23:13:51.108] | : signalConditions() ... done [23:13:51.108] | : relay stdout ... [23:13:51.108] | : relay stdout ... done [23:13:51.108] | : check for misuse ... [23:13:51.108] | : check for misuse ... done [23:13:51.109] | value() for Future () ... done $a [1] 1 [23:13:51.109] | future(..., label = NULL) ... [23:13:51.109] | : lazy: FALSE [23:13:51.110] | : stdout: TRUE [23:13:51.110] | : conditions: [n=1] 'condition' [23:13:51.110] | : gc: FALSE [23:13:51.110] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:51.110] | : 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' [23:13:51.111] | : . Searching for globals ... [23:13:51.147] | : . ' globals found: [5] '{', '<-', 'list', '$', '$<-' [23:13:51.148] | : . Searching for globals ... done [23:13:51.148] | : . Resolving globals: TRUE [23:13:51.148] | : . Resolving any globals that are futures ... [23:13:51.149] | : . ' globals: [5] '{', '<-', 'list', '$', '$<-' [23:13:51.149] | : . Resolving any globals that are futures ... done [23:13:51.149] | : . Search for packages associated with the globals ... [23:13:51.150] | : . ' Packages associated with globals: [1] 'base' [23:13:51.150] | : . ' Packages: [1] 'base' [23:13:51.150] | : . Search for packages associated with the globals ... done [23:13:51.151] | : . Packages after dropping 'base': [0] [23:13:51.151] | : . globals: [0] [23:13:51.151] | : . packages: [0] [23:13:51.152] | : getGlobalsAndPackages() ... done [23:13:51.152] | : run() for 'Future' () ... [23:13:51.153] | : . state: 'created' [23:13:51.153] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:51.153] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:51.153] | : . Using MultisessionFutureBackend ... [23:13:51.154] | : . ' Number of futures since start: 4 (4 created, 4 launched, 4 finished) [23:13:51.154] | : . ' Launching futures ... [23:13:51.154] | : . ' , launchFuture() for ClusterFutureBackend ... [23:13:51.155] | : . ' , ; Workers: [n=2] [23:13:51.155] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:13:51.158] | : . ' , ; FutureRegistry: 'workers-e406282e645379009e93f6a39958c04e' [23:13:51.158] | : . ' , ; requestWorker() ... [23:13:51.158] | : . ' , ; ` requestNode() ... [23:13:51.158] | : . ' , ; ` | Number of workers: 2 [23:13:51.158] | : . ' , ; ` | Polling for a free worker ... [23:13:51.159] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.159] | : . ' , ; ` | : . Listing all futures [23:13:51.159] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:51.159] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.159] | : . ' , ; ` | : Total time: 0 [23:13:51.159] | : . ' , ; ` | Polling for a free worker ... done [23:13:51.160] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.160] | : . ' , ; ` | : Listing all futures [23:13:51.160] | : . ' , ; ` | : Number of registered futures: 0 [23:13:51.160] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.160] | : . ' , ; ` | avail: [n=2] '1', '2' [23:13:51.161] | : . ' , ; ` | Index of first available worker: 1 [23:13:51.161] | : . ' , ; ` | Validate that the worker is functional ... [23:13:51.161] | : . ' , ; ` | : Worker is functional [23:13:51.161] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.162] | : . ' , ; ` | : . Listing all futures [23:13:51.162] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:51.162] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.162] | : . ' , ; ` | Validate that the worker is functional ... done [23:13:51.162] | : . ' , ; ` requestNode() ... done [23:13:51.163] | : . ' , ; ` cluster node index: 1 [23:13:51.163] | : . ' , ; requestWorker() ... done [23:13:51.163] | : . ' , ; eraseGlobalEnvironment() ... [23:13:51.163] | : . ' , ; eraseGlobalEnvironment() ... done [23:13:51.164] | : . ' , ; launchFuture() ... [23:13:51.164] | : . ' , ; ` cluster node index: 1 [23:13:51.164] | : . ' , ; ` getFutureData() ... [23:13:51.164] | : . ' , ; ` | getFutureCore() ... [23:13:51.164] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [23:13:51.165] | : . ' , ; ` | getFutureCore() ... done [23:13:51.165] | : . ' , ; ` | getFutureCapture() ... [23:13:51.165] | : . ' , ; ` | getFutureCapture() ... done [23:13:51.165] | : . ' , ; ` | getFutureContext() ... [23:13:51.165] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:51.166] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:13:51.166] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:51.166] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:13:51.166] | : . ' , ; ` | getFutureContext() ... done [23:13:51.167] | : . ' , ; ` getFutureData() ... done [23:13:51.167] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... [23:13:51.168] | : . ' , ; ` | Appended future to position #1 [23:13:51.168] | : . ' , ; ` | Number of registered futures: 1 [23:13:51.168] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... done [23:13:51.169] | : . ' , ; launchFuture() ... done [23:13:51.169] | : . ' , ; MultisessionFuture started [23:13:51.169] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:13:51.170] | : . ' Launching futures ... done [23:13:51.170] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:13:51.170] | : . Using MultisessionFutureBackend ... done [23:13:51.171] | : run() for 'Future' () ... done [23:13:51.171] | future(..., label = NULL) ... done [23:13:51.171] | value() for MultisessionFuture () ... [23:13:51.172] | : result() for ClusterFuture ... [23:13:51.172] | : . assertValidConnection() ... [23:13:51.172] | : . ' cluster node index: 1 [23:13:51.173] | : . assertValidConnection() ... done [23:13:51.173] | : . receiveMessageFromWorker() for ClusterFuture ... [23:13:51.174] | : . ' cluster node index: 1 [23:13:51.174] | : . ' [1] TRUE [23:13:51.175] | : . ' Received data: [23:13:51.175] | : . ' List of 5 [23:13:51.175] | : . ' $ type : chr "VALUE" [23:13:51.175] | : . ' $ value :List of 16 [23:13:51.175] | : . ' ..$ value :List of 2 [23:13:51.175] | : . ' .. ..$ b: num 2 [23:13:51.175] | : . ' .. ..$ a: num 1 [23:13:51.175] | : . ' ..$ visible : logi TRUE [23:13:51.175] | : . ' ..$ stdout : chr "" [23:13:51.175] | : . ' ..$ conditions : list() [23:13:51.175] | : . ' ..$ rng : logi FALSE [23:13:51.175] | : . ' ..$ seed : NULL [23:13:51.175] | : . ' ..$ misuseGlobalEnv : NULL [23:13:51.175] | : . ' ..$ misuseConnections :List of 3 [23:13:51.175] | : . ' .. ..$ added : NULL [23:13:51.175] | : . ' .. ..$ removed : NULL [23:13:51.175] | : . ' .. ..$ replaced: NULL [23:13:51.175] | : . ' ..$ misuseDevices : NULL [23:13:51.175] | : . ' ..$ misuseDefaultDevice: list() [23:13:51.175] | : . ' ..$ started : POSIXct[1:1], format: "2025-11-16 23:13:51" [23:13:51.175] | : . ' ..$ finished : POSIXct[1:1], format: "2025-11-16 23:13:51" [23:13:51.175] | : . ' ..$ uuid : chr [1:2] "0ac3b832f6341e4c14cc7dec48267aac" "17" [23:13:51.175] | : . ' ..$ session_uuid : chr "555f46aab46363c4d3eda2a60d7944e8" [23:13:51.175] | : . ' .. ..- attr(*, "source")=List of 5 [23:13:51.175] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [23:13:51.175] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:13:51.175] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:13:51.175] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:13:51.175] | : . ' .. .. ..$ pid : int 36492 [23:13:51.175] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:13:50" [23:13:51.175] | : . ' .. .. ..$ random: int 2147483647 [23:13:51.175] | : . ' ..$ r_info :List of 4 [23:13:51.175] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:13:51.175] | : . ' .. .. ..$ : int [1:3] 4 6 0 [23:13:51.175] | : . ' .. ..$ os : chr "windows" [23:13:51.175] | : . ' .. ..$ os_name : chr "Windows" [23:13:51.175] | : . ' .. ..$ captures_utf8: logi TRUE [23:13:51.175] | : . ' ..$ version : chr "1.8" [23:13:51.175] | : . ' ..- attr(*, "class")= chr "FutureResult" [23:13:51.175] | : . ' $ success: logi TRUE [23:13:51.175] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:13:51.175] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:13:51.175] | : . ' $ tag : NULL [23:13:51.199] | : . ' Received FutureResult [23:13:51.200] | : . ' FutureResult: [23:13:51.200] | : . ' value: 'list' [23:13:51.200] | : . ' visible: TRUE [23:13:51.200] | : . ' stdout: character [23:13:51.200] | : . ' conditions: [n = 0] [23:13:51.200] | : . ' RNG used: FALSE [23:13:51.200] | : . ' duration: 0.003498077 secs (started 2025-11-16 23:13:51.168148) [23:13:51.200] | : . ' version: 1.8 [23:13:51.201] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... [23:13:51.201] | : . ' , Removed future from position #1 [23:13:51.202] | : . ' , Number of registered futures: 0 [23:13:51.202] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... done [23:13:51.202] | : . ' Erased future from future backend [23:13:51.202] | : . ' result() for ClusterFuture ... [23:13:51.203] | : . ' , result already collected: FutureResult [23:13:51.203] | : . ' result() for ClusterFuture ... done [23:13:51.203] | : . ' signalConditions() ... [23:13:51.204] | : . ' , include = 'immediateCondition' [23:13:51.204] | : . ' , exclude = [23:13:51.204] | : . ' , resignal = FALSE [23:13:51.205] | : . ' , Number of conditions: 0 [23:13:51.205] | : . ' , int 0 [23:13:51.206] | : . ' signalConditions() ... done [23:13:51.206] | : . receiveMessageFromWorker() for ClusterFuture ... done [23:13:51.206] | : result() for ClusterFuture ... done [23:13:51.207] | : result() for ClusterFuture ... [23:13:51.207] | : . result already collected: FutureResult [23:13:51.207] | : result() for ClusterFuture ... done [23:13:51.208] | : signalConditions() ... [23:13:51.208] | : . include = 'immediateCondition' [23:13:51.208] | : . exclude = [23:13:51.209] | : . resignal = FALSE [23:13:51.209] | : . Number of conditions: 0 [23:13:51.209] | : . int 0 [23:13:51.210] | : signalConditions() ... done [23:13:51.211] | : relay stdout ... [23:13:51.211] | : relay stdout ... done [23:13:51.211] | : check for misuse ... [23:13:51.211] | : check for misuse ... done [23:13:51.212] | value() for MultisessionFuture () ... done $b [1] 2 $a [1] 1 [23:13:51.212] | future(..., label = NULL) ... [23:13:51.213] | : lazy: FALSE [23:13:51.213] | : stdout: TRUE [23:13:51.213] | : conditions: [n=1] 'condition' [23:13:51.213] | : gc: FALSE [23:13:51.214] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:51.214] | : 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' [23:13:51.215] | : . Searching for globals ... [23:13:51.238] | : . ' globals found: [5] '{', 'x', '<-', '[[', '[[<-' [23:13:51.238] | : . Searching for globals ... done [23:13:51.238] | : . Resolving globals: TRUE [23:13:51.239] | : . Resolving any globals that are futures ... [23:13:51.239] | : . ' globals: [5] '{', 'x', '<-', '[[', '[[<-' [23:13:51.239] | : . Resolving any globals that are futures ... done [23:13:51.239] | : . Search for packages associated with the globals ... [23:13:51.240] | : . ' Packages associated with globals: [1] 'base' [23:13:51.240] | : . ' Packages: [1] 'base' [23:13:51.240] | : . Search for packages associated with the globals ... done [23:13:51.241] | : . Resolving futures part of globals (recursively) ... [23:13:51.241] | : . ' resolve() for FutureGlobals ... [23:13:51.241] | : . ' , recursive: 99 [23:13:51.242] | : . ' , Number of elements: 1 [23:13:51.242] | : . ' , elements: 'x' [23:13:51.242] | : . ' , 'obj' is list [23:13:51.242] | : . ' , resolve(obj, ...) ... [23:13:51.242] | : . ' , ; resolve() for list ... [23:13:51.243] | : . ' , ; ` recursive: 98 [23:13:51.243] | : . ' , ; ` Number of elements: 0 [23:13:51.243] | : . ' , ; resolve() for list ... done [23:13:51.244] | : . ' , resolve(obj, ...) ... done [23:13:51.244] | : . ' , resolved() ... [23:13:51.244] | : . ' , ; resolved() for list ... [23:13:51.244] | : . ' , ; ` Number of elements: 0 [23:13:51.245] | : . ' , ; ` Number of futures: 0 [23:13:51.245] | : . ' , ; resolved() for list ... done [23:13:51.245] | : . ' , resolved() ... done [23:13:51.246] | : . ' , length: 0 (resolved future 1) [23:13:51.246] | : . ' resolve() for FutureGlobals ... done [23:13:51.246] | : . ' globals: [1] 'x' [23:13:51.246] | : . Resolving futures part of globals (recursively) ... done [23:13:51.247] | : . Packages after dropping 'base': [0] [23:13:51.247] | : . globals: [1] 'x' [23:13:51.247] | : . packages: [0] [23:13:51.248] | : getGlobalsAndPackages() ... done [23:13:51.248] | : run() for 'Future' () ... [23:13:51.249] | : . state: 'created' [23:13:51.249] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:51.249] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:51.249] | : . Using MultisessionFutureBackend ... [23:13:51.250] | : . ' Number of futures since start: 5 (5 created, 5 launched, 5 finished) [23:13:51.250] | : . ' Launching futures ... [23:13:51.250] | : . ' , launchFuture() for ClusterFutureBackend ... [23:13:51.251] | : . ' , ; Workers: [n=2] [23:13:51.251] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:13:51.254] | : . ' , ; FutureRegistry: 'workers-e406282e645379009e93f6a39958c04e' [23:13:51.254] | : . ' , ; requestWorker() ... [23:13:51.255] | : . ' , ; ` requestNode() ... [23:13:51.255] | : . ' , ; ` | Number of workers: 2 [23:13:51.255] | : . ' , ; ` | Polling for a free worker ... [23:13:51.256] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.256] | : . ' , ; ` | : . Listing all futures [23:13:51.256] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:51.256] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.257] | : . ' , ; ` | : Total time: 0 [23:13:51.257] | : . ' , ; ` | Polling for a free worker ... done [23:13:51.257] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.257] | : . ' , ; ` | : Listing all futures [23:13:51.258] | : . ' , ; ` | : Number of registered futures: 0 [23:13:51.258] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.258] | : . ' , ; ` | avail: [n=2] '1', '2' [23:13:51.259] | : . ' , ; ` | Index of first available worker: 1 [23:13:51.259] | : . ' , ; ` | Validate that the worker is functional ... [23:13:51.260] | : . ' , ; ` | : Worker is functional [23:13:51.260] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.260] | : . ' , ; ` | : . Listing all futures [23:13:51.260] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:51.261] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.261] | : . ' , ; ` | Validate that the worker is functional ... done [23:13:51.261] | : . ' , ; ` requestNode() ... done [23:13:51.261] | : . ' , ; ` cluster node index: 1 [23:13:51.262] | : . ' , ; requestWorker() ... done [23:13:51.262] | : . ' , ; eraseGlobalEnvironment() ... [23:13:51.263] | : . ' , ; eraseGlobalEnvironment() ... done [23:13:51.263] | : . ' , ; launchFuture() ... [23:13:51.263] | : . ' , ; ` cluster node index: 1 [23:13:51.263] | : . ' , ; ` getFutureData() ... [23:13:51.264] | : . ' , ; ` | getFutureCore() ... [23:13:51.264] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [23:13:51.264] | : . ' , ; ` | getFutureCore() ... done [23:13:51.264] | : . ' , ; ` | getFutureCapture() ... [23:13:51.264] | : . ' , ; ` | getFutureCapture() ... done [23:13:51.265] | : . ' , ; ` | getFutureContext() ... [23:13:51.265] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:51.265] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:13:51.265] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:51.265] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:13:51.266] | : . ' , ; ` | getFutureContext() ... done [23:13:51.266] | : . ' , ; ` getFutureData() ... done [23:13:51.266] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... [23:13:51.266] | : . ' , ; ` | Appended future to position #1 [23:13:51.267] | : . ' , ; ` | Number of registered futures: 1 [23:13:51.267] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... done [23:13:51.267] | : . ' , ; launchFuture() ... done [23:13:51.267] | : . ' , ; MultisessionFuture started [23:13:51.267] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:13:51.267] | : . ' Launching futures ... done [23:13:51.268] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:13:51.268] | : . Using MultisessionFutureBackend ... done [23:13:51.268] | : run() for 'Future' () ... done [23:13:51.268] | future(..., label = NULL) ... done [23:13:51.268] | value() for MultisessionFuture () ... [23:13:51.269] | : result() for ClusterFuture ... [23:13:51.269] | : . assertValidConnection() ... [23:13:51.269] | : . ' cluster node index: 1 [23:13:51.269] | : . assertValidConnection() ... done [23:13:51.270] | : . receiveMessageFromWorker() for ClusterFuture ... [23:13:51.271] | : . ' cluster node index: 1 [23:13:51.272] | : . ' [1] TRUE [23:13:51.273] | : . ' Received data: [23:13:51.273] | : . ' List of 5 [23:13:51.273] | : . ' $ type : chr "VALUE" [23:13:51.273] | : . ' $ value :List of 16 [23:13:51.273] | : . ' ..$ value :List of 1 [23:13:51.273] | : . ' .. ..$ a: num 1 [23:13:51.273] | : . ' ..$ visible : logi TRUE [23:13:51.273] | : . ' ..$ stdout : chr "" [23:13:51.273] | : . ' ..$ conditions : list() [23:13:51.273] | : . ' ..$ rng : logi FALSE [23:13:51.273] | : . ' ..$ seed : NULL [23:13:51.273] | : . ' ..$ misuseGlobalEnv : NULL [23:13:51.273] | : . ' ..$ misuseConnections :List of 3 [23:13:51.273] | : . ' .. ..$ added : NULL [23:13:51.273] | : . ' .. ..$ removed : NULL [23:13:51.273] | : . ' .. ..$ replaced: NULL [23:13:51.273] | : . ' ..$ misuseDevices : NULL [23:13:51.273] | : . ' ..$ misuseDefaultDevice: list() [23:13:51.273] | : . ' ..$ started : POSIXct[1:1], format: "2025-11-16 23:13:51" [23:13:51.273] | : . ' ..$ finished : POSIXct[1:1], format: "2025-11-16 23:13:51" [23:13:51.273] | : . ' ..$ uuid : chr [1:2] "0ac3b832f6341e4c14cc7dec48267aac" "18" [23:13:51.273] | : . ' ..$ session_uuid : chr "555f46aab46363c4d3eda2a60d7944e8" [23:13:51.273] | : . ' .. ..- attr(*, "source")=List of 5 [23:13:51.273] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [23:13:51.273] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:13:51.273] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:13:51.273] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:13:51.273] | : . ' .. .. ..$ pid : int 36492 [23:13:51.273] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:13:50" [23:13:51.273] | : . ' .. .. ..$ random: int 2147483647 [23:13:51.273] | : . ' ..$ r_info :List of 4 [23:13:51.273] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:13:51.273] | : . ' .. .. ..$ : int [1:3] 4 6 0 [23:13:51.273] | : . ' .. ..$ os : chr "windows" [23:13:51.273] | : . ' .. ..$ os_name : chr "Windows" [23:13:51.273] | : . ' .. ..$ captures_utf8: logi TRUE [23:13:51.273] | : . ' ..$ version : chr "1.8" [23:13:51.273] | : . ' ..- attr(*, "class")= chr "FutureResult" [23:13:51.273] | : . ' $ success: logi TRUE [23:13:51.273] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:13:51.273] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:13:51.273] | : . ' $ tag : NULL [23:13:51.287] | : . ' Received FutureResult [23:13:51.287] | : . ' FutureResult: [23:13:51.287] | : . ' value: 'list' [23:13:51.287] | : . ' visible: TRUE [23:13:51.287] | : . ' stdout: character [23:13:51.287] | : . ' conditions: [n = 0] [23:13:51.287] | : . ' RNG used: FALSE [23:13:51.287] | : . ' duration: 0.004333973 secs (started 2025-11-16 23:13:51.267057) [23:13:51.287] | : . ' version: 1.8 [23:13:51.287] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... [23:13:51.288] | : . ' , Removed future from position #1 [23:13:51.288] | : . ' , Number of registered futures: 0 [23:13:51.288] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... done [23:13:51.288] | : . ' Erased future from future backend [23:13:51.288] | : . ' result() for ClusterFuture ... [23:13:51.289] | : . ' , result already collected: FutureResult [23:13:51.289] | : . ' result() for ClusterFuture ... done [23:13:51.289] | : . ' signalConditions() ... [23:13:51.289] | : . ' , include = 'immediateCondition' [23:13:51.289] | : . ' , exclude = [23:13:51.289] | : . ' , resignal = FALSE [23:13:51.289] | : . ' , Number of conditions: 0 [23:13:51.290] | : . ' , int 0 [23:13:51.290] | : . ' signalConditions() ... done [23:13:51.290] | : . receiveMessageFromWorker() for ClusterFuture ... done [23:13:51.291] | : result() for ClusterFuture ... done [23:13:51.291] | : result() for ClusterFuture ... [23:13:51.291] | : . result already collected: FutureResult [23:13:51.291] | : result() for ClusterFuture ... done [23:13:51.291] | : signalConditions() ... [23:13:51.291] | : . include = 'immediateCondition' [23:13:51.292] | : . exclude = [23:13:51.292] | : . resignal = FALSE [23:13:51.292] | : . Number of conditions: 0 [23:13:51.292] | : . int 0 [23:13:51.293] | : signalConditions() ... done [23:13:51.293] | : relay stdout ... [23:13:51.293] | : relay stdout ... done [23:13:51.293] | : check for misuse ... [23:13:51.293] | : check for misuse ... done [23:13:51.293] | value() for MultisessionFuture () ... done $a [1] 1 [23:13:51.294] | future(..., label = NULL) ... [23:13:51.294] | : lazy: TRUE [23:13:51.294] | : stdout: TRUE [23:13:51.294] | : conditions: [n=1] 'condition' [23:13:51.294] | : gc: FALSE [23:13:51.294] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:51.295] | : 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' [23:13:51.295] | : . Searching for globals ... [23:13:51.309] | : . ' globals found: [5] '{', 'x', '<-', '[[', '[[<-' [23:13:51.309] | : . Searching for globals ... done [23:13:51.309] | : . Resolving globals: TRUE [23:13:51.310] | : . Resolving any globals that are futures ... [23:13:51.310] | : . ' globals: [5] '{', 'x', '<-', '[[', '[[<-' [23:13:51.310] | : . Resolving any globals that are futures ... done [23:13:51.310] | : . Search for packages associated with the globals ... [23:13:51.310] | : . ' Packages associated with globals: [1] 'base' [23:13:51.311] | : . ' Packages: [1] 'base' [23:13:51.311] | : . Search for packages associated with the globals ... done [23:13:51.311] | : . Resolving futures part of globals (recursively) ... [23:13:51.311] | : . ' resolve() for FutureGlobals ... [23:13:51.312] | : . ' , recursive: 99 [23:13:51.312] | : . ' , Number of elements: 1 [23:13:51.312] | : . ' , elements: 'x' [23:13:51.312] | : . ' , 'obj' is list [23:13:51.312] | : . ' , resolve(obj, ...) ... [23:13:51.313] | : . ' , ; resolve() for list ... [23:13:51.313] | : . ' , ; ` recursive: 98 [23:13:51.313] | : . ' , ; ` Number of elements: 0 [23:13:51.313] | : . ' , ; resolve() for list ... done [23:13:51.313] | : . ' , resolve(obj, ...) ... done [23:13:51.313] | : . ' , resolved() ... [23:13:51.314] | : . ' , ; resolved() for list ... [23:13:51.314] | : . ' , ; ` Number of elements: 0 [23:13:51.314] | : . ' , ; ` Number of futures: 0 [23:13:51.314] | : . ' , ; resolved() for list ... done [23:13:51.314] | : . ' , resolved() ... done [23:13:51.314] | : . ' , length: 0 (resolved future 1) [23:13:51.315] | : . ' resolve() for FutureGlobals ... done [23:13:51.315] | : . ' globals: [1] 'x' [23:13:51.315] | : . Resolving futures part of globals (recursively) ... done [23:13:51.315] | : . Packages after dropping 'base': [0] [23:13:51.315] | : . globals: [1] 'x' [23:13:51.315] | : . packages: [0] [23:13:51.316] | : getGlobalsAndPackages() ... done [23:13:51.316] | future(..., label = NULL) ... done [23:13:51.316] | value() for Future () ... [23:13:51.316] | : run() for 'Future' () ... [23:13:51.316] | : . state: 'created' [23:13:51.317] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:51.317] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:51.317] | : . Using MultisessionFutureBackend ... [23:13:51.317] | : . ' Number of futures since start: 6 (6 created, 6 launched, 6 finished) [23:13:51.317] | : . ' Launching futures ... [23:13:51.318] | : . ' , launchFuture() for ClusterFutureBackend ... [23:13:51.318] | : . ' , ; Workers: [n=2] [23:13:51.318] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:13:51.320] | : . ' , ; FutureRegistry: 'workers-e406282e645379009e93f6a39958c04e' [23:13:51.320] | : . ' , ; requestWorker() ... [23:13:51.320] | : . ' , ; ` requestNode() ... [23:13:51.320] | : . ' , ; ` | Number of workers: 2 [23:13:51.321] | : . ' , ; ` | Polling for a free worker ... [23:13:51.321] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.321] | : . ' , ; ` | : . Listing all futures [23:13:51.321] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:51.321] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.321] | : . ' , ; ` | : Total time: 0 [23:13:51.322] | : . ' , ; ` | Polling for a free worker ... done [23:13:51.322] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.322] | : . ' , ; ` | : Listing all futures [23:13:51.322] | : . ' , ; ` | : Number of registered futures: 0 [23:13:51.322] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.322] | : . ' , ; ` | avail: [n=2] '1', '2' [23:13:51.323] | : . ' , ; ` | Index of first available worker: 1 [23:13:51.323] | : . ' , ; ` | Validate that the worker is functional ... [23:13:51.324] | : . ' , ; ` | : Worker is functional [23:13:51.324] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.324] | : . ' , ; ` | : . Listing all futures [23:13:51.325] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:51.325] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.325] | : . ' , ; ` | Validate that the worker is functional ... done [23:13:51.325] | : . ' , ; ` requestNode() ... done [23:13:51.326] | : . ' , ; ` cluster node index: 1 [23:13:51.326] | : . ' , ; requestWorker() ... done [23:13:51.326] | : . ' , ; eraseGlobalEnvironment() ... [23:13:51.327] | : . ' , ; eraseGlobalEnvironment() ... done [23:13:51.327] | : . ' , ; launchFuture() ... [23:13:51.327] | : . ' , ; ` cluster node index: 1 [23:13:51.327] | : . ' , ; ` getFutureData() ... [23:13:51.328] | : . ' , ; ` | getFutureCore() ... [23:13:51.328] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [23:13:51.328] | : . ' , ; ` | getFutureCore() ... done [23:13:51.328] | : . ' , ; ` | getFutureCapture() ... [23:13:51.328] | : . ' , ; ` | getFutureCapture() ... done [23:13:51.328] | : . ' , ; ` | getFutureContext() ... [23:13:51.329] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:51.329] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:13:51.329] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:51.329] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:13:51.329] | : . ' , ; ` | getFutureContext() ... done [23:13:51.330] | : . ' , ; ` getFutureData() ... done [23:13:51.330] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... [23:13:51.330] | : . ' , ; ` | Appended future to position #1 [23:13:51.330] | : . ' , ; ` | Number of registered futures: 1 [23:13:51.331] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... done [23:13:51.331] | : . ' , ; launchFuture() ... done [23:13:51.331] | : . ' , ; MultisessionFuture started [23:13:51.331] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:13:51.331] | : . ' Launching futures ... done [23:13:51.331] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:13:51.332] | : . Using MultisessionFutureBackend ... done [23:13:51.332] | : run() for 'Future' () ... done [23:13:51.332] | : result() for ClusterFuture ... [23:13:51.332] | : . assertValidConnection() ... [23:13:51.333] | : . ' cluster node index: 1 [23:13:51.333] | : . assertValidConnection() ... done [23:13:51.333] | : . receiveMessageFromWorker() for ClusterFuture ... [23:13:51.333] | : . ' cluster node index: 1 [23:13:51.339] | : . ' [1] TRUE [23:13:51.339] | : . ' Received data: [23:13:51.339] | : . ' List of 5 [23:13:51.339] | : . ' $ type : chr "VALUE" [23:13:51.339] | : . ' $ value :List of 16 [23:13:51.339] | : . ' ..$ value :List of 1 [23:13:51.339] | : . ' .. ..$ a: num 1 [23:13:51.339] | : . ' ..$ visible : logi TRUE [23:13:51.339] | : . ' ..$ stdout : chr "" [23:13:51.339] | : . ' ..$ conditions : list() [23:13:51.339] | : . ' ..$ rng : logi FALSE [23:13:51.339] | : . ' ..$ seed : NULL [23:13:51.339] | : . ' ..$ misuseGlobalEnv : NULL [23:13:51.339] | : . ' ..$ misuseConnections :List of 3 [23:13:51.339] | : . ' .. ..$ added : NULL [23:13:51.339] | : . ' .. ..$ removed : NULL [23:13:51.339] | : . ' .. ..$ replaced: NULL [23:13:51.339] | : . ' ..$ misuseDevices : NULL [23:13:51.339] | : . ' ..$ misuseDefaultDevice: list() [23:13:51.339] | : . ' ..$ started : POSIXct[1:1], format: "2025-11-16 23:13:51" [23:13:51.339] | : . ' ..$ finished : POSIXct[1:1], format: "2025-11-16 23:13:51" [23:13:51.339] | : . ' ..$ uuid : chr [1:2] "0ac3b832f6341e4c14cc7dec48267aac" "19" [23:13:51.339] | : . ' ..$ session_uuid : chr "555f46aab46363c4d3eda2a60d7944e8" [23:13:51.339] | : . ' .. ..- attr(*, "source")=List of 5 [23:13:51.339] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [23:13:51.339] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:13:51.339] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:13:51.339] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:13:51.339] | : . ' .. .. ..$ pid : int 36492 [23:13:51.339] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:13:50" [23:13:51.339] | : . ' .. .. ..$ random: int 2147483647 [23:13:51.339] | : . ' ..$ r_info :List of 4 [23:13:51.339] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:13:51.339] | : . ' .. .. ..$ : int [1:3] 4 6 0 [23:13:51.339] | : . ' .. ..$ os : chr "windows" [23:13:51.339] | : . ' .. ..$ os_name : chr "Windows" [23:13:51.339] | : . ' .. ..$ captures_utf8: logi TRUE [23:13:51.339] | : . ' ..$ version : chr "1.8" [23:13:51.339] | : . ' ..- attr(*, "class")= chr "FutureResult" [23:13:51.339] | : . ' $ success: logi TRUE [23:13:51.339] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [23:13:51.339] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:13:51.339] | : . ' $ tag : NULL [23:13:51.354] | : . ' Received FutureResult [23:13:51.354] | : . ' FutureResult: [23:13:51.354] | : . ' value: 'list' [23:13:51.354] | : . ' visible: TRUE [23:13:51.354] | : . ' stdout: character [23:13:51.354] | : . ' conditions: [n = 0] [23:13:51.354] | : . ' RNG used: FALSE [23:13:51.354] | : . ' duration: 0.006749153 secs (started 2025-11-16 23:13:51.330834) [23:13:51.354] | : . ' version: 1.8 [23:13:51.355] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... [23:13:51.355] | : . ' , Removed future from position #1 [23:13:51.356] | : . ' , Number of registered futures: 0 [23:13:51.356] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... done [23:13:51.356] | : . ' Erased future from future backend [23:13:51.356] | : . ' result() for ClusterFuture ... [23:13:51.357] | : . ' , result already collected: FutureResult [23:13:51.357] | : . ' result() for ClusterFuture ... done [23:13:51.357] | : . ' signalConditions() ... [23:13:51.357] | : . ' , include = 'immediateCondition' [23:13:51.357] | : . ' , exclude = [23:13:51.358] | : . ' , resignal = FALSE [23:13:51.358] | : . ' , Number of conditions: 0 [23:13:51.358] | : . ' , int 0 [23:13:51.359] | : . ' signalConditions() ... done [23:13:51.359] | : . receiveMessageFromWorker() for ClusterFuture ... done [23:13:51.359] | : result() for ClusterFuture ... done [23:13:51.359] | : result() for ClusterFuture ... [23:13:51.359] | : . result already collected: FutureResult [23:13:51.359] | : result() for ClusterFuture ... done [23:13:51.360] | : signalConditions() ... [23:13:51.360] | : . include = 'immediateCondition' [23:13:51.360] | : . exclude = [23:13:51.360] | : . resignal = FALSE [23:13:51.360] | : . Number of conditions: 0 [23:13:51.360] | : . int 0 [23:13:51.361] | : signalConditions() ... done [23:13:51.361] | : relay stdout ... [23:13:51.362] | : relay stdout ... done [23:13:51.362] | : check for misuse ... [23:13:51.362] | : check for misuse ... done [23:13:51.362] | value() for Future () ... done $a [1] 1 [23:13:51.363] | future(..., label = NULL) ... [23:13:51.363] | : lazy: FALSE [23:13:51.363] | : stdout: TRUE [23:13:51.363] | : conditions: [n=1] 'condition' [23:13:51.363] | : gc: FALSE [23:13:51.363] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:51.364] | : 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' [23:13:51.364] | : . Searching for globals ... [23:13:51.387] | : . ' globals found: [5] '{', 'x', '<-', '[[', '[[<-' [23:13:51.387] | : . Searching for globals ... done [23:13:51.387] | : . Resolving globals: TRUE [23:13:51.387] | : . Resolving any globals that are futures ... [23:13:51.387] | : . ' globals: [5] '{', 'x', '<-', '[[', '[[<-' [23:13:51.388] | : . Resolving any globals that are futures ... done [23:13:51.388] | : . Search for packages associated with the globals ... [23:13:51.388] | : . ' Packages associated with globals: [1] 'base' [23:13:51.389] | : . ' Packages: [1] 'base' [23:13:51.389] | : . Search for packages associated with the globals ... done [23:13:51.389] | : . Resolving futures part of globals (recursively) ... [23:13:51.389] | : . ' resolve() for FutureGlobals ... [23:13:51.389] | : . ' , recursive: 99 [23:13:51.390] | : . ' , Number of elements: 1 [23:13:51.390] | : . ' , elements: 'x' [23:13:51.390] | : . ' , 'obj' is list [23:13:51.390] | : . ' , resolve(obj, ...) ... [23:13:51.390] | : . ' , ; resolve() for list ... [23:13:51.390] | : . ' , ; ` recursive: 98 [23:13:51.391] | : . ' , ; ` Number of elements: 0 [23:13:51.391] | : . ' , ; resolve() for list ... done [23:13:51.391] | : . ' , resolve(obj, ...) ... done [23:13:51.391] | : . ' , resolved() ... [23:13:51.391] | : . ' , ; resolved() for list ... [23:13:51.391] | : . ' , ; ` Number of elements: 0 [23:13:51.392] | : . ' , ; ` Number of futures: 0 [23:13:51.392] | : . ' , ; resolved() for list ... done [23:13:51.392] | : . ' , resolved() ... done [23:13:51.392] | : . ' , length: 0 (resolved future 1) [23:13:51.392] | : . ' resolve() for FutureGlobals ... done [23:13:51.393] | : . ' globals: [1] 'x' [23:13:51.393] | : . Resolving futures part of globals (recursively) ... done [23:13:51.393] | : . Packages after dropping 'base': [0] [23:13:51.393] | : . globals: [1] 'x' [23:13:51.393] | : . packages: [0] [23:13:51.393] | : getGlobalsAndPackages() ... done [23:13:51.394] | : run() for 'Future' () ... [23:13:51.394] | : . state: 'created' [23:13:51.394] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:51.394] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:51.395] | : . Using MultisessionFutureBackend ... [23:13:51.395] | : . ' Number of futures since start: 7 (7 created, 7 launched, 7 finished) [23:13:51.395] | : . ' Launching futures ... [23:13:51.395] | : . ' , launchFuture() for ClusterFutureBackend ... [23:13:51.395] | : . ' , ; Workers: [n=2] [23:13:51.396] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:13:51.397] | : . ' , ; FutureRegistry: 'workers-e406282e645379009e93f6a39958c04e' [23:13:51.398] | : . ' , ; requestWorker() ... [23:13:51.398] | : . ' , ; ` requestNode() ... [23:13:51.398] | : . ' , ; ` | Number of workers: 2 [23:13:51.398] | : . ' , ; ` | Polling for a free worker ... [23:13:51.399] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.399] | : . ' , ; ` | : . Listing all futures [23:13:51.399] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:51.399] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.399] | : . ' , ; ` | : Total time: 0 [23:13:51.399] | : . ' , ; ` | Polling for a free worker ... done [23:13:51.400] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.400] | : . ' , ; ` | : Listing all futures [23:13:51.400] | : . ' , ; ` | : Number of registered futures: 0 [23:13:51.400] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.400] | : . ' , ; ` | avail: [n=2] '1', '2' [23:13:51.401] | : . ' , ; ` | Index of first available worker: 1 [23:13:51.401] | : . ' , ; ` | Validate that the worker is functional ... [23:13:51.402] | : . ' , ; ` | : Worker is functional [23:13:51.402] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.402] | : . ' , ; ` | : . Listing all futures [23:13:51.403] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:51.403] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.403] | : . ' , ; ` | Validate that the worker is functional ... done [23:13:51.403] | : . ' , ; ` requestNode() ... done [23:13:51.403] | : . ' , ; ` cluster node index: 1 [23:13:51.404] | : . ' , ; requestWorker() ... done [23:13:51.404] | : . ' , ; eraseGlobalEnvironment() ... [23:13:51.405] | : . ' , ; eraseGlobalEnvironment() ... done [23:13:51.405] | : . ' , ; launchFuture() ... [23:13:51.405] | : . ' , ; ` cluster node index: 1 [23:13:51.405] | : . ' , ; ` getFutureData() ... [23:13:51.405] | : . ' , ; ` | getFutureCore() ... [23:13:51.406] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [23:13:51.406] | : . ' , ; ` | getFutureCore() ... done [23:13:51.406] | : . ' , ; ` | getFutureCapture() ... [23:13:51.406] | : . ' , ; ` | getFutureCapture() ... done [23:13:51.406] | : . ' , ; ` | getFutureContext() ... [23:13:51.406] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:51.407] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:13:51.407] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:51.407] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:13:51.407] | : . ' , ; ` | getFutureContext() ... done [23:13:51.407] | : . ' , ; ` getFutureData() ... done [23:13:51.408] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... [23:13:51.408] | : . ' , ; ` | Appended future to position #1 [23:13:51.408] | : . ' , ; ` | Number of registered futures: 1 [23:13:51.409] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... done [23:13:51.409] | : . ' , ; launchFuture() ... done [23:13:51.409] | : . ' , ; MultisessionFuture started [23:13:51.409] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:13:51.409] | : . ' Launching futures ... done [23:13:51.409] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:13:51.410] | : . Using MultisessionFutureBackend ... done [23:13:51.410] | : run() for 'Future' () ... done [23:13:51.410] | future(..., label = NULL) ... done [23:13:51.410] | value() for MultisessionFuture () ... [23:13:51.410] | : result() for ClusterFuture ... [23:13:51.411] | : . assertValidConnection() ... [23:13:51.411] | : . ' cluster node index: 1 [23:13:51.411] | : . assertValidConnection() ... done [23:13:51.412] | : . receiveMessageFromWorker() for ClusterFuture ... [23:13:51.412] | : . ' cluster node index: 1 [23:13:51.414] | : . ' [1] TRUE [23:13:51.414] | : . ' Received data: [23:13:51.415] | : . ' List of 5 [23:13:51.415] | : . ' $ type : chr "VALUE" [23:13:51.415] | : . ' $ value :List of 16 [23:13:51.415] | : . ' ..$ value :List of 1 [23:13:51.415] | : . ' .. ..$ a: num 1 [23:13:51.415] | : . ' ..$ visible : logi TRUE [23:13:51.415] | : . ' ..$ stdout : chr "" [23:13:51.415] | : . ' ..$ conditions : list() [23:13:51.415] | : . ' ..$ rng : logi FALSE [23:13:51.415] | : . ' ..$ seed : NULL [23:13:51.415] | : . ' ..$ misuseGlobalEnv : NULL [23:13:51.415] | : . ' ..$ misuseConnections :List of 3 [23:13:51.415] | : . ' .. ..$ added : NULL [23:13:51.415] | : . ' .. ..$ removed : NULL [23:13:51.415] | : . ' .. ..$ replaced: NULL [23:13:51.415] | : . ' ..$ misuseDevices : NULL [23:13:51.415] | : . ' ..$ misuseDefaultDevice: list() [23:13:51.415] | : . ' ..$ started : POSIXct[1:1], format: "2025-11-16 23:13:51" [23:13:51.415] | : . ' ..$ finished : POSIXct[1:1], format: "2025-11-16 23:13:51" [23:13:51.415] | : . ' ..$ uuid : chr [1:2] "0ac3b832f6341e4c14cc7dec48267aac" "20" [23:13:51.415] | : . ' ..$ session_uuid : chr "555f46aab46363c4d3eda2a60d7944e8" [23:13:51.415] | : . ' .. ..- attr(*, "source")=List of 5 [23:13:51.415] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [23:13:51.415] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:13:51.415] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:13:51.415] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:13:51.415] | : . ' .. .. ..$ pid : int 36492 [23:13:51.415] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:13:50" [23:13:51.415] | : . ' .. .. ..$ random: int 2147483647 [23:13:51.415] | : . ' ..$ r_info :List of 4 [23:13:51.415] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:13:51.415] | : . ' .. .. ..$ : int [1:3] 4 6 0 [23:13:51.415] | : . ' .. ..$ os : chr "windows" [23:13:51.415] | : . ' .. ..$ os_name : chr "Windows" [23:13:51.415] | : . ' .. ..$ captures_utf8: logi TRUE [23:13:51.415] | : . ' ..$ version : chr "1.8" [23:13:51.415] | : . ' ..- attr(*, "class")= chr "FutureResult" [23:13:51.415] | : . ' $ success: logi TRUE [23:13:51.415] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:13:51.415] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:13:51.415] | : . ' $ tag : NULL [23:13:51.437] | : . ' Received FutureResult [23:13:51.437] | : . ' FutureResult: [23:13:51.437] | : . ' value: 'list' [23:13:51.437] | : . ' visible: TRUE [23:13:51.437] | : . ' stdout: character [23:13:51.437] | : . ' conditions: [n = 0] [23:13:51.437] | : . ' RNG used: FALSE [23:13:51.437] | : . ' duration: 0.004423141 secs (started 2025-11-16 23:13:51.40868) [23:13:51.437] | : . ' version: 1.8 [23:13:51.438] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... [23:13:51.439] | : . ' , Removed future from position #1 [23:13:51.439] | : . ' , Number of registered futures: 0 [23:13:51.439] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... done [23:13:51.440] | : . ' Erased future from future backend [23:13:51.440] | : . ' result() for ClusterFuture ... [23:13:51.440] | : . ' , result already collected: FutureResult [23:13:51.440] | : . ' result() for ClusterFuture ... done [23:13:51.441] | : . ' signalConditions() ... [23:13:51.441] | : . ' , include = 'immediateCondition' [23:13:51.441] | : . ' , exclude = [23:13:51.441] | : . ' , resignal = FALSE [23:13:51.441] | : . ' , Number of conditions: 0 [23:13:51.442] | : . ' , int 0 [23:13:51.442] | : . ' signalConditions() ... done [23:13:51.442] | : . receiveMessageFromWorker() for ClusterFuture ... done [23:13:51.443] | : result() for ClusterFuture ... done [23:13:51.443] | : result() for ClusterFuture ... [23:13:51.443] | : . result already collected: FutureResult [23:13:51.443] | : result() for ClusterFuture ... done [23:13:51.443] | : signalConditions() ... [23:13:51.443] | : . include = 'immediateCondition' [23:13:51.444] | : . exclude = [23:13:51.444] | : . resignal = FALSE [23:13:51.444] | : . Number of conditions: 0 [23:13:51.444] | : . int 0 [23:13:51.445] | : signalConditions() ... done [23:13:51.445] | : relay stdout ... [23:13:51.445] | : relay stdout ... done [23:13:51.445] | : check for misuse ... [23:13:51.445] | : check for misuse ... done [23:13:51.446] | value() for MultisessionFuture () ... done $a [1] 1 [23:13:51.446] | future(..., label = NULL) ... [23:13:51.446] | : lazy: FALSE [23:13:51.446] | : stdout: TRUE [23:13:51.446] | : conditions: [n=1] 'condition' [23:13:51.446] | : gc: FALSE [23:13:51.447] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:51.447] | : 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' [23:13:51.447] | : . Searching for globals ... [23:13:51.463] | : . ' globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [23:13:51.463] | : . Searching for globals ... done [23:13:51.463] | : . Resolving globals: TRUE [23:13:51.464] | : . Resolving any globals that are futures ... [23:13:51.464] | : . ' globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [23:13:51.465] | : . Resolving any globals that are futures ... done [23:13:51.465] | : . Search for packages associated with the globals ... [23:13:51.465] | : . ' Packages associated with globals: [1] 'base' [23:13:51.466] | : . ' Packages: [1] 'base' [23:13:51.466] | : . Search for packages associated with the globals ... done [23:13:51.466] | : . Resolving futures part of globals (recursively) ... [23:13:51.467] | : . ' resolve() for FutureGlobals ... [23:13:51.467] | : . ' , recursive: 99 [23:13:51.467] | : . ' , Number of elements: 1 [23:13:51.468] | : . ' , elements: 'x' [23:13:51.468] | : . ' , 'obj' is list [23:13:51.468] | : . ' , resolve(obj, ...) ... [23:13:51.468] | : . ' , ; resolve() for list ... [23:13:51.468] | : . ' , ; ` recursive: 98 [23:13:51.469] | : . ' , ; ` Number of elements: 0 [23:13:51.469] | : . ' , ; resolve() for list ... done [23:13:51.469] | : . ' , resolve(obj, ...) ... done [23:13:51.469] | : . ' , resolved() ... [23:13:51.470] | : . ' , ; resolved() for list ... [23:13:51.470] | : . ' , ; ` Number of elements: 0 [23:13:51.470] | : . ' , ; ` Number of futures: 0 [23:13:51.471] | : . ' , ; resolved() for list ... done [23:13:51.471] | : . ' , resolved() ... done [23:13:51.471] | : . ' , length: 0 (resolved future 1) [23:13:51.471] | : . ' resolve() for FutureGlobals ... done [23:13:51.472] | : . ' globals: [1] 'x' [23:13:51.472] | : . Resolving futures part of globals (recursively) ... done [23:13:51.472] | : . Packages after dropping 'base': [0] [23:13:51.473] | : . globals: [1] 'x' [23:13:51.473] | : . packages: [0] [23:13:51.473] | : getGlobalsAndPackages() ... done [23:13:51.473] | : run() for 'Future' () ... [23:13:51.473] | : . state: 'created' [23:13:51.474] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:51.474] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:51.474] | : . Using MultisessionFutureBackend ... [23:13:51.474] | : . ' Number of futures since start: 8 (8 created, 8 launched, 8 finished) [23:13:51.475] | : . ' Launching futures ... [23:13:51.475] | : . ' , launchFuture() for ClusterFutureBackend ... [23:13:51.475] | : . ' , ; Workers: [n=2] [23:13:51.476] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:13:51.478] | : . ' , ; FutureRegistry: 'workers-e406282e645379009e93f6a39958c04e' [23:13:51.478] | : . ' , ; requestWorker() ... [23:13:51.478] | : . ' , ; ` requestNode() ... [23:13:51.479] | : . ' , ; ` | Number of workers: 2 [23:13:51.479] | : . ' , ; ` | Polling for a free worker ... [23:13:51.479] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.480] | : . ' , ; ` | : . Listing all futures [23:13:51.480] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:51.480] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.480] | : . ' , ; ` | : Total time: 0 [23:13:51.481] | : . ' , ; ` | Polling for a free worker ... done [23:13:51.481] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.481] | : . ' , ; ` | : Listing all futures [23:13:51.481] | : . ' , ; ` | : Number of registered futures: 0 [23:13:51.482] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.482] | : . ' , ; ` | avail: [n=2] '1', '2' [23:13:51.482] | : . ' , ; ` | Index of first available worker: 1 [23:13:51.482] | : . ' , ; ` | Validate that the worker is functional ... [23:13:51.483] | : . ' , ; ` | : Worker is functional [23:13:51.484] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.484] | : . ' , ; ` | : . Listing all futures [23:13:51.485] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:51.485] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.485] | : . ' , ; ` | Validate that the worker is functional ... done [23:13:51.485] | : . ' , ; ` requestNode() ... done [23:13:51.486] | : . ' , ; ` cluster node index: 1 [23:13:51.486] | : . ' , ; requestWorker() ... done [23:13:51.486] | : . ' , ; eraseGlobalEnvironment() ... [23:13:51.487] | : . ' , ; eraseGlobalEnvironment() ... done [23:13:51.488] | : . ' , ; launchFuture() ... [23:13:51.488] | : . ' , ; ` cluster node index: 1 [23:13:51.489] | : . ' , ; ` getFutureData() ... [23:13:51.489] | : . ' , ; ` | getFutureCore() ... [23:13:51.489] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [23:13:51.490] | : . ' , ; ` | getFutureCore() ... done [23:13:51.490] | : . ' , ; ` | getFutureCapture() ... [23:13:51.490] | : . ' , ; ` | getFutureCapture() ... done [23:13:51.491] | : . ' , ; ` | getFutureContext() ... [23:13:51.491] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:51.491] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:13:51.492] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:51.492] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:13:51.492] | : . ' , ; ` | getFutureContext() ... done [23:13:51.492] | : . ' , ; ` getFutureData() ... done [23:13:51.493] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... [23:13:51.494] | : . ' , ; ` | Appended future to position #1 [23:13:51.494] | : . ' , ; ` | Number of registered futures: 1 [23:13:51.494] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... done [23:13:51.494] | : . ' , ; launchFuture() ... done [23:13:51.495] | : . ' , ; MultisessionFuture started [23:13:51.495] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:13:51.495] | : . ' Launching futures ... done [23:13:51.496] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:13:51.496] | : . Using MultisessionFutureBackend ... done [23:13:51.496] | : run() for 'Future' () ... done [23:13:51.496] | future(..., label = NULL) ... done [23:13:51.497] | value() for MultisessionFuture () ... [23:13:51.497] | : result() for ClusterFuture ... [23:13:51.498] | : . assertValidConnection() ... [23:13:51.498] | : . ' cluster node index: 1 [23:13:51.499] | : . assertValidConnection() ... done [23:13:51.499] | : . receiveMessageFromWorker() for ClusterFuture ... [23:13:51.499] | : . ' cluster node index: 1 [23:13:51.502] | : . ' [1] TRUE [23:13:51.503] | : . ' Received data: [23:13:51.503] | : . ' List of 5 [23:13:51.503] | : . ' $ type : chr "VALUE" [23:13:51.503] | : . ' $ value :List of 16 [23:13:51.503] | : . ' ..$ value :List of 1 [23:13:51.503] | : . ' .. ..$ a: num 1 [23:13:51.503] | : . ' ..$ visible : logi TRUE [23:13:51.503] | : . ' ..$ stdout : chr "" [23:13:51.503] | : . ' ..$ conditions : list() [23:13:51.503] | : . ' ..$ rng : logi FALSE [23:13:51.503] | : . ' ..$ seed : NULL [23:13:51.503] | : . ' ..$ misuseGlobalEnv : NULL [23:13:51.503] | : . ' ..$ misuseConnections :List of 3 [23:13:51.503] | : . ' .. ..$ added : NULL [23:13:51.503] | : . ' .. ..$ removed : NULL [23:13:51.503] | : . ' .. ..$ replaced: NULL [23:13:51.503] | : . ' ..$ misuseDevices : NULL [23:13:51.503] | : . ' ..$ misuseDefaultDevice: list() [23:13:51.503] | : . ' ..$ started : POSIXct[1:1], format: "2025-11-16 23:13:51" [23:13:51.503] | : . ' ..$ finished : POSIXct[1:1], format: "2025-11-16 23:13:51" [23:13:51.503] | : . ' ..$ uuid : chr [1:2] "0ac3b832f6341e4c14cc7dec48267aac" "21" [23:13:51.503] | : . ' ..$ session_uuid : chr "555f46aab46363c4d3eda2a60d7944e8" [23:13:51.503] | : . ' .. ..- attr(*, "source")=List of 5 [23:13:51.503] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [23:13:51.503] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:13:51.503] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:13:51.503] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:13:51.503] | : . ' .. .. ..$ pid : int 36492 [23:13:51.503] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:13:50" [23:13:51.503] | : . ' .. .. ..$ random: int 2147483647 [23:13:51.503] | : . ' ..$ r_info :List of 4 [23:13:51.503] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:13:51.503] | : . ' .. .. ..$ : int [1:3] 4 6 0 [23:13:51.503] | : . ' .. ..$ os : chr "windows" [23:13:51.503] | : . ' .. ..$ os_name : chr "Windows" [23:13:51.503] | : . ' .. ..$ captures_utf8: logi TRUE [23:13:51.503] | : . ' ..$ version : chr "1.8" [23:13:51.503] | : . ' ..- attr(*, "class")= chr "FutureResult" [23:13:51.503] | : . ' $ success: logi TRUE [23:13:51.503] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [23:13:51.503] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:13:51.503] | : . ' $ tag : NULL [23:13:51.528] | : . ' Received FutureResult [23:13:51.528] | : . ' FutureResult: [23:13:51.528] | : . ' value: 'list' [23:13:51.528] | : . ' visible: TRUE [23:13:51.528] | : . ' stdout: character [23:13:51.528] | : . ' conditions: [n = 0] [23:13:51.528] | : . ' RNG used: FALSE [23:13:51.528] | : . ' duration: 0.006661892 secs (started 2025-11-16 23:13:51.494205) [23:13:51.528] | : . ' version: 1.8 [23:13:51.529] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... [23:13:51.529] | : . ' , Removed future from position #1 [23:13:51.530] | : . ' , Number of registered futures: 0 [23:13:51.530] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... done [23:13:51.530] | : . ' Erased future from future backend [23:13:51.531] | : . ' result() for ClusterFuture ... [23:13:51.531] | : . ' , result already collected: FutureResult [23:13:51.531] | : . ' result() for ClusterFuture ... done [23:13:51.532] | : . ' signalConditions() ... [23:13:51.532] | : . ' , include = 'immediateCondition' [23:13:51.532] | : . ' , exclude = [23:13:51.532] | : . ' , resignal = FALSE [23:13:51.533] | : . ' , Number of conditions: 0 [23:13:51.533] | : . ' , int 0 [23:13:51.534] | : . ' signalConditions() ... done [23:13:51.534] | : . receiveMessageFromWorker() for ClusterFuture ... done [23:13:51.534] | : result() for ClusterFuture ... done [23:13:51.535] | : result() for ClusterFuture ... [23:13:51.535] | : . result already collected: FutureResult [23:13:51.535] | : result() for ClusterFuture ... done [23:13:51.535] | : signalConditions() ... [23:13:51.535] | : . include = 'immediateCondition' [23:13:51.536] | : . exclude = [23:13:51.536] | : . resignal = FALSE [23:13:51.536] | : . Number of conditions: 0 [23:13:51.536] | : . int 0 [23:13:51.537] | : signalConditions() ... done [23:13:51.537] | : relay stdout ... [23:13:51.538] | : relay stdout ... done [23:13:51.538] | : check for misuse ... [23:13:51.538] | : check for misuse ... done [23:13:51.538] | value() for MultisessionFuture () ... done $a [1] 1 [23:13:51.539] | future(..., label = NULL) ... [23:13:51.539] | : lazy: TRUE [23:13:51.540] | : stdout: TRUE [23:13:51.540] | : conditions: [n=1] 'condition' [23:13:51.540] | : gc: FALSE [23:13:51.541] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:51.541] | : 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' [23:13:51.542] | : . Searching for globals ... [23:13:51.569] | : . ' globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [23:13:51.569] | : . Searching for globals ... done [23:13:51.570] | : . Resolving globals: TRUE [23:13:51.570] | : . Resolving any globals that are futures ... [23:13:51.570] | : . ' globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [23:13:51.570] | : . Resolving any globals that are futures ... done [23:13:51.571] | : . Search for packages associated with the globals ... [23:13:51.571] | : . ' Packages associated with globals: [1] 'base' [23:13:51.572] | : . ' Packages: [1] 'base' [23:13:51.572] | : . Search for packages associated with the globals ... done [23:13:51.572] | : . Resolving futures part of globals (recursively) ... [23:13:51.572] | : . ' resolve() for FutureGlobals ... [23:13:51.573] | : . ' , recursive: 99 [23:13:51.573] | : . ' , Number of elements: 1 [23:13:51.573] | : . ' , elements: 'x' [23:13:51.574] | : . ' , 'obj' is list [23:13:51.574] | : . ' , resolve(obj, ...) ... [23:13:51.574] | : . ' , ; resolve() for list ... [23:13:51.574] | : . ' , ; ` recursive: 98 [23:13:51.574] | : . ' , ; ` Number of elements: 0 [23:13:51.575] | : . ' , ; resolve() for list ... done [23:13:51.575] | : . ' , resolve(obj, ...) ... done [23:13:51.575] | : . ' , resolved() ... [23:13:51.575] | : . ' , ; resolved() for list ... [23:13:51.575] | : . ' , ; ` Number of elements: 0 [23:13:51.575] | : . ' , ; ` Number of futures: 0 [23:13:51.575] | : . ' , ; resolved() for list ... done [23:13:51.576] | : . ' , resolved() ... done [23:13:51.576] | : . ' , length: 0 (resolved future 1) [23:13:51.576] | : . ' resolve() for FutureGlobals ... done [23:13:51.576] | : . ' globals: [1] 'x' [23:13:51.576] | : . Resolving futures part of globals (recursively) ... done [23:13:51.576] | : . Packages after dropping 'base': [0] [23:13:51.577] | : . globals: [1] 'x' [23:13:51.577] | : . packages: [0] [23:13:51.577] | : getGlobalsAndPackages() ... done [23:13:51.577] | future(..., label = NULL) ... done [23:13:51.577] | value() for Future () ... [23:13:51.578] | : run() for 'Future' () ... [23:13:51.578] | : . state: 'created' [23:13:51.578] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:51.578] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:51.578] | : . Using MultisessionFutureBackend ... [23:13:51.578] | : . ' Number of futures since start: 9 (9 created, 9 launched, 9 finished) [23:13:51.579] | : . ' Launching futures ... [23:13:51.579] | : . ' , launchFuture() for ClusterFutureBackend ... [23:13:51.579] | : . ' , ; Workers: [n=2] [23:13:51.579] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:13:51.581] | : . ' , ; FutureRegistry: 'workers-e406282e645379009e93f6a39958c04e' [23:13:51.581] | : . ' , ; requestWorker() ... [23:13:51.581] | : . ' , ; ` requestNode() ... [23:13:51.581] | : . ' , ; ` | Number of workers: 2 [23:13:51.582] | : . ' , ; ` | Polling for a free worker ... [23:13:51.582] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.582] | : . ' , ; ` | : . Listing all futures [23:13:51.582] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:51.582] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.582] | : . ' , ; ` | : Total time: 0 [23:13:51.582] | : . ' , ; ` | Polling for a free worker ... done [23:13:51.583] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.583] | : . ' , ; ` | : Listing all futures [23:13:51.583] | : . ' , ; ` | : Number of registered futures: 0 [23:13:51.583] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.583] | : . ' , ; ` | avail: [n=2] '1', '2' [23:13:51.583] | : . ' , ; ` | Index of first available worker: 1 [23:13:51.583] | : . ' , ; ` | Validate that the worker is functional ... [23:13:51.584] | : . ' , ; ` | : Worker is functional [23:13:51.585] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.585] | : . ' , ; ` | : . Listing all futures [23:13:51.585] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:51.586] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.586] | : . ' , ; ` | Validate that the worker is functional ... done [23:13:51.586] | : . ' , ; ` requestNode() ... done [23:13:51.587] | : . ' , ; ` cluster node index: 1 [23:13:51.587] | : . ' , ; requestWorker() ... done [23:13:51.587] | : . ' , ; eraseGlobalEnvironment() ... [23:13:51.588] | : . ' , ; eraseGlobalEnvironment() ... done [23:13:51.588] | : . ' , ; launchFuture() ... [23:13:51.589] | : . ' , ; ` cluster node index: 1 [23:13:51.589] | : . ' , ; ` getFutureData() ... [23:13:51.589] | : . ' , ; ` | getFutureCore() ... [23:13:51.590] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [23:13:51.590] | : . ' , ; ` | getFutureCore() ... done [23:13:51.590] | : . ' , ; ` | getFutureCapture() ... [23:13:51.590] | : . ' , ; ` | getFutureCapture() ... done [23:13:51.591] | : . ' , ; ` | getFutureContext() ... [23:13:51.591] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:51.591] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:13:51.592] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:51.592] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:13:51.592] | : . ' , ; ` | getFutureContext() ... done [23:13:51.592] | : . ' , ; ` getFutureData() ... done [23:13:51.593] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... [23:13:51.593] | : . ' , ; ` | Appended future to position #1 [23:13:51.593] | : . ' , ; ` | Number of registered futures: 1 [23:13:51.593] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... done [23:13:51.593] | : . ' , ; launchFuture() ... done [23:13:51.594] | : . ' , ; MultisessionFuture started [23:13:51.594] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:13:51.594] | : . ' Launching futures ... done [23:13:51.594] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:13:51.594] | : . Using MultisessionFutureBackend ... done [23:13:51.594] | : run() for 'Future' () ... done [23:13:51.595] | : result() for ClusterFuture ... [23:13:51.595] | : . assertValidConnection() ... [23:13:51.595] | : . ' cluster node index: 1 [23:13:51.596] | : . assertValidConnection() ... done [23:13:51.596] | : . receiveMessageFromWorker() for ClusterFuture ... [23:13:51.596] | : . ' cluster node index: 1 [23:13:51.597] | : . ' [1] TRUE [23:13:51.597] | : . ' Received data: [23:13:51.597] | : . ' List of 5 [23:13:51.597] | : . ' $ type : chr "VALUE" [23:13:51.597] | : . ' $ value :List of 16 [23:13:51.597] | : . ' ..$ value :List of 1 [23:13:51.597] | : . ' .. ..$ a: num 1 [23:13:51.597] | : . ' ..$ visible : logi TRUE [23:13:51.597] | : . ' ..$ stdout : chr "" [23:13:51.597] | : . ' ..$ conditions : list() [23:13:51.597] | : . ' ..$ rng : logi FALSE [23:13:51.597] | : . ' ..$ seed : NULL [23:13:51.597] | : . ' ..$ misuseGlobalEnv : NULL [23:13:51.597] | : . ' ..$ misuseConnections :List of 3 [23:13:51.597] | : . ' .. ..$ added : NULL [23:13:51.597] | : . ' .. ..$ removed : NULL [23:13:51.597] | : . ' .. ..$ replaced: NULL [23:13:51.597] | : . ' ..$ misuseDevices : NULL [23:13:51.597] | : . ' ..$ misuseDefaultDevice: list() [23:13:51.597] | : . ' ..$ started : POSIXct[1:1], format: "2025-11-16 23:13:51" [23:13:51.597] | : . ' ..$ finished : POSIXct[1:1], format: "2025-11-16 23:13:51" [23:13:51.597] | : . ' ..$ uuid : chr [1:2] "0ac3b832f6341e4c14cc7dec48267aac" "22" [23:13:51.597] | : . ' ..$ session_uuid : chr "555f46aab46363c4d3eda2a60d7944e8" [23:13:51.597] | : . ' .. ..- attr(*, "source")=List of 5 [23:13:51.597] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [23:13:51.597] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:13:51.597] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:13:51.597] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:13:51.597] | : . ' .. .. ..$ pid : int 36492 [23:13:51.597] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:13:50" [23:13:51.597] | : . ' .. .. ..$ random: int 2147483647 [23:13:51.597] | : . ' ..$ r_info :List of 4 [23:13:51.597] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:13:51.597] | : . ' .. .. ..$ : int [1:3] 4 6 0 [23:13:51.597] | : . ' .. ..$ os : chr "windows" [23:13:51.597] | : . ' .. ..$ os_name : chr "Windows" [23:13:51.597] | : . ' .. ..$ captures_utf8: logi TRUE [23:13:51.597] | : . ' ..$ version : chr "1.8" [23:13:51.597] | : . ' ..- attr(*, "class")= chr "FutureResult" [23:13:51.597] | : . ' $ success: logi TRUE [23:13:51.597] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:13:51.597] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:13:51.597] | : . ' $ tag : NULL [23:13:51.611] | : . ' Received FutureResult [23:13:51.612] | : . ' FutureResult: [23:13:51.612] | : . ' value: 'list' [23:13:51.612] | : . ' visible: TRUE [23:13:51.612] | : . ' stdout: character [23:13:51.612] | : . ' conditions: [n = 0] [23:13:51.612] | : . ' RNG used: FALSE [23:13:51.612] | : . ' duration: 0.002886057 secs (started 2025-11-16 23:13:51.593268) [23:13:51.612] | : . ' version: 1.8 [23:13:51.612] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... [23:13:51.612] | : . ' , Removed future from position #1 [23:13:51.613] | : . ' , Number of registered futures: 0 [23:13:51.613] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... done [23:13:51.613] | : . ' Erased future from future backend [23:13:51.613] | : . ' result() for ClusterFuture ... [23:13:51.613] | : . ' , result already collected: FutureResult [23:13:51.614] | : . ' result() for ClusterFuture ... done [23:13:51.614] | : . ' signalConditions() ... [23:13:51.614] | : . ' , include = 'immediateCondition' [23:13:51.614] | : . ' , exclude = [23:13:51.614] | : . ' , resignal = FALSE [23:13:51.614] | : . ' , Number of conditions: 0 [23:13:51.615] | : . ' , int 0 [23:13:51.615] | : . ' signalConditions() ... done [23:13:51.615] | : . receiveMessageFromWorker() for ClusterFuture ... done [23:13:51.615] | : result() for ClusterFuture ... done [23:13:51.616] | : result() for ClusterFuture ... [23:13:51.616] | : . result already collected: FutureResult [23:13:51.616] | : result() for ClusterFuture ... done [23:13:51.616] | : signalConditions() ... [23:13:51.616] | : . include = 'immediateCondition' [23:13:51.617] | : . exclude = [23:13:51.617] | : . resignal = FALSE [23:13:51.617] | : . Number of conditions: 0 [23:13:51.617] | : . int 0 [23:13:51.618] | : signalConditions() ... done [23:13:51.618] | : relay stdout ... [23:13:51.618] | : relay stdout ... done [23:13:51.618] | : check for misuse ... [23:13:51.618] | : check for misuse ... done [23:13:51.618] | value() for Future () ... done $a [1] 1 [23:13:51.619] | future(..., label = NULL) ... [23:13:51.619] | : lazy: FALSE [23:13:51.619] | : stdout: TRUE [23:13:51.620] | : conditions: [n=1] 'condition' [23:13:51.620] | : gc: FALSE [23:13:51.620] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:51.621] | : 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' [23:13:51.622] | : . Searching for globals ... [23:13:51.651] | : . ' globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [23:13:51.651] | : . Searching for globals ... done [23:13:51.652] | : . Resolving globals: TRUE [23:13:51.652] | : . Resolving any globals that are futures ... [23:13:51.652] | : . ' globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [23:13:51.652] | : . Resolving any globals that are futures ... done [23:13:51.653] | : . Search for packages associated with the globals ... [23:13:51.653] | : . ' Packages associated with globals: [1] 'base' [23:13:51.654] | : . ' Packages: [1] 'base' [23:13:51.654] | : . Search for packages associated with the globals ... done [23:13:51.654] | : . Resolving futures part of globals (recursively) ... [23:13:51.654] | : . ' resolve() for FutureGlobals ... [23:13:51.655] | : . ' , recursive: 99 [23:13:51.655] | : . ' , Number of elements: 1 [23:13:51.655] | : . ' , elements: 'x' [23:13:51.656] | : . ' , 'obj' is list [23:13:51.656] | : . ' , resolve(obj, ...) ... [23:13:51.656] | : . ' , ; resolve() for list ... [23:13:51.656] | : . ' , ; ` recursive: 98 [23:13:51.657] | : . ' , ; ` Number of elements: 0 [23:13:51.657] | : . ' , ; resolve() for list ... done [23:13:51.657] | : . ' , resolve(obj, ...) ... done [23:13:51.657] | : . ' , resolved() ... [23:13:51.658] | : . ' , ; resolved() for list ... [23:13:51.658] | : . ' , ; ` Number of elements: 0 [23:13:51.658] | : . ' , ; ` Number of futures: 0 [23:13:51.658] | : . ' , ; resolved() for list ... done [23:13:51.659] | : . ' , resolved() ... done [23:13:51.659] | : . ' , length: 0 (resolved future 1) [23:13:51.659] | : . ' resolve() for FutureGlobals ... done [23:13:51.659] | : . ' globals: [1] 'x' [23:13:51.660] | : . Resolving futures part of globals (recursively) ... done [23:13:51.660] | : . Packages after dropping 'base': [0] [23:13:51.660] | : . globals: [1] 'x' [23:13:51.660] | : . packages: [0] [23:13:51.661] | : getGlobalsAndPackages() ... done [23:13:51.661] | : run() for 'Future' () ... [23:13:51.661] | : . state: 'created' [23:13:51.662] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:51.662] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:51.662] | : . Using MultisessionFutureBackend ... [23:13:51.662] | : . ' Number of futures since start: 10 (10 created, 10 launched, 10 finished) [23:13:51.663] | : . ' Launching futures ... [23:13:51.663] | : . ' , launchFuture() for ClusterFutureBackend ... [23:13:51.663] | : . ' , ; Workers: [n=2] [23:13:51.664] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:13:51.666] | : . ' , ; FutureRegistry: 'workers-e406282e645379009e93f6a39958c04e' [23:13:51.666] | : . ' , ; requestWorker() ... [23:13:51.667] | : . ' , ; ` requestNode() ... [23:13:51.668] | : . ' , ; ` | Number of workers: 2 [23:13:51.668] | : . ' , ; ` | Polling for a free worker ... [23:13:51.668] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.669] | : . ' , ; ` | : . Listing all futures [23:13:51.669] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:51.669] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.670] | : . ' , ; ` | : Total time: 0 [23:13:51.670] | : . ' , ; ` | Polling for a free worker ... done [23:13:51.670] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.671] | : . ' , ; ` | : Listing all futures [23:13:51.671] | : . ' , ; ` | : Number of registered futures: 0 [23:13:51.671] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.671] | : . ' , ; ` | avail: [n=2] '1', '2' [23:13:51.672] | : . ' , ; ` | Index of first available worker: 1 [23:13:51.672] | : . ' , ; ` | Validate that the worker is functional ... [23:13:51.673] | : . ' , ; ` | : Worker is functional [23:13:51.673] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.674] | : . ' , ; ` | : . Listing all futures [23:13:51.674] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:51.674] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.674] | : . ' , ; ` | Validate that the worker is functional ... done [23:13:51.675] | : . ' , ; ` requestNode() ... done [23:13:51.675] | : . ' , ; ` cluster node index: 1 [23:13:51.675] | : . ' , ; requestWorker() ... done [23:13:51.676] | : . ' , ; eraseGlobalEnvironment() ... [23:13:51.677] | : . ' , ; eraseGlobalEnvironment() ... done [23:13:51.677] | : . ' , ; launchFuture() ... [23:13:51.677] | : . ' , ; ` cluster node index: 1 [23:13:51.678] | : . ' , ; ` getFutureData() ... [23:13:51.678] | : . ' , ; ` | getFutureCore() ... [23:13:51.678] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [23:13:51.679] | : . ' , ; ` | getFutureCore() ... done [23:13:51.679] | : . ' , ; ` | getFutureCapture() ... [23:13:51.679] | : . ' , ; ` | getFutureCapture() ... done [23:13:51.680] | : . ' , ; ` | getFutureContext() ... [23:13:51.680] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:51.680] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:13:51.680] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:51.681] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:13:51.681] | : . ' , ; ` | getFutureContext() ... done [23:13:51.681] | : . ' , ; ` getFutureData() ... done [23:13:51.682] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... [23:13:51.682] | : . ' , ; ` | Appended future to position #1 [23:13:51.683] | : . ' , ; ` | Number of registered futures: 1 [23:13:51.683] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... done [23:13:51.683] | : . ' , ; launchFuture() ... done [23:13:51.684] | : . ' , ; MultisessionFuture started [23:13:51.684] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:13:51.684] | : . ' Launching futures ... done [23:13:51.685] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:13:51.685] | : . Using MultisessionFutureBackend ... done [23:13:51.685] | : run() for 'Future' () ... done [23:13:51.685] | future(..., label = NULL) ... done [23:13:51.686] | value() for MultisessionFuture () ... [23:13:51.686] | : result() for ClusterFuture ... [23:13:51.687] | : . assertValidConnection() ... [23:13:51.687] | : . ' cluster node index: 1 [23:13:51.688] | : . assertValidConnection() ... done [23:13:51.688] | : . receiveMessageFromWorker() for ClusterFuture ... [23:13:51.688] | : . ' cluster node index: 1 [23:13:51.689] | : . ' [1] TRUE [23:13:51.689] | : . ' Received data: [23:13:51.690] | : . ' List of 5 [23:13:51.690] | : . ' $ type : chr "VALUE" [23:13:51.690] | : . ' $ value :List of 16 [23:13:51.690] | : . ' ..$ value :List of 1 [23:13:51.690] | : . ' .. ..$ a: num 1 [23:13:51.690] | : . ' ..$ visible : logi TRUE [23:13:51.690] | : . ' ..$ stdout : chr "" [23:13:51.690] | : . ' ..$ conditions : list() [23:13:51.690] | : . ' ..$ rng : logi FALSE [23:13:51.690] | : . ' ..$ seed : NULL [23:13:51.690] | : . ' ..$ misuseGlobalEnv : NULL [23:13:51.690] | : . ' ..$ misuseConnections :List of 3 [23:13:51.690] | : . ' .. ..$ added : NULL [23:13:51.690] | : . ' .. ..$ removed : NULL [23:13:51.690] | : . ' .. ..$ replaced: NULL [23:13:51.690] | : . ' ..$ misuseDevices : NULL [23:13:51.690] | : . ' ..$ misuseDefaultDevice: list() [23:13:51.690] | : . ' ..$ started : POSIXct[1:1], format: "2025-11-16 23:13:51" [23:13:51.690] | : . ' ..$ finished : POSIXct[1:1], format: "2025-11-16 23:13:51" [23:13:51.690] | : . ' ..$ uuid : chr [1:2] "0ac3b832f6341e4c14cc7dec48267aac" "23" [23:13:51.690] | : . ' ..$ session_uuid : chr "555f46aab46363c4d3eda2a60d7944e8" [23:13:51.690] | : . ' .. ..- attr(*, "source")=List of 5 [23:13:51.690] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [23:13:51.690] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:13:51.690] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:13:51.690] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:13:51.690] | : . ' .. .. ..$ pid : int 36492 [23:13:51.690] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:13:50" [23:13:51.690] | : . ' .. .. ..$ random: int 2147483647 [23:13:51.690] | : . ' ..$ r_info :List of 4 [23:13:51.690] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:13:51.690] | : . ' .. .. ..$ : int [1:3] 4 6 0 [23:13:51.690] | : . ' .. ..$ os : chr "windows" [23:13:51.690] | : . ' .. ..$ os_name : chr "Windows" [23:13:51.690] | : . ' .. ..$ captures_utf8: logi TRUE [23:13:51.690] | : . ' ..$ version : chr "1.8" [23:13:51.690] | : . ' ..- attr(*, "class")= chr "FutureResult" [23:13:51.690] | : . ' $ success: logi TRUE [23:13:51.690] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:13:51.690] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:13:51.690] | : . ' $ tag : NULL [23:13:51.714] | : . ' Received FutureResult [23:13:51.714] | : . ' FutureResult: [23:13:51.714] | : . ' value: 'list' [23:13:51.714] | : . ' visible: TRUE [23:13:51.714] | : . ' stdout: character [23:13:51.714] | : . ' conditions: [n = 0] [23:13:51.714] | : . ' RNG used: FALSE [23:13:51.714] | : . ' duration: 0.004907131 secs (started 2025-11-16 23:13:51.682916) [23:13:51.714] | : . ' version: 1.8 [23:13:51.715] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... [23:13:51.715] | : . ' , Removed future from position #1 [23:13:51.716] | : . ' , Number of registered futures: 0 [23:13:51.716] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... done [23:13:51.716] | : . ' Erased future from future backend [23:13:51.717] | : . ' result() for ClusterFuture ... [23:13:51.717] | : . ' , result already collected: FutureResult [23:13:51.717] | : . ' result() for ClusterFuture ... done [23:13:51.718] | : . ' signalConditions() ... [23:13:51.718] | : . ' , include = 'immediateCondition' [23:13:51.718] | : . ' , exclude = [23:13:51.718] | : . ' , resignal = FALSE [23:13:51.719] | : . ' , Number of conditions: 0 [23:13:51.719] | : . ' , int 0 [23:13:51.720] | : . ' signalConditions() ... done [23:13:51.720] | : . receiveMessageFromWorker() for ClusterFuture ... done [23:13:51.721] | : result() for ClusterFuture ... done [23:13:51.721] | : result() for ClusterFuture ... [23:13:51.721] | : . result already collected: FutureResult [23:13:51.722] | : result() for ClusterFuture ... done [23:13:51.722] | : signalConditions() ... [23:13:51.722] | : . include = 'immediateCondition' [23:13:51.722] | : . exclude = [23:13:51.723] | : . resignal = FALSE [23:13:51.723] | : . Number of conditions: 0 [23:13:51.723] | : . int 0 [23:13:51.724] | : signalConditions() ... done [23:13:51.724] | : relay stdout ... [23:13:51.725] | : relay stdout ... done [23:13:51.725] | : check for misuse ... [23:13:51.725] | : check for misuse ... done [23:13:51.726] | value() for MultisessionFuture () ... done $a [1] 1 [23:13:51.726] | future(..., label = NULL) ... [23:13:51.727] | : lazy: FALSE [23:13:51.727] | : stdout: TRUE [23:13:51.727] | : conditions: [n=1] 'condition' [23:13:51.728] | : gc: FALSE [23:13:51.728] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [23:13:51.728] | : 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' [23:13:51.729] | : . Searching for globals ... [23:13:51.757] | : . ' globals found: [7] '{', 'x', '<-', '[', 'name', '[<-', 'list' [23:13:51.758] | : . Searching for globals ... done [23:13:51.758] | : . Resolving globals: TRUE [23:13:51.758] | : . Resolving any globals that are futures ... [23:13:51.759] | : . ' globals: [7] '{', 'x', '<-', '[', 'name', '[<-', 'list' [23:13:51.759] | : . Resolving any globals that are futures ... done [23:13:51.759] | : . Search for packages associated with the globals ... [23:13:51.760] | : . ' Packages associated with globals: [1] 'base' [23:13:51.761] | : . ' Packages: [1] 'base' [23:13:51.761] | : . Search for packages associated with the globals ... done [23:13:51.761] | : . Resolving futures part of globals (recursively) ... [23:13:51.761] | : . ' resolve() for FutureGlobals ... [23:13:51.762] | : . ' , recursive: 99 [23:13:51.762] | : . ' , Number of elements: 2 [23:13:51.763] | : . ' , elements: 'x', 'name' [23:13:51.763] | : . ' , 'obj' is list [23:13:51.763] | : . ' , resolve(obj, ...) ... [23:13:51.764] | : . ' , ; resolve() for list ... [23:13:51.764] | : . ' , ; ` recursive: 98 [23:13:51.764] | : . ' , ; ` Number of elements: 0 [23:13:51.764] | : . ' , ; resolve() for list ... done [23:13:51.765] | : . ' , resolve(obj, ...) ... done [23:13:51.765] | : . ' , resolved() ... [23:13:51.765] | : . ' , ; resolved() for list ... [23:13:51.766] | : . ' , ; ` Number of elements: 0 [23:13:51.766] | : . ' , ; ` Number of futures: 0 [23:13:51.766] | : . ' , ; resolved() for list ... done [23:13:51.767] | : . ' , resolved() ... done [23:13:51.767] | : . ' , length: 1 (resolved future 1) [23:13:51.767] | : . ' , 'obj' is atomic [23:13:51.768] | : . ' , resolved() ... [23:13:51.768] | : . ' , resolved() ... done [23:13:51.768] | : . ' , length: 0 (resolved future 2) [23:13:51.769] | : . ' resolve() for FutureGlobals ... done [23:13:51.769] | : . ' globals: [2] 'x', 'name' [23:13:51.769] | : . Resolving futures part of globals (recursively) ... done [23:13:51.770] | : . Packages after dropping 'base': [0] [23:13:51.770] | : . globals: [2] 'x', 'name' [23:13:51.770] | : . packages: [0] [23:13:51.770] | : getGlobalsAndPackages() ... done [23:13:51.771] | : run() for 'Future' () ... [23:13:51.771] | : . state: 'created' [23:13:51.772] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:51.772] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:51.772] | : . Using MultisessionFutureBackend ... [23:13:51.773] | : . ' Number of futures since start: 11 (11 created, 11 launched, 11 finished) [23:13:51.773] | : . ' Launching futures ... [23:13:51.773] | : . ' , launchFuture() for ClusterFutureBackend ... [23:13:51.774] | : . ' , ; Workers: [n=2] [23:13:51.774] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2025-11-15 r89024 ucrt), platform x86_64-w64-mingw32) [23:13:51.777] | : . ' , ; FutureRegistry: 'workers-e406282e645379009e93f6a39958c04e' [23:13:51.778] | : . ' , ; requestWorker() ... [23:13:51.778] | : . ' , ; ` requestNode() ... [23:13:51.778] | : . ' , ; ` | Number of workers: 2 [23:13:51.779] | : . ' , ; ` | Polling for a free worker ... [23:13:51.779] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.779] | : . ' , ; ` | : . Listing all futures [23:13:51.780] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:51.780] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.780] | : . ' , ; ` | : Total time: 0 [23:13:51.780] | : . ' , ; ` | Polling for a free worker ... done [23:13:51.781] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.781] | : . ' , ; ` | : Listing all futures [23:13:51.781] | : . ' , ; ` | : Number of registered futures: 0 [23:13:51.782] | : . ' , ; ` | FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.782] | : . ' , ; ` | avail: [n=2] '1', '2' [23:13:51.782] | : . ' , ; ` | Index of first available worker: 1 [23:13:51.782] | : . ' , ; ` | Validate that the worker is functional ... [23:13:51.783] | : . ' , ; ` | : Worker is functional [23:13:51.784] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... [23:13:51.784] | : . ' , ; ` | : . Listing all futures [23:13:51.784] | : . ' , ; ` | : . Number of registered futures: 0 [23:13:51.785] | : . ' , ; ` | : FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'list', earlySignal = 0) ... done [23:13:51.785] | : . ' , ; ` | Validate that the worker is functional ... done [23:13:51.785] | : . ' , ; ` requestNode() ... done [23:13:51.785] | : . ' , ; ` cluster node index: 1 [23:13:51.786] | : . ' , ; requestWorker() ... done [23:13:51.786] | : . ' , ; eraseGlobalEnvironment() ... [23:13:51.787] | : . ' , ; eraseGlobalEnvironment() ... done [23:13:51.787] | : . ' , ; launchFuture() ... [23:13:51.787] | : . ' , ; ` cluster node index: 1 [23:13:51.788] | : . ' , ; ` getFutureData() ... [23:13:51.788] | : . ' , ; ` | getFutureCore() ... [23:13:51.788] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [23:13:51.789] | : . ' , ; ` | getFutureCore() ... done [23:13:51.789] | : . ' , ; ` | getFutureCapture() ... [23:13:51.789] | : . ' , ; ` | getFutureCapture() ... done [23:13:51.790] | : . ' , ; ` | getFutureContext() ... [23:13:51.790] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [23:13:51.790] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [23:13:51.794] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [23:13:51.795] | : . ' , ; ` | : Packages needed by future backend (n = 0): [23:13:51.795] | : . ' , ; ` | getFutureContext() ... done [23:13:51.795] | : . ' , ; ` getFutureData() ... done [23:13:51.796] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... [23:13:51.796] | : . ' , ; ` | Appended future to position #1 [23:13:51.797] | : . ' , ; ` | Number of registered futures: 1 [23:13:51.797] | : . ' , ; ` FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'add', earlySignal = 0) ... done [23:13:51.797] | : . ' , ; launchFuture() ... done [23:13:51.798] | : . ' , ; MultisessionFuture started [23:13:51.798] | : . ' , launchFuture() for ClusterFutureBackend ... done [23:13:51.798] | : . ' Launching futures ... done [23:13:51.798] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [23:13:51.799] | : . Using MultisessionFutureBackend ... done [23:13:51.799] | : run() for 'Future' () ... done [23:13:51.799] | future(..., label = NULL) ... done [23:13:51.800] | value() for MultisessionFuture () ... [23:13:51.800] | : result() for ClusterFuture ... [23:13:51.800] | : . assertValidConnection() ... [23:13:51.801] | : . ' cluster node index: 1 [23:13:51.802] | : . assertValidConnection() ... done [23:13:51.802] | : . receiveMessageFromWorker() for ClusterFuture ... [23:13:51.802] | : . ' cluster node index: 1 [23:13:51.803] | : . ' [1] TRUE [23:13:51.803] | : . ' Received data: [23:13:51.803] | : . ' List of 5 [23:13:51.803] | : . ' $ type : chr "VALUE" [23:13:51.803] | : . ' $ value :List of 16 [23:13:51.803] | : . ' ..$ value :List of 1 [23:13:51.803] | : . ' .. ..$ a: num 1 [23:13:51.803] | : . ' ..$ visible : logi TRUE [23:13:51.803] | : . ' ..$ stdout : chr "" [23:13:51.803] | : . ' ..$ conditions : list() [23:13:51.803] | : . ' ..$ rng : logi FALSE [23:13:51.803] | : . ' ..$ seed : NULL [23:13:51.803] | : . ' ..$ misuseGlobalEnv : NULL [23:13:51.803] | : . ' ..$ misuseConnections :List of 3 [23:13:51.803] | : . ' .. ..$ added : NULL [23:13:51.803] | : . ' .. ..$ removed : NULL [23:13:51.803] | : . ' .. ..$ replaced: NULL [23:13:51.803] | : . ' ..$ misuseDevices : NULL [23:13:51.803] | : . ' ..$ misuseDefaultDevice: list() [23:13:51.803] | : . ' ..$ started : POSIXct[1:1], format: "2025-11-16 23:13:51" [23:13:51.803] | : . ' ..$ finished : POSIXct[1:1], format: "2025-11-16 23:13:51" [23:13:51.803] | : . ' ..$ uuid : chr [1:2] "0ac3b832f6341e4c14cc7dec48267aac" "24" [23:13:51.803] | : . ' ..$ session_uuid : chr "555f46aab46363c4d3eda2a60d7944e8" [23:13:51.803] | : . ' .. ..- attr(*, "source")=List of 5 [23:13:51.803] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [23:13:51.803] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [23:13:51.803] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [23:13:51.803] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [23:13:51.803] | : . ' .. .. ..$ pid : int 36492 [23:13:51.803] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-11-16 23:13:50" [23:13:51.803] | : . ' .. .. ..$ random: int 2147483647 [23:13:51.803] | : . ' ..$ r_info :List of 4 [23:13:51.803] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [23:13:51.803] | : . ' .. .. ..$ : int [1:3] 4 6 0 [23:13:51.803] | : . ' .. ..$ os : chr "windows" [23:13:51.803] | : . ' .. ..$ os_name : chr "Windows" [23:13:51.803] | : . ' .. ..$ captures_utf8: logi TRUE [23:13:51.803] | : . ' ..$ version : chr "1.8" [23:13:51.803] | : . ' ..- attr(*, "class")= chr "FutureResult" [23:13:51.803] | : . ' $ success: logi TRUE [23:13:51.803] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [23:13:51.803] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [23:13:51.803] | : . ' $ tag : NULL [23:13:51.826] | : . ' Received FutureResult [23:13:51.827] | : . ' FutureResult: [23:13:51.827] | : . ' value: 'list' [23:13:51.827] | : . ' visible: TRUE [23:13:51.827] | : . ' stdout: character [23:13:51.827] | : . ' conditions: [n = 0] [23:13:51.827] | : . ' RNG used: FALSE [23:13:51.827] | : . ' duration: 0.003983021 secs (started 2025-11-16 23:13:51.796747) [23:13:51.827] | : . ' version: 1.8 [23:13:51.828] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... [23:13:51.828] | : . ' , Removed future from position #1 [23:13:51.828] | : . ' , Number of registered futures: 0 [23:13:51.829] | : . ' FutureRegistry('workers-e406282e645379009e93f6a39958c04e', action = 'remove', earlySignal = 0) ... done [23:13:51.829] | : . ' Erased future from future backend [23:13:51.829] | : . ' result() for ClusterFuture ... [23:13:51.829] | : . ' , result already collected: FutureResult [23:13:51.830] | : . ' result() for ClusterFuture ... done [23:13:51.830] | : . ' signalConditions() ... [23:13:51.830] | : . ' , include = 'immediateCondition' [23:13:51.830] | : . ' , exclude = [23:13:51.831] | : . ' , resignal = FALSE [23:13:51.831] | : . ' , Number of conditions: 0 [23:13:51.831] | : . ' , int 0 [23:13:51.832] | : . ' signalConditions() ... done [23:13:51.832] | : . receiveMessageFromWorker() for ClusterFuture ... done [23:13:51.833] | : result() for ClusterFuture ... done [23:13:51.833] | : result() for ClusterFuture ... [23:13:51.833] | : . result already collected: FutureResult [23:13:51.834] | : result() for ClusterFuture ... done [23:13:51.834] | : signalConditions() ... [23:13:51.834] | : . include = 'immediateCondition' [23:13:51.834] | : . exclude = [23:13:51.835] | : . resignal = FALSE [23:13:51.835] | : . Number of conditions: 0 [23:13:51.835] | : . int 0 [23:13:51.836] | : signalConditions() ... done [23:13:51.836] | : relay stdout ... [23:13:51.837] | : relay stdout ... done [23:13:51.837] | : check for misuse ... [23:13:51.837] | : check for misuse ... done [23:13:51.837] | value() for MultisessionFuture () ... done $a [1] 1 Testing with 2 cores ... DONE > message("*** Globals - subassignments w/ x$a <- value ... DONE") *** Globals - subassignments w/ x$a <- value ... DONE > message("*** Globals - subassignments ... DONE") *** Globals - subassignments ... DONE Sourcing 6 epilogue scripts ... 01/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/001.undo-future.R' 02/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/002.undo-state.R' Failed to undo environment variables: - Expected environment variables: [n=214] '!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', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_11_16_23_10_16_9296' Sourcing 6 epilogue scripts ... done Test time: user.self=3s, sys.self=0.06s, elapsed=4s, user.child=NAs, sys.child=NAs Test 'globals,subassignment' ... success > > proc.time() user system elapsed 3.35 0.21 4.65