R Under development (unstable) (2025-06-04 r88278 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) [05:58:51.384] Option 'future.startup.script': TRUE [05:58:51.386] Future startup scripts considered: '.future.R', '~/.future.R' [05:58:51.386] 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') ... [05:58:51.488] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:51.488] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [05:58:51.489] | : all.equal() for FutureStrategyList ... [05:58:51.489] | : . New stack: [05:58:51.489] | : . List of 1 [05:58:51.489] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.489] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.489] | : . ..- attr(*, "init")= logi TRUE [05:58:51.489] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.489] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.489] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.489] | : . ..- attr(*, "call")= language plan(strategy) [05:58:51.489] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:51.495] | : . Old stack: [05:58:51.496] | : . List of 1 [05:58:51.496] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.496] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.496] | : . ..- attr(*, "init")= logi TRUE [05:58:51.496] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.496] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.496] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.496] | : . ..- attr(*, "call")= language plan(sequential) [05:58:51.496] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:51.501] | : . Not identical [05:58:51.501] | : . all.equal() for future ... [05:58:51.501] | : . ' List of 2 [05:58:51.501] | : . ' $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.501] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.501] | : . ' ..- attr(*, "init")= logi TRUE [05:58:51.501] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.501] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.501] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.501] | : . ' ..- attr(*, "call")= language plan(strategy) [05:58:51.501] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.501] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.501] | : . ' ..- attr(*, "init")= logi TRUE [05:58:51.501] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.501] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.501] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.501] | : . ' ..- attr(*, "call")= language plan(sequential) [05:58:51.511] | : . all.equal() for future ... done [05:58:51.511] | : all.equal() for FutureStrategyList ... done [05:58:51.511] | : plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:51.511] | : List of future strategies: [05:58:51.511] | : 1. sequential: [05:58:51.511] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:51.511] | : - tweaked: FALSE [05:58:51.511] | : - call: plan(sequential) [05:58:51.516] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [05:58:51.516] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:51.516] future(..., label = NULL) ... [05:58:51.516] | lazy: FALSE [05:58:51.517] | stdout: TRUE [05:58:51.517] | conditions: [n=1] 'condition' [05:58:51.517] | gc: FALSE [05:58:51.517] | 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' [05:58:51.519] | 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' [05:58:51.520] | : Searching for globals ... [05:58:51.558] | : . globals found: [5] '{', 'x', '<-', '$', '$<-' [05:58:51.559] | : Searching for globals ... done [05:58:51.559] | : Resolving globals: TRUE [05:58:51.560] | : Resolving any globals that are futures ... [05:58:51.560] | : . globals: [5] '{', 'x', '<-', '$', '$<-' [05:58:51.560] | : Resolving any globals that are futures ... done [05:58:51.561] | : Search for packages associated with the globals ... [05:58:51.561] | : . Packages associated with globals: [1] 'base' [05:58:51.562] | : . Packages: [1] 'base' [05:58:51.563] | : Search for packages associated with the globals ... done [05:58:51.563] | : Resolving futures part of globals (recursively) ... [05:58:51.563] | : . resolve() for FutureGlobals ... [05:58:51.564] | : . ' recursive: 99 [05:58:51.565] | : . ' Number of elements: 1 [05:58:51.566] | : . ' elements: 'x' [05:58:51.566] | : . ' 'obj' is list [05:58:51.566] | : . ' resolve(obj, ...) ... [05:58:51.566] | : . ' , resolve() for list ... [05:58:51.566] | : . ' , ; recursive: 98 [05:58:51.567] | : . ' , ; Number of elements: 0 [05:58:51.567] | : . ' , resolve() for list ... done [05:58:51.567] | : . ' resolve(obj, ...) ... done [05:58:51.567] | : . ' resolved() for list ... [05:58:51.567] | : . ' , Number of elements: 0 [05:58:51.568] | : . ' , Number of futures: 0 [05:58:51.568] | : . ' resolved() for list ... done [05:58:51.568] | : . ' length: 0 (resolved future 1) [05:58:51.568] | : . resolve() for FutureGlobals ... done [05:58:51.568] | : . globals: [1] 'x' [05:58:51.569] | : Resolving futures part of globals (recursively) ... done [05:58:51.569] | : Packages after dropping 'base': [0] [05:58:51.569] | : globals: [1] 'x' [05:58:51.569] | : packages: [0] [05:58:51.570] | getGlobalsAndPackages() ... done [05:58:51.571] | run() for 'Future' () ... [05:58:51.571] | : state: 'created' [05:58:51.571] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:51.572] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [05:58:51.572] | : . ' function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.572] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.572] | : . ' - attr(*, "init")= logi TRUE [05:58:51.572] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.572] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.572] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.572] | : . ' - attr(*, "call")= language plan(sequential) [05:58:51.577] | : . ' init: TRUE [05:58:51.577] | : . ' makeFutureBackend() ... [05:58:51.578] | : . ' , Backend function: <'NULL'> [05:58:51.578] | : . ' , Evaluator tweak arguments: [n=0] [05:58:51.578] | : . ' , list() [05:58:51.578] | : . ' , Evaluator formal arguments: [n=2] [05:58:51.579] | : . ' , list() [05:58:51.579] | : . ' , Backend factory arguments: [n=2] [05:58:51.579] | : . ' , Dotted pair list of 2 [05:58:51.579] | : . ' , $ gc : logi FALSE [05:58:51.579] | : . ' , $ earlySignal: logi FALSE [05:58:51.581] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [05:58:51.582] | : . ' makeFutureBackend() ... done [05:58:51.582] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [05:58:51.582] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:51.583] | : Using SequentialFutureBackend ... [05:58:51.583] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [05:58:51.583] | : . Launching futures ... [05:58:51.584] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:58:51.585] | : . ' , getFutureData() ... [05:58:51.585] | : . ' , ; getFutureCore() ... [05:58:51.585] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:58:51.585] | : . ' , ; getFutureCore() ... done [05:58:51.586] | : . ' , ; getFutureCapture() ... [05:58:51.586] | : . ' , ; getFutureCapture() ... done [05:58:51.586] | : . ' , ; getFutureContext() ... [05:58:51.587] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:51.587] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:58:51.587] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:51.588] | : . ' , ; ` Packages needed by future backend (n = 0): [05:58:51.588] | : . ' , ; getFutureContext() ... done [05:58:51.592] | : . ' , getFutureData() ... done [05:58:51.598] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:51.598] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:58:51.598] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:51.599] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:51.600] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:51.600] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:58:51.600] | : . ' , ; ` | New stack: [05:58:51.601] | : . ' , ; ` | List of 1 [05:58:51.601] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.601] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.601] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:58:51.601] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.601] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.601] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.601] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:51.601] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:51.607] | : . ' , ; ` | Old stack: [05:58:51.608] | : . ' , ; ` | List of 1 [05:58:51.608] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.608] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.608] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:58:51.608] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.608] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.608] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.608] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:58:51.608] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:51.608] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.608] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.608] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:51.615] | : . ' , ; ` | Not identical [05:58:51.616] | : . ' , ; ` | all.equal() for future ... [05:58:51.616] | : . ' , ; ` | : List of 2 [05:58:51.616] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.616] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.616] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:58:51.616] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.616] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.616] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.616] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:51.616] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.616] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.616] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:51.616] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.616] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.616] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.616] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:51.616] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:51.616] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.616] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.666] | : . ' , ; ` | all.equal() for future ... done [05:58:51.667] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:58:51.667] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:51.667] | : . ' , ; ` List of future strategies: [05:58:51.667] | : . ' , ; ` 1. sequential: [05:58:51.667] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:51.667] | : . ' , ; ` - tweaked: FALSE [05:58:51.667] | : . ' , ; ` - call: plan(sequential) [05:58:51.668] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:51.669] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:51.669] | : . ' , assign_globals() ... [05:58:51.669] | : . ' , List of 1 [05:58:51.669] | : . ' , $ x: list() [05:58:51.669] | : . ' , - attr(*, "where")=List of 1 [05:58:51.669] | : . ' , ..$ x: [05:58:51.669] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [05:58:51.669] | : . ' , - attr(*, "resolved")= logi TRUE [05:58:51.669] | : . ' , - attr(*, "total_size")= num NA [05:58:51.669] | : . ' , - attr(*, "already-done")= logi TRUE [05:58:51.674] | : . ' , - copied 'x' to environment [05:58:51.674] | : . ' , assign_globals() ... done [05:58:51.680] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:51.680] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:51.680] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:51.681] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:58:51.681] | : . ' , ; ` | : New stack: [05:58:51.681] | : . ' , ; ` | : List of 1 [05:58:51.681] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.681] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.681] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:51.681] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.681] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.681] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.681] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:51.681] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:51.681] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.681] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.681] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:51.687] | : . ' , ; ` | : Old stack: [05:58:51.688] | : . ' , ; ` | : List of 1 [05:58:51.688] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.688] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.688] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:51.688] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.688] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.688] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.688] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:51.688] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:51.688] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.688] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.688] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:51.729] | : . ' , ; ` | : Identical [05:58:51.729] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:58:51.729] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:51.729] | : . ' , ; ` | List of future strategies: [05:58:51.729] | : . ' , ; ` | 1. sequential: [05:58:51.729] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:51.729] | : . ' , ; ` | - tweaked: FALSE [05:58:51.729] | : . ' , ; ` | - call: plan(sequential) [05:58:51.730] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:51.730] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:51.730] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:51.734] | : . ' , SequentialFuture started (and completed) [05:58:51.734] | : . ' , signalConditions() ... [05:58:51.735] | : . ' , ; include = 'immediateCondition' [05:58:51.735] | : . ' , ; exclude = [05:58:51.735] | : . ' , ; resignal = FALSE [05:58:51.735] | : . ' , ; Number of conditions: 6 [05:58:51.736] | : . ' , ; int 6 [05:58:51.736] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.737] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.737] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.737] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.737] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.738] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.738] | : . ' , signalConditions() ... done [05:58:51.738] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:58:51.739] | : . Launching futures ... done [05:58:51.739] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:58:51.739] | : Using SequentialFutureBackend ... done [05:58:51.739] | run() for 'Future' () ... done [05:58:51.739] future(..., label = NULL) ... done [05:58:51.740] value() for SequentialFuture () ... [05:58:51.740] | signalConditions() ... [05:58:51.740] | : include = 'immediateCondition' [05:58:51.740] | : exclude = [05:58:51.741] | : resignal = FALSE [05:58:51.741] | : Number of conditions: 6 [05:58:51.741] | : int 6 [05:58:51.742] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.742] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.742] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.742] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.743] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.743] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.743] | signalConditions() ... done [05:58:51.743] | relay stdout ... [05:58:51.743] | relay stdout ... done [05:58:51.744] | check for misuse ... [05:58:51.744] | check for misuse ... done [05:58:51.744] | relay conditions ... [05:58:51.744] | : Future state: 'finished' [05:58:51.745] | : signalConditions() ... [05:58:51.745] | : . include = 'condition' [05:58:51.745] | : . exclude = 'immediateCondition' [05:58:51.745] | : . resignal = TRUE [05:58:51.745] | : . Number of conditions: 6 [05:58:51.746] | : . int 6 [05:58:51.746] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.747] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:58:51.595] | : . ' , attachPackages() ... [05:58:51.747] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.747] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:58:51.595] | : . ' , ; packages: [n=1] 'future' [05:58:51.747] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.748] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:58:51.596] | : . ' , attachPackages() ... done [05:58:51.748] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.748] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:58:51.596] | : . ' , attachPackages() ... [05:58:51.749] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.749] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:58:51.596] | : . ' , ; packages: [n=0] [05:58:51.749] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.749] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:58:51.597] | : . ' , attachPackages() ... done [05:58:51.750] | : signalConditions() ... done [05:58:51.750] | relay conditions ... done [05:58:51.750] value() for SequentialFuture () ... done $a [1] 1 [05:58:51.750] future(..., label = NULL) ... [05:58:51.751] | lazy: TRUE [05:58:51.751] | stdout: TRUE [05:58:51.751] | conditions: [n=1] 'condition' [05:58:51.751] | gc: FALSE [05:58:51.751] | 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' [05:58:51.752] | 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' [05:58:51.752] | : Searching for globals ... [05:58:51.769] | : . globals found: [5] '{', 'x', '<-', '$', '$<-' [05:58:51.769] | : Searching for globals ... done [05:58:51.770] | : Resolving globals: TRUE [05:58:51.770] | : Resolving any globals that are futures ... [05:58:51.770] | : . globals: [5] '{', 'x', '<-', '$', '$<-' [05:58:51.771] | : Resolving any globals that are futures ... done [05:58:51.771] | : Search for packages associated with the globals ... [05:58:51.771] | : . Packages associated with globals: [1] 'base' [05:58:51.771] | : . Packages: [1] 'base' [05:58:51.772] | : Search for packages associated with the globals ... done [05:58:51.772] | : Resolving futures part of globals (recursively) ... [05:58:51.772] | : . resolve() for FutureGlobals ... [05:58:51.772] | : . ' recursive: 99 [05:58:51.773] | : . ' Number of elements: 1 [05:58:51.773] | : . ' elements: 'x' [05:58:51.773] | : . ' 'obj' is list [05:58:51.774] | : . ' resolve(obj, ...) ... [05:58:51.774] | : . ' , resolve() for list ... [05:58:51.774] | : . ' , ; recursive: 98 [05:58:51.775] | : . ' , ; Number of elements: 0 [05:58:51.775] | : . ' , resolve() for list ... done [05:58:51.775] | : . ' resolve(obj, ...) ... done [05:58:51.775] | : . ' resolved() for list ... [05:58:51.775] | : . ' , Number of elements: 0 [05:58:51.776] | : . ' , Number of futures: 0 [05:58:51.776] | : . ' resolved() for list ... done [05:58:51.776] | : . ' length: 0 (resolved future 1) [05:58:51.776] | : . resolve() for FutureGlobals ... done [05:58:51.777] | : . globals: [1] 'x' [05:58:51.777] | : Resolving futures part of globals (recursively) ... done [05:58:51.777] | : Packages after dropping 'base': [0] [05:58:51.777] | : globals: [1] 'x' [05:58:51.778] | : packages: [0] [05:58:51.778] | getGlobalsAndPackages() ... done [05:58:51.778] future(..., label = NULL) ... done [05:58:51.779] value() for Future () ... [05:58:51.779] | run() for 'Future' () ... [05:58:51.779] | : state: 'created' [05:58:51.779] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:51.780] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:51.780] | : Using SequentialFutureBackend ... [05:58:51.780] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [05:58:51.780] | : . Launching futures ... [05:58:51.781] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:58:51.781] | : . ' , getFutureData() ... [05:58:51.781] | : . ' , ; getFutureCore() ... [05:58:51.782] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:58:51.782] | : . ' , ; getFutureCore() ... done [05:58:51.782] | : . ' , ; getFutureCapture() ... [05:58:51.782] | : . ' , ; getFutureCapture() ... done [05:58:51.783] | : . ' , ; getFutureContext() ... [05:58:51.783] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:51.783] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:58:51.784] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:51.784] | : . ' , ; ` Packages needed by future backend (n = 0): [05:58:51.784] | : . ' , ; getFutureContext() ... done [05:58:51.785] | : . ' , getFutureData() ... done [05:58:51.788] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:51.788] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:58:51.789] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:51.789] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:51.789] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:51.790] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:58:51.790] | : . ' , ; ` | New stack: [05:58:51.790] | : . ' , ; ` | List of 1 [05:58:51.790] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.790] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.790] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:58:51.790] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.790] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.790] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.790] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:51.790] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:51.797] | : . ' , ; ` | Old stack: [05:58:51.797] | : . ' , ; ` | List of 1 [05:58:51.797] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.797] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.797] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:58:51.797] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.797] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.797] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.797] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:58:51.797] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:51.797] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.797] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.797] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:51.804] | : . ' , ; ` | Not identical [05:58:51.805] | : . ' , ; ` | all.equal() for future ... [05:58:51.805] | : . ' , ; ` | : List of 2 [05:58:51.805] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.805] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.805] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:58:51.805] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.805] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.805] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.805] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:51.805] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.805] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.805] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:51.805] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.805] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.805] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.805] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:51.805] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:51.805] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.805] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.817] | : . ' , ; ` | all.equal() for future ... done [05:58:51.817] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:58:51.818] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:51.818] | : . ' , ; ` List of future strategies: [05:58:51.818] | : . ' , ; ` 1. sequential: [05:58:51.818] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:51.818] | : . ' , ; ` - tweaked: FALSE [05:58:51.818] | : . ' , ; ` - call: plan(sequential) [05:58:51.819] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:51.819] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:51.820] | : . ' , assign_globals() ... [05:58:51.820] | : . ' , List of 1 [05:58:51.820] | : . ' , $ x: list() [05:58:51.820] | : . ' , - attr(*, "where")=List of 1 [05:58:51.820] | : . ' , ..$ x: [05:58:51.820] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [05:58:51.820] | : . ' , - attr(*, "resolved")= logi TRUE [05:58:51.820] | : . ' , - attr(*, "total_size")= num NA [05:58:51.820] | : . ' , - attr(*, "already-done")= logi TRUE [05:58:51.826] | : . ' , - copied 'x' to environment [05:58:51.827] | : . ' , assign_globals() ... done [05:58:51.831] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:51.831] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:51.832] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:51.832] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:58:51.832] | : . ' , ; ` | : New stack: [05:58:51.833] | : . ' , ; ` | : List of 1 [05:58:51.833] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.833] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.833] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:51.833] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.833] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.833] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.833] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:51.833] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:51.833] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.833] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.833] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:51.841] | : . ' , ; ` | : Old stack: [05:58:51.841] | : . ' , ; ` | : List of 1 [05:58:51.841] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.841] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.841] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:51.841] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.841] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.841] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.841] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:51.841] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:51.841] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.841] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.841] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:51.849] | : . ' , ; ` | : Identical [05:58:51.849] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:58:51.850] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:51.850] | : . ' , ; ` | List of future strategies: [05:58:51.850] | : . ' , ; ` | 1. sequential: [05:58:51.850] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:51.850] | : . ' , ; ` | - tweaked: FALSE [05:58:51.850] | : . ' , ; ` | - call: plan(sequential) [05:58:51.851] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:51.852] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:51.852] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:51.853] | : . ' , SequentialFuture started (and completed) [05:58:51.853] | : . ' , signalConditions() ... [05:58:51.854] | : . ' , ; include = 'immediateCondition' [05:58:51.854] | : . ' , ; exclude = [05:58:51.854] | : . ' , ; resignal = FALSE [05:58:51.855] | : . ' , ; Number of conditions: 6 [05:58:51.855] | : . ' , ; int 6 [05:58:51.856] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.856] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.856] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.857] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.857] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.857] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.858] | : . ' , signalConditions() ... done [05:58:51.858] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:58:51.858] | : . Launching futures ... done [05:58:51.858] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:58:51.859] | : Using SequentialFutureBackend ... done [05:58:51.859] | run() for 'Future' () ... done [05:58:51.859] | signalConditions() ... [05:58:51.860] | : include = 'immediateCondition' [05:58:51.860] | : exclude = [05:58:51.860] | : resignal = FALSE [05:58:51.860] | : Number of conditions: 6 [05:58:51.861] | : int 6 [05:58:51.862] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.862] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.862] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.862] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.863] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.863] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.863] | signalConditions() ... done [05:58:51.864] | relay stdout ... [05:58:51.864] | relay stdout ... done [05:58:51.864] | check for misuse ... [05:58:51.864] | check for misuse ... done [05:58:51.865] | relay conditions ... [05:58:51.865] | : Future state: 'finished' [05:58:51.865] | : signalConditions() ... [05:58:51.865] | : . include = 'condition' [05:58:51.866] | : . exclude = 'immediateCondition' [05:58:51.866] | : . resignal = TRUE [05:58:51.866] | : . Number of conditions: 6 [05:58:51.866] | : . int 6 [05:58:51.867] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.868] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:58:51.785] | : . ' , attachPackages() ... [05:58:51.868] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.868] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:58:51.785] | : . ' , ; packages: [n=1] 'future' [05:58:51.869] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.869] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:58:51.786] | : . ' , attachPackages() ... done [05:58:51.869] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.869] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:58:51.786] | : . ' , attachPackages() ... [05:58:51.870] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.870] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:58:51.787] | : . ' , ; packages: [n=0] [05:58:51.870] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.871] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:58:51.787] | : . ' , attachPackages() ... done [05:58:51.871] | : signalConditions() ... done [05:58:51.871] | relay conditions ... done [05:58:51.872] value() for Future () ... done $a [1] 1 [05:58:51.873] future(..., label = NULL) ... [05:58:51.874] | lazy: FALSE [05:58:51.874] | stdout: TRUE [05:58:51.874] | conditions: [n=1] 'condition' [05:58:51.874] | gc: FALSE [05:58:51.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' [05:58:51.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' [05:58:51.876] | : Searching for globals ... [05:58:51.897] | : . globals found: [5] '{', 'x', '<-', '$', '$<-' [05:58:51.897] | : Searching for globals ... done [05:58:51.898] | : Resolving globals: TRUE [05:58:51.898] | : Resolving any globals that are futures ... [05:58:51.898] | : . globals: [5] '{', 'x', '<-', '$', '$<-' [05:58:51.898] | : Resolving any globals that are futures ... done [05:58:51.899] | : Search for packages associated with the globals ... [05:58:51.899] | : . Packages associated with globals: [1] 'base' [05:58:51.899] | : . Packages: [1] 'base' [05:58:51.900] | : Search for packages associated with the globals ... done [05:58:51.900] | : Resolving futures part of globals (recursively) ... [05:58:51.900] | : . resolve() for FutureGlobals ... [05:58:51.900] | : . ' recursive: 99 [05:58:51.901] | : . ' Number of elements: 1 [05:58:51.901] | : . ' elements: 'x' [05:58:51.901] | : . ' 'obj' is list [05:58:51.901] | : . ' resolve(obj, ...) ... [05:58:51.902] | : . ' , resolve() for list ... [05:58:51.902] | : . ' , ; recursive: 98 [05:58:51.902] | : . ' , ; Number of elements: 0 [05:58:51.902] | : . ' , resolve() for list ... done [05:58:51.903] | : . ' resolve(obj, ...) ... done [05:58:51.903] | : . ' resolved() for list ... [05:58:51.903] | : . ' , Number of elements: 0 [05:58:51.903] | : . ' , Number of futures: 0 [05:58:51.903] | : . ' resolved() for list ... done [05:58:51.904] | : . ' length: 0 (resolved future 1) [05:58:51.904] | : . resolve() for FutureGlobals ... done [05:58:51.904] | : . globals: [1] 'x' [05:58:51.904] | : Resolving futures part of globals (recursively) ... done [05:58:51.905] | : Packages after dropping 'base': [0] [05:58:51.905] | : globals: [1] 'x' [05:58:51.905] | : packages: [0] [05:58:51.905] | getGlobalsAndPackages() ... done [05:58:51.906] | run() for 'Future' () ... [05:58:51.906] | : state: 'created' [05:58:51.906] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:51.906] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:51.906] | : Using SequentialFutureBackend ... [05:58:51.907] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [05:58:51.907] | : . Launching futures ... [05:58:51.907] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:58:51.907] | : . ' , getFutureData() ... [05:58:51.908] | : . ' , ; getFutureCore() ... [05:58:51.908] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:58:51.908] | : . ' , ; getFutureCore() ... done [05:58:51.908] | : . ' , ; getFutureCapture() ... [05:58:51.909] | : . ' , ; getFutureCapture() ... done [05:58:51.909] | : . ' , ; getFutureContext() ... [05:58:51.909] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:51.909] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:58:51.909] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:51.910] | : . ' , ; ` Packages needed by future backend (n = 0): [05:58:51.910] | : . ' , ; getFutureContext() ... done [05:58:51.910] | : . ' , getFutureData() ... done [05:58:51.913] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:51.913] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:58:51.913] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:51.913] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:51.914] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:51.914] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:58:51.914] | : . ' , ; ` | New stack: [05:58:51.914] | : . ' , ; ` | List of 1 [05:58:51.914] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.914] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.914] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:58:51.914] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.914] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.914] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.914] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:51.914] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:51.919] | : . ' , ; ` | Old stack: [05:58:51.919] | : . ' , ; ` | List of 1 [05:58:51.919] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.919] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.919] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:58:51.919] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.919] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.919] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.919] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:58:51.919] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:51.919] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.919] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.919] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:51.924] | : . ' , ; ` | Not identical [05:58:51.924] | : . ' , ; ` | all.equal() for future ... [05:58:51.924] | : . ' , ; ` | : List of 2 [05:58:51.924] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.924] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.924] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:58:51.924] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.924] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.924] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.924] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:51.924] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.924] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.924] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:51.924] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.924] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.924] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.924] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:51.924] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:51.924] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.924] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.933] | : . ' , ; ` | all.equal() for future ... done [05:58:51.933] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:58:51.933] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:51.933] | : . ' , ; ` List of future strategies: [05:58:51.933] | : . ' , ; ` 1. sequential: [05:58:51.933] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:51.933] | : . ' , ; ` - tweaked: FALSE [05:58:51.933] | : . ' , ; ` - call: plan(sequential) [05:58:51.934] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:51.934] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:51.935] | : . ' , assign_globals() ... [05:58:51.935] | : . ' , List of 1 [05:58:51.935] | : . ' , $ x: list() [05:58:51.935] | : . ' , - attr(*, "where")=List of 1 [05:58:51.935] | : . ' , ..$ x: [05:58:51.935] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [05:58:51.935] | : . ' , - attr(*, "resolved")= logi TRUE [05:58:51.935] | : . ' , - attr(*, "total_size")= num NA [05:58:51.935] | : . ' , - attr(*, "already-done")= logi TRUE [05:58:51.939] | : . ' , - copied 'x' to environment [05:58:51.939] | : . ' , assign_globals() ... done [05:58:51.942] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:51.942] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:51.943] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:51.943] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:58:51.943] | : . ' , ; ` | : New stack: [05:58:51.943] | : . ' , ; ` | : List of 1 [05:58:51.943] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.943] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.943] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:51.943] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.943] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.943] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.943] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:51.943] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:51.943] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.943] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.943] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:51.949] | : . ' , ; ` | : Old stack: [05:58:51.950] | : . ' , ; ` | : List of 1 [05:58:51.950] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:51.950] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:51.950] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:51.950] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.950] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.950] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.950] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:51.950] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:51.950] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:51.950] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:51.950] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:51.955] | : . ' , ; ` | : Identical [05:58:51.956] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:58:51.956] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:51.956] | : . ' , ; ` | List of future strategies: [05:58:51.956] | : . ' , ; ` | 1. sequential: [05:58:51.956] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:51.956] | : . ' , ; ` | - tweaked: FALSE [05:58:51.956] | : . ' , ; ` | - call: plan(sequential) [05:58:51.957] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:51.957] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:51.957] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:51.958] | : . ' , SequentialFuture started (and completed) [05:58:51.958] | : . ' , signalConditions() ... [05:58:51.959] | : . ' , ; include = 'immediateCondition' [05:58:51.959] | : . ' , ; exclude = [05:58:51.959] | : . ' , ; resignal = FALSE [05:58:51.959] | : . ' , ; Number of conditions: 6 [05:58:51.960] | : . ' , ; int 6 [05:58:51.960] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.961] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.961] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.961] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.962] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.962] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.962] | : . ' , signalConditions() ... done [05:58:51.962] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:58:51.963] | : . Launching futures ... done [05:58:51.963] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:58:51.963] | : Using SequentialFutureBackend ... done [05:58:51.963] | run() for 'Future' () ... done [05:58:51.964] future(..., label = NULL) ... done [05:58:51.964] value() for SequentialFuture () ... [05:58:51.964] | signalConditions() ... [05:58:51.965] | : include = 'immediateCondition' [05:58:51.965] | : exclude = [05:58:51.965] | : resignal = FALSE [05:58:51.965] | : Number of conditions: 6 [05:58:51.966] | : int 6 [05:58:51.966] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.967] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.967] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.967] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.967] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.968] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.968] | signalConditions() ... done [05:58:51.968] | relay stdout ... [05:58:51.968] | relay stdout ... done [05:58:51.969] | check for misuse ... [05:58:51.969] | check for misuse ... done [05:58:51.969] | relay conditions ... [05:58:51.969] | : Future state: 'finished' [05:58:51.970] | : signalConditions() ... [05:58:51.970] | : . include = 'condition' [05:58:51.970] | : . exclude = 'immediateCondition' [05:58:51.970] | : . resignal = TRUE [05:58:51.971] | : . Number of conditions: 6 [05:58:51.971] | : . int 6 [05:58:51.971] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.972] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:58:51.911] | : . ' , attachPackages() ... [05:58:51.972] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.972] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:58:51.911] | : . ' , ; packages: [n=1] 'future' [05:58:51.973] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.973] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:58:51.911] | : . ' , attachPackages() ... done [05:58:51.973] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.974] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:58:51.911] | : . ' , attachPackages() ... [05:58:51.974] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.974] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:58:51.912] | : . ' , ; packages: [n=0] [05:58:51.974] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:51.975] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:58:51.912] | : . ' , attachPackages() ... done [05:58:51.975] | : signalConditions() ... done [05:58:51.976] | relay conditions ... done [05:58:51.976] value() for SequentialFuture () ... done $a [1] 1 [05:58:51.977] future(..., label = NULL) ... [05:58:51.977] | lazy: TRUE [05:58:51.977] | stdout: TRUE [05:58:51.977] | conditions: [n=1] 'condition' [05:58:51.978] | gc: FALSE [05:58:51.978] | 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' [05:58:51.979] | 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' [05:58:51.979] | : Searching for globals ... [05:58:52.004] | : . globals found: [5] '{', 'x', '<-', '$', '$<-' [05:58:52.004] | : Searching for globals ... done [05:58:52.005] | : Resolving globals: TRUE [05:58:52.005] | : Resolving any globals that are futures ... [05:58:52.005] | : . globals: [5] '{', 'x', '<-', '$', '$<-' [05:58:52.006] | : Resolving any globals that are futures ... done [05:58:52.006] | : Search for packages associated with the globals ... [05:58:52.007] | : . Packages associated with globals: [1] 'base' [05:58:52.007] | : . Packages: [1] 'base' [05:58:52.008] | : Search for packages associated with the globals ... done [05:58:52.008] | : Resolving futures part of globals (recursively) ... [05:58:52.008] | : . resolve() for FutureGlobals ... [05:58:52.009] | : . ' recursive: 99 [05:58:52.009] | : . ' Number of elements: 1 [05:58:52.010] | : . ' elements: 'x' [05:58:52.010] | : . ' 'obj' is list [05:58:52.010] | : . ' resolve(obj, ...) ... [05:58:52.010] | : . ' , resolve() for list ... [05:58:52.011] | : . ' , ; recursive: 98 [05:58:52.011] | : . ' , ; Number of elements: 0 [05:58:52.011] | : . ' , resolve() for list ... done [05:58:52.012] | : . ' resolve(obj, ...) ... done [05:58:52.012] | : . ' resolved() for list ... [05:58:52.012] | : . ' , Number of elements: 0 [05:58:52.013] | : . ' , Number of futures: 0 [05:58:52.013] | : . ' resolved() for list ... done [05:58:52.013] | : . ' length: 0 (resolved future 1) [05:58:52.014] | : . resolve() for FutureGlobals ... done [05:58:52.014] | : . globals: [1] 'x' [05:58:52.014] | : Resolving futures part of globals (recursively) ... done [05:58:52.015] | : Packages after dropping 'base': [0] [05:58:52.015] | : globals: [1] 'x' [05:58:52.015] | : packages: [0] [05:58:52.015] | getGlobalsAndPackages() ... done [05:58:52.016] future(..., label = NULL) ... done [05:58:52.016] value() for Future () ... [05:58:52.017] | run() for 'Future' () ... [05:58:52.017] | : state: 'created' [05:58:52.017] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.018] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.018] | : Using SequentialFutureBackend ... [05:58:52.018] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [05:58:52.019] | : . Launching futures ... [05:58:52.022] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:58:52.022] | : . ' , getFutureData() ... [05:58:52.023] | : . ' , ; getFutureCore() ... [05:58:52.023] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:58:52.023] | : . ' , ; getFutureCore() ... done [05:58:52.024] | : . ' , ; getFutureCapture() ... [05:58:52.024] | : . ' , ; getFutureCapture() ... done [05:58:52.024] | : . ' , ; getFutureContext() ... [05:58:52.025] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.025] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:58:52.025] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.026] | : . ' , ; ` Packages needed by future backend (n = 0): [05:58:52.026] | : . ' , ; getFutureContext() ... done [05:58:52.026] | : . ' , getFutureData() ... done [05:58:52.030] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.030] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:58:52.030] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.031] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.031] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:52.032] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:58:52.032] | : . ' , ; ` | New stack: [05:58:52.032] | : . ' , ; ` | List of 1 [05:58:52.032] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.032] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.032] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:58:52.032] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.032] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.032] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.032] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:52.032] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.038] | : . ' , ; ` | Old stack: [05:58:52.038] | : . ' , ; ` | List of 1 [05:58:52.038] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.038] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.038] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:58:52.038] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.038] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.038] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.038] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:58:52.038] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.038] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.038] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.038] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.046] | : . ' , ; ` | Not identical [05:58:52.046] | : . ' , ; ` | all.equal() for future ... [05:58:52.046] | : . ' , ; ` | : List of 2 [05:58:52.046] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.046] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.046] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:58:52.046] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.046] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.046] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.046] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:52.046] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.046] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.046] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.046] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.046] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.046] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.046] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.046] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.046] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.046] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.058] | : . ' , ; ` | all.equal() for future ... done [05:58:52.059] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:58:52.059] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:52.059] | : . ' , ; ` List of future strategies: [05:58:52.059] | : . ' , ; ` 1. sequential: [05:58:52.059] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:52.059] | : . ' , ; ` - tweaked: FALSE [05:58:52.059] | : . ' , ; ` - call: plan(sequential) [05:58:52.061] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:52.061] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.061] | : . ' , assign_globals() ... [05:58:52.062] | : . ' , List of 1 [05:58:52.062] | : . ' , $ x: list() [05:58:52.062] | : . ' , - attr(*, "where")=List of 1 [05:58:52.062] | : . ' , ..$ x: [05:58:52.062] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [05:58:52.062] | : . ' , - attr(*, "resolved")= logi TRUE [05:58:52.062] | : . ' , - attr(*, "total_size")= num NA [05:58:52.062] | : . ' , - attr(*, "already-done")= logi TRUE [05:58:52.067] | : . ' , - copied 'x' to environment [05:58:52.067] | : . ' , assign_globals() ... done [05:58:52.071] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.071] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.072] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:52.072] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:58:52.072] | : . ' , ; ` | : New stack: [05:58:52.073] | : . ' , ; ` | : List of 1 [05:58:52.073] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.073] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.073] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.073] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.073] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.073] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.073] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.073] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.073] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.073] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.073] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.080] | : . ' , ; ` | : Old stack: [05:58:52.080] | : . ' , ; ` | : List of 1 [05:58:52.080] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.080] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.080] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.080] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.080] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.080] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.080] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.080] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.080] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.080] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.080] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.087] | : . ' , ; ` | : Identical [05:58:52.087] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:58:52.087] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:52.088] | : . ' , ; ` | List of future strategies: [05:58:52.088] | : . ' , ; ` | 1. sequential: [05:58:52.088] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:52.088] | : . ' , ; ` | - tweaked: FALSE [05:58:52.088] | : . ' , ; ` | - call: plan(sequential) [05:58:52.089] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:52.089] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.089] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.090] | : . ' , SequentialFuture started (and completed) [05:58:52.091] | : . ' , signalConditions() ... [05:58:52.091] | : . ' , ; include = 'immediateCondition' [05:58:52.091] | : . ' , ; exclude = [05:58:52.091] | : . ' , ; resignal = FALSE [05:58:52.092] | : . ' , ; Number of conditions: 6 [05:58:52.092] | : . ' , ; int 6 [05:58:52.093] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.093] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.094] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.094] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.094] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.095] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.095] | : . ' , signalConditions() ... done [05:58:52.095] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:58:52.095] | : . Launching futures ... done [05:58:52.096] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:58:52.096] | : Using SequentialFutureBackend ... done [05:58:52.096] | run() for 'Future' () ... done [05:58:52.097] | signalConditions() ... [05:58:52.097] | : include = 'immediateCondition' [05:58:52.097] | : exclude = [05:58:52.098] | : resignal = FALSE [05:58:52.098] | : Number of conditions: 6 [05:58:52.098] | : int 6 [05:58:52.099] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.099] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.100] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.100] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.100] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.101] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.101] | signalConditions() ... done [05:58:52.101] | relay stdout ... [05:58:52.102] | relay stdout ... done [05:58:52.102] | check for misuse ... [05:58:52.102] | check for misuse ... done [05:58:52.102] | relay conditions ... [05:58:52.103] | : Future state: 'finished' [05:58:52.103] | : signalConditions() ... [05:58:52.103] | : . include = 'condition' [05:58:52.104] | : . exclude = 'immediateCondition' [05:58:52.104] | : . resignal = TRUE [05:58:52.104] | : . Number of conditions: 6 [05:58:52.104] | : . int 6 [05:58:52.105] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.106] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:58:52.027] | : . ' , attachPackages() ... [05:58:52.106] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.106] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:58:52.027] | : . ' , ; packages: [n=1] 'future' [05:58:52.107] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.107] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:58:52.028] | : . ' , attachPackages() ... done [05:58:52.107] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.108] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:58:52.028] | : . ' , attachPackages() ... [05:58:52.108] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.108] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:58:52.028] | : . ' , ; packages: [n=0] [05:58:52.109] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.109] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:58:52.029] | : . ' , attachPackages() ... done [05:58:52.109] | : signalConditions() ... done [05:58:52.110] | relay conditions ... done [05:58:52.110] value() for Future () ... done $a [1] 1 [05:58:52.111] future(..., label = NULL) ... [05:58:52.111] | lazy: FALSE [05:58:52.111] | stdout: TRUE [05:58:52.111] | conditions: [n=1] 'condition' [05:58:52.112] | gc: FALSE [05:58:52.112] | 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' [05:58:52.113] | 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' [05:58:52.113] | : Searching for globals ... [05:58:52.146] | : . globals found: [5] '{', '<-', 'list', '$', '$<-' [05:58:52.146] | : Searching for globals ... done [05:58:52.147] | : Resolving globals: TRUE [05:58:52.147] | : Resolving any globals that are futures ... [05:58:52.147] | : . globals: [5] '{', '<-', 'list', '$', '$<-' [05:58:52.147] | : Resolving any globals that are futures ... done [05:58:52.148] | : Search for packages associated with the globals ... [05:58:52.148] | : . Packages associated with globals: [1] 'base' [05:58:52.149] | : . Packages: [1] 'base' [05:58:52.149] | : Search for packages associated with the globals ... done [05:58:52.149] | : Packages after dropping 'base': [0] [05:58:52.150] | : globals: [0] [05:58:52.150] | : packages: [0] [05:58:52.150] | getGlobalsAndPackages() ... done [05:58:52.151] | run() for 'Future' () ... [05:58:52.151] | : state: 'created' [05:58:52.151] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.151] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.152] | : Using SequentialFutureBackend ... [05:58:52.152] | : . Number of futures since start: 4 (4 created, 4 launched, 4 finished) [05:58:52.152] | : . Launching futures ... [05:58:52.153] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:58:52.153] | : . ' , getFutureData() ... [05:58:52.153] | : . ' , ; getFutureCore() ... [05:58:52.153] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:58:52.154] | : . ' , ; getFutureCore() ... done [05:58:52.154] | : . ' , ; getFutureCapture() ... [05:58:52.154] | : . ' , ; getFutureCapture() ... done [05:58:52.154] | : . ' , ; getFutureContext() ... [05:58:52.155] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.155] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:58:52.155] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.155] | : . ' , ; ` Packages needed by future backend (n = 0): [05:58:52.156] | : . ' , ; getFutureContext() ... done [05:58:52.156] | : . ' , getFutureData() ... done [05:58:52.159] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.159] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:58:52.160] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.160] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.160] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:52.161] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:58:52.161] | : . ' , ; ` | New stack: [05:58:52.161] | : . ' , ; ` | List of 1 [05:58:52.161] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.161] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.161] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:58:52.161] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.161] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.161] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.161] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:52.161] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.166] | : . ' , ; ` | Old stack: [05:58:52.167] | : . ' , ; ` | List of 1 [05:58:52.167] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.167] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.167] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:58:52.167] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.167] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.167] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.167] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:58:52.167] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.167] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.167] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.167] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.173] | : . ' , ; ` | Not identical [05:58:52.173] | : . ' , ; ` | all.equal() for future ... [05:58:52.173] | : . ' , ; ` | : List of 2 [05:58:52.173] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.173] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.173] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:58:52.173] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.173] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.173] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.173] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:52.173] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.173] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.173] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.173] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.173] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.173] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.173] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.173] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.173] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.173] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.186] | : . ' , ; ` | all.equal() for future ... done [05:58:52.187] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:58:52.187] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:52.187] | : . ' , ; ` List of future strategies: [05:58:52.187] | : . ' , ; ` 1. sequential: [05:58:52.187] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:52.187] | : . ' , ; ` - tweaked: FALSE [05:58:52.187] | : . ' , ; ` - call: plan(sequential) [05:58:52.188] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:52.188] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.192] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.192] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.192] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:52.193] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:58:52.193] | : . ' , ; ` | : New stack: [05:58:52.193] | : . ' , ; ` | : List of 1 [05:58:52.193] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.193] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.193] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.193] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.193] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.193] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.193] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.193] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.193] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.193] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.193] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.199] | : . ' , ; ` | : Old stack: [05:58:52.200] | : . ' , ; ` | : List of 1 [05:58:52.200] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.200] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.200] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.200] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.200] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.200] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.200] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.200] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.200] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.200] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.200] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.206] | : . ' , ; ` | : Identical [05:58:52.206] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:58:52.206] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:52.206] | : . ' , ; ` | List of future strategies: [05:58:52.206] | : . ' , ; ` | 1. sequential: [05:58:52.206] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:52.206] | : . ' , ; ` | - tweaked: FALSE [05:58:52.206] | : . ' , ; ` | - call: plan(sequential) [05:58:52.207] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:52.208] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.208] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.209] | : . ' , SequentialFuture started (and completed) [05:58:52.209] | : . ' , signalConditions() ... [05:58:52.209] | : . ' , ; include = 'immediateCondition' [05:58:52.210] | : . ' , ; exclude = [05:58:52.210] | : . ' , ; resignal = FALSE [05:58:52.210] | : . ' , ; Number of conditions: 6 [05:58:52.210] | : . ' , ; int 6 [05:58:52.211] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.211] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.212] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.212] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.212] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.212] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.213] | : . ' , signalConditions() ... done [05:58:52.213] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:58:52.213] | : . Launching futures ... done [05:58:52.213] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:58:52.214] | : Using SequentialFutureBackend ... done [05:58:52.214] | run() for 'Future' () ... done [05:58:52.214] future(..., label = NULL) ... done [05:58:52.215] value() for SequentialFuture () ... [05:58:52.215] | signalConditions() ... [05:58:52.215] | : include = 'immediateCondition' [05:58:52.215] | : exclude = [05:58:52.216] | : resignal = FALSE [05:58:52.216] | : Number of conditions: 6 [05:58:52.216] | : int 6 [05:58:52.217] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.217] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.217] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.218] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.218] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.218] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.218] | signalConditions() ... done [05:58:52.219] | relay stdout ... [05:58:52.219] | relay stdout ... done [05:58:52.219] | check for misuse ... [05:58:52.219] | check for misuse ... done [05:58:52.220] | relay conditions ... [05:58:52.220] | : Future state: 'finished' [05:58:52.220] | : signalConditions() ... [05:58:52.220] | : . include = 'condition' [05:58:52.221] | : . exclude = 'immediateCondition' [05:58:52.221] | : . resignal = TRUE [05:58:52.221] | : . Number of conditions: 6 [05:58:52.221] | : . int 6 [05:58:52.222] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.222] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:58:52.156] | : . ' , attachPackages() ... [05:58:52.223] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.223] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:58:52.157] | : . ' , ; packages: [n=1] 'future' [05:58:52.223] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.224] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:58:52.157] | : . ' , attachPackages() ... done [05:58:52.224] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.224] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:58:52.157] | : . ' , attachPackages() ... [05:58:52.225] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.225] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:58:52.158] | : . ' , ; packages: [n=0] [05:58:52.225] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.225] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:58:52.158] | : . ' , attachPackages() ... done [05:58:52.226] | : signalConditions() ... done [05:58:52.226] | relay conditions ... done [05:58:52.226] value() for SequentialFuture () ... done $b [1] 2 $a [1] 1 [05:58:52.227] future(..., label = NULL) ... [05:58:52.227] | lazy: FALSE [05:58:52.227] | stdout: TRUE [05:58:52.227] | conditions: [n=1] 'condition' [05:58:52.228] | gc: FALSE [05:58:52.228] | 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' [05:58:52.228] | 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' [05:58:52.229] | : Searching for globals ... [05:58:52.250] | : . globals found: [5] '{', 'x', '<-', '[[', '[[<-' [05:58:52.250] | : Searching for globals ... done [05:58:52.250] | : Resolving globals: TRUE [05:58:52.251] | : Resolving any globals that are futures ... [05:58:52.251] | : . globals: [5] '{', 'x', '<-', '[[', '[[<-' [05:58:52.251] | : Resolving any globals that are futures ... done [05:58:52.251] | : Search for packages associated with the globals ... [05:58:52.252] | : . Packages associated with globals: [1] 'base' [05:58:52.253] | : . Packages: [1] 'base' [05:58:52.253] | : Search for packages associated with the globals ... done [05:58:52.253] | : Resolving futures part of globals (recursively) ... [05:58:52.253] | : . resolve() for FutureGlobals ... [05:58:52.254] | : . ' recursive: 99 [05:58:52.254] | : . ' Number of elements: 1 [05:58:52.254] | : . ' elements: 'x' [05:58:52.255] | : . ' 'obj' is list [05:58:52.255] | : . ' resolve(obj, ...) ... [05:58:52.255] | : . ' , resolve() for list ... [05:58:52.255] | : . ' , ; recursive: 98 [05:58:52.256] | : . ' , ; Number of elements: 0 [05:58:52.256] | : . ' , resolve() for list ... done [05:58:52.256] | : . ' resolve(obj, ...) ... done [05:58:52.256] | : . ' resolved() for list ... [05:58:52.257] | : . ' , Number of elements: 0 [05:58:52.257] | : . ' , Number of futures: 0 [05:58:52.257] | : . ' resolved() for list ... done [05:58:52.257] | : . ' length: 0 (resolved future 1) [05:58:52.258] | : . resolve() for FutureGlobals ... done [05:58:52.258] | : . globals: [1] 'x' [05:58:52.258] | : Resolving futures part of globals (recursively) ... done [05:58:52.259] | : Packages after dropping 'base': [0] [05:58:52.259] | : globals: [1] 'x' [05:58:52.259] | : packages: [0] [05:58:52.259] | getGlobalsAndPackages() ... done [05:58:52.260] | run() for 'Future' () ... [05:58:52.260] | : state: 'created' [05:58:52.260] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.261] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.261] | : Using SequentialFutureBackend ... [05:58:52.261] | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [05:58:52.261] | : . Launching futures ... [05:58:52.262] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:58:52.262] | : . ' , getFutureData() ... [05:58:52.262] | : . ' , ; getFutureCore() ... [05:58:52.263] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:58:52.263] | : . ' , ; getFutureCore() ... done [05:58:52.263] | : . ' , ; getFutureCapture() ... [05:58:52.263] | : . ' , ; getFutureCapture() ... done [05:58:52.264] | : . ' , ; getFutureContext() ... [05:58:52.264] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.264] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:58:52.264] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.265] | : . ' , ; ` Packages needed by future backend (n = 0): [05:58:52.265] | : . ' , ; getFutureContext() ... done [05:58:52.265] | : . ' , getFutureData() ... done [05:58:52.268] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.268] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:58:52.269] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.269] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.270] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:52.270] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:58:52.270] | : . ' , ; ` | New stack: [05:58:52.270] | : . ' , ; ` | List of 1 [05:58:52.270] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.270] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.270] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:58:52.270] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.270] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.270] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.270] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:52.270] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.275] | : . ' , ; ` | Old stack: [05:58:52.276] | : . ' , ; ` | List of 1 [05:58:52.276] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.276] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.276] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:58:52.276] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.276] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.276] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.276] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:58:52.276] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.276] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.276] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.276] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.282] | : . ' , ; ` | Not identical [05:58:52.282] | : . ' , ; ` | all.equal() for future ... [05:58:52.282] | : . ' , ; ` | : List of 2 [05:58:52.282] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.282] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.282] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:58:52.282] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.282] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.282] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.282] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:52.282] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.282] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.282] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.282] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.282] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.282] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.282] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.282] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.282] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.282] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.294] | : . ' , ; ` | all.equal() for future ... done [05:58:52.294] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:58:52.295] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:52.295] | : . ' , ; ` List of future strategies: [05:58:52.295] | : . ' , ; ` 1. sequential: [05:58:52.295] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:52.295] | : . ' , ; ` - tweaked: FALSE [05:58:52.295] | : . ' , ; ` - call: plan(sequential) [05:58:52.296] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:52.297] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.297] | : . ' , assign_globals() ... [05:58:52.297] | : . ' , List of 1 [05:58:52.297] | : . ' , $ x: list() [05:58:52.297] | : . ' , - attr(*, "where")=List of 1 [05:58:52.297] | : . ' , ..$ x: [05:58:52.297] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [05:58:52.297] | : . ' , - attr(*, "resolved")= logi TRUE [05:58:52.297] | : . ' , - attr(*, "total_size")= num NA [05:58:52.297] | : . ' , - attr(*, "already-done")= logi TRUE [05:58:52.303] | : . ' , - copied 'x' to environment [05:58:52.303] | : . ' , assign_globals() ... done [05:58:52.307] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.308] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.308] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:52.308] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:58:52.309] | : . ' , ; ` | : New stack: [05:58:52.309] | : . ' , ; ` | : List of 1 [05:58:52.309] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.309] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.309] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.309] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.309] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.309] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.309] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.309] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.309] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.309] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.309] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.316] | : . ' , ; ` | : Old stack: [05:58:52.317] | : . ' , ; ` | : List of 1 [05:58:52.317] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.317] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.317] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.317] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.317] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.317] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.317] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.317] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.317] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.317] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.317] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.324] | : . ' , ; ` | : Identical [05:58:52.324] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:58:52.325] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:52.325] | : . ' , ; ` | List of future strategies: [05:58:52.325] | : . ' , ; ` | 1. sequential: [05:58:52.325] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:52.325] | : . ' , ; ` | - tweaked: FALSE [05:58:52.325] | : . ' , ; ` | - call: plan(sequential) [05:58:52.326] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:52.327] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.327] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.328] | : . ' , SequentialFuture started (and completed) [05:58:52.328] | : . ' , signalConditions() ... [05:58:52.328] | : . ' , ; include = 'immediateCondition' [05:58:52.329] | : . ' , ; exclude = [05:58:52.329] | : . ' , ; resignal = FALSE [05:58:52.329] | : . ' , ; Number of conditions: 6 [05:58:52.330] | : . ' , ; int 6 [05:58:52.334] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.334] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.335] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.335] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.335] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.335] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.336] | : . ' , signalConditions() ... done [05:58:52.336] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:58:52.337] | : . Launching futures ... done [05:58:52.337] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:58:52.337] | : Using SequentialFutureBackend ... done [05:58:52.337] | run() for 'Future' () ... done [05:58:52.338] future(..., label = NULL) ... done [05:58:52.338] value() for SequentialFuture () ... [05:58:52.338] | signalConditions() ... [05:58:52.339] | : include = 'immediateCondition' [05:58:52.339] | : exclude = [05:58:52.339] | : resignal = FALSE [05:58:52.340] | : Number of conditions: 6 [05:58:52.340] | : int 6 [05:58:52.341] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.341] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.342] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.342] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.342] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.342] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.343] | signalConditions() ... done [05:58:52.343] | relay stdout ... [05:58:52.343] | relay stdout ... done [05:58:52.344] | check for misuse ... [05:58:52.344] | check for misuse ... done [05:58:52.344] | relay conditions ... [05:58:52.345] | : Future state: 'finished' [05:58:52.345] | : signalConditions() ... [05:58:52.345] | : . include = 'condition' [05:58:52.346] | : . exclude = 'immediateCondition' [05:58:52.346] | : . resignal = TRUE [05:58:52.346] | : . Number of conditions: 6 [05:58:52.346] | : . int 6 [05:58:52.347] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.348] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:58:52.266] | : . ' , attachPackages() ... [05:58:52.348] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.348] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:58:52.266] | : . ' , ; packages: [n=1] 'future' [05:58:52.349] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.349] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:58:52.266] | : . ' , attachPackages() ... done [05:58:52.349] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.350] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:58:52.267] | : . ' , attachPackages() ... [05:58:52.350] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.350] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:58:52.267] | : . ' , ; packages: [n=0] [05:58:52.351] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.351] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:58:52.267] | : . ' , attachPackages() ... done [05:58:52.352] | : signalConditions() ... done [05:58:52.352] | relay conditions ... done [05:58:52.352] value() for SequentialFuture () ... done $a [1] 1 [05:58:52.352] future(..., label = NULL) ... [05:58:52.353] | lazy: TRUE [05:58:52.353] | stdout: TRUE [05:58:52.353] | conditions: [n=1] 'condition' [05:58:52.354] | gc: FALSE [05:58:52.354] | 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' [05:58:52.355] | 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' [05:58:52.355] | : Searching for globals ... [05:58:52.380] | : . globals found: [5] '{', 'x', '<-', '[[', '[[<-' [05:58:52.381] | : Searching for globals ... done [05:58:52.381] | : Resolving globals: TRUE [05:58:52.381] | : Resolving any globals that are futures ... [05:58:52.382] | : . globals: [5] '{', 'x', '<-', '[[', '[[<-' [05:58:52.382] | : Resolving any globals that are futures ... done [05:58:52.382] | : Search for packages associated with the globals ... [05:58:52.383] | : . Packages associated with globals: [1] 'base' [05:58:52.383] | : . Packages: [1] 'base' [05:58:52.384] | : Search for packages associated with the globals ... done [05:58:52.384] | : Resolving futures part of globals (recursively) ... [05:58:52.384] | : . resolve() for FutureGlobals ... [05:58:52.384] | : . ' recursive: 99 [05:58:52.385] | : . ' Number of elements: 1 [05:58:52.385] | : . ' elements: 'x' [05:58:52.385] | : . ' 'obj' is list [05:58:52.386] | : . ' resolve(obj, ...) ... [05:58:52.386] | : . ' , resolve() for list ... [05:58:52.386] | : . ' , ; recursive: 98 [05:58:52.386] | : . ' , ; Number of elements: 0 [05:58:52.387] | : . ' , resolve() for list ... done [05:58:52.387] | : . ' resolve(obj, ...) ... done [05:58:52.387] | : . ' resolved() for list ... [05:58:52.387] | : . ' , Number of elements: 0 [05:58:52.388] | : . ' , Number of futures: 0 [05:58:52.388] | : . ' resolved() for list ... done [05:58:52.388] | : . ' length: 0 (resolved future 1) [05:58:52.388] | : . resolve() for FutureGlobals ... done [05:58:52.389] | : . globals: [1] 'x' [05:58:52.389] | : Resolving futures part of globals (recursively) ... done [05:58:52.389] | : Packages after dropping 'base': [0] [05:58:52.390] | : globals: [1] 'x' [05:58:52.390] | : packages: [0] [05:58:52.390] | getGlobalsAndPackages() ... done [05:58:52.391] future(..., label = NULL) ... done [05:58:52.391] value() for Future () ... [05:58:52.391] | run() for 'Future' () ... [05:58:52.391] | : state: 'created' [05:58:52.392] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.392] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.392] | : Using SequentialFutureBackend ... [05:58:52.392] | : . Number of futures since start: 6 (6 created, 6 launched, 6 finished) [05:58:52.393] | : . Launching futures ... [05:58:52.393] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:58:52.393] | : . ' , getFutureData() ... [05:58:52.394] | : . ' , ; getFutureCore() ... [05:58:52.394] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:58:52.394] | : . ' , ; getFutureCore() ... done [05:58:52.394] | : . ' , ; getFutureCapture() ... [05:58:52.395] | : . ' , ; getFutureCapture() ... done [05:58:52.395] | : . ' , ; getFutureContext() ... [05:58:52.395] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.395] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:58:52.396] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.396] | : . ' , ; ` Packages needed by future backend (n = 0): [05:58:52.396] | : . ' , ; getFutureContext() ... done [05:58:52.396] | : . ' , getFutureData() ... done [05:58:52.399] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.400] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:58:52.400] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.401] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.401] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:52.401] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:58:52.401] | : . ' , ; ` | New stack: [05:58:52.402] | : . ' , ; ` | List of 1 [05:58:52.402] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.402] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.402] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:58:52.402] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.402] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.402] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.402] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:52.402] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.407] | : . ' , ; ` | Old stack: [05:58:52.407] | : . ' , ; ` | List of 1 [05:58:52.407] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.407] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.407] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:58:52.407] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.407] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.407] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.407] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:58:52.407] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.407] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.407] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.407] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.413] | : . ' , ; ` | Not identical [05:58:52.414] | : . ' , ; ` | all.equal() for future ... [05:58:52.414] | : . ' , ; ` | : List of 2 [05:58:52.414] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.414] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.414] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:58:52.414] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.414] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.414] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.414] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:52.414] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.414] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.414] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.414] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.414] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.414] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.414] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.414] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.414] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.414] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.424] | : . ' , ; ` | all.equal() for future ... done [05:58:52.425] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:58:52.425] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:52.425] | : . ' , ; ` List of future strategies: [05:58:52.425] | : . ' , ; ` 1. sequential: [05:58:52.425] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:52.425] | : . ' , ; ` - tweaked: FALSE [05:58:52.425] | : . ' , ; ` - call: plan(sequential) [05:58:52.426] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:52.426] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.427] | : . ' , assign_globals() ... [05:58:52.427] | : . ' , List of 1 [05:58:52.427] | : . ' , $ x: list() [05:58:52.427] | : . ' , - attr(*, "where")=List of 1 [05:58:52.427] | : . ' , ..$ x: [05:58:52.427] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [05:58:52.427] | : . ' , - attr(*, "resolved")= logi TRUE [05:58:52.427] | : . ' , - attr(*, "total_size")= num NA [05:58:52.427] | : . ' , - attr(*, "already-done")= logi TRUE [05:58:52.431] | : . ' , - copied 'x' to environment [05:58:52.432] | : . ' , assign_globals() ... done [05:58:52.435] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.436] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.436] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:52.436] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:58:52.436] | : . ' , ; ` | : New stack: [05:58:52.437] | : . ' , ; ` | : List of 1 [05:58:52.437] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.437] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.437] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.437] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.437] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.437] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.437] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.437] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.437] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.437] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.437] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.443] | : . ' , ; ` | : Old stack: [05:58:52.443] | : . ' , ; ` | : List of 1 [05:58:52.443] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.443] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.443] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.443] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.443] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.443] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.443] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.443] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.443] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.443] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.443] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.450] | : . ' , ; ` | : Identical [05:58:52.450] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:58:52.450] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:52.451] | : . ' , ; ` | List of future strategies: [05:58:52.451] | : . ' , ; ` | 1. sequential: [05:58:52.451] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:52.451] | : . ' , ; ` | - tweaked: FALSE [05:58:52.451] | : . ' , ; ` | - call: plan(sequential) [05:58:52.451] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:52.452] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.452] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.453] | : . ' , SequentialFuture started (and completed) [05:58:52.453] | : . ' , signalConditions() ... [05:58:52.453] | : . ' , ; include = 'immediateCondition' [05:58:52.454] | : . ' , ; exclude = [05:58:52.454] | : . ' , ; resignal = FALSE [05:58:52.454] | : . ' , ; Number of conditions: 6 [05:58:52.454] | : . ' , ; int 6 [05:58:52.455] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.455] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.456] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.456] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.456] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.456] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.457] | : . ' , signalConditions() ... done [05:58:52.457] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:58:52.457] | : . Launching futures ... done [05:58:52.458] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:58:52.458] | : Using SequentialFutureBackend ... done [05:58:52.458] | run() for 'Future' () ... done [05:58:52.458] | signalConditions() ... [05:58:52.459] | : include = 'immediateCondition' [05:58:52.459] | : exclude = [05:58:52.459] | : resignal = FALSE [05:58:52.459] | : Number of conditions: 6 [05:58:52.460] | : int 6 [05:58:52.460] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.461] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.461] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.461] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.461] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.462] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.462] | signalConditions() ... done [05:58:52.462] | relay stdout ... [05:58:52.463] | relay stdout ... done [05:58:52.463] | check for misuse ... [05:58:52.463] | check for misuse ... done [05:58:52.463] | relay conditions ... [05:58:52.464] | : Future state: 'finished' [05:58:52.464] | : signalConditions() ... [05:58:52.464] | : . include = 'condition' [05:58:52.464] | : . exclude = 'immediateCondition' [05:58:52.465] | : . resignal = TRUE [05:58:52.465] | : . Number of conditions: 6 [05:58:52.465] | : . int 6 [05:58:52.466] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.466] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:58:52.397] | : . ' , attachPackages() ... [05:58:52.466] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.467] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:58:52.397] | : . ' , ; packages: [n=1] 'future' [05:58:52.467] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.467] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:58:52.398] | : . ' , attachPackages() ... done [05:58:52.468] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.468] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:58:52.398] | : . ' , attachPackages() ... [05:58:52.468] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.468] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:58:52.398] | : . ' , ; packages: [n=0] [05:58:52.469] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.469] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:58:52.399] | : . ' , attachPackages() ... done [05:58:52.469] | : signalConditions() ... done [05:58:52.470] | relay conditions ... done [05:58:52.470] value() for Future () ... done $a [1] 1 [05:58:52.470] future(..., label = NULL) ... [05:58:52.471] | lazy: FALSE [05:58:52.471] | stdout: TRUE [05:58:52.471] | conditions: [n=1] 'condition' [05:58:52.471] | gc: FALSE [05:58:52.472] | 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' [05:58:52.472] | 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' [05:58:52.473] | : Searching for globals ... [05:58:52.496] | : . globals found: [5] '{', 'x', '<-', '[[', '[[<-' [05:58:52.496] | : Searching for globals ... done [05:58:52.496] | : Resolving globals: TRUE [05:58:52.497] | : Resolving any globals that are futures ... [05:58:52.497] | : . globals: [5] '{', 'x', '<-', '[[', '[[<-' [05:58:52.497] | : Resolving any globals that are futures ... done [05:58:52.497] | : Search for packages associated with the globals ... [05:58:52.498] | : . Packages associated with globals: [1] 'base' [05:58:52.498] | : . Packages: [1] 'base' [05:58:52.499] | : Search for packages associated with the globals ... done [05:58:52.499] | : Resolving futures part of globals (recursively) ... [05:58:52.499] | : . resolve() for FutureGlobals ... [05:58:52.499] | : . ' recursive: 99 [05:58:52.500] | : . ' Number of elements: 1 [05:58:52.500] | : . ' elements: 'x' [05:58:52.500] | : . ' 'obj' is list [05:58:52.500] | : . ' resolve(obj, ...) ... [05:58:52.501] | : . ' , resolve() for list ... [05:58:52.501] | : . ' , ; recursive: 98 [05:58:52.501] | : . ' , ; Number of elements: 0 [05:58:52.501] | : . ' , resolve() for list ... done [05:58:52.502] | : . ' resolve(obj, ...) ... done [05:58:52.502] | : . ' resolved() for list ... [05:58:52.502] | : . ' , Number of elements: 0 [05:58:52.502] | : . ' , Number of futures: 0 [05:58:52.503] | : . ' resolved() for list ... done [05:58:52.503] | : . ' length: 0 (resolved future 1) [05:58:52.503] | : . resolve() for FutureGlobals ... done [05:58:52.503] | : . globals: [1] 'x' [05:58:52.504] | : Resolving futures part of globals (recursively) ... done [05:58:52.504] | : Packages after dropping 'base': [0] [05:58:52.504] | : globals: [1] 'x' [05:58:52.504] | : packages: [0] [05:58:52.505] | getGlobalsAndPackages() ... done [05:58:52.505] | run() for 'Future' () ... [05:58:52.505] | : state: 'created' [05:58:52.506] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.506] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.506] | : Using SequentialFutureBackend ... [05:58:52.506] | : . Number of futures since start: 7 (7 created, 7 launched, 7 finished) [05:58:52.507] | : . Launching futures ... [05:58:52.507] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:58:52.507] | : . ' , getFutureData() ... [05:58:52.507] | : . ' , ; getFutureCore() ... [05:58:52.508] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:58:52.508] | : . ' , ; getFutureCore() ... done [05:58:52.508] | : . ' , ; getFutureCapture() ... [05:58:52.508] | : . ' , ; getFutureCapture() ... done [05:58:52.509] | : . ' , ; getFutureContext() ... [05:58:52.509] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.509] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:58:52.510] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.510] | : . ' , ; ` Packages needed by future backend (n = 0): [05:58:52.510] | : . ' , ; getFutureContext() ... done [05:58:52.510] | : . ' , getFutureData() ... done [05:58:52.513] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.513] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:58:52.514] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.514] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.514] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:52.515] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:58:52.515] | : . ' , ; ` | New stack: [05:58:52.515] | : . ' , ; ` | List of 1 [05:58:52.515] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.515] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.515] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:58:52.515] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.515] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.515] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.515] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:52.515] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.520] | : . ' , ; ` | Old stack: [05:58:52.520] | : . ' , ; ` | List of 1 [05:58:52.520] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.520] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.520] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:58:52.520] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.520] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.520] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.520] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:58:52.520] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.520] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.520] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.520] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.526] | : . ' , ; ` | Not identical [05:58:52.526] | : . ' , ; ` | all.equal() for future ... [05:58:52.527] | : . ' , ; ` | : List of 2 [05:58:52.527] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.527] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.527] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:58:52.527] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.527] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.527] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.527] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:52.527] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.527] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.527] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.527] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.527] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.527] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.527] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.527] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.527] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.527] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.536] | : . ' , ; ` | all.equal() for future ... done [05:58:52.537] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:58:52.537] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:52.537] | : . ' , ; ` List of future strategies: [05:58:52.537] | : . ' , ; ` 1. sequential: [05:58:52.537] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:52.537] | : . ' , ; ` - tweaked: FALSE [05:58:52.537] | : . ' , ; ` - call: plan(sequential) [05:58:52.538] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:52.539] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.539] | : . ' , assign_globals() ... [05:58:52.539] | : . ' , List of 1 [05:58:52.539] | : . ' , $ x: list() [05:58:52.539] | : . ' , - attr(*, "where")=List of 1 [05:58:52.539] | : . ' , ..$ x: [05:58:52.539] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [05:58:52.539] | : . ' , - attr(*, "resolved")= logi TRUE [05:58:52.539] | : . ' , - attr(*, "total_size")= num NA [05:58:52.539] | : . ' , - attr(*, "already-done")= logi TRUE [05:58:52.545] | : . ' , - copied 'x' to environment [05:58:52.545] | : . ' , assign_globals() ... done [05:58:52.549] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.549] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.550] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:52.550] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:58:52.550] | : . ' , ; ` | : New stack: [05:58:52.551] | : . ' , ; ` | : List of 1 [05:58:52.551] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.551] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.551] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.551] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.551] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.551] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.551] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.551] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.551] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.551] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.551] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.558] | : . ' , ; ` | : Old stack: [05:58:52.558] | : . ' , ; ` | : List of 1 [05:58:52.558] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.558] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.558] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.558] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.558] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.558] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.558] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.558] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.558] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.558] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.558] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.565] | : . ' , ; ` | : Identical [05:58:52.565] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:58:52.566] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:52.566] | : . ' , ; ` | List of future strategies: [05:58:52.566] | : . ' , ; ` | 1. sequential: [05:58:52.566] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:52.566] | : . ' , ; ` | - tweaked: FALSE [05:58:52.566] | : . ' , ; ` | - call: plan(sequential) [05:58:52.567] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:52.567] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.567] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.568] | : . ' , SequentialFuture started (and completed) [05:58:52.569] | : . ' , signalConditions() ... [05:58:52.569] | : . ' , ; include = 'immediateCondition' [05:58:52.569] | : . ' , ; exclude = [05:58:52.570] | : . ' , ; resignal = FALSE [05:58:52.570] | : . ' , ; Number of conditions: 6 [05:58:52.570] | : . ' , ; int 6 [05:58:52.571] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.571] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.572] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.572] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.572] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.573] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.573] | : . ' , signalConditions() ... done [05:58:52.573] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:58:52.574] | : . Launching futures ... done [05:58:52.574] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:58:52.574] | : Using SequentialFutureBackend ... done [05:58:52.574] | run() for 'Future' () ... done [05:58:52.575] future(..., label = NULL) ... done [05:58:52.575] value() for SequentialFuture () ... [05:58:52.575] | signalConditions() ... [05:58:52.576] | : include = 'immediateCondition' [05:58:52.576] | : exclude = [05:58:52.576] | : resignal = FALSE [05:58:52.577] | : Number of conditions: 6 [05:58:52.577] | : int 6 [05:58:52.578] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.578] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.578] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.579] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.579] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.579] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.580] | signalConditions() ... done [05:58:52.580] | relay stdout ... [05:58:52.580] | relay stdout ... done [05:58:52.580] | check for misuse ... [05:58:52.581] | check for misuse ... done [05:58:52.581] | relay conditions ... [05:58:52.581] | : Future state: 'finished' [05:58:52.582] | : signalConditions() ... [05:58:52.582] | : . include = 'condition' [05:58:52.582] | : . exclude = 'immediateCondition' [05:58:52.583] | : . resignal = TRUE [05:58:52.583] | : . Number of conditions: 6 [05:58:52.583] | : . int 6 [05:58:52.584] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.584] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:58:52.511] | : . ' , attachPackages() ... [05:58:52.585] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.585] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:58:52.511] | : . ' , ; packages: [n=1] 'future' [05:58:52.585] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.586] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:58:52.511] | : . ' , attachPackages() ... done [05:58:52.586] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.586] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:58:52.512] | : . ' , attachPackages() ... [05:58:52.587] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.587] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:58:52.512] | : . ' , ; packages: [n=0] [05:58:52.587] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.588] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:58:52.512] | : . ' , attachPackages() ... done [05:58:52.588] | : signalConditions() ... done [05:58:52.588] | relay conditions ... done [05:58:52.589] value() for SequentialFuture () ... done $a [1] 1 [05:58:52.589] future(..., label = NULL) ... [05:58:52.589] | lazy: FALSE [05:58:52.589] | stdout: TRUE [05:58:52.590] | conditions: [n=1] 'condition' [05:58:52.590] | gc: FALSE [05:58:52.590] | 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' [05:58:52.591] | 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' [05:58:52.592] | : Searching for globals ... [05:58:52.618] | : . globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [05:58:52.619] | : Searching for globals ... done [05:58:52.619] | : Resolving globals: TRUE [05:58:52.620] | : Resolving any globals that are futures ... [05:58:52.620] | : . globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [05:58:52.620] | : Resolving any globals that are futures ... done [05:58:52.620] | : Search for packages associated with the globals ... [05:58:52.621] | : . Packages associated with globals: [1] 'base' [05:58:52.622] | : . Packages: [1] 'base' [05:58:52.622] | : Search for packages associated with the globals ... done [05:58:52.622] | : Resolving futures part of globals (recursively) ... [05:58:52.623] | : . resolve() for FutureGlobals ... [05:58:52.623] | : . ' recursive: 99 [05:58:52.623] | : . ' Number of elements: 1 [05:58:52.624] | : . ' elements: 'x' [05:58:52.624] | : . ' 'obj' is list [05:58:52.624] | : . ' resolve(obj, ...) ... [05:58:52.625] | : . ' , resolve() for list ... [05:58:52.625] | : . ' , ; recursive: 98 [05:58:52.625] | : . ' , ; Number of elements: 0 [05:58:52.625] | : . ' , resolve() for list ... done [05:58:52.626] | : . ' resolve(obj, ...) ... done [05:58:52.626] | : . ' resolved() for list ... [05:58:52.626] | : . ' , Number of elements: 0 [05:58:52.627] | : . ' , Number of futures: 0 [05:58:52.627] | : . ' resolved() for list ... done [05:58:52.627] | : . ' length: 0 (resolved future 1) [05:58:52.628] | : . resolve() for FutureGlobals ... done [05:58:52.628] | : . globals: [1] 'x' [05:58:52.628] | : Resolving futures part of globals (recursively) ... done [05:58:52.628] | : Packages after dropping 'base': [0] [05:58:52.629] | : globals: [1] 'x' [05:58:52.629] | : packages: [0] [05:58:52.629] | getGlobalsAndPackages() ... done [05:58:52.630] | run() for 'Future' () ... [05:58:52.630] | : state: 'created' [05:58:52.630] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.631] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.631] | : Using SequentialFutureBackend ... [05:58:52.631] | : . Number of futures since start: 8 (8 created, 8 launched, 8 finished) [05:58:52.631] | : . Launching futures ... [05:58:52.632] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:58:52.632] | : . ' , getFutureData() ... [05:58:52.632] | : . ' , ; getFutureCore() ... [05:58:52.632] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:58:52.633] | : . ' , ; getFutureCore() ... done [05:58:52.633] | : . ' , ; getFutureCapture() ... [05:58:52.633] | : . ' , ; getFutureCapture() ... done [05:58:52.633] | : . ' , ; getFutureContext() ... [05:58:52.634] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.634] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:58:52.634] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.634] | : . ' , ; ` Packages needed by future backend (n = 0): [05:58:52.635] | : . ' , ; getFutureContext() ... done [05:58:52.635] | : . ' , getFutureData() ... done [05:58:52.638] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.638] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:58:52.638] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.642] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.642] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:52.642] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:58:52.643] | : . ' , ; ` | New stack: [05:58:52.643] | : . ' , ; ` | List of 1 [05:58:52.643] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.643] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.643] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:58:52.643] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.643] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.643] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.643] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:52.643] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.648] | : . ' , ; ` | Old stack: [05:58:52.648] | : . ' , ; ` | List of 1 [05:58:52.648] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.648] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.648] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:58:52.648] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.648] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.648] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.648] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:58:52.648] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.648] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.648] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.648] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.653] | : . ' , ; ` | Not identical [05:58:52.654] | : . ' , ; ` | all.equal() for future ... [05:58:52.654] | : . ' , ; ` | : List of 2 [05:58:52.654] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.654] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.654] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:58:52.654] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.654] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.654] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.654] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:52.654] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.654] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.654] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.654] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.654] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.654] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.654] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.654] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.654] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.654] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.663] | : . ' , ; ` | all.equal() for future ... done [05:58:52.664] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:58:52.664] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:52.664] | : . ' , ; ` List of future strategies: [05:58:52.664] | : . ' , ; ` 1. sequential: [05:58:52.664] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:52.664] | : . ' , ; ` - tweaked: FALSE [05:58:52.664] | : . ' , ; ` - call: plan(sequential) [05:58:52.665] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:52.665] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.666] | : . ' , assign_globals() ... [05:58:52.666] | : . ' , List of 1 [05:58:52.666] | : . ' , $ x: list() [05:58:52.666] | : . ' , - attr(*, "where")=List of 1 [05:58:52.666] | : . ' , ..$ x: [05:58:52.666] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [05:58:52.666] | : . ' , - attr(*, "resolved")= logi TRUE [05:58:52.666] | : . ' , - attr(*, "total_size")= num NA [05:58:52.666] | : . ' , - attr(*, "already-done")= logi TRUE [05:58:52.670] | : . ' , - copied 'x' to environment [05:58:52.670] | : . ' , assign_globals() ... done [05:58:52.674] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.674] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.674] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:52.675] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:58:52.675] | : . ' , ; ` | : New stack: [05:58:52.675] | : . ' , ; ` | : List of 1 [05:58:52.675] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.675] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.675] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.675] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.675] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.675] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.675] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.675] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.675] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.675] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.675] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.681] | : . ' , ; ` | : Old stack: [05:58:52.681] | : . ' , ; ` | : List of 1 [05:58:52.681] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.681] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.681] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.681] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.681] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.681] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.681] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.681] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.681] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.681] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.681] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.689] | : . ' , ; ` | : Identical [05:58:52.690] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:58:52.690] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:52.690] | : . ' , ; ` | List of future strategies: [05:58:52.690] | : . ' , ; ` | 1. sequential: [05:58:52.690] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:52.690] | : . ' , ; ` | - tweaked: FALSE [05:58:52.690] | : . ' , ; ` | - call: plan(sequential) [05:58:52.691] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:52.692] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.692] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.693] | : . ' , SequentialFuture started (and completed) [05:58:52.694] | : . ' , signalConditions() ... [05:58:52.694] | : . ' , ; include = 'immediateCondition' [05:58:52.695] | : . ' , ; exclude = [05:58:52.695] | : . ' , ; resignal = FALSE [05:58:52.695] | : . ' , ; Number of conditions: 6 [05:58:52.696] | : . ' , ; int 6 [05:58:52.697] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.697] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.697] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.700] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.700] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.700] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.701] | : . ' , signalConditions() ... done [05:58:52.701] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:58:52.701] | : . Launching futures ... done [05:58:52.701] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:58:52.702] | : Using SequentialFutureBackend ... done [05:58:52.702] | run() for 'Future' () ... done [05:58:52.702] future(..., label = NULL) ... done [05:58:52.702] value() for SequentialFuture () ... [05:58:52.703] | signalConditions() ... [05:58:52.703] | : include = 'immediateCondition' [05:58:52.703] | : exclude = [05:58:52.704] | : resignal = FALSE [05:58:52.704] | : Number of conditions: 6 [05:58:52.704] | : int 6 [05:58:52.705] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.706] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.706] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.706] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.706] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.707] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.707] | signalConditions() ... done [05:58:52.707] | relay stdout ... [05:58:52.708] | relay stdout ... done [05:58:52.708] | check for misuse ... [05:58:52.708] | check for misuse ... done [05:58:52.709] | relay conditions ... [05:58:52.709] | : Future state: 'finished' [05:58:52.709] | : signalConditions() ... [05:58:52.710] | : . include = 'condition' [05:58:52.710] | : . exclude = 'immediateCondition' [05:58:52.710] | : . resignal = TRUE [05:58:52.711] | : . Number of conditions: 6 [05:58:52.711] | : . int 6 [05:58:52.712] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.712] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:58:52.635] | : . ' , attachPackages() ... [05:58:52.713] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.713] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:58:52.636] | : . ' , ; packages: [n=1] 'future' [05:58:52.713] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.714] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:58:52.636] | : . ' , attachPackages() ... done [05:58:52.714] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.714] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:58:52.636] | : . ' , attachPackages() ... [05:58:52.715] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.715] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:58:52.637] | : . ' , ; packages: [n=0] [05:58:52.716] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.716] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:58:52.637] | : . ' , attachPackages() ... done [05:58:52.716] | : signalConditions() ... done [05:58:52.717] | relay conditions ... done [05:58:52.717] value() for SequentialFuture () ... done $a [1] 1 [05:58:52.717] future(..., label = NULL) ... [05:58:52.718] | lazy: TRUE [05:58:52.718] | stdout: TRUE [05:58:52.718] | conditions: [n=1] 'condition' [05:58:52.719] | gc: FALSE [05:58:52.719] | 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' [05:58:52.720] | 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' [05:58:52.721] | : Searching for globals ... [05:58:52.739] | : . globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [05:58:52.739] | : Searching for globals ... done [05:58:52.740] | : Resolving globals: TRUE [05:58:52.740] | : Resolving any globals that are futures ... [05:58:52.740] | : . globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [05:58:52.740] | : Resolving any globals that are futures ... done [05:58:52.740] | : Search for packages associated with the globals ... [05:58:52.741] | : . Packages associated with globals: [1] 'base' [05:58:52.741] | : . Packages: [1] 'base' [05:58:52.741] | : Search for packages associated with the globals ... done [05:58:52.741] | : Resolving futures part of globals (recursively) ... [05:58:52.742] | : . resolve() for FutureGlobals ... [05:58:52.742] | : . ' recursive: 99 [05:58:52.742] | : . ' Number of elements: 1 [05:58:52.742] | : . ' elements: 'x' [05:58:52.742] | : . ' 'obj' is list [05:58:52.742] | : . ' resolve(obj, ...) ... [05:58:52.743] | : . ' , resolve() for list ... [05:58:52.743] | : . ' , ; recursive: 98 [05:58:52.743] | : . ' , ; Number of elements: 0 [05:58:52.743] | : . ' , resolve() for list ... done [05:58:52.743] | : . ' resolve(obj, ...) ... done [05:58:52.743] | : . ' resolved() for list ... [05:58:52.744] | : . ' , Number of elements: 0 [05:58:52.744] | : . ' , Number of futures: 0 [05:58:52.744] | : . ' resolved() for list ... done [05:58:52.744] | : . ' length: 0 (resolved future 1) [05:58:52.744] | : . resolve() for FutureGlobals ... done [05:58:52.744] | : . globals: [1] 'x' [05:58:52.745] | : Resolving futures part of globals (recursively) ... done [05:58:52.745] | : Packages after dropping 'base': [0] [05:58:52.745] | : globals: [1] 'x' [05:58:52.745] | : packages: [0] [05:58:52.745] | getGlobalsAndPackages() ... done [05:58:52.746] future(..., label = NULL) ... done [05:58:52.746] value() for Future () ... [05:58:52.746] | run() for 'Future' () ... [05:58:52.746] | : state: 'created' [05:58:52.746] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.746] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.747] | : Using SequentialFutureBackend ... [05:58:52.747] | : . Number of futures since start: 9 (9 created, 9 launched, 9 finished) [05:58:52.747] | : . Launching futures ... [05:58:52.747] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:58:52.747] | : . ' , getFutureData() ... [05:58:52.747] | : . ' , ; getFutureCore() ... [05:58:52.748] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:58:52.748] | : . ' , ; getFutureCore() ... done [05:58:52.748] | : . ' , ; getFutureCapture() ... [05:58:52.748] | : . ' , ; getFutureCapture() ... done [05:58:52.748] | : . ' , ; getFutureContext() ... [05:58:52.748] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.749] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:58:52.749] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.749] | : . ' , ; ` Packages needed by future backend (n = 0): [05:58:52.749] | : . ' , ; getFutureContext() ... done [05:58:52.749] | : . ' , getFutureData() ... done [05:58:52.751] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.751] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:58:52.752] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.752] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.752] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:52.752] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:58:52.752] | : . ' , ; ` | New stack: [05:58:52.753] | : . ' , ; ` | List of 1 [05:58:52.753] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.753] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.753] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:58:52.753] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.753] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.753] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.753] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:52.753] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.756] | : . ' , ; ` | Old stack: [05:58:52.756] | : . ' , ; ` | List of 1 [05:58:52.756] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.756] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.756] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:58:52.756] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.756] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.756] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.756] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:58:52.756] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.756] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.756] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.756] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.760] | : . ' , ; ` | Not identical [05:58:52.760] | : . ' , ; ` | all.equal() for future ... [05:58:52.760] | : . ' , ; ` | : List of 2 [05:58:52.760] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.760] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.760] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:58:52.760] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.760] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.760] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.760] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:52.760] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.760] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.760] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.760] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.760] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.760] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.760] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.760] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.760] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.760] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.767] | : . ' , ; ` | all.equal() for future ... done [05:58:52.769] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:58:52.769] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:52.769] | : . ' , ; ` List of future strategies: [05:58:52.769] | : . ' , ; ` 1. sequential: [05:58:52.769] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:52.769] | : . ' , ; ` - tweaked: FALSE [05:58:52.769] | : . ' , ; ` - call: plan(sequential) [05:58:52.770] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:52.770] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.770] | : . ' , assign_globals() ... [05:58:52.770] | : . ' , List of 1 [05:58:52.770] | : . ' , $ x: list() [05:58:52.770] | : . ' , - attr(*, "where")=List of 1 [05:58:52.770] | : . ' , ..$ x: [05:58:52.770] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [05:58:52.770] | : . ' , - attr(*, "resolved")= logi TRUE [05:58:52.770] | : . ' , - attr(*, "total_size")= num NA [05:58:52.770] | : . ' , - attr(*, "already-done")= logi TRUE [05:58:52.773] | : . ' , - copied 'x' to environment [05:58:52.773] | : . ' , assign_globals() ... done [05:58:52.776] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.776] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.776] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:52.776] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:58:52.777] | : . ' , ; ` | : New stack: [05:58:52.777] | : . ' , ; ` | : List of 1 [05:58:52.777] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.777] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.777] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.777] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.777] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.777] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.777] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.777] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.777] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.777] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.777] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.780] | : . ' , ; ` | : Old stack: [05:58:52.781] | : . ' , ; ` | : List of 1 [05:58:52.781] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.781] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.781] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.781] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.781] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.781] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.781] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.781] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.781] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.781] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.781] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.784] | : . ' , ; ` | : Identical [05:58:52.785] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:58:52.785] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:52.785] | : . ' , ; ` | List of future strategies: [05:58:52.785] | : . ' , ; ` | 1. sequential: [05:58:52.785] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:52.785] | : . ' , ; ` | - tweaked: FALSE [05:58:52.785] | : . ' , ; ` | - call: plan(sequential) [05:58:52.786] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:52.786] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.786] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.787] | : . ' , SequentialFuture started (and completed) [05:58:52.787] | : . ' , signalConditions() ... [05:58:52.788] | : . ' , ; include = 'immediateCondition' [05:58:52.788] | : . ' , ; exclude = [05:58:52.788] | : . ' , ; resignal = FALSE [05:58:52.788] | : . ' , ; Number of conditions: 6 [05:58:52.789] | : . ' , ; int 6 [05:58:52.789] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.790] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.790] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.790] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.790] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.791] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.791] | : . ' , signalConditions() ... done [05:58:52.791] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:58:52.791] | : . Launching futures ... done [05:58:52.792] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:58:52.792] | : Using SequentialFutureBackend ... done [05:58:52.792] | run() for 'Future' () ... done [05:58:52.792] | signalConditions() ... [05:58:52.793] | : include = 'immediateCondition' [05:58:52.793] | : exclude = [05:58:52.793] | : resignal = FALSE [05:58:52.793] | : Number of conditions: 6 [05:58:52.794] | : int 6 [05:58:52.794] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.794] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.795] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.795] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.795] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.795] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.796] | signalConditions() ... done [05:58:52.796] | relay stdout ... [05:58:52.796] | relay stdout ... done [05:58:52.796] | check for misuse ... [05:58:52.797] | check for misuse ... done [05:58:52.797] | relay conditions ... [05:58:52.797] | : Future state: 'finished' [05:58:52.797] | : signalConditions() ... [05:58:52.797] | : . include = 'condition' [05:58:52.798] | : . exclude = 'immediateCondition' [05:58:52.798] | : . resignal = TRUE [05:58:52.798] | : . Number of conditions: 6 [05:58:52.798] | : . int 6 [05:58:52.799] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.799] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:58:52.750] | : . ' , attachPackages() ... [05:58:52.800] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.800] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:58:52.750] | : . ' , ; packages: [n=1] 'future' [05:58:52.800] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.801] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:58:52.750] | : . ' , attachPackages() ... done [05:58:52.801] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.801] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:58:52.750] | : . ' , attachPackages() ... [05:58:52.801] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.802] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:58:52.750] | : . ' , ; packages: [n=0] [05:58:52.802] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.802] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:58:52.751] | : . ' , attachPackages() ... done [05:58:52.802] | : signalConditions() ... done [05:58:52.802] | relay conditions ... done [05:58:52.803] value() for Future () ... done $a [1] 1 [05:58:52.803] future(..., label = NULL) ... [05:58:52.803] | lazy: FALSE [05:58:52.803] | stdout: TRUE [05:58:52.804] | conditions: [n=1] 'condition' [05:58:52.804] | gc: FALSE [05:58:52.804] | 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' [05:58:52.805] | 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' [05:58:52.805] | : Searching for globals ... [05:58:52.824] | : . globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [05:58:52.825] | : Searching for globals ... done [05:58:52.825] | : Resolving globals: TRUE [05:58:52.825] | : Resolving any globals that are futures ... [05:58:52.825] | : . globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [05:58:52.825] | : Resolving any globals that are futures ... done [05:58:52.826] | : Search for packages associated with the globals ... [05:58:52.826] | : . Packages associated with globals: [1] 'base' [05:58:52.826] | : . Packages: [1] 'base' [05:58:52.826] | : Search for packages associated with the globals ... done [05:58:52.827] | : Resolving futures part of globals (recursively) ... [05:58:52.827] | : . resolve() for FutureGlobals ... [05:58:52.827] | : . ' recursive: 99 [05:58:52.827] | : . ' Number of elements: 1 [05:58:52.827] | : . ' elements: 'x' [05:58:52.828] | : . ' 'obj' is list [05:58:52.828] | : . ' resolve(obj, ...) ... [05:58:52.828] | : . ' , resolve() for list ... [05:58:52.828] | : . ' , ; recursive: 98 [05:58:52.828] | : . ' , ; Number of elements: 0 [05:58:52.828] | : . ' , resolve() for list ... done [05:58:52.828] | : . ' resolve(obj, ...) ... done [05:58:52.829] | : . ' resolved() for list ... [05:58:52.829] | : . ' , Number of elements: 0 [05:58:52.829] | : . ' , Number of futures: 0 [05:58:52.829] | : . ' resolved() for list ... done [05:58:52.829] | : . ' length: 0 (resolved future 1) [05:58:52.829] | : . resolve() for FutureGlobals ... done [05:58:52.829] | : . globals: [1] 'x' [05:58:52.830] | : Resolving futures part of globals (recursively) ... done [05:58:52.830] | : Packages after dropping 'base': [0] [05:58:52.830] | : globals: [1] 'x' [05:58:52.830] | : packages: [0] [05:58:52.830] | getGlobalsAndPackages() ... done [05:58:52.831] | run() for 'Future' () ... [05:58:52.831] | : state: 'created' [05:58:52.831] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.831] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.831] | : Using SequentialFutureBackend ... [05:58:52.832] | : . Number of futures since start: 10 (10 created, 10 launched, 10 finished) [05:58:52.832] | : . Launching futures ... [05:58:52.832] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:58:52.832] | : . ' , getFutureData() ... [05:58:52.833] | : . ' , ; getFutureCore() ... [05:58:52.833] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:58:52.833] | : . ' , ; getFutureCore() ... done [05:58:52.833] | : . ' , ; getFutureCapture() ... [05:58:52.834] | : . ' , ; getFutureCapture() ... done [05:58:52.834] | : . ' , ; getFutureContext() ... [05:58:52.834] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.834] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:58:52.835] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.835] | : . ' , ; ` Packages needed by future backend (n = 0): [05:58:52.835] | : . ' , ; getFutureContext() ... done [05:58:52.835] | : . ' , getFutureData() ... done [05:58:52.838] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.838] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:58:52.839] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.839] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.839] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:52.840] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:58:52.840] | : . ' , ; ` | New stack: [05:58:52.840] | : . ' , ; ` | List of 1 [05:58:52.840] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.840] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.840] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:58:52.840] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.840] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.840] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.840] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:52.840] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.845] | : . ' , ; ` | Old stack: [05:58:52.845] | : . ' , ; ` | List of 1 [05:58:52.845] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.845] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.845] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:58:52.845] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.845] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.845] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.845] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:58:52.845] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.845] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.845] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.845] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.867] | : . ' , ; ` | Not identical [05:58:52.868] | : . ' , ; ` | all.equal() for future ... [05:58:52.868] | : . ' , ; ` | : List of 2 [05:58:52.868] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.868] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.868] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:58:52.868] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.868] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.868] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.868] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:52.868] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.868] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.868] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.868] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.868] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.868] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.868] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.868] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.868] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.868] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.881] | : . ' , ; ` | all.equal() for future ... done [05:58:52.881] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:58:52.881] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:52.882] | : . ' , ; ` List of future strategies: [05:58:52.882] | : . ' , ; ` 1. sequential: [05:58:52.882] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:52.882] | : . ' , ; ` - tweaked: FALSE [05:58:52.882] | : . ' , ; ` - call: plan(sequential) [05:58:52.883] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:52.883] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.883] | : . ' , assign_globals() ... [05:58:52.884] | : . ' , List of 1 [05:58:52.884] | : . ' , $ x: list() [05:58:52.884] | : . ' , - attr(*, "where")=List of 1 [05:58:52.884] | : . ' , ..$ x: [05:58:52.884] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [05:58:52.884] | : . ' , - attr(*, "resolved")= logi TRUE [05:58:52.884] | : . ' , - attr(*, "total_size")= num NA [05:58:52.884] | : . ' , - attr(*, "already-done")= logi TRUE [05:58:52.888] | : . ' , - copied 'x' to environment [05:58:52.888] | : . ' , assign_globals() ... done [05:58:52.892] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.893] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.893] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:52.893] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:58:52.894] | : . ' , ; ` | : New stack: [05:58:52.894] | : . ' , ; ` | : List of 1 [05:58:52.894] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.894] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.894] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.894] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.894] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.894] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.894] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.894] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.894] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.894] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.894] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.900] | : . ' , ; ` | : Old stack: [05:58:52.900] | : . ' , ; ` | : List of 1 [05:58:52.900] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.900] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.900] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.900] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.900] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.900] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.900] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.900] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.900] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.900] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.900] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.906] | : . ' , ; ` | : Identical [05:58:52.911] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:58:52.912] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:52.912] | : . ' , ; ` | List of future strategies: [05:58:52.912] | : . ' , ; ` | 1. sequential: [05:58:52.912] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:52.912] | : . ' , ; ` | - tweaked: FALSE [05:58:52.912] | : . ' , ; ` | - call: plan(sequential) [05:58:52.913] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:52.913] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.913] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.914] | : . ' , SequentialFuture started (and completed) [05:58:52.914] | : . ' , signalConditions() ... [05:58:52.915] | : . ' , ; include = 'immediateCondition' [05:58:52.915] | : . ' , ; exclude = [05:58:52.915] | : . ' , ; resignal = FALSE [05:58:52.915] | : . ' , ; Number of conditions: 6 [05:58:52.916] | : . ' , ; int 6 [05:58:52.916] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.917] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.917] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.917] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.917] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.918] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.918] | : . ' , signalConditions() ... done [05:58:52.918] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:58:52.919] | : . Launching futures ... done [05:58:52.919] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:58:52.919] | : Using SequentialFutureBackend ... done [05:58:52.919] | run() for 'Future' () ... done [05:58:52.920] future(..., label = NULL) ... done [05:58:52.920] value() for SequentialFuture () ... [05:58:52.920] | signalConditions() ... [05:58:52.920] | : include = 'immediateCondition' [05:58:52.921] | : exclude = [05:58:52.921] | : resignal = FALSE [05:58:52.921] | : Number of conditions: 6 [05:58:52.921] | : int 6 [05:58:52.922] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.922] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.923] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.923] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.923] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.924] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.924] | signalConditions() ... done [05:58:52.924] | relay stdout ... [05:58:52.924] | relay stdout ... done [05:58:52.925] | check for misuse ... [05:58:52.925] | check for misuse ... done [05:58:52.925] | relay conditions ... [05:58:52.925] | : Future state: 'finished' [05:58:52.926] | : signalConditions() ... [05:58:52.926] | : . include = 'condition' [05:58:52.926] | : . exclude = 'immediateCondition' [05:58:52.926] | : . resignal = TRUE [05:58:52.927] | : . Number of conditions: 6 [05:58:52.927] | : . int 6 [05:58:52.928] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.928] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:58:52.836] | : . ' , attachPackages() ... [05:58:52.928] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.929] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:58:52.836] | : . ' , ; packages: [n=1] 'future' [05:58:52.929] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.929] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:58:52.836] | : . ' , attachPackages() ... done [05:58:52.929] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.930] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:58:52.837] | : . ' , attachPackages() ... [05:58:52.930] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.930] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:58:52.837] | : . ' , ; packages: [n=0] [05:58:52.931] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:52.931] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:58:52.837] | : . ' , attachPackages() ... done [05:58:52.931] | : signalConditions() ... done [05:58:52.932] | relay conditions ... done [05:58:52.932] value() for SequentialFuture () ... done $a [1] 1 [05:58:52.932] future(..., label = NULL) ... [05:58:52.933] | lazy: FALSE [05:58:52.933] | stdout: TRUE [05:58:52.933] | conditions: [n=1] 'condition' [05:58:52.933] | gc: FALSE [05:58:52.934] | 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' [05:58:52.934] | 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' [05:58:52.935] | : Searching for globals ... [05:58:52.957] | : . globals found: [7] '{', 'x', '<-', '[', 'name', '[<-', 'list' [05:58:52.957] | : Searching for globals ... done [05:58:52.957] | : Resolving globals: TRUE [05:58:52.958] | : Resolving any globals that are futures ... [05:58:52.958] | : . globals: [7] '{', 'x', '<-', '[', 'name', '[<-', 'list' [05:58:52.958] | : Resolving any globals that are futures ... done [05:58:52.958] | : Search for packages associated with the globals ... [05:58:52.959] | : . Packages associated with globals: [1] 'base' [05:58:52.960] | : . Packages: [1] 'base' [05:58:52.960] | : Search for packages associated with the globals ... done [05:58:52.960] | : Resolving futures part of globals (recursively) ... [05:58:52.960] | : . resolve() for FutureGlobals ... [05:58:52.960] | : . ' recursive: 99 [05:58:52.961] | : . ' Number of elements: 2 [05:58:52.961] | : . ' elements: 'x', 'name' [05:58:52.961] | : . ' 'obj' is list [05:58:52.962] | : . ' resolve(obj, ...) ... [05:58:52.962] | : . ' , resolve() for list ... [05:58:52.962] | : . ' , ; recursive: 98 [05:58:52.962] | : . ' , ; Number of elements: 0 [05:58:52.963] | : . ' , resolve() for list ... done [05:58:52.963] | : . ' resolve(obj, ...) ... done [05:58:52.963] | : . ' resolved() for list ... [05:58:52.963] | : . ' , Number of elements: 0 [05:58:52.963] | : . ' , Number of futures: 0 [05:58:52.964] | : . ' resolved() for list ... done [05:58:52.964] | : . ' length: 1 (resolved future 1) [05:58:52.964] | : . ' 'obj' is atomic [05:58:52.964] | : . ' length: 0 (resolved future 2) [05:58:52.965] | : . resolve() for FutureGlobals ... done [05:58:52.965] | : . globals: [2] 'x', 'name' [05:58:52.965] | : Resolving futures part of globals (recursively) ... done [05:58:52.965] | : Packages after dropping 'base': [0] [05:58:52.966] | : globals: [2] 'x', 'name' [05:58:52.966] | : packages: [0] [05:58:52.966] | getGlobalsAndPackages() ... done [05:58:52.967] | run() for 'Future' () ... [05:58:52.967] | : state: 'created' [05:58:52.967] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.967] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.967] | : Using SequentialFutureBackend ... [05:58:52.968] | : . Number of futures since start: 11 (11 created, 11 launched, 11 finished) [05:58:52.968] | : . Launching futures ... [05:58:52.968] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [05:58:52.969] | : . ' , getFutureData() ... [05:58:52.969] | : . ' , ; getFutureCore() ... [05:58:52.969] | : . ' , ; ` Packages needed by the future expression (n = 0): [05:58:52.969] | : . ' , ; getFutureCore() ... done [05:58:52.969] | : . ' , ; getFutureCapture() ... [05:58:52.970] | : . ' , ; getFutureCapture() ... done [05:58:52.970] | : . ' , ; getFutureContext() ... [05:58:52.970] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.970] | : . ' , ; ` | Getting stack without first backend: [n=0] [05:58:52.971] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.971] | : . ' , ; ` Packages needed by future backend (n = 0): [05:58:52.971] | : . ' , ; getFutureContext() ... done [05:58:52.971] | : . ' , getFutureData() ... done [05:58:52.974] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:52.974] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [05:58:52.974] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:52.975] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:52.975] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:52.975] | : . ' , ; ` all.equal() for FutureStrategyList ... [05:58:52.976] | : . ' , ; ` | New stack: [05:58:52.976] | : . ' , ; ` | List of 1 [05:58:52.976] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.976] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.976] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [05:58:52.976] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.976] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.976] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.976] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:52.976] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.980] | : . ' , ; ` | Old stack: [05:58:52.981] | : . ' , ; ` | List of 1 [05:58:52.981] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.981] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.981] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [05:58:52.981] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.981] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.981] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.981] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [05:58:52.981] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.981] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.981] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.981] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:52.986] | : . ' , ; ` | Not identical [05:58:52.986] | : . ' , ; ` | all.equal() for future ... [05:58:52.986] | : . ' , ; ` | : List of 2 [05:58:52.986] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.986] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.986] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [05:58:52.986] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.986] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.986] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.986] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [05:58:52.986] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:52.986] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:52.986] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:52.986] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.986] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.986] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.986] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:52.986] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:52.986] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:52.986] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:52.995] | : . ' , ; ` | all.equal() for future ... done [05:58:52.995] | : . ' , ; ` all.equal() for FutureStrategyList ... done [05:58:52.996] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:52.996] | : . ' , ; ` List of future strategies: [05:58:52.996] | : . ' , ; ` 1. sequential: [05:58:52.996] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:52.996] | : . ' , ; ` - tweaked: FALSE [05:58:52.996] | : . ' , ; ` - call: plan(sequential) [05:58:52.997] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:52.997] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:52.997] | : . ' , assign_globals() ... [05:58:52.997] | : . ' , List of 2 [05:58:52.997] | : . ' , $ x : list() [05:58:52.997] | : . ' , $ name: chr "a" [05:58:52.997] | : . ' , - attr(*, "where")=List of 2 [05:58:52.997] | : . ' , ..$ x : [05:58:52.997] | : . ' , ..$ name: [05:58:52.997] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [05:58:52.997] | : . ' , - attr(*, "resolved")= logi TRUE [05:58:52.997] | : . ' , - attr(*, "total_size")= num NA [05:58:52.997] | : . ' , - attr(*, "already-done")= logi TRUE [05:58:53.002] | : . ' , - copied 'x' to environment [05:58:53.002] | : . ' , - copied 'name' to environment [05:58:53.003] | : . ' , assign_globals() ... done [05:58:53.006] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:53.006] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [05:58:53.006] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [05:58:53.006] | : . ' , ; ` | all.equal() for FutureStrategyList ... [05:58:53.006] | : . ' , ; ` | : New stack: [05:58:53.007] | : . ' , ; ` | : List of 1 [05:58:53.007] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:53.007] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:53.007] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:53.007] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:53.007] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:53.007] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:53.007] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:53.007] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:53.007] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:53.007] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:53.007] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:53.011] | : . ' , ; ` | : Old stack: [05:58:53.011] | : . ' , ; ` | : List of 1 [05:58:53.011] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:53.011] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:53.011] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [05:58:53.011] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:53.011] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:53.011] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:53.011] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [05:58:53.011] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:53.011] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:53.011] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:53.011] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:53.015] | : . ' , ; ` | : Identical [05:58:53.016] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [05:58:53.016] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [05:58:53.016] | : . ' , ; ` | List of future strategies: [05:58:53.016] | : . ' , ; ` | 1. sequential: [05:58:53.016] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [05:58:53.016] | : . ' , ; ` | - tweaked: FALSE [05:58:53.016] | : . ' , ; ` | - call: plan(sequential) [05:58:53.017] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [05:58:53.017] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:53.017] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [05:58:53.018] | : . ' , SequentialFuture started (and completed) [05:58:53.018] | : . ' , signalConditions() ... [05:58:53.018] | : . ' , ; include = 'immediateCondition' [05:58:53.018] | : . ' , ; exclude = [05:58:53.019] | : . ' , ; resignal = FALSE [05:58:53.019] | : . ' , ; Number of conditions: 6 [05:58:53.019] | : . ' , ; int 6 [05:58:53.020] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:53.020] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:53.020] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:53.020] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:53.020] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:53.020] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:53.021] | : . ' , signalConditions() ... done [05:58:53.021] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [05:58:53.021] | : . Launching futures ... done [05:58:53.021] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [05:58:53.021] | : Using SequentialFutureBackend ... done [05:58:53.022] | run() for 'Future' () ... done [05:58:53.022] future(..., label = NULL) ... done [05:58:53.022] value() for SequentialFuture () ... [05:58:53.022] | signalConditions() ... [05:58:53.023] | : include = 'immediateCondition' [05:58:53.023] | : exclude = [05:58:53.023] | : resignal = FALSE [05:58:53.023] | : Number of conditions: 6 [05:58:53.023] | : int 6 [05:58:53.024] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:53.024] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:53.024] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:53.024] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:53.025] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:53.025] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:53.025] | signalConditions() ... done [05:58:53.025] | relay stdout ... [05:58:53.025] | relay stdout ... done [05:58:53.025] | check for misuse ... [05:58:53.026] | check for misuse ... done [05:58:53.026] | relay conditions ... [05:58:53.026] | : Future state: 'finished' [05:58:53.026] | : signalConditions() ... [05:58:53.026] | : . include = 'condition' [05:58:53.027] | : . exclude = 'immediateCondition' [05:58:53.027] | : . resignal = TRUE [05:58:53.027] | : . Number of conditions: 6 [05:58:53.027] | : . int 6 [05:58:53.028] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [05:58:53.028] | : . Condition #1: 'simpleMessage', 'message', 'condition' [05:58:52.972] | : . ' , attachPackages() ... [05:58:53.028] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [05:58:53.028] | : . Condition #2: 'simpleMessage', 'message', 'condition' [05:58:52.972] | : . ' , ; packages: [n=1] 'future' [05:58:53.028] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [05:58:53.029] | : . Condition #3: 'simpleMessage', 'message', 'condition' [05:58:52.972] | : . ' , attachPackages() ... done [05:58:53.029] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [05:58:53.029] | : . Condition #4: 'simpleMessage', 'message', 'condition' [05:58:52.973] | : . ' , attachPackages() ... [05:58:53.029] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [05:58:53.029] | : . Condition #5: 'simpleMessage', 'message', 'condition' [05:58:52.973] | : . ' , ; packages: [n=0] [05:58:53.030] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [05:58:53.030] | : . Condition #6: 'simpleMessage', 'message', 'condition' [05:58:52.973] | : . ' , attachPackages() ... done [05:58:53.030] | : signalConditions() ... done [05:58:53.030] | relay conditions ... done [05:58:53.030] value() for SequentialFuture () ... done $a [1] 1 Testing with 1 cores ... DONE Testing with 2 cores ... availableCores(): 2 - plan('multisession') ... [05:58:53.035] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:53.035] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [05:58:53.036] | : all.equal() for FutureStrategyList ... [05:58:53.036] | : . New stack: [05:58:53.036] | : . List of 1 [05:58:53.036] | : . $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:58:53.036] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:53.036] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:58:53.036] | : . ..- attr(*, "init")= logi TRUE [05:58:53.036] | : . ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:58:53.036] | : . gc = FALSE, earlySignal = FALSE, ...) [05:58:53.036] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:53.036] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:53.036] | : . ..- attr(*, "untweakable")= chr "persistent" [05:58:53.036] | : . ..- attr(*, "call")= language plan(strategy) [05:58:53.036] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:53.046] | : . Old stack: [05:58:53.046] | : . List of 1 [05:58:53.046] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:53.046] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:53.046] | : . ..- attr(*, "init")= chr "done" [05:58:53.046] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:53.046] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:53.046] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:53.046] | : . ..- attr(*, "call")= language plan(sequential) [05:58:53.046] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:53.046] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:53.046] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:53.046] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:53.050] | : . Not identical [05:58:53.051] | : . all.equal() for future ... [05:58:53.051] | : . ' List of 2 [05:58:53.051] | : . ' $ target :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:58:53.051] | : . ' gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:53.051] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:58:53.051] | : . ' ..- attr(*, "init")= logi TRUE [05:58:53.051] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:58:53.051] | : . ' gc = FALSE, earlySignal = FALSE, ...) [05:58:53.051] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:53.051] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:53.051] | : . ' ..- attr(*, "untweakable")= chr "persistent" [05:58:53.051] | : . ' ..- attr(*, "call")= language plan(strategy) [05:58:53.051] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:53.051] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [05:58:53.051] | : . ' ..- attr(*, "init")= chr "done" [05:58:53.051] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:53.051] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:53.051] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:53.051] | : . ' ..- attr(*, "call")= language plan(sequential) [05:58:53.051] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [05:58:53.051] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [05:58:53.051] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [05:58:53.064] | : . ' Formals differ [05:58:53.064] | : . all.equal() for future ... done [05:58:53.065] | : . Future strategies differ at level 1 [05:58:53.065] | : all.equal() for FutureStrategyList ... done [05:58:53.065] | : plan(): Setting new future backend stack: [05:58:53.065] | : List of future strategies: [05:58:53.065] | : 1. multisession: [05:58:53.065] | : - args: function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:53.065] | : - tweaked: FALSE [05:58:53.065] | : - call: plan(strategy) [05:58:53.066] | : List of 1 [05:58:53.066] | : $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:58:53.066] | : gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:53.066] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:58:53.066] | : ..- attr(*, "init")= logi TRUE [05:58:53.066] | : ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:58:53.066] | : gc = FALSE, earlySignal = FALSE, ...) [05:58:53.066] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:53.066] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:53.066] | : ..- attr(*, "untweakable")= chr "persistent" [05:58:53.066] | : ..- attr(*, "call")= language plan(strategy) [05:58:53.066] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [05:58:53.073] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [05:58:53.073] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:53.074] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [05:58:53.074] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:53.075] | : . Legacy shutdown of cluster workers ... [05:58:53.075] | : . ' Stopping existing cluster ... [05:58:53.076] | : . ' , No pre-existing cluster. Skipping [05:58:53.076] | : . ' Stopping existing cluster ... done [05:58:53.076] | : . Legacy shutdown of cluster workers ... done [05:58:53.077] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [05:58:53.077] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [05:58:53.077] | : . function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [05:58:53.077] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [05:58:53.077] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [05:58:53.077] | : . - attr(*, "init")= logi TRUE [05:58:53.077] | : . - attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [05:58:53.077] | : . gc = FALSE, earlySignal = FALSE, ...) [05:58:53.077] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:53.077] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [05:58:53.077] | : . - attr(*, "untweakable")= chr "persistent" [05:58:53.077] | : . - attr(*, "call")= language plan(strategy) [05:58:53.083] | : . init: TRUE [05:58:53.084] | : . makeFutureBackend() ... [05:58:53.084] | : . ' Backend function: <'NULL'> [05:58:53.085] | : . ' Evaluator tweak arguments: [n=0] [05:58:53.085] | : . ' list() [05:58:53.086] | : . ' Evaluator formal arguments: [n=4] [05:58:53.086] | : . ' list() [05:58:53.087] | : . ' Backend factory arguments: [n=4] [05:58:53.087] | : . ' Dotted pair list of 4 [05:58:53.087] | : . ' $ workers : language availableCores() [05:58:53.087] | : . ' $ rscript_libs: language .libPaths() [05:58:53.087] | : . ' $ gc : logi FALSE [05:58:53.087] | : . ' $ earlySignal : logi FALSE [05:58:53.091] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [05:58:53.091] | : . ' , Arguments: [05:58:53.091] | : . ' , List of 5 [05:58:53.091] | : . ' , $ workers : Named int 2 [05:58:53.091] | : . ' , ..- attr(*, "names")= chr "mc.cores" [05:58:53.091] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:58:53.091] | : . ' , $ interrupts : logi TRUE [05:58:53.091] | : . ' , $ gc : logi FALSE [05:58:53.091] | : . ' , $ earlySignal : logi FALSE [05:58:53.100] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [05:58:53.101] | : . ' , ; workers: 2 [05:58:53.101] | : . ' , ; getCluster() ... [05:58:53.101] | : . ' , ; getCluster() ... done [05:58:53.102] | : . ' , ; Stopping existing cluster ... [05:58:53.102] | : . ' , ; ` No pre-existing cluster. Skipping [05:58:53.102] | : . ' , ; Stopping existing cluster ... done [05:58:53.102] | : . ' , ; Starting new cluster ... [05:58:53.103] | : . ' , ; ` makeCluster(workers, ...) ... [05:58:53.103] | : . ' , ; ` | Arguments: [05:58:53.103] | : . ' , ; ` | List of 2 [05:58:53.103] | : . ' , ; ` | $ : int 2 [05:58:53.103] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:58:53.106] | : . ' , ; ` | .makeCluster() ... [05:58:53.106] | : . ' , ; ` | : workers: '2' [05:58:53.106] | : . ' , ; ` | : R_FUTURE_PLAN: NA [05:58:53.107] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [05:58:53.107] | : . ' , ; ` | : List of 2 [05:58:53.107] | : . ' , ; ` | : $ : int 2 [05:58:53.107] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_06_05_05_55_16_20588/RtmpCKyFxh/RLIBS_1418c4def7e89" "D:/RCompile/recent/R/library" [05:58:53.946] | : . ' , ; ` | : Generated cluster UUID [05:58:53.946] | : . ' , ; ` | : Cluster UUID: '52e408ffad1adc55eb49ea36f8702162' [05:58:53.946] | : . ' , ; ` | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:58:53.951] | : . ' , ; ` | .makeCluster() ... done [05:58:53.952] | : . ' , ; ` | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:58:53.955] | : . ' , ; ` makeCluster(workers, ...) ... done [05:58:53.955] | : . ' , ; ` Number of workers: 2 [05:58:53.956] | : . ' , ; ` Workers UUID: '52e408ffad1adc55eb49ea36f8702162' [05:58:53.956] | : . ' , ; Starting new cluster ... done [05:58:53.957] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [05:58:53.957] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [05:58:53.957] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [05:58:53.957] | : . makeFutureBackend() ... done [05:58:53.958] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:53.958] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:53.959] | : . plan(): nbrOfWorkers() = 2 [05:58:53.959] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [05:58:53.959] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [05:58:53.960] | future(..., label = NULL) ... [05:58:53.960] | : lazy: FALSE [05:58:53.960] | : stdout: TRUE [05:58:53.960] | : conditions: [n=1] 'condition' [05:58:53.961] | : gc: FALSE [05:58:53.961] | : 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' [05:58:53.962] | : 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' [05:58:53.962] | : . Searching for globals ... [05:58:53.986] | : . ' globals found: [5] '{', 'x', '<-', '$', '$<-' [05:58:53.986] | : . Searching for globals ... done [05:58:53.986] | : . Resolving globals: TRUE [05:58:53.987] | : . Resolving any globals that are futures ... [05:58:53.987] | : . ' globals: [5] '{', 'x', '<-', '$', '$<-' [05:58:53.987] | : . Resolving any globals that are futures ... done [05:58:53.988] | : . Search for packages associated with the globals ... [05:58:53.988] | : . ' Packages associated with globals: [1] 'base' [05:58:53.989] | : . ' Packages: [1] 'base' [05:58:53.989] | : . Search for packages associated with the globals ... done [05:58:53.990] | : . Resolving futures part of globals (recursively) ... [05:58:53.990] | : . ' resolve() for FutureGlobals ... [05:58:53.990] | : . ' , recursive: 99 [05:58:53.991] | : . ' , Number of elements: 1 [05:58:53.991] | : . ' , elements: 'x' [05:58:53.991] | : . ' , 'obj' is list [05:58:53.992] | : . ' , resolve(obj, ...) ... [05:58:53.992] | : . ' , ; resolve() for list ... [05:58:53.992] | : . ' , ; ` recursive: 98 [05:58:53.992] | : . ' , ; ` Number of elements: 0 [05:58:53.993] | : . ' , ; resolve() for list ... done [05:58:53.993] | : . ' , resolve(obj, ...) ... done [05:58:53.993] | : . ' , resolved() for list ... [05:58:53.994] | : . ' , ; Number of elements: 0 [05:58:53.994] | : . ' , ; Number of futures: 0 [05:58:53.994] | : . ' , resolved() for list ... done [05:58:53.994] | : . ' , length: 0 (resolved future 1) [05:58:53.995] | : . ' resolve() for FutureGlobals ... done [05:58:53.995] | : . ' globals: [1] 'x' [05:58:53.995] | : . Resolving futures part of globals (recursively) ... done [05:58:53.996] | : . Packages after dropping 'base': [0] [05:58:53.996] | : . globals: [1] 'x' [05:58:53.996] | : . packages: [0] [05:58:53.997] | : getGlobalsAndPackages() ... done [05:58:53.997] | : run() for 'Future' () ... [05:58:53.997] | : . state: 'created' [05:58:53.998] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:53.998] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:53.998] | : . Using MultisessionFutureBackend ... [05:58:53.999] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [05:58:53.999] | : . ' Launching futures ... [05:58:54.000] | : . ' , launchFuture() for ClusterFutureBackend ... [05:58:54.000] | : . ' , ; Workers: [n=2] [05:58:54.000] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:58:54.003] | : . ' , ; FutureRegistry: 'workers-52e408ffad1adc55eb49ea36f8702162' [05:58:54.004] | : . ' , ; requestWorker() ... [05:58:54.004] | : . ' , ; ` requestNode() ... [05:58:54.004] | : . ' , ; ` | Number of workers: 2 [05:58:54.005] | : . ' , ; ` | Polling for a free worker ... [05:58:54.005] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:54.005] | : . ' , ; ` | : . Created empty registry 'workers-52e408ffad1adc55eb49ea36f8702162' [05:58:54.005] | : . ' , ; ` | : . Listing all futures [05:58:54.006] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:54.006] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:54.006] | : . ' , ; ` | : Total time: 0 [05:58:54.007] | : . ' , ; ` | Polling for a free worker ... done [05:58:54.007] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:54.007] | : . ' , ; ` | : Listing all futures [05:58:54.007] | : . ' , ; ` | : Number of registered futures: 0 [05:58:54.008] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:54.008] | : . ' , ; ` | avail: [n=2] '1', '2' [05:58:54.008] | : . ' , ; ` | Index of first available worker: 1 [05:58:54.009] | : . ' , ; ` | Validate that the worker is functional ... [05:58:54.197] | : . ' , ; ` | : Worker is functional [05:58:54.197] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:54.198] | : . ' , ; ` | : . Listing all futures [05:58:54.198] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:54.198] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:54.198] | : . ' , ; ` | Validate that the worker is functional ... done [05:58:54.199] | : . ' , ; ` requestNode() ... done [05:58:54.199] | : . ' , ; ` cluster node index: 1 [05:58:54.199] | : . ' , ; requestWorker() ... done [05:58:54.200] | : . ' , ; eraseGlobalEnvironment() ... [05:58:54.201] | : . ' , ; eraseGlobalEnvironment() ... done [05:58:54.201] | : . ' , ; launchFuture() ... [05:58:54.201] | : . ' , ; ` cluster node index: 1 [05:58:54.201] | : . ' , ; ` getFutureData() ... [05:58:54.202] | : . ' , ; ` | getFutureCore() ... [05:58:54.202] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:58:54.202] | : . ' , ; ` | getFutureCore() ... done [05:58:54.202] | : . ' , ; ` | getFutureCapture() ... [05:58:54.203] | : . ' , ; ` | getFutureCapture() ... done [05:58:54.203] | : . ' , ; ` | getFutureContext() ... [05:58:54.203] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:54.203] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:58:54.204] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:54.204] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:58:54.204] | : . ' , ; ` | getFutureContext() ... done [05:58:54.205] | : . ' , ; ` getFutureData() ... done [05:58:54.205] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... [05:58:54.206] | : . ' , ; ` | Appended future to position #1 [05:58:54.206] | : . ' , ; ` | Number of registered futures: 1 [05:58:54.206] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... done [05:58:54.206] | : . ' , ; launchFuture() ... done [05:58:54.207] | : . ' , ; MultisessionFuture started [05:58:54.207] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:58:54.207] | : . ' Launching futures ... done [05:58:54.207] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:58:54.208] | : . Using MultisessionFutureBackend ... done [05:58:54.208] | : run() for 'Future' () ... done [05:58:54.208] | future(..., label = NULL) ... done [05:58:54.208] | value() for MultisessionFuture () ... [05:58:54.209] | : result() for ClusterFuture ... [05:58:54.209] | : . assertValidConnection() ... [05:58:54.210] | : . ' cluster node index: 1 [05:58:54.210] | : . assertValidConnection() ... done [05:58:54.211] | : . receiveMessageFromWorker() for ClusterFuture ... [05:58:54.211] | : . ' cluster node index: 1 [05:58:54.288] | : . ' [1] TRUE [05:58:54.288] | : . ' received data: [05:58:54.289] | : . ' List of 5 [05:58:54.289] | : . ' $ type : chr "VALUE" [05:58:54.289] | : . ' $ value :List of 16 [05:58:54.289] | : . ' ..$ value :List of 1 [05:58:54.289] | : . ' .. ..$ a: num 1 [05:58:54.289] | : . ' ..$ visible : logi TRUE [05:58:54.289] | : . ' ..$ stdout : chr "" [05:58:54.289] | : . ' ..$ conditions : list() [05:58:54.289] | : . ' ..$ rng : logi FALSE [05:58:54.289] | : . ' ..$ seed : NULL [05:58:54.289] | : . ' ..$ misuseGlobalEnv : NULL [05:58:54.289] | : . ' ..$ misuseConnections :List of 3 [05:58:54.289] | : . ' .. ..$ added : NULL [05:58:54.289] | : . ' .. ..$ removed : NULL [05:58:54.289] | : . ' .. ..$ replaced: NULL [05:58:54.289] | : . ' ..$ misuseDevices : NULL [05:58:54.289] | : . ' ..$ misuseDefaultDevice: list() [05:58:54.289] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:54.289] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:54.289] | : . ' ..$ uuid : chr [1:2] "cd0d3e671caa6e5bc91a761313424e7e" "13" [05:58:54.289] | : . ' ..$ session_uuid : chr "cd210b0d6a6f15676878d8c4df5bc41b" [05:58:54.289] | : . ' .. ..- attr(*, "source")=List of 5 [05:58:54.289] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [05:58:54.289] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:58:54.289] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:58:54.289] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:58:54.289] | : . ' .. .. ..$ pid : int 182092 [05:58:54.289] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:54.289] | : . ' .. .. ..$ random: int 2147483647 [05:58:54.289] | : . ' ..$ r_info :List of 4 [05:58:54.289] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:58:54.289] | : . ' .. .. ..$ : int [1:3] 4 6 0 [05:58:54.289] | : . ' .. ..$ os : chr "windows" [05:58:54.289] | : . ' .. ..$ os_name : chr "Windows" [05:58:54.289] | : . ' .. ..$ captures_utf8: logi TRUE [05:58:54.289] | : . ' ..$ version : chr "1.8" [05:58:54.289] | : . ' ..- attr(*, "class")= chr "FutureResult" [05:58:54.289] | : . ' $ success: logi TRUE [05:58:54.289] | : . ' $ time : 'proc_time' Named num [1:5] 0.09 0 0.1 NA NA [05:58:54.289] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:58:54.289] | : . ' $ tag : NULL [05:58:54.308] | : . ' Received FutureResult [05:58:54.309] | : . ' FutureResult: [05:58:54.309] | : . ' value: 'list' [05:58:54.309] | : . ' visible: TRUE [05:58:54.309] | : . ' stdout: character [05:58:54.309] | : . ' conditions: [n = 0] [05:58:54.309] | : . ' RNG used: FALSE [05:58:54.309] | : . ' duration: 0.07887387 secs (started 2025-06-05 05:58:54.207715) [05:58:54.309] | : . ' version: 1.8 [05:58:54.310] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... [05:58:54.310] | : . ' , Removed future from position #1 [05:58:54.311] | : . ' , Number of registered futures: 0 [05:58:54.311] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... done [05:58:54.311] | : . ' Erased future from future backend [05:58:54.312] | : . ' result() for ClusterFuture ... [05:58:54.312] | : . ' , result already collected: FutureResult [05:58:54.312] | : . ' result() for ClusterFuture ... done [05:58:54.312] | : . ' signalConditions() ... [05:58:54.313] | : . ' , include = 'immediateCondition' [05:58:54.313] | : . ' , exclude = [05:58:54.313] | : . ' , resignal = FALSE [05:58:54.313] | : . ' , Number of conditions: 0 [05:58:54.314] | : . ' , int 0 [05:58:54.314] | : . ' signalConditions() ... done [05:58:54.315] | : . receiveMessageFromWorker() for ClusterFuture ... done [05:58:54.315] | : result() for ClusterFuture ... done [05:58:54.315] | : result() for ClusterFuture ... [05:58:54.316] | : . result already collected: FutureResult [05:58:54.316] | : result() for ClusterFuture ... done [05:58:54.316] | : signalConditions() ... [05:58:54.317] | : . include = 'immediateCondition' [05:58:54.317] | : . exclude = [05:58:54.317] | : . resignal = FALSE [05:58:54.317] | : . Number of conditions: 0 [05:58:54.318] | : . int 0 [05:58:54.318] | : signalConditions() ... done [05:58:54.318] | : relay stdout ... [05:58:54.319] | : relay stdout ... done [05:58:54.319] | : check for misuse ... [05:58:54.319] | : check for misuse ... done [05:58:54.319] | value() for MultisessionFuture () ... done $a [1] 1 [05:58:54.320] | future(..., label = NULL) ... [05:58:54.320] | : lazy: TRUE [05:58:54.320] | : stdout: TRUE [05:58:54.321] | : conditions: [n=1] 'condition' [05:58:54.321] | : gc: FALSE [05:58:54.321] | : 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' [05:58:54.322] | : 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' [05:58:54.322] | : . Searching for globals ... [05:58:54.345] | : . ' globals found: [5] '{', 'x', '<-', '$', '$<-' [05:58:54.345] | : . Searching for globals ... done [05:58:54.345] | : . Resolving globals: TRUE [05:58:54.346] | : . Resolving any globals that are futures ... [05:58:54.346] | : . ' globals: [5] '{', 'x', '<-', '$', '$<-' [05:58:54.346] | : . Resolving any globals that are futures ... done [05:58:54.346] | : . Search for packages associated with the globals ... [05:58:54.347] | : . ' Packages associated with globals: [1] 'base' [05:58:54.347] | : . ' Packages: [1] 'base' [05:58:54.348] | : . Search for packages associated with the globals ... done [05:58:54.348] | : . Resolving futures part of globals (recursively) ... [05:58:54.348] | : . ' resolve() for FutureGlobals ... [05:58:54.348] | : . ' , recursive: 99 [05:58:54.349] | : . ' , Number of elements: 1 [05:58:54.349] | : . ' , elements: 'x' [05:58:54.349] | : . ' , 'obj' is list [05:58:54.349] | : . ' , resolve(obj, ...) ... [05:58:54.350] | : . ' , ; resolve() for list ... [05:58:54.350] | : . ' , ; ` recursive: 98 [05:58:54.350] | : . ' , ; ` Number of elements: 0 [05:58:54.350] | : . ' , ; resolve() for list ... done [05:58:54.350] | : . ' , resolve(obj, ...) ... done [05:58:54.351] | : . ' , resolved() for list ... [05:58:54.351] | : . ' , ; Number of elements: 0 [05:58:54.351] | : . ' , ; Number of futures: 0 [05:58:54.351] | : . ' , resolved() for list ... done [05:58:54.352] | : . ' , length: 0 (resolved future 1) [05:58:54.352] | : . ' resolve() for FutureGlobals ... done [05:58:54.352] | : . ' globals: [1] 'x' [05:58:54.352] | : . Resolving futures part of globals (recursively) ... done [05:58:54.353] | : . Packages after dropping 'base': [0] [05:58:54.353] | : . globals: [1] 'x' [05:58:54.353] | : . packages: [0] [05:58:54.353] | : getGlobalsAndPackages() ... done [05:58:54.354] | future(..., label = NULL) ... done [05:58:54.354] | value() for Future () ... [05:58:54.354] | : run() for 'Future' () ... [05:58:54.354] | : . state: 'created' [05:58:54.355] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:54.355] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:54.355] | : . Using MultisessionFutureBackend ... [05:58:54.355] | : . ' Number of futures since start: 1 (1 created, 1 launched, 1 finished) [05:58:54.356] | : . ' Launching futures ... [05:58:54.356] | : . ' , launchFuture() for ClusterFutureBackend ... [05:58:54.356] | : . ' , ; Workers: [n=2] [05:58:54.356] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:58:54.359] | : . ' , ; FutureRegistry: 'workers-52e408ffad1adc55eb49ea36f8702162' [05:58:54.359] | : . ' , ; requestWorker() ... [05:58:54.360] | : . ' , ; ` requestNode() ... [05:58:54.360] | : . ' , ; ` | Number of workers: 2 [05:58:54.360] | : . ' , ; ` | Polling for a free worker ... [05:58:54.360] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:54.360] | : . ' , ; ` | : . Listing all futures [05:58:54.361] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:54.361] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:54.361] | : . ' , ; ` | : Total time: 0 [05:58:54.361] | : . ' , ; ` | Polling for a free worker ... done [05:58:54.362] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:54.362] | : . ' , ; ` | : Listing all futures [05:58:54.362] | : . ' , ; ` | : Number of registered futures: 0 [05:58:54.362] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:54.362] | : . ' , ; ` | avail: [n=2] '1', '2' [05:58:54.363] | : . ' , ; ` | Index of first available worker: 1 [05:58:54.363] | : . ' , ; ` | Validate that the worker is functional ... [05:58:54.428] | : . ' , ; ` | : Worker is functional [05:58:54.428] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:54.429] | : . ' , ; ` | : . Listing all futures [05:58:54.429] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:54.429] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:54.429] | : . ' , ; ` | Validate that the worker is functional ... done [05:58:54.430] | : . ' , ; ` requestNode() ... done [05:58:54.430] | : . ' , ; ` cluster node index: 1 [05:58:54.430] | : . ' , ; requestWorker() ... done [05:58:54.430] | : . ' , ; eraseGlobalEnvironment() ... [05:58:54.431] | : . ' , ; eraseGlobalEnvironment() ... done [05:58:54.432] | : . ' , ; launchFuture() ... [05:58:54.432] | : . ' , ; ` cluster node index: 1 [05:58:54.432] | : . ' , ; ` getFutureData() ... [05:58:54.433] | : . ' , ; ` | getFutureCore() ... [05:58:54.433] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:58:54.433] | : . ' , ; ` | getFutureCore() ... done [05:58:54.433] | : . ' , ; ` | getFutureCapture() ... [05:58:54.434] | : . ' , ; ` | getFutureCapture() ... done [05:58:54.434] | : . ' , ; ` | getFutureContext() ... [05:58:54.434] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:54.434] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:58:54.434] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:54.435] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:58:54.435] | : . ' , ; ` | getFutureContext() ... done [05:58:54.435] | : . ' , ; ` getFutureData() ... done [05:58:54.436] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... [05:58:54.436] | : . ' , ; ` | Appended future to position #1 [05:58:54.436] | : . ' , ; ` | Number of registered futures: 1 [05:58:54.437] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... done [05:58:54.437] | : . ' , ; launchFuture() ... done [05:58:54.437] | : . ' , ; MultisessionFuture started [05:58:54.437] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:58:54.438] | : . ' Launching futures ... done [05:58:54.438] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:58:54.438] | : . Using MultisessionFutureBackend ... done [05:58:54.438] | : run() for 'Future' () ... done [05:58:54.438] | : result() for ClusterFuture ... [05:58:54.439] | : . assertValidConnection() ... [05:58:54.439] | : . ' cluster node index: 1 [05:58:54.440] | : . assertValidConnection() ... done [05:58:54.440] | : . receiveMessageFromWorker() for ClusterFuture ... [05:58:54.440] | : . ' cluster node index: 1 [05:58:54.442] | : . ' [1] TRUE [05:58:54.443] | : . ' received data: [05:58:54.443] | : . ' List of 5 [05:58:54.443] | : . ' $ type : chr "VALUE" [05:58:54.443] | : . ' $ value :List of 16 [05:58:54.443] | : . ' ..$ value :List of 1 [05:58:54.443] | : . ' .. ..$ a: num 1 [05:58:54.443] | : . ' ..$ visible : logi TRUE [05:58:54.443] | : . ' ..$ stdout : chr "" [05:58:54.443] | : . ' ..$ conditions : list() [05:58:54.443] | : . ' ..$ rng : logi FALSE [05:58:54.443] | : . ' ..$ seed : NULL [05:58:54.443] | : . ' ..$ misuseGlobalEnv : NULL [05:58:54.443] | : . ' ..$ misuseConnections :List of 3 [05:58:54.443] | : . ' .. ..$ added : NULL [05:58:54.443] | : . ' .. ..$ removed : NULL [05:58:54.443] | : . ' .. ..$ replaced: NULL [05:58:54.443] | : . ' ..$ misuseDevices : NULL [05:58:54.443] | : . ' ..$ misuseDefaultDevice: list() [05:58:54.443] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:54.443] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:54.443] | : . ' ..$ uuid : chr [1:2] "cd0d3e671caa6e5bc91a761313424e7e" "14" [05:58:54.443] | : . ' ..$ session_uuid : chr "cd210b0d6a6f15676878d8c4df5bc41b" [05:58:54.443] | : . ' .. ..- attr(*, "source")=List of 5 [05:58:54.443] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [05:58:54.443] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:58:54.443] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:58:54.443] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:58:54.443] | : . ' .. .. ..$ pid : int 182092 [05:58:54.443] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:54.443] | : . ' .. .. ..$ random: int 2147483647 [05:58:54.443] | : . ' ..$ r_info :List of 4 [05:58:54.443] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:58:54.443] | : . ' .. .. ..$ : int [1:3] 4 6 0 [05:58:54.443] | : . ' .. ..$ os : chr "windows" [05:58:54.443] | : . ' .. ..$ os_name : chr "Windows" [05:58:54.443] | : . ' .. ..$ captures_utf8: logi TRUE [05:58:54.443] | : . ' ..$ version : chr "1.8" [05:58:54.443] | : . ' ..- attr(*, "class")= chr "FutureResult" [05:58:54.443] | : . ' $ success: logi TRUE [05:58:54.443] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [05:58:54.443] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:58:54.443] | : . ' $ tag : NULL [05:58:54.466] | : . ' Received FutureResult [05:58:54.466] | : . ' FutureResult: [05:58:54.466] | : . ' value: 'list' [05:58:54.466] | : . ' visible: TRUE [05:58:54.466] | : . ' stdout: character [05:58:54.466] | : . ' conditions: [n = 0] [05:58:54.466] | : . ' RNG used: FALSE [05:58:54.466] | : . ' duration: 0.004477024 secs (started 2025-06-05 05:58:54.43662) [05:58:54.466] | : . ' version: 1.8 [05:58:54.467] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... [05:58:54.467] | : . ' , Removed future from position #1 [05:58:54.468] | : . ' , Number of registered futures: 0 [05:58:54.468] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... done [05:58:54.468] | : . ' Erased future from future backend [05:58:54.469] | : . ' result() for ClusterFuture ... [05:58:54.469] | : . ' , result already collected: FutureResult [05:58:54.469] | : . ' result() for ClusterFuture ... done [05:58:54.470] | : . ' signalConditions() ... [05:58:54.470] | : . ' , include = 'immediateCondition' [05:58:54.470] | : . ' , exclude = [05:58:54.470] | : . ' , resignal = FALSE [05:58:54.471] | : . ' , Number of conditions: 0 [05:58:54.471] | : . ' , int 0 [05:58:54.472] | : . ' signalConditions() ... done [05:58:54.472] | : . receiveMessageFromWorker() for ClusterFuture ... done [05:58:54.472] | : result() for ClusterFuture ... done [05:58:54.473] | : result() for ClusterFuture ... [05:58:54.473] | : . result already collected: FutureResult [05:58:54.473] | : result() for ClusterFuture ... done [05:58:54.473] | : signalConditions() ... [05:58:54.474] | : . include = 'immediateCondition' [05:58:54.474] | : . exclude = [05:58:54.474] | : . resignal = FALSE [05:58:54.475] | : . Number of conditions: 0 [05:58:54.475] | : . int 0 [05:58:54.476] | : signalConditions() ... done [05:58:54.476] | : relay stdout ... [05:58:54.476] | : relay stdout ... done [05:58:54.476] | : check for misuse ... [05:58:54.477] | : check for misuse ... done [05:58:54.477] | value() for Future () ... done $a [1] 1 [05:58:54.478] | future(..., label = NULL) ... [05:58:54.478] | : lazy: FALSE [05:58:54.478] | : stdout: TRUE [05:58:54.478] | : conditions: [n=1] 'condition' [05:58:54.479] | : gc: FALSE [05:58:54.479] | : 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' [05:58:54.479] | : 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' [05:58:54.480] | : . Searching for globals ... [05:58:54.502] | : . ' globals found: [5] '{', 'x', '<-', '$', '$<-' [05:58:54.502] | : . Searching for globals ... done [05:58:54.503] | : . Resolving globals: TRUE [05:58:54.503] | : . Resolving any globals that are futures ... [05:58:54.503] | : . ' globals: [5] '{', 'x', '<-', '$', '$<-' [05:58:54.503] | : . Resolving any globals that are futures ... done [05:58:54.504] | : . Search for packages associated with the globals ... [05:58:54.504] | : . ' Packages associated with globals: [1] 'base' [05:58:54.505] | : . ' Packages: [1] 'base' [05:58:54.505] | : . Search for packages associated with the globals ... done [05:58:54.505] | : . Resolving futures part of globals (recursively) ... [05:58:54.506] | : . ' resolve() for FutureGlobals ... [05:58:54.506] | : . ' , recursive: 99 [05:58:54.506] | : . ' , Number of elements: 1 [05:58:54.507] | : . ' , elements: 'x' [05:58:54.507] | : . ' , 'obj' is list [05:58:54.507] | : . ' , resolve(obj, ...) ... [05:58:54.507] | : . ' , ; resolve() for list ... [05:58:54.508] | : . ' , ; ` recursive: 98 [05:58:54.508] | : . ' , ; ` Number of elements: 0 [05:58:54.508] | : . ' , ; resolve() for list ... done [05:58:54.508] | : . ' , resolve(obj, ...) ... done [05:58:54.508] | : . ' , resolved() for list ... [05:58:54.509] | : . ' , ; Number of elements: 0 [05:58:54.509] | : . ' , ; Number of futures: 0 [05:58:54.509] | : . ' , resolved() for list ... done [05:58:54.509] | : . ' , length: 0 (resolved future 1) [05:58:54.510] | : . ' resolve() for FutureGlobals ... done [05:58:54.510] | : . ' globals: [1] 'x' [05:58:54.510] | : . Resolving futures part of globals (recursively) ... done [05:58:54.511] | : . Packages after dropping 'base': [0] [05:58:54.511] | : . globals: [1] 'x' [05:58:54.511] | : . packages: [0] [05:58:54.511] | : getGlobalsAndPackages() ... done [05:58:54.512] | : run() for 'Future' () ... [05:58:54.512] | : . state: 'created' [05:58:54.512] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:54.513] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:54.513] | : . Using MultisessionFutureBackend ... [05:58:54.513] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [05:58:54.513] | : . ' Launching futures ... [05:58:54.514] | : . ' , launchFuture() for ClusterFutureBackend ... [05:58:54.514] | : . ' , ; Workers: [n=2] [05:58:54.514] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:58:54.517] | : . ' , ; FutureRegistry: 'workers-52e408ffad1adc55eb49ea36f8702162' [05:58:54.518] | : . ' , ; requestWorker() ... [05:58:54.518] | : . ' , ; ` requestNode() ... [05:58:54.518] | : . ' , ; ` | Number of workers: 2 [05:58:54.519] | : . ' , ; ` | Polling for a free worker ... [05:58:54.519] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:54.519] | : . ' , ; ` | : . Listing all futures [05:58:54.519] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:54.519] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:54.520] | : . ' , ; ` | : Total time: 0 [05:58:54.520] | : . ' , ; ` | Polling for a free worker ... done [05:58:54.520] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:54.520] | : . ' , ; ` | : Listing all futures [05:58:54.521] | : . ' , ; ` | : Number of registered futures: 0 [05:58:54.521] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:54.521] | : . ' , ; ` | avail: [n=2] '1', '2' [05:58:54.521] | : . ' , ; ` | Index of first available worker: 1 [05:58:54.522] | : . ' , ; ` | Validate that the worker is functional ... [05:58:54.633] | : . ' , ; ` | : Worker is functional [05:58:54.633] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:54.633] | : . ' , ; ` | : . Listing all futures [05:58:54.633] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:54.634] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:54.634] | : . ' , ; ` | Validate that the worker is functional ... done [05:58:54.634] | : . ' , ; ` requestNode() ... done [05:58:54.634] | : . ' , ; ` cluster node index: 1 [05:58:54.635] | : . ' , ; requestWorker() ... done [05:58:54.635] | : . ' , ; eraseGlobalEnvironment() ... [05:58:54.636] | : . ' , ; eraseGlobalEnvironment() ... done [05:58:54.636] | : . ' , ; launchFuture() ... [05:58:54.636] | : . ' , ; ` cluster node index: 1 [05:58:54.636] | : . ' , ; ` getFutureData() ... [05:58:54.637] | : . ' , ; ` | getFutureCore() ... [05:58:54.637] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:58:54.637] | : . ' , ; ` | getFutureCore() ... done [05:58:54.637] | : . ' , ; ` | getFutureCapture() ... [05:58:54.637] | : . ' , ; ` | getFutureCapture() ... done [05:58:54.638] | : . ' , ; ` | getFutureContext() ... [05:58:54.638] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:54.638] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:58:54.638] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:54.639] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:58:54.639] | : . ' , ; ` | getFutureContext() ... done [05:58:54.639] | : . ' , ; ` getFutureData() ... done [05:58:54.640] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... [05:58:54.640] | : . ' , ; ` | Appended future to position #1 [05:58:54.640] | : . ' , ; ` | Number of registered futures: 1 [05:58:54.640] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... done [05:58:54.641] | : . ' , ; launchFuture() ... done [05:58:54.641] | : . ' , ; MultisessionFuture started [05:58:54.641] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:58:54.641] | : . ' Launching futures ... done [05:58:54.641] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:58:54.642] | : . Using MultisessionFutureBackend ... done [05:58:54.642] | : run() for 'Future' () ... done [05:58:54.642] | future(..., label = NULL) ... done [05:58:54.642] | value() for MultisessionFuture () ... [05:58:54.643] | : result() for ClusterFuture ... [05:58:54.643] | : . assertValidConnection() ... [05:58:54.643] | : . ' cluster node index: 1 [05:58:54.644] | : . assertValidConnection() ... done [05:58:54.644] | : . receiveMessageFromWorker() for ClusterFuture ... [05:58:54.644] | : . ' cluster node index: 1 [05:58:54.646] | : . ' [1] TRUE [05:58:54.646] | : . ' received data: [05:58:54.646] | : . ' List of 5 [05:58:54.646] | : . ' $ type : chr "VALUE" [05:58:54.646] | : . ' $ value :List of 16 [05:58:54.646] | : . ' ..$ value :List of 1 [05:58:54.646] | : . ' .. ..$ a: num 1 [05:58:54.646] | : . ' ..$ visible : logi TRUE [05:58:54.646] | : . ' ..$ stdout : chr "" [05:58:54.646] | : . ' ..$ conditions : list() [05:58:54.646] | : . ' ..$ rng : logi FALSE [05:58:54.646] | : . ' ..$ seed : NULL [05:58:54.646] | : . ' ..$ misuseGlobalEnv : NULL [05:58:54.646] | : . ' ..$ misuseConnections :List of 3 [05:58:54.646] | : . ' .. ..$ added : NULL [05:58:54.646] | : . ' .. ..$ removed : NULL [05:58:54.646] | : . ' .. ..$ replaced: NULL [05:58:54.646] | : . ' ..$ misuseDevices : NULL [05:58:54.646] | : . ' ..$ misuseDefaultDevice: list() [05:58:54.646] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:54.646] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:54.646] | : . ' ..$ uuid : chr [1:2] "cd0d3e671caa6e5bc91a761313424e7e" "15" [05:58:54.646] | : . ' ..$ session_uuid : chr "cd210b0d6a6f15676878d8c4df5bc41b" [05:58:54.646] | : . ' .. ..- attr(*, "source")=List of 5 [05:58:54.646] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [05:58:54.646] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:58:54.646] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:58:54.646] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:58:54.646] | : . ' .. .. ..$ pid : int 182092 [05:58:54.646] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:54.646] | : . ' .. .. ..$ random: int 2147483647 [05:58:54.646] | : . ' ..$ r_info :List of 4 [05:58:54.646] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:58:54.646] | : . ' .. .. ..$ : int [1:3] 4 6 0 [05:58:54.646] | : . ' .. ..$ os : chr "windows" [05:58:54.646] | : . ' .. ..$ os_name : chr "Windows" [05:58:54.646] | : . ' .. ..$ captures_utf8: logi TRUE [05:58:54.646] | : . ' ..$ version : chr "1.8" [05:58:54.646] | : . ' ..- attr(*, "class")= chr "FutureResult" [05:58:54.646] | : . ' $ success: logi TRUE [05:58:54.646] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [05:58:54.646] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:58:54.646] | : . ' $ tag : NULL [05:58:54.666] | : . ' Received FutureResult [05:58:54.666] | : . ' FutureResult: [05:58:54.666] | : . ' value: 'list' [05:58:54.666] | : . ' visible: TRUE [05:58:54.666] | : . ' stdout: character [05:58:54.666] | : . ' conditions: [n = 0] [05:58:54.666] | : . ' RNG used: FALSE [05:58:54.666] | : . ' duration: 0.004328012 secs (started 2025-06-05 05:58:54.640464) [05:58:54.666] | : . ' version: 1.8 [05:58:54.667] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... [05:58:54.667] | : . ' , Removed future from position #1 [05:58:54.668] | : . ' , Number of registered futures: 0 [05:58:54.668] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... done [05:58:54.668] | : . ' Erased future from future backend [05:58:54.668] | : . ' result() for ClusterFuture ... [05:58:54.669] | : . ' , result already collected: FutureResult [05:58:54.669] | : . ' result() for ClusterFuture ... done [05:58:54.669] | : . ' signalConditions() ... [05:58:54.669] | : . ' , include = 'immediateCondition' [05:58:54.669] | : . ' , exclude = [05:58:54.669] | : . ' , resignal = FALSE [05:58:54.670] | : . ' , Number of conditions: 0 [05:58:54.670] | : . ' , int 0 [05:58:54.671] | : . ' signalConditions() ... done [05:58:54.671] | : . receiveMessageFromWorker() for ClusterFuture ... done [05:58:54.671] | : result() for ClusterFuture ... done [05:58:54.671] | : result() for ClusterFuture ... [05:58:54.672] | : . result already collected: FutureResult [05:58:54.672] | : result() for ClusterFuture ... done [05:58:54.672] | : signalConditions() ... [05:58:54.672] | : . include = 'immediateCondition' [05:58:54.672] | : . exclude = [05:58:54.673] | : . resignal = FALSE [05:58:54.673] | : . Number of conditions: 0 [05:58:54.673] | : . int 0 [05:58:54.673] | : signalConditions() ... done [05:58:54.674] | : relay stdout ... [05:58:54.674] | : relay stdout ... done [05:58:54.674] | : check for misuse ... [05:58:54.674] | : check for misuse ... done [05:58:54.674] | value() for MultisessionFuture () ... done $a [1] 1 [05:58:54.675] | future(..., label = NULL) ... [05:58:54.675] | : lazy: TRUE [05:58:54.675] | : stdout: TRUE [05:58:54.675] | : conditions: [n=1] 'condition' [05:58:54.675] | : gc: FALSE [05:58:54.675] | : 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' [05:58:54.676] | : 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' [05:58:54.676] | : . Searching for globals ... [05:58:54.688] | : . ' globals found: [5] '{', 'x', '<-', '$', '$<-' [05:58:54.688] | : . Searching for globals ... done [05:58:54.689] | : . Resolving globals: TRUE [05:58:54.689] | : . Resolving any globals that are futures ... [05:58:54.689] | : . ' globals: [5] '{', 'x', '<-', '$', '$<-' [05:58:54.689] | : . Resolving any globals that are futures ... done [05:58:54.690] | : . Search for packages associated with the globals ... [05:58:54.690] | : . ' Packages associated with globals: [1] 'base' [05:58:54.690] | : . ' Packages: [1] 'base' [05:58:54.691] | : . Search for packages associated with the globals ... done [05:58:54.691] | : . Resolving futures part of globals (recursively) ... [05:58:54.691] | : . ' resolve() for FutureGlobals ... [05:58:54.691] | : . ' , recursive: 99 [05:58:54.692] | : . ' , Number of elements: 1 [05:58:54.692] | : . ' , elements: 'x' [05:58:54.692] | : . ' , 'obj' is list [05:58:54.692] | : . ' , resolve(obj, ...) ... [05:58:54.693] | : . ' , ; resolve() for list ... [05:58:54.693] | : . ' , ; ` recursive: 98 [05:58:54.693] | : . ' , ; ` Number of elements: 0 [05:58:54.693] | : . ' , ; resolve() for list ... done [05:58:54.694] | : . ' , resolve(obj, ...) ... done [05:58:54.694] | : . ' , resolved() for list ... [05:58:54.694] | : . ' , ; Number of elements: 0 [05:58:54.694] | : . ' , ; Number of futures: 0 [05:58:54.694] | : . ' , resolved() for list ... done [05:58:54.695] | : . ' , length: 0 (resolved future 1) [05:58:54.695] | : . ' resolve() for FutureGlobals ... done [05:58:54.695] | : . ' globals: [1] 'x' [05:58:54.695] | : . Resolving futures part of globals (recursively) ... done [05:58:54.696] | : . Packages after dropping 'base': [0] [05:58:54.696] | : . globals: [1] 'x' [05:58:54.696] | : . packages: [0] [05:58:54.696] | : getGlobalsAndPackages() ... done [05:58:54.697] | future(..., label = NULL) ... done [05:58:54.697] | value() for Future () ... [05:58:54.697] | : run() for 'Future' () ... [05:58:54.697] | : . state: 'created' [05:58:54.698] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:54.698] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:54.698] | : . Using MultisessionFutureBackend ... [05:58:54.698] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [05:58:54.699] | : . ' Launching futures ... [05:58:54.699] | : . ' , launchFuture() for ClusterFutureBackend ... [05:58:54.699] | : . ' , ; Workers: [n=2] [05:58:54.699] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:58:54.702] | : . ' , ; FutureRegistry: 'workers-52e408ffad1adc55eb49ea36f8702162' [05:58:54.702] | : . ' , ; requestWorker() ... [05:58:54.702] | : . ' , ; ` requestNode() ... [05:58:54.703] | : . ' , ; ` | Number of workers: 2 [05:58:54.703] | : . ' , ; ` | Polling for a free worker ... [05:58:54.703] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:54.703] | : . ' , ; ` | : . Listing all futures [05:58:54.704] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:54.704] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:54.704] | : . ' , ; ` | : Total time: 0 [05:58:54.704] | : . ' , ; ` | Polling for a free worker ... done [05:58:54.704] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:54.705] | : . ' , ; ` | : Listing all futures [05:58:54.705] | : . ' , ; ` | : Number of registered futures: 0 [05:58:54.705] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:54.705] | : . ' , ; ` | avail: [n=2] '1', '2' [05:58:54.706] | : . ' , ; ` | Index of first available worker: 1 [05:58:54.706] | : . ' , ; ` | Validate that the worker is functional ... [05:58:54.772] | : . ' , ; ` | : Worker is functional [05:58:54.772] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:54.772] | : . ' , ; ` | : . Listing all futures [05:58:54.773] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:54.773] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:54.773] | : . ' , ; ` | Validate that the worker is functional ... done [05:58:54.773] | : . ' , ; ` requestNode() ... done [05:58:54.774] | : . ' , ; ` cluster node index: 1 [05:58:54.774] | : . ' , ; requestWorker() ... done [05:58:54.774] | : . ' , ; eraseGlobalEnvironment() ... [05:58:54.775] | : . ' , ; eraseGlobalEnvironment() ... done [05:58:54.775] | : . ' , ; launchFuture() ... [05:58:54.775] | : . ' , ; ` cluster node index: 1 [05:58:54.775] | : . ' , ; ` getFutureData() ... [05:58:54.776] | : . ' , ; ` | getFutureCore() ... [05:58:54.776] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:58:54.776] | : . ' , ; ` | getFutureCore() ... done [05:58:54.776] | : . ' , ; ` | getFutureCapture() ... [05:58:54.777] | : . ' , ; ` | getFutureCapture() ... done [05:58:54.777] | : . ' , ; ` | getFutureContext() ... [05:58:54.777] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:54.777] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:58:54.777] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:54.778] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:58:54.778] | : . ' , ; ` | getFutureContext() ... done [05:58:54.778] | : . ' , ; ` getFutureData() ... done [05:58:54.779] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... [05:58:54.779] | : . ' , ; ` | Appended future to position #1 [05:58:54.779] | : . ' , ; ` | Number of registered futures: 1 [05:58:54.779] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... done [05:58:54.780] | : . ' , ; launchFuture() ... done [05:58:54.780] | : . ' , ; MultisessionFuture started [05:58:54.780] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:58:54.780] | : . ' Launching futures ... done [05:58:54.781] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:58:54.781] | : . Using MultisessionFutureBackend ... done [05:58:54.781] | : run() for 'Future' () ... done [05:58:54.781] | : result() for ClusterFuture ... [05:58:54.782] | : . assertValidConnection() ... [05:58:54.782] | : . ' cluster node index: 1 [05:58:54.782] | : . assertValidConnection() ... done [05:58:54.783] | : . receiveMessageFromWorker() for ClusterFuture ... [05:58:54.783] | : . ' cluster node index: 1 [05:58:54.785] | : . ' [1] TRUE [05:58:54.786] | : . ' received data: [05:58:54.786] | : . ' List of 5 [05:58:54.786] | : . ' $ type : chr "VALUE" [05:58:54.786] | : . ' $ value :List of 16 [05:58:54.786] | : . ' ..$ value :List of 1 [05:58:54.786] | : . ' .. ..$ a: num 1 [05:58:54.786] | : . ' ..$ visible : logi TRUE [05:58:54.786] | : . ' ..$ stdout : chr "" [05:58:54.786] | : . ' ..$ conditions : list() [05:58:54.786] | : . ' ..$ rng : logi FALSE [05:58:54.786] | : . ' ..$ seed : NULL [05:58:54.786] | : . ' ..$ misuseGlobalEnv : NULL [05:58:54.786] | : . ' ..$ misuseConnections :List of 3 [05:58:54.786] | : . ' .. ..$ added : NULL [05:58:54.786] | : . ' .. ..$ removed : NULL [05:58:54.786] | : . ' .. ..$ replaced: NULL [05:58:54.786] | : . ' ..$ misuseDevices : NULL [05:58:54.786] | : . ' ..$ misuseDefaultDevice: list() [05:58:54.786] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:54.786] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:54.786] | : . ' ..$ uuid : chr [1:2] "cd0d3e671caa6e5bc91a761313424e7e" "16" [05:58:54.786] | : . ' ..$ session_uuid : chr "cd210b0d6a6f15676878d8c4df5bc41b" [05:58:54.786] | : . ' .. ..- attr(*, "source")=List of 5 [05:58:54.786] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [05:58:54.786] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:58:54.786] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:58:54.786] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:58:54.786] | : . ' .. .. ..$ pid : int 182092 [05:58:54.786] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:54.786] | : . ' .. .. ..$ random: int 2147483647 [05:58:54.786] | : . ' ..$ r_info :List of 4 [05:58:54.786] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:58:54.786] | : . ' .. .. ..$ : int [1:3] 4 6 0 [05:58:54.786] | : . ' .. ..$ os : chr "windows" [05:58:54.786] | : . ' .. ..$ os_name : chr "Windows" [05:58:54.786] | : . ' .. ..$ captures_utf8: logi TRUE [05:58:54.786] | : . ' ..$ version : chr "1.8" [05:58:54.786] | : . ' ..- attr(*, "class")= chr "FutureResult" [05:58:54.786] | : . ' $ success: logi TRUE [05:58:54.786] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [05:58:54.786] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:58:54.786] | : . ' $ tag : NULL [05:58:54.813] | : . ' Received FutureResult [05:58:54.813] | : . ' FutureResult: [05:58:54.813] | : . ' value: 'list' [05:58:54.813] | : . ' visible: TRUE [05:58:54.813] | : . ' stdout: character [05:58:54.813] | : . ' conditions: [n = 0] [05:58:54.813] | : . ' RNG used: FALSE [05:58:54.813] | : . ' duration: 0.004621983 secs (started 2025-06-05 05:58:54.779541) [05:58:54.813] | : . ' version: 1.8 [05:58:54.814] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... [05:58:54.814] | : . ' , Removed future from position #1 [05:58:54.815] | : . ' , Number of registered futures: 0 [05:58:54.815] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... done [05:58:54.815] | : . ' Erased future from future backend [05:58:54.816] | : . ' result() for ClusterFuture ... [05:58:54.816] | : . ' , result already collected: FutureResult [05:58:54.816] | : . ' result() for ClusterFuture ... done [05:58:54.816] | : . ' signalConditions() ... [05:58:54.816] | : . ' , include = 'immediateCondition' [05:58:54.817] | : . ' , exclude = [05:58:54.817] | : . ' , resignal = FALSE [05:58:54.817] | : . ' , Number of conditions: 0 [05:58:54.817] | : . ' , int 0 [05:58:54.818] | : . ' signalConditions() ... done [05:58:54.818] | : . receiveMessageFromWorker() for ClusterFuture ... done [05:58:54.819] | : result() for ClusterFuture ... done [05:58:54.819] | : result() for ClusterFuture ... [05:58:54.819] | : . result already collected: FutureResult [05:58:54.819] | : result() for ClusterFuture ... done [05:58:54.819] | : signalConditions() ... [05:58:54.820] | : . include = 'immediateCondition' [05:58:54.820] | : . exclude = [05:58:54.820] | : . resignal = FALSE [05:58:54.820] | : . Number of conditions: 0 [05:58:54.821] | : . int 0 [05:58:54.821] | : signalConditions() ... done [05:58:54.821] | : relay stdout ... [05:58:54.822] | : relay stdout ... done [05:58:54.822] | : check for misuse ... [05:58:54.822] | : check for misuse ... done [05:58:54.822] | value() for Future () ... done $a [1] 1 [05:58:54.823] | future(..., label = NULL) ... [05:58:54.823] | : lazy: FALSE [05:58:54.823] | : stdout: TRUE [05:58:54.824] | : conditions: [n=1] 'condition' [05:58:54.824] | : gc: FALSE [05:58:54.824] | : 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' [05:58:54.825] | : 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' [05:58:54.825] | : . Searching for globals ... [05:58:54.852] | : . ' globals found: [5] '{', '<-', 'list', '$', '$<-' [05:58:54.852] | : . Searching for globals ... done [05:58:54.853] | : . Resolving globals: TRUE [05:58:54.853] | : . Resolving any globals that are futures ... [05:58:54.853] | : . ' globals: [5] '{', '<-', 'list', '$', '$<-' [05:58:54.853] | : . Resolving any globals that are futures ... done [05:58:54.854] | : . Search for packages associated with the globals ... [05:58:54.854] | : . ' Packages associated with globals: [1] 'base' [05:58:54.855] | : . ' Packages: [1] 'base' [05:58:54.855] | : . Search for packages associated with the globals ... done [05:58:54.855] | : . Packages after dropping 'base': [0] [05:58:54.855] | : . globals: [0] [05:58:54.856] | : . packages: [0] [05:58:54.856] | : getGlobalsAndPackages() ... done [05:58:54.856] | : run() for 'Future' () ... [05:58:54.857] | : . state: 'created' [05:58:54.857] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:54.857] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:54.858] | : . Using MultisessionFutureBackend ... [05:58:54.858] | : . ' Number of futures since start: 4 (4 created, 4 launched, 4 finished) [05:58:54.858] | : . ' Launching futures ... [05:58:54.858] | : . ' , launchFuture() for ClusterFutureBackend ... [05:58:54.859] | : . ' , ; Workers: [n=2] [05:58:54.859] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:58:54.862] | : . ' , ; FutureRegistry: 'workers-52e408ffad1adc55eb49ea36f8702162' [05:58:54.862] | : . ' , ; requestWorker() ... [05:58:54.862] | : . ' , ; ` requestNode() ... [05:58:54.863] | : . ' , ; ` | Number of workers: 2 [05:58:54.863] | : . ' , ; ` | Polling for a free worker ... [05:58:54.863] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:54.863] | : . ' , ; ` | : . Listing all futures [05:58:54.864] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:54.864] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:54.864] | : . ' , ; ` | : Total time: 0 [05:58:54.865] | : . ' , ; ` | Polling for a free worker ... done [05:58:54.865] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:54.865] | : . ' , ; ` | : Listing all futures [05:58:54.865] | : . ' , ; ` | : Number of registered futures: 0 [05:58:54.866] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:54.866] | : . ' , ; ` | avail: [n=2] '1', '2' [05:58:54.866] | : . ' , ; ` | Index of first available worker: 1 [05:58:54.866] | : . ' , ; ` | Validate that the worker is functional ... [05:58:54.930] | : . ' , ; ` | : Worker is functional [05:58:54.930] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:54.931] | : . ' , ; ` | : . Listing all futures [05:58:54.931] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:54.931] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:54.931] | : . ' , ; ` | Validate that the worker is functional ... done [05:58:54.932] | : . ' , ; ` requestNode() ... done [05:58:54.932] | : . ' , ; ` cluster node index: 1 [05:58:54.932] | : . ' , ; requestWorker() ... done [05:58:54.932] | : . ' , ; eraseGlobalEnvironment() ... [05:58:54.933] | : . ' , ; eraseGlobalEnvironment() ... done [05:58:54.933] | : . ' , ; launchFuture() ... [05:58:54.934] | : . ' , ; ` cluster node index: 1 [05:58:54.934] | : . ' , ; ` getFutureData() ... [05:58:54.934] | : . ' , ; ` | getFutureCore() ... [05:58:54.934] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:58:54.934] | : . ' , ; ` | getFutureCore() ... done [05:58:54.935] | : . ' , ; ` | getFutureCapture() ... [05:58:54.935] | : . ' , ; ` | getFutureCapture() ... done [05:58:54.935] | : . ' , ; ` | getFutureContext() ... [05:58:54.935] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:54.936] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:58:54.936] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:54.936] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:58:54.936] | : . ' , ; ` | getFutureContext() ... done [05:58:54.936] | : . ' , ; ` getFutureData() ... done [05:58:54.937] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... [05:58:54.937] | : . ' , ; ` | Appended future to position #1 [05:58:54.937] | : . ' , ; ` | Number of registered futures: 1 [05:58:54.938] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... done [05:58:54.938] | : . ' , ; launchFuture() ... done [05:58:54.938] | : . ' , ; MultisessionFuture started [05:58:54.938] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:58:54.939] | : . ' Launching futures ... done [05:58:54.939] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:58:54.939] | : . Using MultisessionFutureBackend ... done [05:58:54.939] | : run() for 'Future' () ... done [05:58:54.939] | future(..., label = NULL) ... done [05:58:54.940] | value() for MultisessionFuture () ... [05:58:54.940] | : result() for ClusterFuture ... [05:58:54.940] | : . assertValidConnection() ... [05:58:54.941] | : . ' cluster node index: 1 [05:58:54.941] | : . assertValidConnection() ... done [05:58:54.941] | : . receiveMessageFromWorker() for ClusterFuture ... [05:58:54.942] | : . ' cluster node index: 1 [05:58:54.943] | : . ' [1] TRUE [05:58:54.944] | : . ' received data: [05:58:54.944] | : . ' List of 5 [05:58:54.944] | : . ' $ type : chr "VALUE" [05:58:54.944] | : . ' $ value :List of 16 [05:58:54.944] | : . ' ..$ value :List of 2 [05:58:54.944] | : . ' .. ..$ b: num 2 [05:58:54.944] | : . ' .. ..$ a: num 1 [05:58:54.944] | : . ' ..$ visible : logi TRUE [05:58:54.944] | : . ' ..$ stdout : chr "" [05:58:54.944] | : . ' ..$ conditions : list() [05:58:54.944] | : . ' ..$ rng : logi FALSE [05:58:54.944] | : . ' ..$ seed : NULL [05:58:54.944] | : . ' ..$ misuseGlobalEnv : NULL [05:58:54.944] | : . ' ..$ misuseConnections :List of 3 [05:58:54.944] | : . ' .. ..$ added : NULL [05:58:54.944] | : . ' .. ..$ removed : NULL [05:58:54.944] | : . ' .. ..$ replaced: NULL [05:58:54.944] | : . ' ..$ misuseDevices : NULL [05:58:54.944] | : . ' ..$ misuseDefaultDevice: list() [05:58:54.944] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:54.944] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:54.944] | : . ' ..$ uuid : chr [1:2] "cd0d3e671caa6e5bc91a761313424e7e" "17" [05:58:54.944] | : . ' ..$ session_uuid : chr "cd210b0d6a6f15676878d8c4df5bc41b" [05:58:54.944] | : . ' .. ..- attr(*, "source")=List of 5 [05:58:54.944] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [05:58:54.944] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:58:54.944] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:58:54.944] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:58:54.944] | : . ' .. .. ..$ pid : int 182092 [05:58:54.944] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:54.944] | : . ' .. .. ..$ random: int 2147483647 [05:58:54.944] | : . ' ..$ r_info :List of 4 [05:58:54.944] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:58:54.944] | : . ' .. .. ..$ : int [1:3] 4 6 0 [05:58:54.944] | : . ' .. ..$ os : chr "windows" [05:58:54.944] | : . ' .. ..$ os_name : chr "Windows" [05:58:54.944] | : . ' .. ..$ captures_utf8: logi TRUE [05:58:54.944] | : . ' ..$ version : chr "1.8" [05:58:54.944] | : . ' ..- attr(*, "class")= chr "FutureResult" [05:58:54.944] | : . ' $ success: logi TRUE [05:58:54.944] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [05:58:54.944] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:58:54.944] | : . ' $ tag : NULL [05:58:54.963] | : . ' Received FutureResult [05:58:54.963] | : . ' FutureResult: [05:58:54.963] | : . ' value: 'list' [05:58:54.963] | : . ' visible: TRUE [05:58:54.963] | : . ' stdout: character [05:58:54.963] | : . ' conditions: [n = 0] [05:58:54.963] | : . ' RNG used: FALSE [05:58:54.963] | : . ' duration: 0.004656076 secs (started 2025-06-05 05:58:54.937799) [05:58:54.963] | : . ' version: 1.8 [05:58:54.964] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... [05:58:54.964] | : . ' , Removed future from position #1 [05:58:54.964] | : . ' , Number of registered futures: 0 [05:58:54.964] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... done [05:58:54.965] | : . ' Erased future from future backend [05:58:54.965] | : . ' result() for ClusterFuture ... [05:58:54.965] | : . ' , result already collected: FutureResult [05:58:54.965] | : . ' result() for ClusterFuture ... done [05:58:54.966] | : . ' signalConditions() ... [05:58:54.966] | : . ' , include = 'immediateCondition' [05:58:54.966] | : . ' , exclude = [05:58:54.966] | : . ' , resignal = FALSE [05:58:54.966] | : . ' , Number of conditions: 0 [05:58:54.967] | : . ' , int 0 [05:58:54.967] | : . ' signalConditions() ... done [05:58:54.967] | : . receiveMessageFromWorker() for ClusterFuture ... done [05:58:54.968] | : result() for ClusterFuture ... done [05:58:54.968] | : result() for ClusterFuture ... [05:58:54.968] | : . result already collected: FutureResult [05:58:54.968] | : result() for ClusterFuture ... done [05:58:54.968] | : signalConditions() ... [05:58:54.969] | : . include = 'immediateCondition' [05:58:54.969] | : . exclude = [05:58:54.969] | : . resignal = FALSE [05:58:54.969] | : . Number of conditions: 0 [05:58:54.969] | : . int 0 [05:58:54.970] | : signalConditions() ... done [05:58:54.970] | : relay stdout ... [05:58:54.971] | : relay stdout ... done [05:58:54.971] | : check for misuse ... [05:58:54.971] | : check for misuse ... done [05:58:54.971] | value() for MultisessionFuture () ... done $b [1] 2 $a [1] 1 [05:58:54.972] | future(..., label = NULL) ... [05:58:54.972] | : lazy: FALSE [05:58:54.972] | : stdout: TRUE [05:58:54.972] | : conditions: [n=1] 'condition' [05:58:54.972] | : gc: FALSE [05:58:54.973] | : 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' [05:58:54.973] | : 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' [05:58:54.974] | : . Searching for globals ... [05:58:54.993] | : . ' globals found: [5] '{', 'x', '<-', '[[', '[[<-' [05:58:54.993] | : . Searching for globals ... done [05:58:54.994] | : . Resolving globals: TRUE [05:58:54.994] | : . Resolving any globals that are futures ... [05:58:54.994] | : . ' globals: [5] '{', 'x', '<-', '[[', '[[<-' [05:58:54.994] | : . Resolving any globals that are futures ... done [05:58:54.994] | : . Search for packages associated with the globals ... [05:58:54.995] | : . ' Packages associated with globals: [1] 'base' [05:58:54.995] | : . ' Packages: [1] 'base' [05:58:54.995] | : . Search for packages associated with the globals ... done [05:58:54.996] | : . Resolving futures part of globals (recursively) ... [05:58:54.996] | : . ' resolve() for FutureGlobals ... [05:58:54.996] | : . ' , recursive: 99 [05:58:54.996] | : . ' , Number of elements: 1 [05:58:54.997] | : . ' , elements: 'x' [05:58:54.997] | : . ' , 'obj' is list [05:58:54.997] | : . ' , resolve(obj, ...) ... [05:58:54.997] | : . ' , ; resolve() for list ... [05:58:54.997] | : . ' , ; ` recursive: 98 [05:58:54.998] | : . ' , ; ` Number of elements: 0 [05:58:54.998] | : . ' , ; resolve() for list ... done [05:58:54.998] | : . ' , resolve(obj, ...) ... done [05:58:54.998] | : . ' , resolved() for list ... [05:58:54.998] | : . ' , ; Number of elements: 0 [05:58:54.999] | : . ' , ; Number of futures: 0 [05:58:54.999] | : . ' , resolved() for list ... done [05:58:54.999] | : . ' , length: 0 (resolved future 1) [05:58:54.999] | : . ' resolve() for FutureGlobals ... done [05:58:55.000] | : . ' globals: [1] 'x' [05:58:55.000] | : . Resolving futures part of globals (recursively) ... done [05:58:55.000] | : . Packages after dropping 'base': [0] [05:58:55.000] | : . globals: [1] 'x' [05:58:55.000] | : . packages: [0] [05:58:55.001] | : getGlobalsAndPackages() ... done [05:58:55.001] | : run() for 'Future' () ... [05:58:55.001] | : . state: 'created' [05:58:55.001] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:55.002] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:55.002] | : . Using MultisessionFutureBackend ... [05:58:55.002] | : . ' Number of futures since start: 5 (5 created, 5 launched, 5 finished) [05:58:55.002] | : . ' Launching futures ... [05:58:55.003] | : . ' , launchFuture() for ClusterFutureBackend ... [05:58:55.003] | : . ' , ; Workers: [n=2] [05:58:55.003] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:58:55.005] | : . ' , ; FutureRegistry: 'workers-52e408ffad1adc55eb49ea36f8702162' [05:58:55.006] | : . ' , ; requestWorker() ... [05:58:55.006] | : . ' , ; ` requestNode() ... [05:58:55.006] | : . ' , ; ` | Number of workers: 2 [05:58:55.006] | : . ' , ; ` | Polling for a free worker ... [05:58:55.006] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:55.007] | : . ' , ; ` | : . Listing all futures [05:58:55.007] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:55.007] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:55.007] | : . ' , ; ` | : Total time: 0 [05:58:55.007] | : . ' , ; ` | Polling for a free worker ... done [05:58:55.008] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:55.008] | : . ' , ; ` | : Listing all futures [05:58:55.008] | : . ' , ; ` | : Number of registered futures: 0 [05:58:55.008] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:55.008] | : . ' , ; ` | avail: [n=2] '1', '2' [05:58:55.009] | : . ' , ; ` | Index of first available worker: 1 [05:58:55.009] | : . ' , ; ` | Validate that the worker is functional ... [05:58:55.073] | : . ' , ; ` | : Worker is functional [05:58:55.073] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:55.073] | : . ' , ; ` | : . Listing all futures [05:58:55.074] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:55.074] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:55.074] | : . ' , ; ` | Validate that the worker is functional ... done [05:58:55.074] | : . ' , ; ` requestNode() ... done [05:58:55.074] | : . ' , ; ` cluster node index: 1 [05:58:55.074] | : . ' , ; requestWorker() ... done [05:58:55.075] | : . ' , ; eraseGlobalEnvironment() ... [05:58:55.075] | : . ' , ; eraseGlobalEnvironment() ... done [05:58:55.075] | : . ' , ; launchFuture() ... [05:58:55.075] | : . ' , ; ` cluster node index: 1 [05:58:55.075] | : . ' , ; ` getFutureData() ... [05:58:55.076] | : . ' , ; ` | getFutureCore() ... [05:58:55.076] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:58:55.076] | : . ' , ; ` | getFutureCore() ... done [05:58:55.076] | : . ' , ; ` | getFutureCapture() ... [05:58:55.076] | : . ' , ; ` | getFutureCapture() ... done [05:58:55.076] | : . ' , ; ` | getFutureContext() ... [05:58:55.076] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:55.076] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:58:55.077] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:55.077] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:58:55.077] | : . ' , ; ` | getFutureContext() ... done [05:58:55.077] | : . ' , ; ` getFutureData() ... done [05:58:55.077] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... [05:58:55.078] | : . ' , ; ` | Appended future to position #1 [05:58:55.078] | : . ' , ; ` | Number of registered futures: 1 [05:58:55.078] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... done [05:58:55.078] | : . ' , ; launchFuture() ... done [05:58:55.078] | : . ' , ; MultisessionFuture started [05:58:55.079] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:58:55.079] | : . ' Launching futures ... done [05:58:55.079] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:58:55.079] | : . Using MultisessionFutureBackend ... done [05:58:55.080] | : run() for 'Future' () ... done [05:58:55.080] | future(..., label = NULL) ... done [05:58:55.080] | value() for MultisessionFuture () ... [05:58:55.080] | : result() for ClusterFuture ... [05:58:55.081] | : . assertValidConnection() ... [05:58:55.081] | : . ' cluster node index: 1 [05:58:55.081] | : . assertValidConnection() ... done [05:58:55.081] | : . receiveMessageFromWorker() for ClusterFuture ... [05:58:55.082] | : . ' cluster node index: 1 [05:58:55.084] | : . ' [1] TRUE [05:58:55.084] | : . ' received data: [05:58:55.084] | : . ' List of 5 [05:58:55.084] | : . ' $ type : chr "VALUE" [05:58:55.084] | : . ' $ value :List of 16 [05:58:55.084] | : . ' ..$ value :List of 1 [05:58:55.084] | : . ' .. ..$ a: num 1 [05:58:55.084] | : . ' ..$ visible : logi TRUE [05:58:55.084] | : . ' ..$ stdout : chr "" [05:58:55.084] | : . ' ..$ conditions : list() [05:58:55.084] | : . ' ..$ rng : logi FALSE [05:58:55.084] | : . ' ..$ seed : NULL [05:58:55.084] | : . ' ..$ misuseGlobalEnv : NULL [05:58:55.084] | : . ' ..$ misuseConnections :List of 3 [05:58:55.084] | : . ' .. ..$ added : NULL [05:58:55.084] | : . ' .. ..$ removed : NULL [05:58:55.084] | : . ' .. ..$ replaced: NULL [05:58:55.084] | : . ' ..$ misuseDevices : NULL [05:58:55.084] | : . ' ..$ misuseDefaultDevice: list() [05:58:55.084] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 05:58:55" [05:58:55.084] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 05:58:55" [05:58:55.084] | : . ' ..$ uuid : chr [1:2] "cd0d3e671caa6e5bc91a761313424e7e" "18" [05:58:55.084] | : . ' ..$ session_uuid : chr "cd210b0d6a6f15676878d8c4df5bc41b" [05:58:55.084] | : . ' .. ..- attr(*, "source")=List of 5 [05:58:55.084] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [05:58:55.084] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:58:55.084] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:58:55.084] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:58:55.084] | : . ' .. .. ..$ pid : int 182092 [05:58:55.084] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:55.084] | : . ' .. .. ..$ random: int 2147483647 [05:58:55.084] | : . ' ..$ r_info :List of 4 [05:58:55.084] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:58:55.084] | : . ' .. .. ..$ : int [1:3] 4 6 0 [05:58:55.084] | : . ' .. ..$ os : chr "windows" [05:58:55.084] | : . ' .. ..$ os_name : chr "Windows" [05:58:55.084] | : . ' .. ..$ captures_utf8: logi TRUE [05:58:55.084] | : . ' ..$ version : chr "1.8" [05:58:55.084] | : . ' ..- attr(*, "class")= chr "FutureResult" [05:58:55.084] | : . ' $ success: logi TRUE [05:58:55.084] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [05:58:55.084] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:58:55.084] | : . ' $ tag : NULL [05:58:55.102] | : . ' Received FutureResult [05:58:55.103] | : . ' FutureResult: [05:58:55.103] | : . ' value: 'list' [05:58:55.103] | : . ' visible: TRUE [05:58:55.103] | : . ' stdout: character [05:58:55.103] | : . ' conditions: [n = 0] [05:58:55.103] | : . ' RNG used: FALSE [05:58:55.103] | : . ' duration: 0.004864931 secs (started 2025-06-05 05:58:55.078279) [05:58:55.103] | : . ' version: 1.8 [05:58:55.103] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... [05:58:55.104] | : . ' , Removed future from position #1 [05:58:55.104] | : . ' , Number of registered futures: 0 [05:58:55.104] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... done [05:58:55.104] | : . ' Erased future from future backend [05:58:55.104] | : . ' result() for ClusterFuture ... [05:58:55.105] | : . ' , result already collected: FutureResult [05:58:55.105] | : . ' result() for ClusterFuture ... done [05:58:55.105] | : . ' signalConditions() ... [05:58:55.105] | : . ' , include = 'immediateCondition' [05:58:55.105] | : . ' , exclude = [05:58:55.106] | : . ' , resignal = FALSE [05:58:55.106] | : . ' , Number of conditions: 0 [05:58:55.106] | : . ' , int 0 [05:58:55.107] | : . ' signalConditions() ... done [05:58:55.107] | : . receiveMessageFromWorker() for ClusterFuture ... done [05:58:55.107] | : result() for ClusterFuture ... done [05:58:55.107] | : result() for ClusterFuture ... [05:58:55.108] | : . result already collected: FutureResult [05:58:55.108] | : result() for ClusterFuture ... done [05:58:55.108] | : signalConditions() ... [05:58:55.108] | : . include = 'immediateCondition' [05:58:55.108] | : . exclude = [05:58:55.109] | : . resignal = FALSE [05:58:55.109] | : . Number of conditions: 0 [05:58:55.109] | : . int 0 [05:58:55.110] | : signalConditions() ... done [05:58:55.110] | : relay stdout ... [05:58:55.110] | : relay stdout ... done [05:58:55.110] | : check for misuse ... [05:58:55.110] | : check for misuse ... done [05:58:55.111] | value() for MultisessionFuture () ... done $a [1] 1 [05:58:55.111] | future(..., label = NULL) ... [05:58:55.111] | : lazy: TRUE [05:58:55.111] | : stdout: TRUE [05:58:55.111] | : conditions: [n=1] 'condition' [05:58:55.112] | : gc: FALSE [05:58:55.112] | : 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' [05:58:55.112] | : 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' [05:58:55.113] | : . Searching for globals ... [05:58:55.128] | : . ' globals found: [5] '{', 'x', '<-', '[[', '[[<-' [05:58:55.129] | : . Searching for globals ... done [05:58:55.129] | : . Resolving globals: TRUE [05:58:55.129] | : . Resolving any globals that are futures ... [05:58:55.129] | : . ' globals: [5] '{', 'x', '<-', '[[', '[[<-' [05:58:55.130] | : . Resolving any globals that are futures ... done [05:58:55.130] | : . Search for packages associated with the globals ... [05:58:55.130] | : . ' Packages associated with globals: [1] 'base' [05:58:55.131] | : . ' Packages: [1] 'base' [05:58:55.131] | : . Search for packages associated with the globals ... done [05:58:55.131] | : . Resolving futures part of globals (recursively) ... [05:58:55.131] | : . ' resolve() for FutureGlobals ... [05:58:55.131] | : . ' , recursive: 99 [05:58:55.132] | : . ' , Number of elements: 1 [05:58:55.132] | : . ' , elements: 'x' [05:58:55.132] | : . ' , 'obj' is list [05:58:55.132] | : . ' , resolve(obj, ...) ... [05:58:55.133] | : . ' , ; resolve() for list ... [05:58:55.133] | : . ' , ; ` recursive: 98 [05:58:55.133] | : . ' , ; ` Number of elements: 0 [05:58:55.133] | : . ' , ; resolve() for list ... done [05:58:55.133] | : . ' , resolve(obj, ...) ... done [05:58:55.134] | : . ' , resolved() for list ... [05:58:55.134] | : . ' , ; Number of elements: 0 [05:58:55.134] | : . ' , ; Number of futures: 0 [05:58:55.134] | : . ' , resolved() for list ... done [05:58:55.135] | : . ' , length: 0 (resolved future 1) [05:58:55.135] | : . ' resolve() for FutureGlobals ... done [05:58:55.135] | : . ' globals: [1] 'x' [05:58:55.135] | : . Resolving futures part of globals (recursively) ... done [05:58:55.135] | : . Packages after dropping 'base': [0] [05:58:55.136] | : . globals: [1] 'x' [05:58:55.136] | : . packages: [0] [05:58:55.136] | : getGlobalsAndPackages() ... done [05:58:55.136] | future(..., label = NULL) ... done [05:58:55.137] | value() for Future () ... [05:58:55.137] | : run() for 'Future' () ... [05:58:55.137] | : . state: 'created' [05:58:55.137] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:55.138] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:55.138] | : . Using MultisessionFutureBackend ... [05:58:55.138] | : . ' Number of futures since start: 6 (6 created, 6 launched, 6 finished) [05:58:55.138] | : . ' Launching futures ... [05:58:55.139] | : . ' , launchFuture() for ClusterFutureBackend ... [05:58:55.139] | : . ' , ; Workers: [n=2] [05:58:55.139] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:58:55.144] | : . ' , ; FutureRegistry: 'workers-52e408ffad1adc55eb49ea36f8702162' [05:58:55.145] | : . ' , ; requestWorker() ... [05:58:55.145] | : . ' , ; ` requestNode() ... [05:58:55.145] | : . ' , ; ` | Number of workers: 2 [05:58:55.145] | : . ' , ; ` | Polling for a free worker ... [05:58:55.146] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:55.146] | : . ' , ; ` | : . Listing all futures [05:58:55.146] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:55.146] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:55.146] | : . ' , ; ` | : Total time: 0 [05:58:55.147] | : . ' , ; ` | Polling for a free worker ... done [05:58:55.147] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:55.147] | : . ' , ; ` | : Listing all futures [05:58:55.147] | : . ' , ; ` | : Number of registered futures: 0 [05:58:55.147] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:55.148] | : . ' , ; ` | avail: [n=2] '1', '2' [05:58:55.148] | : . ' , ; ` | Index of first available worker: 1 [05:58:55.148] | : . ' , ; ` | Validate that the worker is functional ... [05:58:55.211] | : . ' , ; ` | : Worker is functional [05:58:55.211] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:55.211] | : . ' , ; ` | : . Listing all futures [05:58:55.211] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:55.212] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:55.212] | : . ' , ; ` | Validate that the worker is functional ... done [05:58:55.212] | : . ' , ; ` requestNode() ... done [05:58:55.212] | : . ' , ; ` cluster node index: 1 [05:58:55.213] | : . ' , ; requestWorker() ... done [05:58:55.213] | : . ' , ; eraseGlobalEnvironment() ... [05:58:55.213] | : . ' , ; eraseGlobalEnvironment() ... done [05:58:55.214] | : . ' , ; launchFuture() ... [05:58:55.214] | : . ' , ; ` cluster node index: 1 [05:58:55.214] | : . ' , ; ` getFutureData() ... [05:58:55.214] | : . ' , ; ` | getFutureCore() ... [05:58:55.214] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:58:55.215] | : . ' , ; ` | getFutureCore() ... done [05:58:55.215] | : . ' , ; ` | getFutureCapture() ... [05:58:55.215] | : . ' , ; ` | getFutureCapture() ... done [05:58:55.215] | : . ' , ; ` | getFutureContext() ... [05:58:55.215] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:55.216] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:58:55.216] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:55.216] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:58:55.216] | : . ' , ; ` | getFutureContext() ... done [05:58:55.217] | : . ' , ; ` getFutureData() ... done [05:58:55.217] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... [05:58:55.217] | : . ' , ; ` | Appended future to position #1 [05:58:55.218] | : . ' , ; ` | Number of registered futures: 1 [05:58:55.218] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... done [05:58:55.218] | : . ' , ; launchFuture() ... done [05:58:55.218] | : . ' , ; MultisessionFuture started [05:58:55.218] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:58:55.219] | : . ' Launching futures ... done [05:58:55.219] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:58:55.219] | : . Using MultisessionFutureBackend ... done [05:58:55.219] | : run() for 'Future' () ... done [05:58:55.220] | : result() for ClusterFuture ... [05:58:55.220] | : . assertValidConnection() ... [05:58:55.220] | : . ' cluster node index: 1 [05:58:55.221] | : . assertValidConnection() ... done [05:58:55.221] | : . receiveMessageFromWorker() for ClusterFuture ... [05:58:55.221] | : . ' cluster node index: 1 [05:58:55.224] | : . ' [1] TRUE [05:58:55.224] | : . ' received data: [05:58:55.225] | : . ' List of 5 [05:58:55.225] | : . ' $ type : chr "VALUE" [05:58:55.225] | : . ' $ value :List of 16 [05:58:55.225] | : . ' ..$ value :List of 1 [05:58:55.225] | : . ' .. ..$ a: num 1 [05:58:55.225] | : . ' ..$ visible : logi TRUE [05:58:55.225] | : . ' ..$ stdout : chr "" [05:58:55.225] | : . ' ..$ conditions : list() [05:58:55.225] | : . ' ..$ rng : logi FALSE [05:58:55.225] | : . ' ..$ seed : NULL [05:58:55.225] | : . ' ..$ misuseGlobalEnv : NULL [05:58:55.225] | : . ' ..$ misuseConnections :List of 3 [05:58:55.225] | : . ' .. ..$ added : NULL [05:58:55.225] | : . ' .. ..$ removed : NULL [05:58:55.225] | : . ' .. ..$ replaced: NULL [05:58:55.225] | : . ' ..$ misuseDevices : NULL [05:58:55.225] | : . ' ..$ misuseDefaultDevice: list() [05:58:55.225] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 05:58:55" [05:58:55.225] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 05:58:55" [05:58:55.225] | : . ' ..$ uuid : chr [1:2] "cd0d3e671caa6e5bc91a761313424e7e" "19" [05:58:55.225] | : . ' ..$ session_uuid : chr "cd210b0d6a6f15676878d8c4df5bc41b" [05:58:55.225] | : . ' .. ..- attr(*, "source")=List of 5 [05:58:55.225] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [05:58:55.225] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:58:55.225] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:58:55.225] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:58:55.225] | : . ' .. .. ..$ pid : int 182092 [05:58:55.225] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:55.225] | : . ' .. .. ..$ random: int 2147483647 [05:58:55.225] | : . ' ..$ r_info :List of 4 [05:58:55.225] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:58:55.225] | : . ' .. .. ..$ : int [1:3] 4 6 0 [05:58:55.225] | : . ' .. ..$ os : chr "windows" [05:58:55.225] | : . ' .. ..$ os_name : chr "Windows" [05:58:55.225] | : . ' .. ..$ captures_utf8: logi TRUE [05:58:55.225] | : . ' ..$ version : chr "1.8" [05:58:55.225] | : . ' ..- attr(*, "class")= chr "FutureResult" [05:58:55.225] | : . ' $ success: logi TRUE [05:58:55.225] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [05:58:55.225] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:58:55.225] | : . ' $ tag : NULL [05:58:55.242] | : . ' Received FutureResult [05:58:55.242] | : . ' FutureResult: [05:58:55.242] | : . ' value: 'list' [05:58:55.242] | : . ' visible: TRUE [05:58:55.242] | : . ' stdout: character [05:58:55.242] | : . ' conditions: [n = 0] [05:58:55.242] | : . ' RNG used: FALSE [05:58:55.242] | : . ' duration: 0.004979849 secs (started 2025-06-05 05:58:55.217981) [05:58:55.242] | : . ' version: 1.8 [05:58:55.243] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... [05:58:55.243] | : . ' , Removed future from position #1 [05:58:55.244] | : . ' , Number of registered futures: 0 [05:58:55.244] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... done [05:58:55.244] | : . ' Erased future from future backend [05:58:55.244] | : . ' result() for ClusterFuture ... [05:58:55.245] | : . ' , result already collected: FutureResult [05:58:55.245] | : . ' result() for ClusterFuture ... done [05:58:55.245] | : . ' signalConditions() ... [05:58:55.245] | : . ' , include = 'immediateCondition' [05:58:55.245] | : . ' , exclude = [05:58:55.246] | : . ' , resignal = FALSE [05:58:55.246] | : . ' , Number of conditions: 0 [05:58:55.246] | : . ' , int 0 [05:58:55.247] | : . ' signalConditions() ... done [05:58:55.247] | : . receiveMessageFromWorker() for ClusterFuture ... done [05:58:55.247] | : result() for ClusterFuture ... done [05:58:55.247] | : result() for ClusterFuture ... [05:58:55.247] | : . result already collected: FutureResult [05:58:55.248] | : result() for ClusterFuture ... done [05:58:55.248] | : signalConditions() ... [05:58:55.248] | : . include = 'immediateCondition' [05:58:55.248] | : . exclude = [05:58:55.249] | : . resignal = FALSE [05:58:55.249] | : . Number of conditions: 0 [05:58:55.249] | : . int 0 [05:58:55.250] | : signalConditions() ... done [05:58:55.250] | : relay stdout ... [05:58:55.250] | : relay stdout ... done [05:58:55.250] | : check for misuse ... [05:58:55.251] | : check for misuse ... done [05:58:55.251] | value() for Future () ... done $a [1] 1 [05:58:55.251] | future(..., label = NULL) ... [05:58:55.251] | : lazy: FALSE [05:58:55.252] | : stdout: TRUE [05:58:55.252] | : conditions: [n=1] 'condition' [05:58:55.252] | : gc: FALSE [05:58:55.252] | : 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' [05:58:55.253] | : 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' [05:58:55.253] | : . Searching for globals ... [05:58:55.270] | : . ' globals found: [5] '{', 'x', '<-', '[[', '[[<-' [05:58:55.270] | : . Searching for globals ... done [05:58:55.271] | : . Resolving globals: TRUE [05:58:55.271] | : . Resolving any globals that are futures ... [05:58:55.271] | : . ' globals: [5] '{', 'x', '<-', '[[', '[[<-' [05:58:55.272] | : . Resolving any globals that are futures ... done [05:58:55.272] | : . Search for packages associated with the globals ... [05:58:55.272] | : . ' Packages associated with globals: [1] 'base' [05:58:55.273] | : . ' Packages: [1] 'base' [05:58:55.273] | : . Search for packages associated with the globals ... done [05:58:55.273] | : . Resolving futures part of globals (recursively) ... [05:58:55.273] | : . ' resolve() for FutureGlobals ... [05:58:55.274] | : . ' , recursive: 99 [05:58:55.274] | : . ' , Number of elements: 1 [05:58:55.274] | : . ' , elements: 'x' [05:58:55.274] | : . ' , 'obj' is list [05:58:55.275] | : . ' , resolve(obj, ...) ... [05:58:55.275] | : . ' , ; resolve() for list ... [05:58:55.275] | : . ' , ; ` recursive: 98 [05:58:55.275] | : . ' , ; ` Number of elements: 0 [05:58:55.275] | : . ' , ; resolve() for list ... done [05:58:55.276] | : . ' , resolve(obj, ...) ... done [05:58:55.276] | : . ' , resolved() for list ... [05:58:55.276] | : . ' , ; Number of elements: 0 [05:58:55.276] | : . ' , ; Number of futures: 0 [05:58:55.276] | : . ' , resolved() for list ... done [05:58:55.277] | : . ' , length: 0 (resolved future 1) [05:58:55.277] | : . ' resolve() for FutureGlobals ... done [05:58:55.277] | : . ' globals: [1] 'x' [05:58:55.277] | : . Resolving futures part of globals (recursively) ... done [05:58:55.278] | : . Packages after dropping 'base': [0] [05:58:55.278] | : . globals: [1] 'x' [05:58:55.278] | : . packages: [0] [05:58:55.278] | : getGlobalsAndPackages() ... done [05:58:55.279] | : run() for 'Future' () ... [05:58:55.279] | : . state: 'created' [05:58:55.279] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:55.279] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:55.280] | : . Using MultisessionFutureBackend ... [05:58:55.280] | : . ' Number of futures since start: 7 (7 created, 7 launched, 7 finished) [05:58:55.280] | : . ' Launching futures ... [05:58:55.280] | : . ' , launchFuture() for ClusterFutureBackend ... [05:58:55.280] | : . ' , ; Workers: [n=2] [05:58:55.281] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:58:55.283] | : . ' , ; FutureRegistry: 'workers-52e408ffad1adc55eb49ea36f8702162' [05:58:55.283] | : . ' , ; requestWorker() ... [05:58:55.284] | : . ' , ; ` requestNode() ... [05:58:55.284] | : . ' , ; ` | Number of workers: 2 [05:58:55.284] | : . ' , ; ` | Polling for a free worker ... [05:58:55.284] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:55.285] | : . ' , ; ` | : . Listing all futures [05:58:55.285] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:55.285] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:55.285] | : . ' , ; ` | : Total time: 0 [05:58:55.285] | : . ' , ; ` | Polling for a free worker ... done [05:58:55.286] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:55.286] | : . ' , ; ` | : Listing all futures [05:58:55.286] | : . ' , ; ` | : Number of registered futures: 0 [05:58:55.286] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:55.286] | : . ' , ; ` | avail: [n=2] '1', '2' [05:58:55.287] | : . ' , ; ` | Index of first available worker: 1 [05:58:55.287] | : . ' , ; ` | Validate that the worker is functional ... [05:58:55.349] | : . ' , ; ` | : Worker is functional [05:58:55.349] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:55.350] | : . ' , ; ` | : . Listing all futures [05:58:55.350] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:55.350] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:55.350] | : . ' , ; ` | Validate that the worker is functional ... done [05:58:55.351] | : . ' , ; ` requestNode() ... done [05:58:55.351] | : . ' , ; ` cluster node index: 1 [05:58:55.351] | : . ' , ; requestWorker() ... done [05:58:55.351] | : . ' , ; eraseGlobalEnvironment() ... [05:58:55.352] | : . ' , ; eraseGlobalEnvironment() ... done [05:58:55.352] | : . ' , ; launchFuture() ... [05:58:55.352] | : . ' , ; ` cluster node index: 1 [05:58:55.352] | : . ' , ; ` getFutureData() ... [05:58:55.353] | : . ' , ; ` | getFutureCore() ... [05:58:55.353] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:58:55.353] | : . ' , ; ` | getFutureCore() ... done [05:58:55.353] | : . ' , ; ` | getFutureCapture() ... [05:58:55.353] | : . ' , ; ` | getFutureCapture() ... done [05:58:55.354] | : . ' , ; ` | getFutureContext() ... [05:58:55.354] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:55.354] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:58:55.354] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:55.354] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:58:55.355] | : . ' , ; ` | getFutureContext() ... done [05:58:55.355] | : . ' , ; ` getFutureData() ... done [05:58:55.355] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... [05:58:55.356] | : . ' , ; ` | Appended future to position #1 [05:58:55.356] | : . ' , ; ` | Number of registered futures: 1 [05:58:55.356] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... done [05:58:55.356] | : . ' , ; launchFuture() ... done [05:58:55.356] | : . ' , ; MultisessionFuture started [05:58:55.357] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:58:55.357] | : . ' Launching futures ... done [05:58:55.357] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:58:55.357] | : . Using MultisessionFutureBackend ... done [05:58:55.357] | : run() for 'Future' () ... done [05:58:55.358] | future(..., label = NULL) ... done [05:58:55.358] | value() for MultisessionFuture () ... [05:58:55.358] | : result() for ClusterFuture ... [05:58:55.358] | : . assertValidConnection() ... [05:58:55.359] | : . ' cluster node index: 1 [05:58:55.359] | : . assertValidConnection() ... done [05:58:55.359] | : . receiveMessageFromWorker() for ClusterFuture ... [05:58:55.359] | : . ' cluster node index: 1 [05:58:55.362] | : . ' [1] TRUE [05:58:55.362] | : . ' received data: [05:58:55.363] | : . ' List of 5 [05:58:55.363] | : . ' $ type : chr "VALUE" [05:58:55.363] | : . ' $ value :List of 16 [05:58:55.363] | : . ' ..$ value :List of 1 [05:58:55.363] | : . ' .. ..$ a: num 1 [05:58:55.363] | : . ' ..$ visible : logi TRUE [05:58:55.363] | : . ' ..$ stdout : chr "" [05:58:55.363] | : . ' ..$ conditions : list() [05:58:55.363] | : . ' ..$ rng : logi FALSE [05:58:55.363] | : . ' ..$ seed : NULL [05:58:55.363] | : . ' ..$ misuseGlobalEnv : NULL [05:58:55.363] | : . ' ..$ misuseConnections :List of 3 [05:58:55.363] | : . ' .. ..$ added : NULL [05:58:55.363] | : . ' .. ..$ removed : NULL [05:58:55.363] | : . ' .. ..$ replaced: NULL [05:58:55.363] | : . ' ..$ misuseDevices : NULL [05:58:55.363] | : . ' ..$ misuseDefaultDevice: list() [05:58:55.363] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 05:58:55" [05:58:55.363] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 05:58:55" [05:58:55.363] | : . ' ..$ uuid : chr [1:2] "cd0d3e671caa6e5bc91a761313424e7e" "20" [05:58:55.363] | : . ' ..$ session_uuid : chr "cd210b0d6a6f15676878d8c4df5bc41b" [05:58:55.363] | : . ' .. ..- attr(*, "source")=List of 5 [05:58:55.363] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [05:58:55.363] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:58:55.363] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:58:55.363] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:58:55.363] | : . ' .. .. ..$ pid : int 182092 [05:58:55.363] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:55.363] | : . ' .. .. ..$ random: int 2147483647 [05:58:55.363] | : . ' ..$ r_info :List of 4 [05:58:55.363] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:58:55.363] | : . ' .. .. ..$ : int [1:3] 4 6 0 [05:58:55.363] | : . ' .. ..$ os : chr "windows" [05:58:55.363] | : . ' .. ..$ os_name : chr "Windows" [05:58:55.363] | : . ' .. ..$ captures_utf8: logi TRUE [05:58:55.363] | : . ' ..$ version : chr "1.8" [05:58:55.363] | : . ' ..- attr(*, "class")= chr "FutureResult" [05:58:55.363] | : . ' $ success: logi TRUE [05:58:55.363] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [05:58:55.363] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:58:55.363] | : . ' $ tag : NULL [05:58:55.384] | : . ' Received FutureResult [05:58:55.385] | : . ' FutureResult: [05:58:55.385] | : . ' value: 'list' [05:58:55.385] | : . ' visible: TRUE [05:58:55.385] | : . ' stdout: character [05:58:55.385] | : . ' conditions: [n = 0] [05:58:55.385] | : . ' RNG used: FALSE [05:58:55.385] | : . ' duration: 0.004566908 secs (started 2025-06-05 05:58:55.356071) [05:58:55.385] | : . ' version: 1.8 [05:58:55.385] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... [05:58:55.386] | : . ' , Removed future from position #1 [05:58:55.386] | : . ' , Number of registered futures: 0 [05:58:55.386] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... done [05:58:55.386] | : . ' Erased future from future backend [05:58:55.387] | : . ' result() for ClusterFuture ... [05:58:55.387] | : . ' , result already collected: FutureResult [05:58:55.387] | : . ' result() for ClusterFuture ... done [05:58:55.387] | : . ' signalConditions() ... [05:58:55.388] | : . ' , include = 'immediateCondition' [05:58:55.388] | : . ' , exclude = [05:58:55.388] | : . ' , resignal = FALSE [05:58:55.388] | : . ' , Number of conditions: 0 [05:58:55.388] | : . ' , int 0 [05:58:55.389] | : . ' signalConditions() ... done [05:58:55.389] | : . receiveMessageFromWorker() for ClusterFuture ... done [05:58:55.390] | : result() for ClusterFuture ... done [05:58:55.390] | : result() for ClusterFuture ... [05:58:55.390] | : . result already collected: FutureResult [05:58:55.390] | : result() for ClusterFuture ... done [05:58:55.391] | : signalConditions() ... [05:58:55.391] | : . include = 'immediateCondition' [05:58:55.391] | : . exclude = [05:58:55.391] | : . resignal = FALSE [05:58:55.391] | : . Number of conditions: 0 [05:58:55.392] | : . int 0 [05:58:55.392] | : signalConditions() ... done [05:58:55.393] | : relay stdout ... [05:58:55.393] | : relay stdout ... done [05:58:55.393] | : check for misuse ... [05:58:55.393] | : check for misuse ... done [05:58:55.394] | value() for MultisessionFuture () ... done $a [1] 1 [05:58:55.394] | future(..., label = NULL) ... [05:58:55.394] | : lazy: FALSE [05:58:55.394] | : stdout: TRUE [05:58:55.395] | : conditions: [n=1] 'condition' [05:58:55.395] | : gc: FALSE [05:58:55.395] | : 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' [05:58:55.396] | : 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' [05:58:55.396] | : . Searching for globals ... [05:58:55.415] | : . ' globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [05:58:55.415] | : . Searching for globals ... done [05:58:55.415] | : . Resolving globals: TRUE [05:58:55.416] | : . Resolving any globals that are futures ... [05:58:55.416] | : . ' globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [05:58:55.416] | : . Resolving any globals that are futures ... done [05:58:55.416] | : . Search for packages associated with the globals ... [05:58:55.416] | : . ' Packages associated with globals: [1] 'base' [05:58:55.417] | : . ' Packages: [1] 'base' [05:58:55.417] | : . Search for packages associated with the globals ... done [05:58:55.417] | : . Resolving futures part of globals (recursively) ... [05:58:55.417] | : . ' resolve() for FutureGlobals ... [05:58:55.417] | : . ' , recursive: 99 [05:58:55.417] | : . ' , Number of elements: 1 [05:58:55.418] | : . ' , elements: 'x' [05:58:55.418] | : . ' , 'obj' is list [05:58:55.418] | : . ' , resolve(obj, ...) ... [05:58:55.418] | : . ' , ; resolve() for list ... [05:58:55.418] | : . ' , ; ` recursive: 98 [05:58:55.418] | : . ' , ; ` Number of elements: 0 [05:58:55.418] | : . ' , ; resolve() for list ... done [05:58:55.419] | : . ' , resolve(obj, ...) ... done [05:58:55.419] | : . ' , resolved() for list ... [05:58:55.419] | : . ' , ; Number of elements: 0 [05:58:55.419] | : . ' , ; Number of futures: 0 [05:58:55.419] | : . ' , resolved() for list ... done [05:58:55.419] | : . ' , length: 0 (resolved future 1) [05:58:55.419] | : . ' resolve() for FutureGlobals ... done [05:58:55.420] | : . ' globals: [1] 'x' [05:58:55.420] | : . Resolving futures part of globals (recursively) ... done [05:58:55.420] | : . Packages after dropping 'base': [0] [05:58:55.420] | : . globals: [1] 'x' [05:58:55.420] | : . packages: [0] [05:58:55.420] | : getGlobalsAndPackages() ... done [05:58:55.421] | : run() for 'Future' () ... [05:58:55.421] | : . state: 'created' [05:58:55.421] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:55.421] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:55.421] | : . Using MultisessionFutureBackend ... [05:58:55.421] | : . ' Number of futures since start: 8 (8 created, 8 launched, 8 finished) [05:58:55.421] | : . ' Launching futures ... [05:58:55.422] | : . ' , launchFuture() for ClusterFutureBackend ... [05:58:55.422] | : . ' , ; Workers: [n=2] [05:58:55.422] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:58:55.424] | : . ' , ; FutureRegistry: 'workers-52e408ffad1adc55eb49ea36f8702162' [05:58:55.424] | : . ' , ; requestWorker() ... [05:58:55.424] | : . ' , ; ` requestNode() ... [05:58:55.424] | : . ' , ; ` | Number of workers: 2 [05:58:55.424] | : . ' , ; ` | Polling for a free worker ... [05:58:55.424] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:55.425] | : . ' , ; ` | : . Listing all futures [05:58:55.425] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:55.425] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:55.425] | : . ' , ; ` | : Total time: 0 [05:58:55.425] | : . ' , ; ` | Polling for a free worker ... done [05:58:55.425] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:55.425] | : . ' , ; ` | : Listing all futures [05:58:55.426] | : . ' , ; ` | : Number of registered futures: 0 [05:58:55.426] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:55.426] | : . ' , ; ` | avail: [n=2] '1', '2' [05:58:55.426] | : . ' , ; ` | Index of first available worker: 1 [05:58:55.426] | : . ' , ; ` | Validate that the worker is functional ... [05:58:55.485] | : . ' , ; ` | : Worker is functional [05:58:55.486] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:55.486] | : . ' , ; ` | : . Listing all futures [05:58:55.486] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:55.486] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:55.487] | : . ' , ; ` | Validate that the worker is functional ... done [05:58:55.487] | : . ' , ; ` requestNode() ... done [05:58:55.487] | : . ' , ; ` cluster node index: 1 [05:58:55.487] | : . ' , ; requestWorker() ... done [05:58:55.488] | : . ' , ; eraseGlobalEnvironment() ... [05:58:55.488] | : . ' , ; eraseGlobalEnvironment() ... done [05:58:55.488] | : . ' , ; launchFuture() ... [05:58:55.489] | : . ' , ; ` cluster node index: 1 [05:58:55.489] | : . ' , ; ` getFutureData() ... [05:58:55.489] | : . ' , ; ` | getFutureCore() ... [05:58:55.489] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:58:55.489] | : . ' , ; ` | getFutureCore() ... done [05:58:55.490] | : . ' , ; ` | getFutureCapture() ... [05:58:55.490] | : . ' , ; ` | getFutureCapture() ... done [05:58:55.490] | : . ' , ; ` | getFutureContext() ... [05:58:55.490] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:55.491] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:58:55.491] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:55.491] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:58:55.491] | : . ' , ; ` | getFutureContext() ... done [05:58:55.491] | : . ' , ; ` getFutureData() ... done [05:58:55.492] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... [05:58:55.492] | : . ' , ; ` | Appended future to position #1 [05:58:55.492] | : . ' , ; ` | Number of registered futures: 1 [05:58:55.493] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... done [05:58:55.493] | : . ' , ; launchFuture() ... done [05:58:55.493] | : . ' , ; MultisessionFuture started [05:58:55.493] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:58:55.493] | : . ' Launching futures ... done [05:58:55.494] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:58:55.494] | : . Using MultisessionFutureBackend ... done [05:58:55.494] | : run() for 'Future' () ... done [05:58:55.494] | future(..., label = NULL) ... done [05:58:55.494] | value() for MultisessionFuture () ... [05:58:55.495] | : result() for ClusterFuture ... [05:58:55.495] | : . assertValidConnection() ... [05:58:55.495] | : . ' cluster node index: 1 [05:58:55.496] | : . assertValidConnection() ... done [05:58:55.496] | : . receiveMessageFromWorker() for ClusterFuture ... [05:58:55.496] | : . ' cluster node index: 1 [05:58:55.498] | : . ' [1] TRUE [05:58:55.499] | : . ' received data: [05:58:55.499] | : . ' List of 5 [05:58:55.499] | : . ' $ type : chr "VALUE" [05:58:55.499] | : . ' $ value :List of 16 [05:58:55.499] | : . ' ..$ value :List of 1 [05:58:55.499] | : . ' .. ..$ a: num 1 [05:58:55.499] | : . ' ..$ visible : logi TRUE [05:58:55.499] | : . ' ..$ stdout : chr "" [05:58:55.499] | : . ' ..$ conditions : list() [05:58:55.499] | : . ' ..$ rng : logi FALSE [05:58:55.499] | : . ' ..$ seed : NULL [05:58:55.499] | : . ' ..$ misuseGlobalEnv : NULL [05:58:55.499] | : . ' ..$ misuseConnections :List of 3 [05:58:55.499] | : . ' .. ..$ added : NULL [05:58:55.499] | : . ' .. ..$ removed : NULL [05:58:55.499] | : . ' .. ..$ replaced: NULL [05:58:55.499] | : . ' ..$ misuseDevices : NULL [05:58:55.499] | : . ' ..$ misuseDefaultDevice: list() [05:58:55.499] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 05:58:55" [05:58:55.499] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 05:58:55" [05:58:55.499] | : . ' ..$ uuid : chr [1:2] "cd0d3e671caa6e5bc91a761313424e7e" "21" [05:58:55.499] | : . ' ..$ session_uuid : chr "cd210b0d6a6f15676878d8c4df5bc41b" [05:58:55.499] | : . ' .. ..- attr(*, "source")=List of 5 [05:58:55.499] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [05:58:55.499] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:58:55.499] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:58:55.499] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:58:55.499] | : . ' .. .. ..$ pid : int 182092 [05:58:55.499] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:55.499] | : . ' .. .. ..$ random: int 2147483647 [05:58:55.499] | : . ' ..$ r_info :List of 4 [05:58:55.499] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:58:55.499] | : . ' .. .. ..$ : int [1:3] 4 6 0 [05:58:55.499] | : . ' .. ..$ os : chr "windows" [05:58:55.499] | : . ' .. ..$ os_name : chr "Windows" [05:58:55.499] | : . ' .. ..$ captures_utf8: logi TRUE [05:58:55.499] | : . ' ..$ version : chr "1.8" [05:58:55.499] | : . ' ..- attr(*, "class")= chr "FutureResult" [05:58:55.499] | : . ' $ success: logi TRUE [05:58:55.499] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [05:58:55.499] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:58:55.499] | : . ' $ tag : NULL [05:58:55.513] | : . ' Received FutureResult [05:58:55.513] | : . ' FutureResult: [05:58:55.513] | : . ' value: 'list' [05:58:55.513] | : . ' visible: TRUE [05:58:55.513] | : . ' stdout: character [05:58:55.513] | : . ' conditions: [n = 0] [05:58:55.513] | : . ' RNG used: FALSE [05:58:55.513] | : . ' duration: 0.004643202 secs (started 2025-06-05 05:58:55.492699) [05:58:55.513] | : . ' version: 1.8 [05:58:55.514] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... [05:58:55.514] | : . ' , Removed future from position #1 [05:58:55.514] | : . ' , Number of registered futures: 0 [05:58:55.514] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... done [05:58:55.514] | : . ' Erased future from future backend [05:58:55.515] | : . ' result() for ClusterFuture ... [05:58:55.515] | : . ' , result already collected: FutureResult [05:58:55.515] | : . ' result() for ClusterFuture ... done [05:58:55.515] | : . ' signalConditions() ... [05:58:55.515] | : . ' , include = 'immediateCondition' [05:58:55.515] | : . ' , exclude = [05:58:55.515] | : . ' , resignal = FALSE [05:58:55.515] | : . ' , Number of conditions: 0 [05:58:55.516] | : . ' , int 0 [05:58:55.516] | : . ' signalConditions() ... done [05:58:55.516] | : . receiveMessageFromWorker() for ClusterFuture ... done [05:58:55.516] | : result() for ClusterFuture ... done [05:58:55.517] | : result() for ClusterFuture ... [05:58:55.517] | : . result already collected: FutureResult [05:58:55.517] | : result() for ClusterFuture ... done [05:58:55.517] | : signalConditions() ... [05:58:55.517] | : . include = 'immediateCondition' [05:58:55.517] | : . exclude = [05:58:55.517] | : . resignal = FALSE [05:58:55.517] | : . Number of conditions: 0 [05:58:55.518] | : . int 0 [05:58:55.518] | : signalConditions() ... done [05:58:55.518] | : relay stdout ... [05:58:55.518] | : relay stdout ... done [05:58:55.518] | : check for misuse ... [05:58:55.519] | : check for misuse ... done [05:58:55.519] | value() for MultisessionFuture () ... done $a [1] 1 [05:58:55.519] | future(..., label = NULL) ... [05:58:55.519] | : lazy: TRUE [05:58:55.519] | : stdout: TRUE [05:58:55.519] | : conditions: [n=1] 'condition' [05:58:55.520] | : gc: FALSE [05:58:55.520] | : 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' [05:58:55.520] | : 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' [05:58:55.520] | : . Searching for globals ... [05:58:55.543] | : . ' globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [05:58:55.543] | : . Searching for globals ... done [05:58:55.543] | : . Resolving globals: TRUE [05:58:55.544] | : . Resolving any globals that are futures ... [05:58:55.544] | : . ' globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [05:58:55.544] | : . Resolving any globals that are futures ... done [05:58:55.544] | : . Search for packages associated with the globals ... [05:58:55.545] | : . ' Packages associated with globals: [1] 'base' [05:58:55.545] | : . ' Packages: [1] 'base' [05:58:55.545] | : . Search for packages associated with the globals ... done [05:58:55.545] | : . Resolving futures part of globals (recursively) ... [05:58:55.546] | : . ' resolve() for FutureGlobals ... [05:58:55.546] | : . ' , recursive: 99 [05:58:55.546] | : . ' , Number of elements: 1 [05:58:55.547] | : . ' , elements: 'x' [05:58:55.547] | : . ' , 'obj' is list [05:58:55.547] | : . ' , resolve(obj, ...) ... [05:58:55.547] | : . ' , ; resolve() for list ... [05:58:55.547] | : . ' , ; ` recursive: 98 [05:58:55.548] | : . ' , ; ` Number of elements: 0 [05:58:55.548] | : . ' , ; resolve() for list ... done [05:58:55.548] | : . ' , resolve(obj, ...) ... done [05:58:55.548] | : . ' , resolved() for list ... [05:58:55.548] | : . ' , ; Number of elements: 0 [05:58:55.549] | : . ' , ; Number of futures: 0 [05:58:55.549] | : . ' , resolved() for list ... done [05:58:55.549] | : . ' , length: 0 (resolved future 1) [05:58:55.549] | : . ' resolve() for FutureGlobals ... done [05:58:55.550] | : . ' globals: [1] 'x' [05:58:55.550] | : . Resolving futures part of globals (recursively) ... done [05:58:55.550] | : . Packages after dropping 'base': [0] [05:58:55.550] | : . globals: [1] 'x' [05:58:55.551] | : . packages: [0] [05:58:55.551] | : getGlobalsAndPackages() ... done [05:58:55.551] | future(..., label = NULL) ... done [05:58:55.551] | value() for Future () ... [05:58:55.552] | : run() for 'Future' () ... [05:58:55.552] | : . state: 'created' [05:58:55.552] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:55.552] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:55.553] | : . Using MultisessionFutureBackend ... [05:58:55.553] | : . ' Number of futures since start: 9 (9 created, 9 launched, 9 finished) [05:58:55.553] | : . ' Launching futures ... [05:58:55.553] | : . ' , launchFuture() for ClusterFutureBackend ... [05:58:55.554] | : . ' , ; Workers: [n=2] [05:58:55.554] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:58:55.556] | : . ' , ; FutureRegistry: 'workers-52e408ffad1adc55eb49ea36f8702162' [05:58:55.556] | : . ' , ; requestWorker() ... [05:58:55.557] | : . ' , ; ` requestNode() ... [05:58:55.557] | : . ' , ; ` | Number of workers: 2 [05:58:55.557] | : . ' , ; ` | Polling for a free worker ... [05:58:55.557] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:55.557] | : . ' , ; ` | : . Listing all futures [05:58:55.558] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:55.558] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:55.558] | : . ' , ; ` | : Total time: 0 [05:58:55.558] | : . ' , ; ` | Polling for a free worker ... done [05:58:55.559] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:55.559] | : . ' , ; ` | : Listing all futures [05:58:55.559] | : . ' , ; ` | : Number of registered futures: 0 [05:58:55.559] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:55.559] | : . ' , ; ` | avail: [n=2] '1', '2' [05:58:55.560] | : . ' , ; ` | Index of first available worker: 1 [05:58:55.560] | : . ' , ; ` | Validate that the worker is functional ... [05:58:55.624] | : . ' , ; ` | : Worker is functional [05:58:55.624] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:55.624] | : . ' , ; ` | : . Listing all futures [05:58:55.624] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:55.625] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:55.625] | : . ' , ; ` | Validate that the worker is functional ... done [05:58:55.625] | : . ' , ; ` requestNode() ... done [05:58:55.625] | : . ' , ; ` cluster node index: 1 [05:58:55.626] | : . ' , ; requestWorker() ... done [05:58:55.626] | : . ' , ; eraseGlobalEnvironment() ... [05:58:55.626] | : . ' , ; eraseGlobalEnvironment() ... done [05:58:55.627] | : . ' , ; launchFuture() ... [05:58:55.627] | : . ' , ; ` cluster node index: 1 [05:58:55.627] | : . ' , ; ` getFutureData() ... [05:58:55.628] | : . ' , ; ` | getFutureCore() ... [05:58:55.628] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:58:55.628] | : . ' , ; ` | getFutureCore() ... done [05:58:55.628] | : . ' , ; ` | getFutureCapture() ... [05:58:55.628] | : . ' , ; ` | getFutureCapture() ... done [05:58:55.629] | : . ' , ; ` | getFutureContext() ... [05:58:55.629] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:55.629] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:58:55.629] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:55.630] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:58:55.630] | : . ' , ; ` | getFutureContext() ... done [05:58:55.630] | : . ' , ; ` getFutureData() ... done [05:58:55.631] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... [05:58:55.631] | : . ' , ; ` | Appended future to position #1 [05:58:55.631] | : . ' , ; ` | Number of registered futures: 1 [05:58:55.631] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... done [05:58:55.632] | : . ' , ; launchFuture() ... done [05:58:55.632] | : . ' , ; MultisessionFuture started [05:58:55.632] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:58:55.632] | : . ' Launching futures ... done [05:58:55.632] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:58:55.632] | : . Using MultisessionFutureBackend ... done [05:58:55.633] | : run() for 'Future' () ... done [05:58:55.633] | : result() for ClusterFuture ... [05:58:55.633] | : . assertValidConnection() ... [05:58:55.633] | : . ' cluster node index: 1 [05:58:55.634] | : . assertValidConnection() ... done [05:58:55.634] | : . receiveMessageFromWorker() for ClusterFuture ... [05:58:55.634] | : . ' cluster node index: 1 [05:58:55.638] | : . ' [1] TRUE [05:58:55.638] | : . ' received data: [05:58:55.639] | : . ' List of 5 [05:58:55.639] | : . ' $ type : chr "VALUE" [05:58:55.639] | : . ' $ value :List of 16 [05:58:55.639] | : . ' ..$ value :List of 1 [05:58:55.639] | : . ' .. ..$ a: num 1 [05:58:55.639] | : . ' ..$ visible : logi TRUE [05:58:55.639] | : . ' ..$ stdout : chr "" [05:58:55.639] | : . ' ..$ conditions : list() [05:58:55.639] | : . ' ..$ rng : logi FALSE [05:58:55.639] | : . ' ..$ seed : NULL [05:58:55.639] | : . ' ..$ misuseGlobalEnv : NULL [05:58:55.639] | : . ' ..$ misuseConnections :List of 3 [05:58:55.639] | : . ' .. ..$ added : NULL [05:58:55.639] | : . ' .. ..$ removed : NULL [05:58:55.639] | : . ' .. ..$ replaced: NULL [05:58:55.639] | : . ' ..$ misuseDevices : NULL [05:58:55.639] | : . ' ..$ misuseDefaultDevice: list() [05:58:55.639] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 05:58:55" [05:58:55.639] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 05:58:55" [05:58:55.639] | : . ' ..$ uuid : chr [1:2] "cd0d3e671caa6e5bc91a761313424e7e" "22" [05:58:55.639] | : . ' ..$ session_uuid : chr "cd210b0d6a6f15676878d8c4df5bc41b" [05:58:55.639] | : . ' .. ..- attr(*, "source")=List of 5 [05:58:55.639] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [05:58:55.639] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:58:55.639] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:58:55.639] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:58:55.639] | : . ' .. .. ..$ pid : int 182092 [05:58:55.639] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:55.639] | : . ' .. .. ..$ random: int 2147483647 [05:58:55.639] | : . ' ..$ r_info :List of 4 [05:58:55.639] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:58:55.639] | : . ' .. .. ..$ : int [1:3] 4 6 0 [05:58:55.639] | : . ' .. ..$ os : chr "windows" [05:58:55.639] | : . ' .. ..$ os_name : chr "Windows" [05:58:55.639] | : . ' .. ..$ captures_utf8: logi TRUE [05:58:55.639] | : . ' ..$ version : chr "1.8" [05:58:55.639] | : . ' ..- attr(*, "class")= chr "FutureResult" [05:58:55.639] | : . ' $ success: logi TRUE [05:58:55.639] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [05:58:55.639] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:58:55.639] | : . ' $ tag : NULL [05:58:55.657] | : . ' Received FutureResult [05:58:55.658] | : . ' FutureResult: [05:58:55.658] | : . ' value: 'list' [05:58:55.658] | : . ' visible: TRUE [05:58:55.658] | : . ' stdout: character [05:58:55.658] | : . ' conditions: [n = 0] [05:58:55.658] | : . ' RNG used: FALSE [05:58:55.658] | : . ' duration: 0.005105972 secs (started 2025-06-05 05:58:55.631598) [05:58:55.658] | : . ' version: 1.8 [05:58:55.659] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... [05:58:55.659] | : . ' , Removed future from position #1 [05:58:55.659] | : . ' , Number of registered futures: 0 [05:58:55.659] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... done [05:58:55.660] | : . ' Erased future from future backend [05:58:55.660] | : . ' result() for ClusterFuture ... [05:58:55.660] | : . ' , result already collected: FutureResult [05:58:55.660] | : . ' result() for ClusterFuture ... done [05:58:55.660] | : . ' signalConditions() ... [05:58:55.661] | : . ' , include = 'immediateCondition' [05:58:55.661] | : . ' , exclude = [05:58:55.661] | : . ' , resignal = FALSE [05:58:55.661] | : . ' , Number of conditions: 0 [05:58:55.662] | : . ' , int 0 [05:58:55.662] | : . ' signalConditions() ... done [05:58:55.662] | : . receiveMessageFromWorker() for ClusterFuture ... done [05:58:55.663] | : result() for ClusterFuture ... done [05:58:55.663] | : result() for ClusterFuture ... [05:58:55.663] | : . result already collected: FutureResult [05:58:55.663] | : result() for ClusterFuture ... done [05:58:55.664] | : signalConditions() ... [05:58:55.664] | : . include = 'immediateCondition' [05:58:55.664] | : . exclude = [05:58:55.664] | : . resignal = FALSE [05:58:55.664] | : . Number of conditions: 0 [05:58:55.665] | : . int 0 [05:58:55.665] | : signalConditions() ... done [05:58:55.665] | : relay stdout ... [05:58:55.666] | : relay stdout ... done [05:58:55.666] | : check for misuse ... [05:58:55.666] | : check for misuse ... done [05:58:55.666] | value() for Future () ... done $a [1] 1 [05:58:55.667] | future(..., label = NULL) ... [05:58:55.667] | : lazy: FALSE [05:58:55.667] | : stdout: TRUE [05:58:55.667] | : conditions: [n=1] 'condition' [05:58:55.668] | : gc: FALSE [05:58:55.668] | : 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' [05:58:55.668] | : getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [05:58:55.669] | : . Searching for globals ... [05:58:55.690] | : . ' globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [05:58:55.691] | : . Searching for globals ... done [05:58:55.691] | : . Resolving globals: TRUE [05:58:55.691] | : . Resolving any globals that are futures ... [05:58:55.691] | : . ' globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [05:58:55.692] | : . Resolving any globals that are futures ... done [05:58:55.692] | : . Search for packages associated with the globals ... [05:58:55.692] | : . ' Packages associated with globals: [1] 'base' [05:58:55.693] | : . ' Packages: [1] 'base' [05:58:55.693] | : . Search for packages associated with the globals ... done [05:58:55.693] | : . Resolving futures part of globals (recursively) ... [05:58:55.693] | : . ' resolve() for FutureGlobals ... [05:58:55.693] | : . ' , recursive: 99 [05:58:55.694] | : . ' , Number of elements: 1 [05:58:55.694] | : . ' , elements: 'x' [05:58:55.694] | : . ' , 'obj' is list [05:58:55.694] | : . ' , resolve(obj, ...) ... [05:58:55.694] | : . ' , ; resolve() for list ... [05:58:55.695] | : . ' , ; ` recursive: 98 [05:58:55.695] | : . ' , ; ` Number of elements: 0 [05:58:55.695] | : . ' , ; resolve() for list ... done [05:58:55.695] | : . ' , resolve(obj, ...) ... done [05:58:55.695] | : . ' , resolved() for list ... [05:58:55.696] | : . ' , ; Number of elements: 0 [05:58:55.696] | : . ' , ; Number of futures: 0 [05:58:55.696] | : . ' , resolved() for list ... done [05:58:55.696] | : . ' , length: 0 (resolved future 1) [05:58:55.696] | : . ' resolve() for FutureGlobals ... done [05:58:55.697] | : . ' globals: [1] 'x' [05:58:55.697] | : . Resolving futures part of globals (recursively) ... done [05:58:55.697] | : . Packages after dropping 'base': [0] [05:58:55.697] | : . globals: [1] 'x' [05:58:55.697] | : . packages: [0] [05:58:55.698] | : getGlobalsAndPackages() ... done [05:58:55.698] | : run() for 'Future' () ... [05:58:55.698] | : . state: 'created' [05:58:55.698] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:55.699] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:55.699] | : . Using MultisessionFutureBackend ... [05:58:55.699] | : . ' Number of futures since start: 10 (10 created, 10 launched, 10 finished) [05:58:55.699] | : . ' Launching futures ... [05:58:55.699] | : . ' , launchFuture() for ClusterFutureBackend ... [05:58:55.700] | : . ' , ; Workers: [n=2] [05:58:55.700] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:58:55.702] | : . ' , ; FutureRegistry: 'workers-52e408ffad1adc55eb49ea36f8702162' [05:58:55.702] | : . ' , ; requestWorker() ... [05:58:55.702] | : . ' , ; ` requestNode() ... [05:58:55.703] | : . ' , ; ` | Number of workers: 2 [05:58:55.703] | : . ' , ; ` | Polling for a free worker ... [05:58:55.703] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:55.703] | : . ' , ; ` | : . Listing all futures [05:58:55.703] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:55.704] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:55.704] | : . ' , ; ` | : Total time: 0 [05:58:55.704] | : . ' , ; ` | Polling for a free worker ... done [05:58:55.704] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:55.704] | : . ' , ; ` | : Listing all futures [05:58:55.704] | : . ' , ; ` | : Number of registered futures: 0 [05:58:55.705] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:55.705] | : . ' , ; ` | avail: [n=2] '1', '2' [05:58:55.705] | : . ' , ; ` | Index of first available worker: 1 [05:58:55.705] | : . ' , ; ` | Validate that the worker is functional ... [05:58:55.780] | : . ' , ; ` | : Worker is functional [05:58:55.781] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:55.781] | : . ' , ; ` | : . Listing all futures [05:58:55.781] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:55.781] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:55.782] | : . ' , ; ` | Validate that the worker is functional ... done [05:58:55.782] | : . ' , ; ` requestNode() ... done [05:58:55.782] | : . ' , ; ` cluster node index: 1 [05:58:55.782] | : . ' , ; requestWorker() ... done [05:58:55.783] | : . ' , ; eraseGlobalEnvironment() ... [05:58:55.783] | : . ' , ; eraseGlobalEnvironment() ... done [05:58:55.784] | : . ' , ; launchFuture() ... [05:58:55.784] | : . ' , ; ` cluster node index: 1 [05:58:55.784] | : . ' , ; ` getFutureData() ... [05:58:55.784] | : . ' , ; ` | getFutureCore() ... [05:58:55.785] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:58:55.785] | : . ' , ; ` | getFutureCore() ... done [05:58:55.785] | : . ' , ; ` | getFutureCapture() ... [05:58:55.785] | : . ' , ; ` | getFutureCapture() ... done [05:58:55.786] | : . ' , ; ` | getFutureContext() ... [05:58:55.786] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:55.786] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:58:55.786] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:55.787] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:58:55.787] | : . ' , ; ` | getFutureContext() ... done [05:58:55.787] | : . ' , ; ` getFutureData() ... done [05:58:55.788] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... [05:58:55.788] | : . ' , ; ` | Appended future to position #1 [05:58:55.788] | : . ' , ; ` | Number of registered futures: 1 [05:58:55.788] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... done [05:58:55.789] | : . ' , ; launchFuture() ... done [05:58:55.789] | : . ' , ; MultisessionFuture started [05:58:55.789] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:58:55.789] | : . ' Launching futures ... done [05:58:55.790] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:58:55.790] | : . Using MultisessionFutureBackend ... done [05:58:55.790] | : run() for 'Future' () ... done [05:58:55.790] | future(..., label = NULL) ... done [05:58:55.791] | value() for MultisessionFuture () ... [05:58:55.791] | : result() for ClusterFuture ... [05:58:55.791] | : . assertValidConnection() ... [05:58:55.792] | : . ' cluster node index: 1 [05:58:55.792] | : . assertValidConnection() ... done [05:58:55.793] | : . receiveMessageFromWorker() for ClusterFuture ... [05:58:55.793] | : . ' cluster node index: 1 [05:58:55.798] | : . ' [1] TRUE [05:58:55.798] | : . ' received data: [05:58:55.799] | : . ' List of 5 [05:58:55.799] | : . ' $ type : chr "VALUE" [05:58:55.799] | : . ' $ value :List of 16 [05:58:55.799] | : . ' ..$ value :List of 1 [05:58:55.799] | : . ' .. ..$ a: num 1 [05:58:55.799] | : . ' ..$ visible : logi TRUE [05:58:55.799] | : . ' ..$ stdout : chr "" [05:58:55.799] | : . ' ..$ conditions : list() [05:58:55.799] | : . ' ..$ rng : logi FALSE [05:58:55.799] | : . ' ..$ seed : NULL [05:58:55.799] | : . ' ..$ misuseGlobalEnv : NULL [05:58:55.799] | : . ' ..$ misuseConnections :List of 3 [05:58:55.799] | : . ' .. ..$ added : NULL [05:58:55.799] | : . ' .. ..$ removed : NULL [05:58:55.799] | : . ' .. ..$ replaced: NULL [05:58:55.799] | : . ' ..$ misuseDevices : NULL [05:58:55.799] | : . ' ..$ misuseDefaultDevice: list() [05:58:55.799] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 05:58:55" [05:58:55.799] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 05:58:55" [05:58:55.799] | : . ' ..$ uuid : chr [1:2] "cd0d3e671caa6e5bc91a761313424e7e" "23" [05:58:55.799] | : . ' ..$ session_uuid : chr "cd210b0d6a6f15676878d8c4df5bc41b" [05:58:55.799] | : . ' .. ..- attr(*, "source")=List of 5 [05:58:55.799] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [05:58:55.799] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:58:55.799] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:58:55.799] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:58:55.799] | : . ' .. .. ..$ pid : int 182092 [05:58:55.799] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:55.799] | : . ' .. .. ..$ random: int 2147483647 [05:58:55.799] | : . ' ..$ r_info :List of 4 [05:58:55.799] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:58:55.799] | : . ' .. .. ..$ : int [1:3] 4 6 0 [05:58:55.799] | : . ' .. ..$ os : chr "windows" [05:58:55.799] | : . ' .. ..$ os_name : chr "Windows" [05:58:55.799] | : . ' .. ..$ captures_utf8: logi TRUE [05:58:55.799] | : . ' ..$ version : chr "1.8" [05:58:55.799] | : . ' ..- attr(*, "class")= chr "FutureResult" [05:58:55.799] | : . ' $ success: logi TRUE [05:58:55.799] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [05:58:55.799] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:58:55.799] | : . ' $ tag : NULL [05:58:55.821] | : . ' Received FutureResult [05:58:55.822] | : . ' FutureResult: [05:58:55.822] | : . ' value: 'list' [05:58:55.822] | : . ' visible: TRUE [05:58:55.822] | : . ' stdout: character [05:58:55.822] | : . ' conditions: [n = 0] [05:58:55.822] | : . ' RNG used: FALSE [05:58:55.822] | : . ' duration: 0.007550955 secs (started 2025-06-05 05:58:55.788953) [05:58:55.822] | : . ' version: 1.8 [05:58:55.823] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... [05:58:55.823] | : . ' , Removed future from position #1 [05:58:55.823] | : . ' , Number of registered futures: 0 [05:58:55.824] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... done [05:58:55.824] | : . ' Erased future from future backend [05:58:55.824] | : . ' result() for ClusterFuture ... [05:58:55.824] | : . ' , result already collected: FutureResult [05:58:55.825] | : . ' result() for ClusterFuture ... done [05:58:55.825] | : . ' signalConditions() ... [05:58:55.825] | : . ' , include = 'immediateCondition' [05:58:55.825] | : . ' , exclude = [05:58:55.826] | : . ' , resignal = FALSE [05:58:55.826] | : . ' , Number of conditions: 0 [05:58:55.826] | : . ' , int 0 [05:58:55.827] | : . ' signalConditions() ... done [05:58:55.827] | : . receiveMessageFromWorker() for ClusterFuture ... done [05:58:55.828] | : result() for ClusterFuture ... done [05:58:55.828] | : result() for ClusterFuture ... [05:58:55.828] | : . result already collected: FutureResult [05:58:55.828] | : result() for ClusterFuture ... done [05:58:55.829] | : signalConditions() ... [05:58:55.829] | : . include = 'immediateCondition' [05:58:55.829] | : . exclude = [05:58:55.829] | : . resignal = FALSE [05:58:55.830] | : . Number of conditions: 0 [05:58:55.830] | : . int 0 [05:58:55.831] | : signalConditions() ... done [05:58:55.831] | : relay stdout ... [05:58:55.831] | : relay stdout ... done [05:58:55.831] | : check for misuse ... [05:58:55.832] | : check for misuse ... done [05:58:55.832] | value() for MultisessionFuture () ... done $a [1] 1 [05:58:55.833] | future(..., label = NULL) ... [05:58:55.833] | : lazy: FALSE [05:58:55.833] | : stdout: TRUE [05:58:55.833] | : conditions: [n=1] 'condition' [05:58:55.834] | : gc: FALSE [05:58:55.834] | : 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' [05:58:55.834] | : 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' [05:58:55.835] | : . Searching for globals ... [05:58:55.856] | : . ' globals found: [7] '{', 'x', '<-', '[', 'name', '[<-', 'list' [05:58:55.857] | : . Searching for globals ... done [05:58:55.857] | : . Resolving globals: TRUE [05:58:55.857] | : . Resolving any globals that are futures ... [05:58:55.858] | : . ' globals: [7] '{', 'x', '<-', '[', 'name', '[<-', 'list' [05:58:55.858] | : . Resolving any globals that are futures ... done [05:58:55.858] | : . Search for packages associated with the globals ... [05:58:55.859] | : . ' Packages associated with globals: [1] 'base' [05:58:55.859] | : . ' Packages: [1] 'base' [05:58:55.860] | : . Search for packages associated with the globals ... done [05:58:55.860] | : . Resolving futures part of globals (recursively) ... [05:58:55.860] | : . ' resolve() for FutureGlobals ... [05:58:55.860] | : . ' , recursive: 99 [05:58:55.861] | : . ' , Number of elements: 2 [05:58:55.861] | : . ' , elements: 'x', 'name' [05:58:55.861] | : . ' , 'obj' is list [05:58:55.861] | : . ' , resolve(obj, ...) ... [05:58:55.862] | : . ' , ; resolve() for list ... [05:58:55.862] | : . ' , ; ` recursive: 98 [05:58:55.862] | : . ' , ; ` Number of elements: 0 [05:58:55.862] | : . ' , ; resolve() for list ... done [05:58:55.863] | : . ' , resolve(obj, ...) ... done [05:58:55.863] | : . ' , resolved() for list ... [05:58:55.863] | : . ' , ; Number of elements: 0 [05:58:55.863] | : . ' , ; Number of futures: 0 [05:58:55.863] | : . ' , resolved() for list ... done [05:58:55.864] | : . ' , length: 1 (resolved future 1) [05:58:55.864] | : . ' , 'obj' is atomic [05:58:55.864] | : . ' , length: 0 (resolved future 2) [05:58:55.864] | : . ' resolve() for FutureGlobals ... done [05:58:55.865] | : . ' globals: [2] 'x', 'name' [05:58:55.865] | : . Resolving futures part of globals (recursively) ... done [05:58:55.865] | : . Packages after dropping 'base': [0] [05:58:55.865] | : . globals: [2] 'x', 'name' [05:58:55.865] | : . packages: [0] [05:58:55.866] | : getGlobalsAndPackages() ... done [05:58:55.866] | : run() for 'Future' () ... [05:58:55.866] | : . state: 'created' [05:58:55.867] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:55.867] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:55.867] | : . Using MultisessionFutureBackend ... [05:58:55.867] | : . ' Number of futures since start: 11 (11 created, 11 launched, 11 finished) [05:58:55.868] | : . ' Launching futures ... [05:58:55.868] | : . ' , launchFuture() for ClusterFutureBackend ... [05:58:55.868] | : . ' , ; Workers: [n=2] [05:58:55.868] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-06-04 r88278 ucrt), platform x86_64-w64-mingw32) [05:58:55.871] | : . ' , ; FutureRegistry: 'workers-52e408ffad1adc55eb49ea36f8702162' [05:58:55.872] | : . ' , ; requestWorker() ... [05:58:55.872] | : . ' , ; ` requestNode() ... [05:58:55.872] | : . ' , ; ` | Number of workers: 2 [05:58:55.872] | : . ' , ; ` | Polling for a free worker ... [05:58:55.872] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:55.873] | : . ' , ; ` | : . Listing all futures [05:58:55.873] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:55.873] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:55.873] | : . ' , ; ` | : Total time: 0 [05:58:55.874] | : . ' , ; ` | Polling for a free worker ... done [05:58:55.874] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:55.874] | : . ' , ; ` | : Listing all futures [05:58:55.874] | : . ' , ; ` | : Number of registered futures: 0 [05:58:55.875] | : . ' , ; ` | FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:55.875] | : . ' , ; ` | avail: [n=2] '1', '2' [05:58:55.875] | : . ' , ; ` | Index of first available worker: 1 [05:58:55.875] | : . ' , ; ` | Validate that the worker is functional ... [05:58:55.964] | : . ' , ; ` | : Worker is functional [05:58:55.964] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... [05:58:55.965] | : . ' , ; ` | : . Listing all futures [05:58:55.965] | : . ' , ; ` | : . Number of registered futures: 0 [05:58:55.965] | : . ' , ; ` | : FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'list', earlySignal = 0) ... done [05:58:55.965] | : . ' , ; ` | Validate that the worker is functional ... done [05:58:55.965] | : . ' , ; ` requestNode() ... done [05:58:55.966] | : . ' , ; ` cluster node index: 1 [05:58:55.966] | : . ' , ; requestWorker() ... done [05:58:55.966] | : . ' , ; eraseGlobalEnvironment() ... [05:58:55.967] | : . ' , ; eraseGlobalEnvironment() ... done [05:58:55.967] | : . ' , ; launchFuture() ... [05:58:55.967] | : . ' , ; ` cluster node index: 1 [05:58:55.967] | : . ' , ; ` getFutureData() ... [05:58:55.967] | : . ' , ; ` | getFutureCore() ... [05:58:55.968] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [05:58:55.968] | : . ' , ; ` | getFutureCore() ... done [05:58:55.968] | : . ' , ; ` | getFutureCapture() ... [05:58:55.968] | : . ' , ; ` | getFutureCapture() ... done [05:58:55.968] | : . ' , ; ` | getFutureContext() ... [05:58:55.968] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [05:58:55.969] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [05:58:55.969] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [05:58:55.969] | : . ' , ; ` | : Packages needed by future backend (n = 0): [05:58:55.969] | : . ' , ; ` | getFutureContext() ... done [05:58:55.969] | : . ' , ; ` getFutureData() ... done [05:58:55.970] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... [05:58:55.970] | : . ' , ; ` | Appended future to position #1 [05:58:55.971] | : . ' , ; ` | Number of registered futures: 1 [05:58:55.971] | : . ' , ; ` FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'add', earlySignal = 0) ... done [05:58:55.971] | : . ' , ; launchFuture() ... done [05:58:55.972] | : . ' , ; MultisessionFuture started [05:58:55.972] | : . ' , launchFuture() for ClusterFutureBackend ... done [05:58:55.972] | : . ' Launching futures ... done [05:58:55.973] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [05:58:55.973] | : . Using MultisessionFutureBackend ... done [05:58:55.973] | : run() for 'Future' () ... done [05:58:55.974] | future(..., label = NULL) ... done [05:58:55.974] | value() for MultisessionFuture () ... [05:58:55.974] | : result() for ClusterFuture ... [05:58:55.975] | : . assertValidConnection() ... [05:58:55.975] | : . ' cluster node index: 1 [05:58:55.976] | : . assertValidConnection() ... done [05:58:55.976] | : . receiveMessageFromWorker() for ClusterFuture ... [05:58:55.977] | : . ' cluster node index: 1 [05:58:55.978] | : . ' [1] TRUE [05:58:55.979] | : . ' received data: [05:58:55.979] | : . ' List of 5 [05:58:55.979] | : . ' $ type : chr "VALUE" [05:58:55.979] | : . ' $ value :List of 16 [05:58:55.979] | : . ' ..$ value :List of 1 [05:58:55.979] | : . ' .. ..$ a: num 1 [05:58:55.979] | : . ' ..$ visible : logi TRUE [05:58:55.979] | : . ' ..$ stdout : chr "" [05:58:55.979] | : . ' ..$ conditions : list() [05:58:55.979] | : . ' ..$ rng : logi FALSE [05:58:55.979] | : . ' ..$ seed : NULL [05:58:55.979] | : . ' ..$ misuseGlobalEnv : NULL [05:58:55.979] | : . ' ..$ misuseConnections :List of 3 [05:58:55.979] | : . ' .. ..$ added : NULL [05:58:55.979] | : . ' .. ..$ removed : NULL [05:58:55.979] | : . ' .. ..$ replaced: NULL [05:58:55.979] | : . ' ..$ misuseDevices : NULL [05:58:55.979] | : . ' ..$ misuseDefaultDevice: list() [05:58:55.979] | : . ' ..$ started : POSIXct[1:1], format: "2025-06-05 05:58:55" [05:58:55.979] | : . ' ..$ finished : POSIXct[1:1], format: "2025-06-05 05:58:55" [05:58:55.979] | : . ' ..$ uuid : chr [1:2] "cd0d3e671caa6e5bc91a761313424e7e" "24" [05:58:55.979] | : . ' ..$ session_uuid : chr "cd210b0d6a6f15676878d8c4df5bc41b" [05:58:55.979] | : . ' .. ..- attr(*, "source")=List of 5 [05:58:55.979] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [05:58:55.979] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [05:58:55.979] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [05:58:55.979] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [05:58:55.979] | : . ' .. .. ..$ pid : int 182092 [05:58:55.979] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-06-05 05:58:54" [05:58:55.979] | : . ' .. .. ..$ random: int 2147483647 [05:58:55.979] | : . ' ..$ r_info :List of 4 [05:58:55.979] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [05:58:55.979] | : . ' .. .. ..$ : int [1:3] 4 6 0 [05:58:55.979] | : . ' .. ..$ os : chr "windows" [05:58:55.979] | : . ' .. ..$ os_name : chr "Windows" [05:58:55.979] | : . ' .. ..$ captures_utf8: logi TRUE [05:58:55.979] | : . ' ..$ version : chr "1.8" [05:58:55.979] | : . ' ..- attr(*, "class")= chr "FutureResult" [05:58:55.979] | : . ' $ success: logi TRUE [05:58:55.979] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [05:58:55.979] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [05:58:55.979] | : . ' $ tag : NULL [05:58:56.005] | : . ' Received FutureResult [05:58:56.006] | : . ' FutureResult: [05:58:56.006] | : . ' value: 'list' [05:58:56.006] | : . ' visible: TRUE [05:58:56.006] | : . ' stdout: character [05:58:56.006] | : . ' conditions: [n = 0] [05:58:56.006] | : . ' RNG used: FALSE [05:58:56.006] | : . ' duration: 0.006066084 secs (started 2025-06-05 05:58:55.970974) [05:58:56.006] | : . ' version: 1.8 [05:58:56.007] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... [05:58:56.007] | : . ' , Removed future from position #1 [05:58:56.008] | : . ' , Number of registered futures: 0 [05:58:56.008] | : . ' FutureRegistry('workers-52e408ffad1adc55eb49ea36f8702162', action = 'remove', earlySignal = 0) ... done [05:58:56.009] | : . ' Erased future from future backend [05:58:56.009] | : . ' result() for ClusterFuture ... [05:58:56.009] | : . ' , result already collected: FutureResult [05:58:56.010] | : . ' result() for ClusterFuture ... done [05:58:56.010] | : . ' signalConditions() ... [05:58:56.010] | : . ' , include = 'immediateCondition' [05:58:56.011] | : . ' , exclude = [05:58:56.011] | : . ' , resignal = FALSE [05:58:56.011] | : . ' , Number of conditions: 0 [05:58:56.011] | : . ' , int 0 [05:58:56.012] | : . ' signalConditions() ... done [05:58:56.013] | : . receiveMessageFromWorker() for ClusterFuture ... done [05:58:56.013] | : result() for ClusterFuture ... done [05:58:56.014] | : result() for ClusterFuture ... [05:58:56.014] | : . result already collected: FutureResult [05:58:56.014] | : result() for ClusterFuture ... done [05:58:56.014] | : signalConditions() ... [05:58:56.015] | : . include = 'immediateCondition' [05:58:56.015] | : . exclude = [05:58:56.015] | : . resignal = FALSE [05:58:56.016] | : . Number of conditions: 0 [05:58:56.016] | : . int 0 [05:58:56.017] | : signalConditions() ... done [05:58:56.017] | : relay stdout ... [05:58:56.018] | : relay stdout ... done [05:58:56.018] | : check for misuse ... [05:58:56.018] | : check for misuse ... done [05:58:56.018] | value() for MultisessionFuture () ... done $a [1] 1 Testing with 2 cores ... DONE > message("*** Globals - subassignments w/ x$a <- value ... DONE") *** Globals - subassignments w/ x$a <- value ... DONE > message("*** Globals - subassignments ... DONE") *** Globals - subassignments ... DONE Sourcing 6 epilogue scripts ... 01/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/001.undo-future.R' 02/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/002.undo-state.R' Failed to undo environment variables: - Expected environment variables: [n=213] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_SPECIAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_06_05_05_55_16_20588' Sourcing 6 epilogue scripts ... done Test time: user.self=4s, sys.self=0.1s, elapsed=5s, user.child=NAs, sys.child=NAs Test 'globals,subassignment' ... success > > proc.time() user system elapsed 3.90 0.23 5.15