R Under development (unstable) (2025-05-08 r88190 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) [01:57:40.531] Option 'future.startup.script': TRUE [01:57:40.533] Future startup scripts considered: '.future.R', '~/.future.R' [01:57:40.533] 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') ... [01:57:40.602] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:40.603] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [01:57:40.603] | : all.equal() for FutureStrategyList ... [01:57:40.603] | : . New stack: [01:57:40.603] | : . List of 1 [01:57:40.603] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:40.603] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:40.603] | : . ..- attr(*, "init")= logi TRUE [01:57:40.603] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.603] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.603] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.603] | : . ..- attr(*, "call")= language plan(strategy) [01:57:40.603] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:40.608] | : . Old stack: [01:57:40.608] | : . List of 1 [01:57:40.608] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:40.608] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:40.608] | : . ..- attr(*, "init")= logi TRUE [01:57:40.608] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.608] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.608] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.608] | : . ..- attr(*, "call")= language plan(sequential) [01:57:40.608] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:40.611] | : . Not identical [01:57:40.611] | : . all.equal() for future ... [01:57:40.611] | : . ' List of 2 [01:57:40.611] | : . ' $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:40.611] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:40.611] | : . ' ..- attr(*, "init")= logi TRUE [01:57:40.611] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.611] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.611] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.611] | : . ' ..- attr(*, "call")= language plan(strategy) [01:57:40.611] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:40.611] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:40.611] | : . ' ..- attr(*, "init")= logi TRUE [01:57:40.611] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.611] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.611] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.611] | : . ' ..- attr(*, "call")= language plan(sequential) [01:57:40.617] | : . all.equal() for future ... done [01:57:40.618] | : all.equal() for FutureStrategyList ... done [01:57:40.618] | : plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:40.618] | : List of future strategies: [01:57:40.618] | : 1. sequential: [01:57:40.618] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:40.618] | : - tweaked: FALSE [01:57:40.618] | : - call: plan(sequential) [01:57:40.619] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [01:57:40.619] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:40.619] future(..., label = NULL) ... [01:57:40.620] | lazy: FALSE [01:57:40.620] | stdout: TRUE [01:57:40.620] | conditions: [n=1] 'condition' [01:57:40.620] | gc: FALSE [01:57:40.623] | 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' [01:57:40.625] | 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' [01:57:40.625] | : Searching for globals ... [01:57:40.653] | : . globals found: [5] '{', 'x', '<-', '$', '$<-' [01:57:40.653] | : Searching for globals ... done [01:57:40.654] | : Resolving globals: TRUE [01:57:40.654] | : Resolving any globals that are futures ... [01:57:40.654] | : . globals: [5] '{', 'x', '<-', '$', '$<-' [01:57:40.654] | : Resolving any globals that are futures ... done [01:57:40.654] | : Search for packages associated with the globals ... [01:57:40.655] | : . Packages associated with globals: [1] 'base' [01:57:40.656] | : . Packages: [1] 'base' [01:57:40.656] | : Search for packages associated with the globals ... done [01:57:40.656] | : Resolving futures part of globals (recursively) ... [01:57:40.656] | : . resolve() for FutureGlobals ... [01:57:40.656] | : . ' recursive: 99 [01:57:40.657] | : . ' Number of elements: 1 [01:57:40.658] | : . ' elements: 'x' [01:57:40.658] | : . ' 'obj' is list [01:57:40.658] | : . ' resolve(obj, ...) ... [01:57:40.658] | : . ' , resolve() for list ... [01:57:40.658] | : . ' , ; recursive: 98 [01:57:40.658] | : . ' , ; Number of elements: 0 [01:57:40.659] | : . ' , resolve() for list ... done [01:57:40.659] | : . ' resolve(obj, ...) ... done [01:57:40.659] | : . ' resolved() for list ... [01:57:40.659] | : . ' , Number of elements: 0 [01:57:40.659] | : . ' , Number of futures: 0 [01:57:40.660] | : . ' resolved() for list ... done [01:57:40.660] | : . ' length: 0 (resolved future 1) [01:57:40.660] | : . resolve() for FutureGlobals ... done [01:57:40.660] | : . globals: [1] 'x' [01:57:40.660] | : Resolving futures part of globals (recursively) ... done [01:57:40.661] | : Packages after dropping 'base': [0] [01:57:40.661] | : globals: [1] 'x' [01:57:40.661] | : packages: [0] [01:57:40.661] | getGlobalsAndPackages() ... done [01:57:40.662] | run() for 'Future' (NULL) ... [01:57:40.662] | : state: 'created' [01:57:40.662] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:40.663] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [01:57:40.663] | : . ' function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:40.663] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:40.663] | : . ' - attr(*, "init")= logi TRUE [01:57:40.663] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.663] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.663] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.663] | : . ' - attr(*, "call")= language plan(sequential) [01:57:40.666] | : . ' init: TRUE [01:57:40.666] | : . ' makeFutureBackend() ... [01:57:40.666] | : . ' , Backend function: <'NULL'> [01:57:40.666] | : . ' , Evaluator tweak arguments: [n=0] [01:57:40.666] | : . ' , list() [01:57:40.667] | : . ' , Evaluator formal arguments: [n=2] [01:57:40.667] | : . ' , list() [01:57:40.667] | : . ' , Backend factory arguments: [n=2] [01:57:40.667] | : . ' , Dotted pair list of 2 [01:57:40.667] | : . ' , $ gc : logi FALSE [01:57:40.667] | : . ' , $ earlySignal: logi FALSE [01:57:40.669] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [01:57:40.669] | : . ' makeFutureBackend() ... done [01:57:40.669] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [01:57:40.670] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:40.670] | : Using SequentialFutureBackend ... [01:57:40.670] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [01:57:40.670] | : . Launching futures ... [01:57:40.671] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:40.671] | : . ' , getFutureData() ... [01:57:40.671] | : . ' , ; getFutureCore() ... [01:57:40.671] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:40.671] | : . ' , ; getFutureCore() ... done [01:57:40.672] | : . ' , ; getFutureCapture() ... [01:57:40.672] | : . ' , ; getFutureCapture() ... done [01:57:40.672] | : . ' , ; getFutureContext() ... [01:57:40.673] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:40.673] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:40.673] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:40.673] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:40.673] | : . ' , ; getFutureContext() ... done [01:57:40.674] | : . ' , getFutureData() ... done [01:57:40.675] | : . ' , attachPackages() ... [01:57:40.679] | : . ' , ; packages: [n=1] 'future' [01:57:40.680] | : . ' , attachPackages() ... done [01:57:40.680] | : . ' , attachPackages() ... [01:57:40.680] | : . ' , ; packages: [n=0] [01:57:40.680] | : . ' , attachPackages() ... done [01:57:40.681] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:40.681] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:40.681] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:40.682] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:40.682] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:40.683] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:40.683] | : . ' , ; ` | New stack: [01:57:40.683] | : . ' , ; ` | List of 1 [01:57:40.683] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:40.683] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:40.683] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:40.683] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.683] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.683] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.683] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:40.683] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:40.687] | : . ' , ; ` | Old stack: [01:57:40.688] | : . ' , ; ` | List of 1 [01:57:40.688] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:40.688] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:40.688] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:40.688] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.688] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.688] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.688] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:40.688] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:40.688] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.688] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.688] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:40.692] | : . ' , ; ` | Not identical [01:57:40.693] | : . ' , ; ` | all.equal() for future ... [01:57:40.693] | : . ' , ; ` | : List of 2 [01:57:40.693] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:40.693] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:40.693] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:40.693] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.693] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.693] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.693] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:40.693] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:40.693] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:40.693] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:40.693] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.693] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.693] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.693] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:40.693] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:40.693] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.693] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.768] | : . ' , ; ` | all.equal() for future ... done [01:57:40.768] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:40.768] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:40.768] | : . ' , ; ` List of future strategies: [01:57:40.768] | : . ' , ; ` 1. sequential: [01:57:40.768] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:40.768] | : . ' , ; ` - tweaked: FALSE [01:57:40.768] | : . ' , ; ` - call: plan(sequential) [01:57:40.769] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:40.769] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:40.770] | : . ' , assign_globals() ... [01:57:40.770] | : . ' , List of 1 [01:57:40.770] | : . ' , $ x: list() [01:57:40.770] | : . ' , - attr(*, "where")=List of 1 [01:57:40.770] | : . ' , ..$ x: [01:57:40.770] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [01:57:40.770] | : . ' , - attr(*, "resolved")= logi TRUE [01:57:40.770] | : . ' , - attr(*, "total_size")= num NA [01:57:40.770] | : . ' , - attr(*, "already-done")= logi TRUE [01:57:40.774] | : . ' , - copied 'x' to environment [01:57:40.774] | : . ' , assign_globals() ... done [01:57:40.778] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:40.779] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:40.779] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:40.779] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:40.779] | : . ' , ; ` | : New stack: [01:57:40.780] | : . ' , ; ` | : List of 1 [01:57:40.780] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:40.780] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:40.780] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:40.780] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.780] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.780] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.780] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:40.780] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:40.780] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.780] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.780] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:40.784] | : . ' , ; ` | : Old stack: [01:57:40.785] | : . ' , ; ` | : List of 1 [01:57:40.785] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:40.785] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:40.785] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:40.785] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.785] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.785] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.785] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:40.785] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:40.785] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.785] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.785] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:40.865] | : . ' , ; ` | : Identical [01:57:40.866] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:40.866] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:40.866] | : . ' , ; ` | List of future strategies: [01:57:40.866] | : . ' , ; ` | 1. sequential: [01:57:40.866] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:40.866] | : . ' , ; ` | - tweaked: FALSE [01:57:40.866] | : . ' , ; ` | - call: plan(sequential) [01:57:40.868] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:40.868] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:40.868] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:40.874] | : . ' , SequentialFuture started (and completed) [01:57:40.875] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:40.875] | : . Launching futures ... done [01:57:40.875] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:40.875] | : Using SequentialFutureBackend ... done [01:57:40.875] | run() for 'Future' (NULL) ... done [01:57:40.876] future(..., label = NULL) ... done [01:57:40.876] value() for SequentialFuture (NULL) ... [01:57:40.876] | relay stdout ... [01:57:40.877] | relay stdout ... done [01:57:40.877] | check for misuse ... [01:57:40.877] | check for misuse ... done [01:57:40.877] value() for SequentialFuture (NULL) ... done $a [1] 1 [01:57:40.877] future(..., label = NULL) ... [01:57:40.877] | lazy: TRUE [01:57:40.878] | stdout: TRUE [01:57:40.878] | conditions: [n=1] 'condition' [01:57:40.878] | gc: FALSE [01:57:40.878] | 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' [01:57:40.878] | 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' [01:57:40.879] | : Searching for globals ... [01:57:40.894] | : . globals found: [5] '{', 'x', '<-', '$', '$<-' [01:57:40.894] | : Searching for globals ... done [01:57:40.895] | : Resolving globals: TRUE [01:57:40.895] | : Resolving any globals that are futures ... [01:57:40.895] | : . globals: [5] '{', 'x', '<-', '$', '$<-' [01:57:40.895] | : Resolving any globals that are futures ... done [01:57:40.895] | : Search for packages associated with the globals ... [01:57:40.896] | : . Packages associated with globals: [1] 'base' [01:57:40.896] | : . Packages: [1] 'base' [01:57:40.896] | : Search for packages associated with the globals ... done [01:57:40.897] | : Resolving futures part of globals (recursively) ... [01:57:40.897] | : . resolve() for FutureGlobals ... [01:57:40.897] | : . ' recursive: 99 [01:57:40.897] | : . ' Number of elements: 1 [01:57:40.898] | : . ' elements: 'x' [01:57:40.898] | : . ' 'obj' is list [01:57:40.898] | : . ' resolve(obj, ...) ... [01:57:40.898] | : . ' , resolve() for list ... [01:57:40.898] | : . ' , ; recursive: 98 [01:57:40.899] | : . ' , ; Number of elements: 0 [01:57:40.899] | : . ' , resolve() for list ... done [01:57:40.899] | : . ' resolve(obj, ...) ... done [01:57:40.899] | : . ' resolved() for list ... [01:57:40.899] | : . ' , Number of elements: 0 [01:57:40.900] | : . ' , Number of futures: 0 [01:57:40.900] | : . ' resolved() for list ... done [01:57:40.900] | : . ' length: 0 (resolved future 1) [01:57:40.900] | : . resolve() for FutureGlobals ... done [01:57:40.900] | : . globals: [1] 'x' [01:57:40.901] | : Resolving futures part of globals (recursively) ... done [01:57:40.901] | : Packages after dropping 'base': [0] [01:57:40.901] | : globals: [1] 'x' [01:57:40.901] | : packages: [0] [01:57:40.901] | getGlobalsAndPackages() ... done [01:57:40.902] future(..., label = NULL) ... done [01:57:40.902] value() for Future (NULL) ... [01:57:40.902] | run() for 'Future' (NULL) ... [01:57:40.902] | : state: 'created' [01:57:40.903] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:40.903] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:40.903] | : Using SequentialFutureBackend ... [01:57:40.903] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [01:57:40.903] | : . Launching futures ... [01:57:40.904] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:40.904] | : . ' , getFutureData() ... [01:57:40.904] | : . ' , ; getFutureCore() ... [01:57:40.904] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:40.905] | : . ' , ; getFutureCore() ... done [01:57:40.905] | : . ' , ; getFutureCapture() ... [01:57:40.905] | : . ' , ; getFutureCapture() ... done [01:57:40.905] | : . ' , ; getFutureContext() ... [01:57:40.905] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:40.906] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:40.906] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:40.906] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:40.906] | : . ' , ; getFutureContext() ... done [01:57:40.906] | : . ' , getFutureData() ... done [01:57:40.907] | : . ' , attachPackages() ... [01:57:40.907] | : . ' , ; packages: [n=1] 'future' [01:57:40.907] | : . ' , attachPackages() ... done [01:57:40.907] | : . ' , attachPackages() ... [01:57:40.908] | : . ' , ; packages: [n=0] [01:57:40.908] | : . ' , attachPackages() ... done [01:57:40.908] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:40.909] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:40.909] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:40.909] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:40.910] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:40.910] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:40.910] | : . ' , ; ` | New stack: [01:57:40.910] | : . ' , ; ` | List of 1 [01:57:40.910] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:40.910] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:40.910] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:40.910] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.910] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.910] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.910] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:40.910] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:40.914] | : . ' , ; ` | Old stack: [01:57:40.914] | : . ' , ; ` | List of 1 [01:57:40.914] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:40.914] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:40.914] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:40.914] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.914] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.914] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.914] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:40.914] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:40.914] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.914] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.914] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:40.919] | : . ' , ; ` | Not identical [01:57:40.919] | : . ' , ; ` | all.equal() for future ... [01:57:40.920] | : . ' , ; ` | : List of 2 [01:57:40.920] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:40.920] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:40.920] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:40.920] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.920] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.920] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.920] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:40.920] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:40.920] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:40.920] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:40.920] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.920] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.920] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.920] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:40.920] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:40.920] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.920] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.928] | : . ' , ; ` | all.equal() for future ... done [01:57:40.928] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:40.928] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:40.928] | : . ' , ; ` List of future strategies: [01:57:40.928] | : . ' , ; ` 1. sequential: [01:57:40.928] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:40.928] | : . ' , ; ` - tweaked: FALSE [01:57:40.928] | : . ' , ; ` - call: plan(sequential) [01:57:40.929] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:40.929] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:40.930] | : . ' , assign_globals() ... [01:57:40.930] | : . ' , List of 1 [01:57:40.930] | : . ' , $ x: list() [01:57:40.930] | : . ' , - attr(*, "where")=List of 1 [01:57:40.930] | : . ' , ..$ x: [01:57:40.930] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [01:57:40.930] | : . ' , - attr(*, "resolved")= logi TRUE [01:57:40.930] | : . ' , - attr(*, "total_size")= num NA [01:57:40.930] | : . ' , - attr(*, "already-done")= logi TRUE [01:57:40.933] | : . ' , - copied 'x' to environment [01:57:40.934] | : . ' , assign_globals() ... done [01:57:40.936] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:40.937] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:40.937] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:40.937] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:40.937] | : . ' , ; ` | : New stack: [01:57:40.937] | : . ' , ; ` | : List of 1 [01:57:40.937] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:40.937] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:40.937] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:40.937] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.937] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.937] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.937] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:40.937] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:40.937] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.937] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.937] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:40.943] | : . ' , ; ` | : Old stack: [01:57:40.943] | : . ' , ; ` | : List of 1 [01:57:40.943] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:40.943] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:40.943] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:40.943] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.943] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.943] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.943] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:40.943] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:40.943] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.943] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.943] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:40.948] | : . ' , ; ` | : Identical [01:57:40.948] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:40.949] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:40.949] | : . ' , ; ` | List of future strategies: [01:57:40.949] | : . ' , ; ` | 1. sequential: [01:57:40.949] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:40.949] | : . ' , ; ` | - tweaked: FALSE [01:57:40.949] | : . ' , ; ` | - call: plan(sequential) [01:57:40.949] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:40.950] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:40.950] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:40.950] | : . ' , SequentialFuture started (and completed) [01:57:40.951] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:40.951] | : . Launching futures ... done [01:57:40.951] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:40.951] | : Using SequentialFutureBackend ... done [01:57:40.952] | run() for 'Future' (NULL) ... done [01:57:40.952] | relay stdout ... [01:57:40.952] | relay stdout ... done [01:57:40.952] | check for misuse ... [01:57:40.952] | check for misuse ... done [01:57:40.953] value() for Future (NULL) ... done $a [1] 1 [01:57:40.954] future(..., label = NULL) ... [01:57:40.954] | lazy: FALSE [01:57:40.954] | stdout: TRUE [01:57:40.955] | conditions: [n=1] 'condition' [01:57:40.955] | gc: FALSE [01:57:40.955] | 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' [01:57:40.955] | 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' [01:57:40.956] | : Searching for globals ... [01:57:40.973] | : . globals found: [5] '{', 'x', '<-', '$', '$<-' [01:57:40.974] | : Searching for globals ... done [01:57:40.974] | : Resolving globals: TRUE [01:57:40.974] | : Resolving any globals that are futures ... [01:57:40.974] | : . globals: [5] '{', 'x', '<-', '$', '$<-' [01:57:40.975] | : Resolving any globals that are futures ... done [01:57:40.975] | : Search for packages associated with the globals ... [01:57:40.975] | : . Packages associated with globals: [1] 'base' [01:57:40.976] | : . Packages: [1] 'base' [01:57:40.976] | : Search for packages associated with the globals ... done [01:57:40.976] | : Resolving futures part of globals (recursively) ... [01:57:40.976] | : . resolve() for FutureGlobals ... [01:57:40.977] | : . ' recursive: 99 [01:57:40.977] | : . ' Number of elements: 1 [01:57:40.977] | : . ' elements: 'x' [01:57:40.978] | : . ' 'obj' is list [01:57:40.981] | : . ' resolve(obj, ...) ... [01:57:40.982] | : . ' , resolve() for list ... [01:57:40.982] | : . ' , ; recursive: 98 [01:57:40.982] | : . ' , ; Number of elements: 0 [01:57:40.982] | : . ' , resolve() for list ... done [01:57:40.982] | : . ' resolve(obj, ...) ... done [01:57:40.982] | : . ' resolved() for list ... [01:57:40.983] | : . ' , Number of elements: 0 [01:57:40.983] | : . ' , Number of futures: 0 [01:57:40.983] | : . ' resolved() for list ... done [01:57:40.983] | : . ' length: 0 (resolved future 1) [01:57:40.983] | : . resolve() for FutureGlobals ... done [01:57:40.984] | : . globals: [1] 'x' [01:57:40.984] | : Resolving futures part of globals (recursively) ... done [01:57:40.984] | : Packages after dropping 'base': [0] [01:57:40.984] | : globals: [1] 'x' [01:57:40.984] | : packages: [0] [01:57:40.985] | getGlobalsAndPackages() ... done [01:57:40.985] | run() for 'Future' (NULL) ... [01:57:40.985] | : state: 'created' [01:57:40.985] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:40.985] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:40.986] | : Using SequentialFutureBackend ... [01:57:40.986] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [01:57:40.986] | : . Launching futures ... [01:57:40.986] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:40.986] | : . ' , getFutureData() ... [01:57:40.987] | : . ' , ; getFutureCore() ... [01:57:40.987] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:40.987] | : . ' , ; getFutureCore() ... done [01:57:40.987] | : . ' , ; getFutureCapture() ... [01:57:40.987] | : . ' , ; getFutureCapture() ... done [01:57:40.988] | : . ' , ; getFutureContext() ... [01:57:40.988] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:40.988] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:40.988] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:40.988] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:40.988] | : . ' , ; getFutureContext() ... done [01:57:40.989] | : . ' , getFutureData() ... done [01:57:40.989] | : . ' , attachPackages() ... [01:57:40.989] | : . ' , ; packages: [n=1] 'future' [01:57:40.989] | : . ' , attachPackages() ... done [01:57:40.990] | : . ' , attachPackages() ... [01:57:40.990] | : . ' , ; packages: [n=0] [01:57:40.990] | : . ' , attachPackages() ... done [01:57:40.990] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:40.991] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:40.991] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:40.991] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:40.992] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:40.992] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:40.992] | : . ' , ; ` | New stack: [01:57:40.992] | : . ' , ; ` | List of 1 [01:57:40.992] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:40.992] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:40.992] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:40.992] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.992] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.992] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.992] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:40.992] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:40.996] | : . ' , ; ` | Old stack: [01:57:40.996] | : . ' , ; ` | List of 1 [01:57:40.996] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:40.996] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:40.996] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:40.996] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.996] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.996] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.996] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:40.996] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:40.996] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:40.996] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:40.996] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.000] | : . ' , ; ` | Not identical [01:57:41.000] | : . ' , ; ` | all.equal() for future ... [01:57:41.001] | : . ' , ; ` | : List of 2 [01:57:41.001] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.001] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.001] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:41.001] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.001] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.001] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.001] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:41.001] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.001] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.001] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.001] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.001] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.001] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.001] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.001] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.001] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.001] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.008] | : . ' , ; ` | all.equal() for future ... done [01:57:41.008] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:41.009] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:41.009] | : . ' , ; ` List of future strategies: [01:57:41.009] | : . ' , ; ` 1. sequential: [01:57:41.009] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:41.009] | : . ' , ; ` - tweaked: FALSE [01:57:41.009] | : . ' , ; ` - call: plan(sequential) [01:57:41.009] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:41.010] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.010] | : . ' , assign_globals() ... [01:57:41.010] | : . ' , List of 1 [01:57:41.010] | : . ' , $ x: list() [01:57:41.010] | : . ' , - attr(*, "where")=List of 1 [01:57:41.010] | : . ' , ..$ x: [01:57:41.010] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [01:57:41.010] | : . ' , - attr(*, "resolved")= logi TRUE [01:57:41.010] | : . ' , - attr(*, "total_size")= num NA [01:57:41.010] | : . ' , - attr(*, "already-done")= logi TRUE [01:57:41.013] | : . ' , - copied 'x' to environment [01:57:41.014] | : . ' , assign_globals() ... done [01:57:41.017] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.017] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.017] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:41.017] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:41.018] | : . ' , ; ` | : New stack: [01:57:41.018] | : . ' , ; ` | : List of 1 [01:57:41.018] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.018] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.018] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.018] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.018] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.018] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.018] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.018] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.018] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.018] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.018] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.023] | : . ' , ; ` | : Old stack: [01:57:41.024] | : . ' , ; ` | : List of 1 [01:57:41.024] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.024] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.024] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.024] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.024] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.024] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.024] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.024] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.024] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.024] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.024] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.029] | : . ' , ; ` | : Identical [01:57:41.029] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:41.030] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:41.030] | : . ' , ; ` | List of future strategies: [01:57:41.030] | : . ' , ; ` | 1. sequential: [01:57:41.030] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:41.030] | : . ' , ; ` | - tweaked: FALSE [01:57:41.030] | : . ' , ; ` | - call: plan(sequential) [01:57:41.031] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:41.031] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.031] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.031] | : . ' , SequentialFuture started (and completed) [01:57:41.032] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:41.032] | : . Launching futures ... done [01:57:41.032] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:41.032] | : Using SequentialFutureBackend ... done [01:57:41.032] | run() for 'Future' (NULL) ... done [01:57:41.033] future(..., label = NULL) ... done [01:57:41.033] value() for SequentialFuture (NULL) ... [01:57:41.033] | relay stdout ... [01:57:41.033] | relay stdout ... done [01:57:41.034] | check for misuse ... [01:57:41.034] | check for misuse ... done [01:57:41.034] value() for SequentialFuture (NULL) ... done $a [1] 1 [01:57:41.034] future(..., label = NULL) ... [01:57:41.035] | lazy: TRUE [01:57:41.035] | stdout: TRUE [01:57:41.035] | conditions: [n=1] 'condition' [01:57:41.035] | gc: FALSE [01:57:41.035] | 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' [01:57:41.036] | 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' [01:57:41.036] | : Searching for globals ... [01:57:41.050] | : . globals found: [5] '{', 'x', '<-', '$', '$<-' [01:57:41.051] | : Searching for globals ... done [01:57:41.051] | : Resolving globals: TRUE [01:57:41.051] | : Resolving any globals that are futures ... [01:57:41.051] | : . globals: [5] '{', 'x', '<-', '$', '$<-' [01:57:41.051] | : Resolving any globals that are futures ... done [01:57:41.052] | : Search for packages associated with the globals ... [01:57:41.052] | : . Packages associated with globals: [1] 'base' [01:57:41.052] | : . Packages: [1] 'base' [01:57:41.053] | : Search for packages associated with the globals ... done [01:57:41.053] | : Resolving futures part of globals (recursively) ... [01:57:41.053] | : . resolve() for FutureGlobals ... [01:57:41.053] | : . ' recursive: 99 [01:57:41.053] | : . ' Number of elements: 1 [01:57:41.054] | : . ' elements: 'x' [01:57:41.054] | : . ' 'obj' is list [01:57:41.054] | : . ' resolve(obj, ...) ... [01:57:41.054] | : . ' , resolve() for list ... [01:57:41.054] | : . ' , ; recursive: 98 [01:57:41.055] | : . ' , ; Number of elements: 0 [01:57:41.055] | : . ' , resolve() for list ... done [01:57:41.055] | : . ' resolve(obj, ...) ... done [01:57:41.055] | : . ' resolved() for list ... [01:57:41.055] | : . ' , Number of elements: 0 [01:57:41.055] | : . ' , Number of futures: 0 [01:57:41.056] | : . ' resolved() for list ... done [01:57:41.056] | : . ' length: 0 (resolved future 1) [01:57:41.056] | : . resolve() for FutureGlobals ... done [01:57:41.056] | : . globals: [1] 'x' [01:57:41.056] | : Resolving futures part of globals (recursively) ... done [01:57:41.057] | : Packages after dropping 'base': [0] [01:57:41.057] | : globals: [1] 'x' [01:57:41.057] | : packages: [0] [01:57:41.057] | getGlobalsAndPackages() ... done [01:57:41.057] future(..., label = NULL) ... done [01:57:41.058] value() for Future (NULL) ... [01:57:41.058] | run() for 'Future' (NULL) ... [01:57:41.058] | : state: 'created' [01:57:41.058] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.058] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.059] | : Using SequentialFutureBackend ... [01:57:41.059] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [01:57:41.059] | : . Launching futures ... [01:57:41.059] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:41.059] | : . ' , getFutureData() ... [01:57:41.060] | : . ' , ; getFutureCore() ... [01:57:41.060] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:41.060] | : . ' , ; getFutureCore() ... done [01:57:41.060] | : . ' , ; getFutureCapture() ... [01:57:41.060] | : . ' , ; getFutureCapture() ... done [01:57:41.060] | : . ' , ; getFutureContext() ... [01:57:41.061] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.061] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:41.061] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.061] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:41.061] | : . ' , ; getFutureContext() ... done [01:57:41.062] | : . ' , getFutureData() ... done [01:57:41.062] | : . ' , attachPackages() ... [01:57:41.062] | : . ' , ; packages: [n=1] 'future' [01:57:41.062] | : . ' , attachPackages() ... done [01:57:41.062] | : . ' , attachPackages() ... [01:57:41.063] | : . ' , ; packages: [n=0] [01:57:41.063] | : . ' , attachPackages() ... done [01:57:41.063] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.063] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:41.064] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.064] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.064] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:41.065] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:41.065] | : . ' , ; ` | New stack: [01:57:41.065] | : . ' , ; ` | List of 1 [01:57:41.065] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.065] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.065] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:41.065] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.065] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.065] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.065] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:41.065] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.068] | : . ' , ; ` | Old stack: [01:57:41.068] | : . ' , ; ` | List of 1 [01:57:41.068] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.068] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.068] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:41.068] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.068] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.068] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.068] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:41.068] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.068] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.068] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.068] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.073] | : . ' , ; ` | Not identical [01:57:41.073] | : . ' , ; ` | all.equal() for future ... [01:57:41.073] | : . ' , ; ` | : List of 2 [01:57:41.073] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.073] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.073] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:41.073] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.073] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.073] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.073] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:41.073] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.073] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.073] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.073] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.073] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.073] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.073] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.073] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.073] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.073] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.081] | : . ' , ; ` | all.equal() for future ... done [01:57:41.081] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:41.081] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:41.081] | : . ' , ; ` List of future strategies: [01:57:41.081] | : . ' , ; ` 1. sequential: [01:57:41.081] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:41.081] | : . ' , ; ` - tweaked: FALSE [01:57:41.081] | : . ' , ; ` - call: plan(sequential) [01:57:41.082] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:41.082] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.083] | : . ' , assign_globals() ... [01:57:41.083] | : . ' , List of 1 [01:57:41.083] | : . ' , $ x: list() [01:57:41.083] | : . ' , - attr(*, "where")=List of 1 [01:57:41.083] | : . ' , ..$ x: [01:57:41.083] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [01:57:41.083] | : . ' , - attr(*, "resolved")= logi TRUE [01:57:41.083] | : . ' , - attr(*, "total_size")= num NA [01:57:41.083] | : . ' , - attr(*, "already-done")= logi TRUE [01:57:41.089] | : . ' , - copied 'x' to environment [01:57:41.089] | : . ' , assign_globals() ... done [01:57:41.092] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.092] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.092] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:41.092] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:41.093] | : . ' , ; ` | : New stack: [01:57:41.093] | : . ' , ; ` | : List of 1 [01:57:41.093] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.093] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.093] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.093] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.093] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.093] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.093] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.093] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.093] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.093] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.093] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.098] | : . ' , ; ` | : Old stack: [01:57:41.098] | : . ' , ; ` | : List of 1 [01:57:41.098] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.098] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.098] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.098] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.098] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.098] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.098] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.098] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.098] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.098] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.098] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.103] | : . ' , ; ` | : Identical [01:57:41.103] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:41.104] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:41.104] | : . ' , ; ` | List of future strategies: [01:57:41.104] | : . ' , ; ` | 1. sequential: [01:57:41.104] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:41.104] | : . ' , ; ` | - tweaked: FALSE [01:57:41.104] | : . ' , ; ` | - call: plan(sequential) [01:57:41.105] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:41.105] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.105] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.106] | : . ' , SequentialFuture started (and completed) [01:57:41.106] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:41.106] | : . Launching futures ... done [01:57:41.106] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:41.107] | : Using SequentialFutureBackend ... done [01:57:41.107] | run() for 'Future' (NULL) ... done [01:57:41.107] | relay stdout ... [01:57:41.107] | relay stdout ... done [01:57:41.108] | check for misuse ... [01:57:41.108] | check for misuse ... done [01:57:41.108] value() for Future (NULL) ... done $a [1] 1 [01:57:41.109] future(..., label = NULL) ... [01:57:41.109] | lazy: FALSE [01:57:41.109] | stdout: TRUE [01:57:41.109] | conditions: [n=1] 'condition' [01:57:41.109] | gc: FALSE [01:57:41.109] | 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' [01:57:41.110] | getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [01:57:41.110] | : Searching for globals ... [01:57:41.133] | : . globals found: [5] '{', '<-', 'list', '$', '$<-' [01:57:41.133] | : Searching for globals ... done [01:57:41.134] | : Resolving globals: TRUE [01:57:41.134] | : Resolving any globals that are futures ... [01:57:41.134] | : . globals: [5] '{', '<-', 'list', '$', '$<-' [01:57:41.134] | : Resolving any globals that are futures ... done [01:57:41.134] | : Search for packages associated with the globals ... [01:57:41.135] | : . Packages associated with globals: [1] 'base' [01:57:41.135] | : . Packages: [1] 'base' [01:57:41.135] | : Search for packages associated with the globals ... done [01:57:41.135] | : Packages after dropping 'base': [0] [01:57:41.136] | : globals: [0] [01:57:41.136] | : packages: [0] [01:57:41.136] | getGlobalsAndPackages() ... done [01:57:41.136] | run() for 'Future' (NULL) ... [01:57:41.137] | : state: 'created' [01:57:41.137] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.137] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.137] | : Using SequentialFutureBackend ... [01:57:41.137] | : . Number of futures since start: 4 (4 created, 4 launched, 4 finished) [01:57:41.138] | : . Launching futures ... [01:57:41.138] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:41.138] | : . ' , getFutureData() ... [01:57:41.138] | : . ' , ; getFutureCore() ... [01:57:41.138] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:41.139] | : . ' , ; getFutureCore() ... done [01:57:41.139] | : . ' , ; getFutureCapture() ... [01:57:41.139] | : . ' , ; getFutureCapture() ... done [01:57:41.139] | : . ' , ; getFutureContext() ... [01:57:41.139] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.140] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:41.140] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.140] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:41.140] | : . ' , ; getFutureContext() ... done [01:57:41.140] | : . ' , getFutureData() ... done [01:57:41.141] | : . ' , attachPackages() ... [01:57:41.141] | : . ' , ; packages: [n=1] 'future' [01:57:41.141] | : . ' , attachPackages() ... done [01:57:41.141] | : . ' , attachPackages() ... [01:57:41.142] | : . ' , ; packages: [n=0] [01:57:41.142] | : . ' , attachPackages() ... done [01:57:41.142] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.143] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:41.143] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.143] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.144] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:41.144] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:41.144] | : . ' , ; ` | New stack: [01:57:41.144] | : . ' , ; ` | List of 1 [01:57:41.144] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.144] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.144] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:41.144] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.144] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.144] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.144] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:41.144] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.148] | : . ' , ; ` | Old stack: [01:57:41.148] | : . ' , ; ` | List of 1 [01:57:41.148] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.148] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.148] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:41.148] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.148] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.148] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.148] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:41.148] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.148] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.148] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.148] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.152] | : . ' , ; ` | Not identical [01:57:41.153] | : . ' , ; ` | all.equal() for future ... [01:57:41.153] | : . ' , ; ` | : List of 2 [01:57:41.153] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.153] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.153] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:41.153] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.153] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.153] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.153] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:41.153] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.153] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.153] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.153] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.153] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.153] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.153] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.153] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.153] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.153] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.161] | : . ' , ; ` | all.equal() for future ... done [01:57:41.161] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:41.162] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:41.162] | : . ' , ; ` List of future strategies: [01:57:41.162] | : . ' , ; ` 1. sequential: [01:57:41.162] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:41.162] | : . ' , ; ` - tweaked: FALSE [01:57:41.162] | : . ' , ; ` - call: plan(sequential) [01:57:41.163] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:41.163] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.166] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.166] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.166] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:41.167] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:41.167] | : . ' , ; ` | : New stack: [01:57:41.167] | : . ' , ; ` | : List of 1 [01:57:41.167] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.167] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.167] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.167] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.167] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.167] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.167] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.167] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.167] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.167] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.167] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.173] | : . ' , ; ` | : Old stack: [01:57:41.173] | : . ' , ; ` | : List of 1 [01:57:41.173] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.173] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.173] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.173] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.173] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.173] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.173] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.173] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.173] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.173] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.173] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.178] | : . ' , ; ` | : Identical [01:57:41.178] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:41.179] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:41.179] | : . ' , ; ` | List of future strategies: [01:57:41.179] | : . ' , ; ` | 1. sequential: [01:57:41.179] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:41.179] | : . ' , ; ` | - tweaked: FALSE [01:57:41.179] | : . ' , ; ` | - call: plan(sequential) [01:57:41.180] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:41.180] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.180] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.181] | : . ' , SequentialFuture started (and completed) [01:57:41.181] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:41.181] | : . Launching futures ... done [01:57:41.181] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:41.182] | : Using SequentialFutureBackend ... done [01:57:41.182] | run() for 'Future' (NULL) ... done [01:57:41.182] future(..., label = NULL) ... done [01:57:41.182] value() for SequentialFuture (NULL) ... [01:57:41.183] | relay stdout ... [01:57:41.183] | relay stdout ... done [01:57:41.183] | check for misuse ... [01:57:41.183] | check for misuse ... done [01:57:41.184] value() for SequentialFuture (NULL) ... done $b [1] 2 $a [1] 1 [01:57:41.184] future(..., label = NULL) ... [01:57:41.184] | lazy: FALSE [01:57:41.184] | stdout: TRUE [01:57:41.184] | conditions: [n=1] 'condition' [01:57:41.185] | gc: FALSE [01:57:41.185] | 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' [01:57:41.185] | 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' [01:57:41.186] | : Searching for globals ... [01:57:41.208] | : . globals found: [5] '{', 'x', '<-', '[[', '[[<-' [01:57:41.208] | : Searching for globals ... done [01:57:41.208] | : Resolving globals: TRUE [01:57:41.208] | : Resolving any globals that are futures ... [01:57:41.209] | : . globals: [5] '{', 'x', '<-', '[[', '[[<-' [01:57:41.209] | : Resolving any globals that are futures ... done [01:57:41.209] | : Search for packages associated with the globals ... [01:57:41.209] | : . Packages associated with globals: [1] 'base' [01:57:41.210] | : . Packages: [1] 'base' [01:57:41.210] | : Search for packages associated with the globals ... done [01:57:41.210] | : Resolving futures part of globals (recursively) ... [01:57:41.211] | : . resolve() for FutureGlobals ... [01:57:41.211] | : . ' recursive: 99 [01:57:41.211] | : . ' Number of elements: 1 [01:57:41.211] | : . ' elements: 'x' [01:57:41.212] | : . ' 'obj' is list [01:57:41.212] | : . ' resolve(obj, ...) ... [01:57:41.212] | : . ' , resolve() for list ... [01:57:41.212] | : . ' , ; recursive: 98 [01:57:41.212] | : . ' , ; Number of elements: 0 [01:57:41.213] | : . ' , resolve() for list ... done [01:57:41.213] | : . ' resolve(obj, ...) ... done [01:57:41.213] | : . ' resolved() for list ... [01:57:41.213] | : . ' , Number of elements: 0 [01:57:41.214] | : . ' , Number of futures: 0 [01:57:41.214] | : . ' resolved() for list ... done [01:57:41.214] | : . ' length: 0 (resolved future 1) [01:57:41.214] | : . resolve() for FutureGlobals ... done [01:57:41.214] | : . globals: [1] 'x' [01:57:41.215] | : Resolving futures part of globals (recursively) ... done [01:57:41.215] | : Packages after dropping 'base': [0] [01:57:41.215] | : globals: [1] 'x' [01:57:41.215] | : packages: [0] [01:57:41.216] | getGlobalsAndPackages() ... done [01:57:41.216] | run() for 'Future' (NULL) ... [01:57:41.216] | : state: 'created' [01:57:41.216] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.217] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.217] | : Using SequentialFutureBackend ... [01:57:41.217] | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [01:57:41.218] | : . Launching futures ... [01:57:41.218] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:41.218] | : . ' , getFutureData() ... [01:57:41.218] | : . ' , ; getFutureCore() ... [01:57:41.219] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:41.219] | : . ' , ; getFutureCore() ... done [01:57:41.219] | : . ' , ; getFutureCapture() ... [01:57:41.219] | : . ' , ; getFutureCapture() ... done [01:57:41.219] | : . ' , ; getFutureContext() ... [01:57:41.220] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.220] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:41.220] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.220] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:41.221] | : . ' , ; getFutureContext() ... done [01:57:41.221] | : . ' , getFutureData() ... done [01:57:41.221] | : . ' , attachPackages() ... [01:57:41.221] | : . ' , ; packages: [n=1] 'future' [01:57:41.222] | : . ' , attachPackages() ... done [01:57:41.222] | : . ' , attachPackages() ... [01:57:41.222] | : . ' , ; packages: [n=0] [01:57:41.222] | : . ' , attachPackages() ... done [01:57:41.223] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.223] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:41.224] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.224] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.225] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:41.225] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:41.225] | : . ' , ; ` | New stack: [01:57:41.225] | : . ' , ; ` | List of 1 [01:57:41.225] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.225] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.225] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:41.225] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.225] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.225] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.225] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:41.225] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.229] | : . ' , ; ` | Old stack: [01:57:41.229] | : . ' , ; ` | List of 1 [01:57:41.229] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.229] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.229] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:41.229] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.229] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.229] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.229] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:41.229] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.229] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.229] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.229] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.234] | : . ' , ; ` | Not identical [01:57:41.234] | : . ' , ; ` | all.equal() for future ... [01:57:41.234] | : . ' , ; ` | : List of 2 [01:57:41.234] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.234] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.234] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:41.234] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.234] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.234] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.234] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:41.234] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.234] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.234] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.234] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.234] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.234] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.234] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.234] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.234] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.234] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.241] | : . ' , ; ` | all.equal() for future ... done [01:57:41.241] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:41.242] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:41.242] | : . ' , ; ` List of future strategies: [01:57:41.242] | : . ' , ; ` 1. sequential: [01:57:41.242] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:41.242] | : . ' , ; ` - tweaked: FALSE [01:57:41.242] | : . ' , ; ` - call: plan(sequential) [01:57:41.242] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:41.243] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.243] | : . ' , assign_globals() ... [01:57:41.243] | : . ' , List of 1 [01:57:41.243] | : . ' , $ x: list() [01:57:41.243] | : . ' , - attr(*, "where")=List of 1 [01:57:41.243] | : . ' , ..$ x: [01:57:41.243] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [01:57:41.243] | : . ' , - attr(*, "resolved")= logi TRUE [01:57:41.243] | : . ' , - attr(*, "total_size")= num NA [01:57:41.243] | : . ' , - attr(*, "already-done")= logi TRUE [01:57:41.246] | : . ' , - copied 'x' to environment [01:57:41.247] | : . ' , assign_globals() ... done [01:57:41.249] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.249] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.250] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:41.250] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:41.250] | : . ' , ; ` | : New stack: [01:57:41.250] | : . ' , ; ` | : List of 1 [01:57:41.250] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.250] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.250] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.250] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.250] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.250] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.250] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.250] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.250] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.250] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.250] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.255] | : . ' , ; ` | : Old stack: [01:57:41.255] | : . ' , ; ` | : List of 1 [01:57:41.255] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.255] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.255] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.255] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.255] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.255] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.255] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.255] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.255] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.255] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.255] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.259] | : . ' , ; ` | : Identical [01:57:41.259] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:41.260] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:41.260] | : . ' , ; ` | List of future strategies: [01:57:41.260] | : . ' , ; ` | 1. sequential: [01:57:41.260] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:41.260] | : . ' , ; ` | - tweaked: FALSE [01:57:41.260] | : . ' , ; ` | - call: plan(sequential) [01:57:41.260] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:41.261] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.261] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.261] | : . ' , SequentialFuture started (and completed) [01:57:41.262] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:41.262] | : . Launching futures ... done [01:57:41.262] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:41.262] | : Using SequentialFutureBackend ... done [01:57:41.262] | run() for 'Future' (NULL) ... done [01:57:41.263] future(..., label = NULL) ... done [01:57:41.263] value() for SequentialFuture (NULL) ... [01:57:41.263] | relay stdout ... [01:57:41.263] | relay stdout ... done [01:57:41.263] | check for misuse ... [01:57:41.264] | check for misuse ... done [01:57:41.264] value() for SequentialFuture (NULL) ... done $a [1] 1 [01:57:41.264] future(..., label = NULL) ... [01:57:41.264] | lazy: TRUE [01:57:41.265] | stdout: TRUE [01:57:41.265] | conditions: [n=1] 'condition' [01:57:41.265] | gc: FALSE [01:57:41.265] | 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' [01:57:41.265] | 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' [01:57:41.266] | : Searching for globals ... [01:57:41.281] | : . globals found: [5] '{', 'x', '<-', '[[', '[[<-' [01:57:41.281] | : Searching for globals ... done [01:57:41.281] | : Resolving globals: TRUE [01:57:41.281] | : Resolving any globals that are futures ... [01:57:41.281] | : . globals: [5] '{', 'x', '<-', '[[', '[[<-' [01:57:41.282] | : Resolving any globals that are futures ... done [01:57:41.282] | : Search for packages associated with the globals ... [01:57:41.282] | : . Packages associated with globals: [1] 'base' [01:57:41.283] | : . Packages: [1] 'base' [01:57:41.283] | : Search for packages associated with the globals ... done [01:57:41.283] | : Resolving futures part of globals (recursively) ... [01:57:41.283] | : . resolve() for FutureGlobals ... [01:57:41.283] | : . ' recursive: 99 [01:57:41.284] | : . ' Number of elements: 1 [01:57:41.284] | : . ' elements: 'x' [01:57:41.284] | : . ' 'obj' is list [01:57:41.284] | : . ' resolve(obj, ...) ... [01:57:41.284] | : . ' , resolve() for list ... [01:57:41.285] | : . ' , ; recursive: 98 [01:57:41.285] | : . ' , ; Number of elements: 0 [01:57:41.285] | : . ' , resolve() for list ... done [01:57:41.285] | : . ' resolve(obj, ...) ... done [01:57:41.285] | : . ' resolved() for list ... [01:57:41.285] | : . ' , Number of elements: 0 [01:57:41.286] | : . ' , Number of futures: 0 [01:57:41.286] | : . ' resolved() for list ... done [01:57:41.286] | : . ' length: 0 (resolved future 1) [01:57:41.286] | : . resolve() for FutureGlobals ... done [01:57:41.286] | : . globals: [1] 'x' [01:57:41.287] | : Resolving futures part of globals (recursively) ... done [01:57:41.287] | : Packages after dropping 'base': [0] [01:57:41.287] | : globals: [1] 'x' [01:57:41.287] | : packages: [0] [01:57:41.287] | getGlobalsAndPackages() ... done [01:57:41.288] future(..., label = NULL) ... done [01:57:41.288] value() for Future (NULL) ... [01:57:41.288] | run() for 'Future' (NULL) ... [01:57:41.288] | : state: 'created' [01:57:41.289] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.289] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.289] | : Using SequentialFutureBackend ... [01:57:41.289] | : . Number of futures since start: 6 (6 created, 6 launched, 6 finished) [01:57:41.289] | : . Launching futures ... [01:57:41.289] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:41.290] | : . ' , getFutureData() ... [01:57:41.290] | : . ' , ; getFutureCore() ... [01:57:41.290] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:41.290] | : . ' , ; getFutureCore() ... done [01:57:41.290] | : . ' , ; getFutureCapture() ... [01:57:41.291] | : . ' , ; getFutureCapture() ... done [01:57:41.291] | : . ' , ; getFutureContext() ... [01:57:41.291] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.291] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:41.291] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.292] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:41.292] | : . ' , ; getFutureContext() ... done [01:57:41.292] | : . ' , getFutureData() ... done [01:57:41.292] | : . ' , attachPackages() ... [01:57:41.292] | : . ' , ; packages: [n=1] 'future' [01:57:41.293] | : . ' , attachPackages() ... done [01:57:41.293] | : . ' , attachPackages() ... [01:57:41.293] | : . ' , ; packages: [n=0] [01:57:41.293] | : . ' , attachPackages() ... done [01:57:41.294] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.294] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:41.294] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.295] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.295] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:41.295] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:41.295] | : . ' , ; ` | New stack: [01:57:41.295] | : . ' , ; ` | List of 1 [01:57:41.295] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.295] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.295] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:41.295] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.295] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.295] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.295] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:41.295] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.299] | : . ' , ; ` | Old stack: [01:57:41.299] | : . ' , ; ` | List of 1 [01:57:41.299] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.299] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.299] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:41.299] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.299] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.299] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.299] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:41.299] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.299] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.299] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.299] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.304] | : . ' , ; ` | Not identical [01:57:41.304] | : . ' , ; ` | all.equal() for future ... [01:57:41.304] | : . ' , ; ` | : List of 2 [01:57:41.304] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.304] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.304] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:41.304] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.304] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.304] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.304] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:41.304] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.304] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.304] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.304] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.304] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.304] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.304] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.304] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.304] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.304] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.315] | : . ' , ; ` | all.equal() for future ... done [01:57:41.315] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:41.315] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:41.315] | : . ' , ; ` List of future strategies: [01:57:41.315] | : . ' , ; ` 1. sequential: [01:57:41.315] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:41.315] | : . ' , ; ` - tweaked: FALSE [01:57:41.315] | : . ' , ; ` - call: plan(sequential) [01:57:41.316] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:41.316] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.316] | : . ' , assign_globals() ... [01:57:41.317] | : . ' , List of 1 [01:57:41.317] | : . ' , $ x: list() [01:57:41.317] | : . ' , - attr(*, "where")=List of 1 [01:57:41.317] | : . ' , ..$ x: [01:57:41.317] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [01:57:41.317] | : . ' , - attr(*, "resolved")= logi TRUE [01:57:41.317] | : . ' , - attr(*, "total_size")= num NA [01:57:41.317] | : . ' , - attr(*, "already-done")= logi TRUE [01:57:41.320] | : . ' , - copied 'x' to environment [01:57:41.320] | : . ' , assign_globals() ... done [01:57:41.322] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.323] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.323] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:41.323] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:41.323] | : . ' , ; ` | : New stack: [01:57:41.324] | : . ' , ; ` | : List of 1 [01:57:41.324] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.324] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.324] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.324] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.324] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.324] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.324] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.324] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.324] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.324] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.324] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.328] | : . ' , ; ` | : Old stack: [01:57:41.328] | : . ' , ; ` | : List of 1 [01:57:41.328] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.328] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.328] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.328] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.328] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.328] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.328] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.328] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.328] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.328] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.328] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.333] | : . ' , ; ` | : Identical [01:57:41.333] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:41.333] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:41.333] | : . ' , ; ` | List of future strategies: [01:57:41.333] | : . ' , ; ` | 1. sequential: [01:57:41.333] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:41.333] | : . ' , ; ` | - tweaked: FALSE [01:57:41.333] | : . ' , ; ` | - call: plan(sequential) [01:57:41.334] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:41.334] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.335] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.335] | : . ' , SequentialFuture started (and completed) [01:57:41.335] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:41.336] | : . Launching futures ... done [01:57:41.336] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:41.336] | : Using SequentialFutureBackend ... done [01:57:41.336] | run() for 'Future' (NULL) ... done [01:57:41.336] | relay stdout ... [01:57:41.337] | relay stdout ... done [01:57:41.337] | check for misuse ... [01:57:41.337] | check for misuse ... done [01:57:41.337] value() for Future (NULL) ... done $a [1] 1 [01:57:41.338] future(..., label = NULL) ... [01:57:41.338] | lazy: FALSE [01:57:41.338] | stdout: TRUE [01:57:41.338] | conditions: [n=1] 'condition' [01:57:41.338] | gc: FALSE [01:57:41.338] | 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' [01:57:41.339] | 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' [01:57:41.339] | : Searching for globals ... [01:57:41.354] | : . globals found: [5] '{', 'x', '<-', '[[', '[[<-' [01:57:41.354] | : Searching for globals ... done [01:57:41.354] | : Resolving globals: TRUE [01:57:41.354] | : Resolving any globals that are futures ... [01:57:41.354] | : . globals: [5] '{', 'x', '<-', '[[', '[[<-' [01:57:41.355] | : Resolving any globals that are futures ... done [01:57:41.355] | : Search for packages associated with the globals ... [01:57:41.355] | : . Packages associated with globals: [1] 'base' [01:57:41.355] | : . Packages: [1] 'base' [01:57:41.356] | : Search for packages associated with the globals ... done [01:57:41.356] | : Resolving futures part of globals (recursively) ... [01:57:41.356] | : . resolve() for FutureGlobals ... [01:57:41.356] | : . ' recursive: 99 [01:57:41.357] | : . ' Number of elements: 1 [01:57:41.357] | : . ' elements: 'x' [01:57:41.357] | : . ' 'obj' is list [01:57:41.357] | : . ' resolve(obj, ...) ... [01:57:41.357] | : . ' , resolve() for list ... [01:57:41.358] | : . ' , ; recursive: 98 [01:57:41.358] | : . ' , ; Number of elements: 0 [01:57:41.358] | : . ' , resolve() for list ... done [01:57:41.358] | : . ' resolve(obj, ...) ... done [01:57:41.358] | : . ' resolved() for list ... [01:57:41.358] | : . ' , Number of elements: 0 [01:57:41.359] | : . ' , Number of futures: 0 [01:57:41.359] | : . ' resolved() for list ... done [01:57:41.359] | : . ' length: 0 (resolved future 1) [01:57:41.359] | : . resolve() for FutureGlobals ... done [01:57:41.359] | : . globals: [1] 'x' [01:57:41.360] | : Resolving futures part of globals (recursively) ... done [01:57:41.360] | : Packages after dropping 'base': [0] [01:57:41.360] | : globals: [1] 'x' [01:57:41.360] | : packages: [0] [01:57:41.360] | getGlobalsAndPackages() ... done [01:57:41.361] | run() for 'Future' (NULL) ... [01:57:41.361] | : state: 'created' [01:57:41.361] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.361] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.361] | : Using SequentialFutureBackend ... [01:57:41.362] | : . Number of futures since start: 7 (7 created, 7 launched, 7 finished) [01:57:41.362] | : . Launching futures ... [01:57:41.362] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:41.362] | : . ' , getFutureData() ... [01:57:41.362] | : . ' , ; getFutureCore() ... [01:57:41.363] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:41.363] | : . ' , ; getFutureCore() ... done [01:57:41.363] | : . ' , ; getFutureCapture() ... [01:57:41.363] | : . ' , ; getFutureCapture() ... done [01:57:41.363] | : . ' , ; getFutureContext() ... [01:57:41.363] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.364] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:41.364] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.364] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:41.364] | : . ' , ; getFutureContext() ... done [01:57:41.364] | : . ' , getFutureData() ... done [01:57:41.365] | : . ' , attachPackages() ... [01:57:41.365] | : . ' , ; packages: [n=1] 'future' [01:57:41.365] | : . ' , attachPackages() ... done [01:57:41.365] | : . ' , attachPackages() ... [01:57:41.365] | : . ' , ; packages: [n=0] [01:57:41.366] | : . ' , attachPackages() ... done [01:57:41.366] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.366] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:41.367] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.367] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.367] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:41.367] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:41.368] | : . ' , ; ` | New stack: [01:57:41.368] | : . ' , ; ` | List of 1 [01:57:41.368] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.368] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.368] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:41.368] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.368] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.368] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.368] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:41.368] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.371] | : . ' , ; ` | Old stack: [01:57:41.371] | : . ' , ; ` | List of 1 [01:57:41.371] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.371] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.371] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:41.371] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.371] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.371] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.371] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:41.371] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.371] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.371] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.371] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.376] | : . ' , ; ` | Not identical [01:57:41.376] | : . ' , ; ` | all.equal() for future ... [01:57:41.376] | : . ' , ; ` | : List of 2 [01:57:41.376] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.376] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.376] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:41.376] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.376] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.376] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.376] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:41.376] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.376] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.376] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.376] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.376] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.376] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.376] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.376] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.376] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.376] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.383] | : . ' , ; ` | all.equal() for future ... done [01:57:41.383] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:41.383] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:41.384] | : . ' , ; ` List of future strategies: [01:57:41.384] | : . ' , ; ` 1. sequential: [01:57:41.384] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:41.384] | : . ' , ; ` - tweaked: FALSE [01:57:41.384] | : . ' , ; ` - call: plan(sequential) [01:57:41.384] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:41.384] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.385] | : . ' , assign_globals() ... [01:57:41.385] | : . ' , List of 1 [01:57:41.385] | : . ' , $ x: list() [01:57:41.385] | : . ' , - attr(*, "where")=List of 1 [01:57:41.385] | : . ' , ..$ x: [01:57:41.385] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [01:57:41.385] | : . ' , - attr(*, "resolved")= logi TRUE [01:57:41.385] | : . ' , - attr(*, "total_size")= num NA [01:57:41.385] | : . ' , - attr(*, "already-done")= logi TRUE [01:57:41.388] | : . ' , - copied 'x' to environment [01:57:41.388] | : . ' , assign_globals() ... done [01:57:41.391] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.391] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.391] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:41.391] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:41.392] | : . ' , ; ` | : New stack: [01:57:41.392] | : . ' , ; ` | : List of 1 [01:57:41.392] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.392] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.392] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.392] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.392] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.392] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.392] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.392] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.392] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.392] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.392] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.396] | : . ' , ; ` | : Old stack: [01:57:41.396] | : . ' , ; ` | : List of 1 [01:57:41.396] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.396] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.396] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.396] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.396] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.396] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.396] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.396] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.396] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.396] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.396] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.400] | : . ' , ; ` | : Identical [01:57:41.401] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:41.401] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:41.401] | : . ' , ; ` | List of future strategies: [01:57:41.401] | : . ' , ; ` | 1. sequential: [01:57:41.401] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:41.401] | : . ' , ; ` | - tweaked: FALSE [01:57:41.401] | : . ' , ; ` | - call: plan(sequential) [01:57:41.402] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:41.402] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.402] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.403] | : . ' , SequentialFuture started (and completed) [01:57:41.403] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:41.403] | : . Launching futures ... done [01:57:41.403] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:41.403] | : Using SequentialFutureBackend ... done [01:57:41.404] | run() for 'Future' (NULL) ... done [01:57:41.404] future(..., label = NULL) ... done [01:57:41.404] value() for SequentialFuture (NULL) ... [01:57:41.404] | relay stdout ... [01:57:41.405] | relay stdout ... done [01:57:41.405] | check for misuse ... [01:57:41.405] | check for misuse ... done [01:57:41.405] value() for SequentialFuture (NULL) ... done $a [1] 1 [01:57:41.405] future(..., label = NULL) ... [01:57:41.406] | lazy: FALSE [01:57:41.406] | stdout: TRUE [01:57:41.406] | conditions: [n=1] 'condition' [01:57:41.406] | gc: FALSE [01:57:41.406] | 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' [01:57:41.407] | 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' [01:57:41.407] | : Searching for globals ... [01:57:41.427] | : . globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [01:57:41.427] | : Searching for globals ... done [01:57:41.427] | : Resolving globals: TRUE [01:57:41.428] | : Resolving any globals that are futures ... [01:57:41.428] | : . globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [01:57:41.428] | : Resolving any globals that are futures ... done [01:57:41.428] | : Search for packages associated with the globals ... [01:57:41.428] | : . Packages associated with globals: [1] 'base' [01:57:41.429] | : . Packages: [1] 'base' [01:57:41.429] | : Search for packages associated with the globals ... done [01:57:41.429] | : Resolving futures part of globals (recursively) ... [01:57:41.430] | : . resolve() for FutureGlobals ... [01:57:41.430] | : . ' recursive: 99 [01:57:41.430] | : . ' Number of elements: 1 [01:57:41.430] | : . ' elements: 'x' [01:57:41.430] | : . ' 'obj' is list [01:57:41.431] | : . ' resolve(obj, ...) ... [01:57:41.431] | : . ' , resolve() for list ... [01:57:41.431] | : . ' , ; recursive: 98 [01:57:41.431] | : . ' , ; Number of elements: 0 [01:57:41.431] | : . ' , resolve() for list ... done [01:57:41.431] | : . ' resolve(obj, ...) ... done [01:57:41.432] | : . ' resolved() for list ... [01:57:41.432] | : . ' , Number of elements: 0 [01:57:41.432] | : . ' , Number of futures: 0 [01:57:41.432] | : . ' resolved() for list ... done [01:57:41.432] | : . ' length: 0 (resolved future 1) [01:57:41.433] | : . resolve() for FutureGlobals ... done [01:57:41.433] | : . globals: [1] 'x' [01:57:41.433] | : Resolving futures part of globals (recursively) ... done [01:57:41.433] | : Packages after dropping 'base': [0] [01:57:41.433] | : globals: [1] 'x' [01:57:41.434] | : packages: [0] [01:57:41.434] | getGlobalsAndPackages() ... done [01:57:41.434] | run() for 'Future' (NULL) ... [01:57:41.434] | : state: 'created' [01:57:41.434] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.435] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.435] | : Using SequentialFutureBackend ... [01:57:41.435] | : . Number of futures since start: 8 (8 created, 8 launched, 8 finished) [01:57:41.435] | : . Launching futures ... [01:57:41.435] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:41.436] | : . ' , getFutureData() ... [01:57:41.436] | : . ' , ; getFutureCore() ... [01:57:41.436] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:41.436] | : . ' , ; getFutureCore() ... done [01:57:41.436] | : . ' , ; getFutureCapture() ... [01:57:41.437] | : . ' , ; getFutureCapture() ... done [01:57:41.437] | : . ' , ; getFutureContext() ... [01:57:41.437] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.437] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:41.437] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.438] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:41.438] | : . ' , ; getFutureContext() ... done [01:57:41.438] | : . ' , getFutureData() ... done [01:57:41.438] | : . ' , attachPackages() ... [01:57:41.438] | : . ' , ; packages: [n=1] 'future' [01:57:41.439] | : . ' , attachPackages() ... done [01:57:41.439] | : . ' , attachPackages() ... [01:57:41.439] | : . ' , ; packages: [n=0] [01:57:41.439] | : . ' , attachPackages() ... done [01:57:41.440] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.440] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:41.440] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.440] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.441] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:41.441] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:41.441] | : . ' , ; ` | New stack: [01:57:41.441] | : . ' , ; ` | List of 1 [01:57:41.441] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.441] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.441] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:41.441] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.441] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.441] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.441] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:41.441] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.445] | : . ' , ; ` | Old stack: [01:57:41.445] | : . ' , ; ` | List of 1 [01:57:41.445] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.445] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.445] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:41.445] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.445] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.445] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.445] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:41.445] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.445] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.445] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.445] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.449] | : . ' , ; ` | Not identical [01:57:41.449] | : . ' , ; ` | all.equal() for future ... [01:57:41.450] | : . ' , ; ` | : List of 2 [01:57:41.450] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.450] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.450] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:41.450] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.450] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.450] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.450] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:41.450] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.450] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.450] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.450] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.450] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.450] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.450] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.450] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.450] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.450] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.457] | : . ' , ; ` | all.equal() for future ... done [01:57:41.457] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:41.457] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:41.457] | : . ' , ; ` List of future strategies: [01:57:41.457] | : . ' , ; ` 1. sequential: [01:57:41.457] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:41.457] | : . ' , ; ` - tweaked: FALSE [01:57:41.457] | : . ' , ; ` - call: plan(sequential) [01:57:41.458] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:41.458] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.458] | : . ' , assign_globals() ... [01:57:41.459] | : . ' , List of 1 [01:57:41.459] | : . ' , $ x: list() [01:57:41.459] | : . ' , - attr(*, "where")=List of 1 [01:57:41.459] | : . ' , ..$ x: [01:57:41.459] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [01:57:41.459] | : . ' , - attr(*, "resolved")= logi TRUE [01:57:41.459] | : . ' , - attr(*, "total_size")= num NA [01:57:41.459] | : . ' , - attr(*, "already-done")= logi TRUE [01:57:41.462] | : . ' , - copied 'x' to environment [01:57:41.462] | : . ' , assign_globals() ... done [01:57:41.464] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.465] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.465] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:41.465] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:41.465] | : . ' , ; ` | : New stack: [01:57:41.465] | : . ' , ; ` | : List of 1 [01:57:41.465] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.465] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.465] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.465] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.465] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.465] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.465] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.465] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.465] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.465] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.465] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.470] | : . ' , ; ` | : Old stack: [01:57:41.470] | : . ' , ; ` | : List of 1 [01:57:41.470] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.470] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.470] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.470] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.470] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.470] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.470] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.470] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.470] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.470] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.470] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.474] | : . ' , ; ` | : Identical [01:57:41.474] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:41.475] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:41.475] | : . ' , ; ` | List of future strategies: [01:57:41.475] | : . ' , ; ` | 1. sequential: [01:57:41.475] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:41.475] | : . ' , ; ` | - tweaked: FALSE [01:57:41.475] | : . ' , ; ` | - call: plan(sequential) [01:57:41.475] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:41.476] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.476] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.476] | : . ' , SequentialFuture started (and completed) [01:57:41.477] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:41.477] | : . Launching futures ... done [01:57:41.477] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:41.477] | : Using SequentialFutureBackend ... done [01:57:41.477] | run() for 'Future' (NULL) ... done [01:57:41.477] future(..., label = NULL) ... done [01:57:41.478] value() for SequentialFuture (NULL) ... [01:57:41.478] | relay stdout ... [01:57:41.478] | relay stdout ... done [01:57:41.478] | check for misuse ... [01:57:41.478] | check for misuse ... done [01:57:41.479] value() for SequentialFuture (NULL) ... done $a [1] 1 [01:57:41.479] future(..., label = NULL) ... [01:57:41.479] | lazy: TRUE [01:57:41.479] | stdout: TRUE [01:57:41.479] | conditions: [n=1] 'condition' [01:57:41.480] | gc: FALSE [01:57:41.480] | 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' [01:57:41.480] | 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' [01:57:41.480] | : Searching for globals ... [01:57:41.497] | : . globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [01:57:41.497] | : Searching for globals ... done [01:57:41.497] | : Resolving globals: TRUE [01:57:41.497] | : Resolving any globals that are futures ... [01:57:41.497] | : . globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [01:57:41.498] | : Resolving any globals that are futures ... done [01:57:41.498] | : Search for packages associated with the globals ... [01:57:41.498] | : . Packages associated with globals: [1] 'base' [01:57:41.499] | : . Packages: [1] 'base' [01:57:41.499] | : Search for packages associated with the globals ... done [01:57:41.499] | : Resolving futures part of globals (recursively) ... [01:57:41.499] | : . resolve() for FutureGlobals ... [01:57:41.499] | : . ' recursive: 99 [01:57:41.500] | : . ' Number of elements: 1 [01:57:41.500] | : . ' elements: 'x' [01:57:41.500] | : . ' 'obj' is list [01:57:41.500] | : . ' resolve(obj, ...) ... [01:57:41.501] | : . ' , resolve() for list ... [01:57:41.501] | : . ' , ; recursive: 98 [01:57:41.501] | : . ' , ; Number of elements: 0 [01:57:41.501] | : . ' , resolve() for list ... done [01:57:41.501] | : . ' resolve(obj, ...) ... done [01:57:41.501] | : . ' resolved() for list ... [01:57:41.502] | : . ' , Number of elements: 0 [01:57:41.502] | : . ' , Number of futures: 0 [01:57:41.502] | : . ' resolved() for list ... done [01:57:41.502] | : . ' length: 0 (resolved future 1) [01:57:41.502] | : . resolve() for FutureGlobals ... done [01:57:41.503] | : . globals: [1] 'x' [01:57:41.503] | : Resolving futures part of globals (recursively) ... done [01:57:41.503] | : Packages after dropping 'base': [0] [01:57:41.503] | : globals: [1] 'x' [01:57:41.503] | : packages: [0] [01:57:41.504] | getGlobalsAndPackages() ... done [01:57:41.504] future(..., label = NULL) ... done [01:57:41.504] value() for Future (NULL) ... [01:57:41.504] | run() for 'Future' (NULL) ... [01:57:41.504] | : state: 'created' [01:57:41.505] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.505] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.508] | : Using SequentialFutureBackend ... [01:57:41.508] | : . Number of futures since start: 9 (9 created, 9 launched, 9 finished) [01:57:41.508] | : . Launching futures ... [01:57:41.508] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:41.509] | : . ' , getFutureData() ... [01:57:41.509] | : . ' , ; getFutureCore() ... [01:57:41.509] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:41.509] | : . ' , ; getFutureCore() ... done [01:57:41.509] | : . ' , ; getFutureCapture() ... [01:57:41.510] | : . ' , ; getFutureCapture() ... done [01:57:41.510] | : . ' , ; getFutureContext() ... [01:57:41.510] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.510] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:41.510] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.510] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:41.511] | : . ' , ; getFutureContext() ... done [01:57:41.511] | : . ' , getFutureData() ... done [01:57:41.511] | : . ' , attachPackages() ... [01:57:41.511] | : . ' , ; packages: [n=1] 'future' [01:57:41.511] | : . ' , attachPackages() ... done [01:57:41.512] | : . ' , attachPackages() ... [01:57:41.512] | : . ' , ; packages: [n=0] [01:57:41.512] | : . ' , attachPackages() ... done [01:57:41.512] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.513] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:41.513] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.513] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.514] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:41.514] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:41.514] | : . ' , ; ` | New stack: [01:57:41.514] | : . ' , ; ` | List of 1 [01:57:41.514] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.514] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.514] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:41.514] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.514] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.514] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.514] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:41.514] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.517] | : . ' , ; ` | Old stack: [01:57:41.518] | : . ' , ; ` | List of 1 [01:57:41.518] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.518] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.518] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:41.518] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.518] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.518] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.518] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:41.518] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.518] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.518] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.518] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.522] | : . ' , ; ` | Not identical [01:57:41.522] | : . ' , ; ` | all.equal() for future ... [01:57:41.522] | : . ' , ; ` | : List of 2 [01:57:41.522] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.522] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.522] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:41.522] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.522] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.522] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.522] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:41.522] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.522] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.522] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.522] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.522] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.522] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.522] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.522] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.522] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.522] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.530] | : . ' , ; ` | all.equal() for future ... done [01:57:41.530] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:41.530] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:41.530] | : . ' , ; ` List of future strategies: [01:57:41.530] | : . ' , ; ` 1. sequential: [01:57:41.530] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:41.530] | : . ' , ; ` - tweaked: FALSE [01:57:41.530] | : . ' , ; ` - call: plan(sequential) [01:57:41.531] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:41.531] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.531] | : . ' , assign_globals() ... [01:57:41.531] | : . ' , List of 1 [01:57:41.531] | : . ' , $ x: list() [01:57:41.531] | : . ' , - attr(*, "where")=List of 1 [01:57:41.531] | : . ' , ..$ x: [01:57:41.531] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [01:57:41.531] | : . ' , - attr(*, "resolved")= logi TRUE [01:57:41.531] | : . ' , - attr(*, "total_size")= num NA [01:57:41.531] | : . ' , - attr(*, "already-done")= logi TRUE [01:57:41.534] | : . ' , - copied 'x' to environment [01:57:41.535] | : . ' , assign_globals() ... done [01:57:41.537] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.537] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.537] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:41.538] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:41.538] | : . ' , ; ` | : New stack: [01:57:41.538] | : . ' , ; ` | : List of 1 [01:57:41.538] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.538] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.538] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.538] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.538] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.538] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.538] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.538] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.538] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.538] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.538] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.542] | : . ' , ; ` | : Old stack: [01:57:41.542] | : . ' , ; ` | : List of 1 [01:57:41.542] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.542] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.542] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.542] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.542] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.542] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.542] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.542] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.542] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.542] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.542] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.547] | : . ' , ; ` | : Identical [01:57:41.547] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:41.548] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:41.548] | : . ' , ; ` | List of future strategies: [01:57:41.548] | : . ' , ; ` | 1. sequential: [01:57:41.548] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:41.548] | : . ' , ; ` | - tweaked: FALSE [01:57:41.548] | : . ' , ; ` | - call: plan(sequential) [01:57:41.548] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:41.549] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.549] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.550] | : . ' , SequentialFuture started (and completed) [01:57:41.550] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:41.550] | : . Launching futures ... done [01:57:41.550] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:41.551] | : Using SequentialFutureBackend ... done [01:57:41.551] | run() for 'Future' (NULL) ... done [01:57:41.551] | relay stdout ... [01:57:41.551] | relay stdout ... done [01:57:41.551] | check for misuse ... [01:57:41.552] | check for misuse ... done [01:57:41.552] value() for Future (NULL) ... done $a [1] 1 [01:57:41.552] future(..., label = NULL) ... [01:57:41.553] | lazy: FALSE [01:57:41.553] | stdout: TRUE [01:57:41.553] | conditions: [n=1] 'condition' [01:57:41.553] | gc: FALSE [01:57:41.553] | 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' [01:57:41.554] | 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' [01:57:41.554] | : Searching for globals ... [01:57:41.571] | : . globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [01:57:41.571] | : Searching for globals ... done [01:57:41.571] | : Resolving globals: TRUE [01:57:41.571] | : Resolving any globals that are futures ... [01:57:41.572] | : . globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [01:57:41.572] | : Resolving any globals that are futures ... done [01:57:41.572] | : Search for packages associated with the globals ... [01:57:41.572] | : . Packages associated with globals: [1] 'base' [01:57:41.573] | : . Packages: [1] 'base' [01:57:41.573] | : Search for packages associated with the globals ... done [01:57:41.573] | : Resolving futures part of globals (recursively) ... [01:57:41.573] | : . resolve() for FutureGlobals ... [01:57:41.573] | : . ' recursive: 99 [01:57:41.574] | : . ' Number of elements: 1 [01:57:41.574] | : . ' elements: 'x' [01:57:41.574] | : . ' 'obj' is list [01:57:41.574] | : . ' resolve(obj, ...) ... [01:57:41.575] | : . ' , resolve() for list ... [01:57:41.575] | : . ' , ; recursive: 98 [01:57:41.575] | : . ' , ; Number of elements: 0 [01:57:41.575] | : . ' , resolve() for list ... done [01:57:41.575] | : . ' resolve(obj, ...) ... done [01:57:41.575] | : . ' resolved() for list ... [01:57:41.576] | : . ' , Number of elements: 0 [01:57:41.576] | : . ' , Number of futures: 0 [01:57:41.576] | : . ' resolved() for list ... done [01:57:41.576] | : . ' length: 0 (resolved future 1) [01:57:41.576] | : . resolve() for FutureGlobals ... done [01:57:41.577] | : . globals: [1] 'x' [01:57:41.577] | : Resolving futures part of globals (recursively) ... done [01:57:41.577] | : Packages after dropping 'base': [0] [01:57:41.577] | : globals: [1] 'x' [01:57:41.577] | : packages: [0] [01:57:41.578] | getGlobalsAndPackages() ... done [01:57:41.578] | run() for 'Future' (NULL) ... [01:57:41.578] | : state: 'created' [01:57:41.578] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.579] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.579] | : Using SequentialFutureBackend ... [01:57:41.579] | : . Number of futures since start: 10 (10 created, 10 launched, 10 finished) [01:57:41.579] | : . Launching futures ... [01:57:41.579] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:41.580] | : . ' , getFutureData() ... [01:57:41.580] | : . ' , ; getFutureCore() ... [01:57:41.580] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:41.580] | : . ' , ; getFutureCore() ... done [01:57:41.580] | : . ' , ; getFutureCapture() ... [01:57:41.580] | : . ' , ; getFutureCapture() ... done [01:57:41.581] | : . ' , ; getFutureContext() ... [01:57:41.581] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.581] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:41.581] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.581] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:41.582] | : . ' , ; getFutureContext() ... done [01:57:41.582] | : . ' , getFutureData() ... done [01:57:41.582] | : . ' , attachPackages() ... [01:57:41.582] | : . ' , ; packages: [n=1] 'future' [01:57:41.582] | : . ' , attachPackages() ... done [01:57:41.583] | : . ' , attachPackages() ... [01:57:41.583] | : . ' , ; packages: [n=0] [01:57:41.583] | : . ' , attachPackages() ... done [01:57:41.583] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.584] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:41.584] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.584] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.585] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:41.585] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:41.585] | : . ' , ; ` | New stack: [01:57:41.585] | : . ' , ; ` | List of 1 [01:57:41.585] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.585] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.585] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:41.585] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.585] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.585] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.585] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:41.585] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.589] | : . ' , ; ` | Old stack: [01:57:41.589] | : . ' , ; ` | List of 1 [01:57:41.589] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.589] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.589] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:41.589] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.589] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.589] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.589] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:41.589] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.589] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.589] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.589] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.593] | : . ' , ; ` | Not identical [01:57:41.593] | : . ' , ; ` | all.equal() for future ... [01:57:41.593] | : . ' , ; ` | : List of 2 [01:57:41.593] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.593] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.593] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:41.593] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.593] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.593] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.593] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:41.593] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.593] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.593] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.593] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.593] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.593] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.593] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.593] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.593] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.593] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.601] | : . ' , ; ` | all.equal() for future ... done [01:57:41.601] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:41.601] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:41.601] | : . ' , ; ` List of future strategies: [01:57:41.601] | : . ' , ; ` 1. sequential: [01:57:41.601] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:41.601] | : . ' , ; ` - tweaked: FALSE [01:57:41.601] | : . ' , ; ` - call: plan(sequential) [01:57:41.602] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:41.602] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.602] | : . ' , assign_globals() ... [01:57:41.603] | : . ' , List of 1 [01:57:41.603] | : . ' , $ x: list() [01:57:41.603] | : . ' , - attr(*, "where")=List of 1 [01:57:41.603] | : . ' , ..$ x: [01:57:41.603] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [01:57:41.603] | : . ' , - attr(*, "resolved")= logi TRUE [01:57:41.603] | : . ' , - attr(*, "total_size")= num NA [01:57:41.603] | : . ' , - attr(*, "already-done")= logi TRUE [01:57:41.609] | : . ' , - copied 'x' to environment [01:57:41.609] | : . ' , assign_globals() ... done [01:57:41.612] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.612] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.612] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:41.612] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:41.613] | : . ' , ; ` | : New stack: [01:57:41.613] | : . ' , ; ` | : List of 1 [01:57:41.613] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.613] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.613] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.613] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.613] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.613] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.613] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.613] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.613] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.613] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.613] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.617] | : . ' , ; ` | : Old stack: [01:57:41.617] | : . ' , ; ` | : List of 1 [01:57:41.617] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.617] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.617] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.617] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.617] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.617] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.617] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.617] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.617] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.617] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.617] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.621] | : . ' , ; ` | : Identical [01:57:41.622] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:41.622] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:41.622] | : . ' , ; ` | List of future strategies: [01:57:41.622] | : . ' , ; ` | 1. sequential: [01:57:41.622] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:41.622] | : . ' , ; ` | - tweaked: FALSE [01:57:41.622] | : . ' , ; ` | - call: plan(sequential) [01:57:41.623] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:41.623] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.623] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.624] | : . ' , SequentialFuture started (and completed) [01:57:41.624] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:41.624] | : . Launching futures ... done [01:57:41.625] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:41.625] | : Using SequentialFutureBackend ... done [01:57:41.625] | run() for 'Future' (NULL) ... done [01:57:41.625] future(..., label = NULL) ... done [01:57:41.625] value() for SequentialFuture (NULL) ... [01:57:41.626] | relay stdout ... [01:57:41.626] | relay stdout ... done [01:57:41.626] | check for misuse ... [01:57:41.626] | check for misuse ... done [01:57:41.627] value() for SequentialFuture (NULL) ... done $a [1] 1 [01:57:41.627] future(..., label = NULL) ... [01:57:41.627] | lazy: FALSE [01:57:41.628] | stdout: TRUE [01:57:41.628] | conditions: [n=1] 'condition' [01:57:41.628] | gc: FALSE [01:57:41.628] | 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' [01:57:41.629] | 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' [01:57:41.629] | : Searching for globals ... [01:57:41.648] | : . globals found: [7] '{', 'x', '<-', '[', 'name', '[<-', 'list' [01:57:41.648] | : Searching for globals ... done [01:57:41.649] | : Resolving globals: TRUE [01:57:41.649] | : Resolving any globals that are futures ... [01:57:41.649] | : . globals: [7] '{', 'x', '<-', '[', 'name', '[<-', 'list' [01:57:41.649] | : Resolving any globals that are futures ... done [01:57:41.649] | : Search for packages associated with the globals ... [01:57:41.650] | : . Packages associated with globals: [1] 'base' [01:57:41.650] | : . Packages: [1] 'base' [01:57:41.651] | : Search for packages associated with the globals ... done [01:57:41.651] | : Resolving futures part of globals (recursively) ... [01:57:41.651] | : . resolve() for FutureGlobals ... [01:57:41.651] | : . ' recursive: 99 [01:57:41.652] | : . ' Number of elements: 2 [01:57:41.652] | : . ' elements: 'x', 'name' [01:57:41.652] | : . ' 'obj' is list [01:57:41.652] | : . ' resolve(obj, ...) ... [01:57:41.652] | : . ' , resolve() for list ... [01:57:41.653] | : . ' , ; recursive: 98 [01:57:41.653] | : . ' , ; Number of elements: 0 [01:57:41.653] | : . ' , resolve() for list ... done [01:57:41.653] | : . ' resolve(obj, ...) ... done [01:57:41.653] | : . ' resolved() for list ... [01:57:41.654] | : . ' , Number of elements: 0 [01:57:41.654] | : . ' , Number of futures: 0 [01:57:41.654] | : . ' resolved() for list ... done [01:57:41.654] | : . ' length: 1 (resolved future 1) [01:57:41.654] | : . ' 'obj' is atomic [01:57:41.655] | : . ' length: 0 (resolved future 2) [01:57:41.655] | : . resolve() for FutureGlobals ... done [01:57:41.655] | : . globals: [2] 'x', 'name' [01:57:41.655] | : Resolving futures part of globals (recursively) ... done [01:57:41.656] | : Packages after dropping 'base': [0] [01:57:41.656] | : globals: [2] 'x', 'name' [01:57:41.656] | : packages: [0] [01:57:41.656] | getGlobalsAndPackages() ... done [01:57:41.656] | run() for 'Future' (NULL) ... [01:57:41.657] | : state: 'created' [01:57:41.657] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.657] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.657] | : Using SequentialFutureBackend ... [01:57:41.657] | : . Number of futures since start: 11 (11 created, 11 launched, 11 finished) [01:57:41.658] | : . Launching futures ... [01:57:41.658] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:41.658] | : . ' , getFutureData() ... [01:57:41.658] | : . ' , ; getFutureCore() ... [01:57:41.658] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:41.659] | : . ' , ; getFutureCore() ... done [01:57:41.659] | : . ' , ; getFutureCapture() ... [01:57:41.659] | : . ' , ; getFutureCapture() ... done [01:57:41.659] | : . ' , ; getFutureContext() ... [01:57:41.659] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.660] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:41.660] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.660] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:41.660] | : . ' , ; getFutureContext() ... done [01:57:41.661] | : . ' , getFutureData() ... done [01:57:41.661] | : . ' , attachPackages() ... [01:57:41.661] | : . ' , ; packages: [n=1] 'future' [01:57:41.661] | : . ' , attachPackages() ... done [01:57:41.661] | : . ' , attachPackages() ... [01:57:41.662] | : . ' , ; packages: [n=0] [01:57:41.662] | : . ' , attachPackages() ... done [01:57:41.662] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.663] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:41.663] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.663] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.664] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:41.664] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:41.664] | : . ' , ; ` | New stack: [01:57:41.664] | : . ' , ; ` | List of 1 [01:57:41.664] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.664] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.664] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:41.664] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.664] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.664] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.664] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:41.664] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.668] | : . ' , ; ` | Old stack: [01:57:41.668] | : . ' , ; ` | List of 1 [01:57:41.668] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.668] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.668] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:41.668] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.668] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.668] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.668] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:41.668] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.668] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.668] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.668] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.673] | : . ' , ; ` | Not identical [01:57:41.673] | : . ' , ; ` | all.equal() for future ... [01:57:41.673] | : . ' , ; ` | : List of 2 [01:57:41.673] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.673] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.673] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:41.673] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.673] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.673] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.673] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:41.673] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.673] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.673] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.673] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.673] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.673] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.673] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.673] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.673] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.673] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.681] | : . ' , ; ` | all.equal() for future ... done [01:57:41.681] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:41.681] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:41.682] | : . ' , ; ` List of future strategies: [01:57:41.682] | : . ' , ; ` 1. sequential: [01:57:41.682] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:41.682] | : . ' , ; ` - tweaked: FALSE [01:57:41.682] | : . ' , ; ` - call: plan(sequential) [01:57:41.682] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:41.683] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.683] | : . ' , assign_globals() ... [01:57:41.683] | : . ' , List of 2 [01:57:41.683] | : . ' , $ x : list() [01:57:41.683] | : . ' , $ name: chr "a" [01:57:41.683] | : . ' , - attr(*, "where")=List of 2 [01:57:41.683] | : . ' , ..$ x : [01:57:41.683] | : . ' , ..$ name: [01:57:41.683] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [01:57:41.683] | : . ' , - attr(*, "resolved")= logi TRUE [01:57:41.683] | : . ' , - attr(*, "total_size")= num NA [01:57:41.683] | : . ' , - attr(*, "already-done")= logi TRUE [01:57:41.687] | : . ' , - copied 'x' to environment [01:57:41.687] | : . ' , - copied 'name' to environment [01:57:41.687] | : . ' , assign_globals() ... done [01:57:41.690] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.690] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:41.690] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:41.691] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:41.691] | : . ' , ; ` | : New stack: [01:57:41.691] | : . ' , ; ` | : List of 1 [01:57:41.691] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.691] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.691] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.691] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.691] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.691] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.691] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.691] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.691] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.691] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.691] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.696] | : . ' , ; ` | : Old stack: [01:57:41.696] | : . ' , ; ` | : List of 1 [01:57:41.696] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.696] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.696] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:41.696] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.696] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.696] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.696] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:41.696] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.696] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.696] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.696] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.700] | : . ' , ; ` | : Identical [01:57:41.701] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:41.701] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:41.701] | : . ' , ; ` | List of future strategies: [01:57:41.701] | : . ' , ; ` | 1. sequential: [01:57:41.701] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:41.701] | : . ' , ; ` | - tweaked: FALSE [01:57:41.701] | : . ' , ; ` | - call: plan(sequential) [01:57:41.702] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:41.702] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.702] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:41.703] | : . ' , SequentialFuture started (and completed) [01:57:41.703] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:41.703] | : . Launching futures ... done [01:57:41.703] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:41.703] | : Using SequentialFutureBackend ... done [01:57:41.704] | run() for 'Future' (NULL) ... done [01:57:41.704] future(..., label = NULL) ... done [01:57:41.704] value() for SequentialFuture (NULL) ... [01:57:41.704] | relay stdout ... [01:57:41.705] | relay stdout ... done [01:57:41.705] | check for misuse ... [01:57:41.705] | check for misuse ... done [01:57:41.705] value() for SequentialFuture (NULL) ... done $a [1] 1 Testing with 1 cores ... DONE Testing with 2 cores ... availableCores(): 2 - plan('multisession') ... [01:57:41.708] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.709] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [01:57:41.709] | : all.equal() for FutureStrategyList ... [01:57:41.709] | : . New stack: [01:57:41.709] | : . List of 1 [01:57:41.709] | : . $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:57:41.709] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.709] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:57:41.709] | : . ..- attr(*, "init")= logi TRUE [01:57:41.709] | : . ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:57:41.709] | : . gc = FALSE, earlySignal = FALSE, ...) [01:57:41.709] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:41.709] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:41.709] | : . ..- attr(*, "untweakable")= chr "persistent" [01:57:41.709] | : . ..- attr(*, "call")= language plan(strategy) [01:57:41.709] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.713] | : . Old stack: [01:57:41.714] | : . List of 1 [01:57:41.714] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.714] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.714] | : . ..- attr(*, "init")= chr "done" [01:57:41.714] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.714] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.714] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.714] | : . ..- attr(*, "call")= language plan(sequential) [01:57:41.714] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.714] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.714] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.714] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.721] | : . Not identical [01:57:41.721] | : . all.equal() for future ... [01:57:41.722] | : . ' List of 2 [01:57:41.722] | : . ' $ target :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:57:41.722] | : . ' gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.722] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:57:41.722] | : . ' ..- attr(*, "init")= logi TRUE [01:57:41.722] | : . ' ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:57:41.722] | : . ' gc = FALSE, earlySignal = FALSE, ...) [01:57:41.722] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:41.722] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:41.722] | : . ' ..- attr(*, "untweakable")= chr "persistent" [01:57:41.722] | : . ' ..- attr(*, "call")= language plan(strategy) [01:57:41.722] | : . ' $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.722] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:41.722] | : . ' ..- attr(*, "init")= chr "done" [01:57:41.722] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.722] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.722] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.722] | : . ' ..- attr(*, "call")= language plan(sequential) [01:57:41.722] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:41.722] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:41.722] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:41.729] | : . ' Formals differ [01:57:41.730] | : . all.equal() for future ... done [01:57:41.730] | : . Future strategies differ at level 1 [01:57:41.730] | : all.equal() for FutureStrategyList ... done [01:57:41.730] | : plan(): Setting new future backend stack: [01:57:41.730] | : List of future strategies: [01:57:41.730] | : 1. multisession: [01:57:41.730] | : - args: function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.730] | : - tweaked: FALSE [01:57:41.730] | : - call: plan(strategy) [01:57:41.731] | : List of 1 [01:57:41.731] | : $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:57:41.731] | : gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.731] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:57:41.731] | : ..- attr(*, "init")= logi TRUE [01:57:41.731] | : ..- attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:57:41.731] | : gc = FALSE, earlySignal = FALSE, ...) [01:57:41.731] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:41.731] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:41.731] | : ..- attr(*, "untweakable")= chr "persistent" [01:57:41.731] | : ..- attr(*, "call")= language plan(strategy) [01:57:41.731] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:41.735] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [01:57:41.735] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:41.736] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [01:57:41.736] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:41.736] | : . Legacy shutdown of cluster workers ... [01:57:41.737] | : . ' Stopping existing cluster ... [01:57:41.737] | : . ' , No pre-existing cluster. Skipping [01:57:41.737] | : . ' Stopping existing cluster ... done [01:57:41.737] | : . Legacy shutdown of cluster workers ... done [01:57:41.737] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [01:57:41.738] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [01:57:41.738] | : . function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [01:57:41.738] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:41.738] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [01:57:41.738] | : . - attr(*, "init")= logi TRUE [01:57:41.738] | : . - attr(*, "factory")=function (workers = availableCores(), rscript_libs = .libPaths(), interrupts = TRUE, [01:57:41.738] | : . gc = FALSE, earlySignal = FALSE, ...) [01:57:41.738] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:41.738] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [01:57:41.738] | : . - attr(*, "untweakable")= chr "persistent" [01:57:41.738] | : . - attr(*, "call")= language plan(strategy) [01:57:41.741] | : . init: TRUE [01:57:41.742] | : . makeFutureBackend() ... [01:57:41.742] | : . ' Backend function: <'NULL'> [01:57:41.742] | : . ' Evaluator tweak arguments: [n=0] [01:57:41.742] | : . ' list() [01:57:41.743] | : . ' Evaluator formal arguments: [n=4] [01:57:41.743] | : . ' list() [01:57:41.743] | : . ' Backend factory arguments: [n=4] [01:57:41.743] | : . ' Dotted pair list of 4 [01:57:41.743] | : . ' $ workers : language availableCores() [01:57:41.743] | : . ' $ rscript_libs: language .libPaths() [01:57:41.743] | : . ' $ gc : logi FALSE [01:57:41.743] | : . ' $ earlySignal : logi FALSE [01:57:41.746] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [01:57:41.746] | : . ' , Arguments: [01:57:41.746] | : . ' , List of 5 [01:57:41.746] | : . ' , $ workers : Named int 2 [01:57:41.746] | : . ' , ..- attr(*, "names")= chr "mc.cores" [01:57:41.746] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:57:41.746] | : . ' , $ interrupts : logi TRUE [01:57:41.746] | : . ' , $ gc : logi FALSE [01:57:41.746] | : . ' , $ earlySignal : logi FALSE [01:57:41.754] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [01:57:41.754] | : . ' , ; workers: 2 [01:57:41.754] | : . ' , ; getCluster() ... [01:57:41.755] | : . ' , ; getCluster() ... done [01:57:41.755] | : . ' , ; Stopping existing cluster ... [01:57:41.755] | : . ' , ; ` No pre-existing cluster. Skipping [01:57:41.755] | : . ' , ; Stopping existing cluster ... done [01:57:41.756] | : . ' , ; Starting new cluster ... [01:57:41.756] | : . ' , ; ` makeCluster(workers, ...) ... [01:57:41.756] | : . ' , ; ` | Arguments: [01:57:41.756] | : . ' , ; ` | List of 2 [01:57:41.756] | : . ' , ; ` | $ : int 2 [01:57:41.756] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:57:41.758] | : . ' , ; ` | .makeCluster() ... [01:57:41.758] | : . ' , ; ` | : workers: '2' [01:57:41.759] | : . ' , ; ` | : R_FUTURE_PLAN: NA [01:57:41.759] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [01:57:41.759] | : . ' , ; ` | : List of 2 [01:57:41.759] | : . ' , ; ` | : $ : int 2 [01:57:41.759] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2025_05_09_01_55_17_23336/RtmpsDakIT/RLIBS_1b6487de1dd0" "D:/RCompile/recent/R/library" [01:57:42.292] | : . ' , ; ` | : Generated cluster UUID [01:57:42.292] | : . ' , ; ` | : Cluster UUID: 'a533b05515870b54845fb4a487397346' [01:57:42.292] | : . ' , ; ` | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:42.295] | : . ' , ; ` | .makeCluster() ... done [01:57:42.296] | : . ' , ; ` | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:42.297] | : . ' , ; ` makeCluster(workers, ...) ... done [01:57:42.298] | : . ' , ; ` Number of workers: 2 [01:57:42.298] | : . ' , ; ` Workers UUID: 'a533b05515870b54845fb4a487397346' [01:57:42.298] | : . ' , ; Starting new cluster ... done [01:57:42.298] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [01:57:42.298] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [01:57:42.299] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [01:57:42.299] | : . makeFutureBackend() ... done [01:57:42.299] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:42.299] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:42.299] | : . plan(): nbrOfWorkers() = 2 [01:57:42.300] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [01:57:42.300] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [01:57:42.300] | future(..., label = NULL) ... [01:57:42.300] | : lazy: FALSE [01:57:42.300] | : stdout: TRUE [01:57:42.300] | : conditions: [n=1] 'condition' [01:57:42.301] | : gc: FALSE [01:57:42.301] | : 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' [01:57:42.301] | : 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' [01:57:42.301] | : . Searching for globals ... [01:57:42.315] | : . ' globals found: [5] '{', 'x', '<-', '$', '$<-' [01:57:42.315] | : . Searching for globals ... done [01:57:42.315] | : . Resolving globals: TRUE [01:57:42.316] | : . Resolving any globals that are futures ... [01:57:42.316] | : . ' globals: [5] '{', 'x', '<-', '$', '$<-' [01:57:42.316] | : . Resolving any globals that are futures ... done [01:57:42.316] | : . Search for packages associated with the globals ... [01:57:42.316] | : . ' Packages associated with globals: [1] 'base' [01:57:42.317] | : . ' Packages: [1] 'base' [01:57:42.317] | : . Search for packages associated with the globals ... done [01:57:42.317] | : . Resolving futures part of globals (recursively) ... [01:57:42.317] | : . ' resolve() for FutureGlobals ... [01:57:42.317] | : . ' , recursive: 99 [01:57:42.318] | : . ' , Number of elements: 1 [01:57:42.318] | : . ' , elements: 'x' [01:57:42.318] | : . ' , 'obj' is list [01:57:42.318] | : . ' , resolve(obj, ...) ... [01:57:42.318] | : . ' , ; resolve() for list ... [01:57:42.319] | : . ' , ; ` recursive: 98 [01:57:42.319] | : . ' , ; ` Number of elements: 0 [01:57:42.319] | : . ' , ; resolve() for list ... done [01:57:42.319] | : . ' , resolve(obj, ...) ... done [01:57:42.319] | : . ' , resolved() for list ... [01:57:42.319] | : . ' , ; Number of elements: 0 [01:57:42.320] | : . ' , ; Number of futures: 0 [01:57:42.320] | : . ' , resolved() for list ... done [01:57:42.320] | : . ' , length: 0 (resolved future 1) [01:57:42.320] | : . ' resolve() for FutureGlobals ... done [01:57:42.320] | : . ' globals: [1] 'x' [01:57:42.320] | : . Resolving futures part of globals (recursively) ... done [01:57:42.321] | : . Packages after dropping 'base': [0] [01:57:42.321] | : . globals: [1] 'x' [01:57:42.321] | : . packages: [0] [01:57:42.321] | : getGlobalsAndPackages() ... done [01:57:42.321] | : run() for 'Future' (NULL) ... [01:57:42.322] | : . state: 'created' [01:57:42.322] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:42.322] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:42.322] | : . Using MultisessionFutureBackend ... [01:57:42.322] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [01:57:42.322] | : . ' Launching futures ... [01:57:42.323] | : . ' , launchFuture() for ClusterFutureBackend ... [01:57:42.323] | : . ' , ; Workers: [n=2] [01:57:42.323] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:42.325] | : . ' , ; FutureRegistry: 'workers-a533b05515870b54845fb4a487397346' [01:57:42.325] | : . ' , ; requestWorker() ... [01:57:42.325] | : . ' , ; ` requestNode() ... [01:57:42.326] | : . ' , ; ` | Number of workers: 2 [01:57:42.326] | : . ' , ; ` | Polling for a free worker ... [01:57:42.326] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:42.326] | : . ' , ; ` | : . Created empty registry 'workers-a533b05515870b54845fb4a487397346' [01:57:42.326] | : . ' , ; ` | : . Listing all futures [01:57:42.326] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:42.327] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:42.327] | : . ' , ; ` | : Total time: 0 [01:57:42.327] | : . ' , ; ` | Polling for a free worker ... done [01:57:42.327] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:42.327] | : . ' , ; ` | : Listing all futures [01:57:42.327] | : . ' , ; ` | : Number of registered futures: 0 [01:57:42.328] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:42.328] | : . ' , ; ` | avail: [n=2] '1', '2' [01:57:42.328] | : . ' , ; ` | Index of first available worker: 1 [01:57:42.328] | : . ' , ; ` | Validate that the worker is functional ... [01:57:42.455] | : . ' , ; ` | : Worker is functional [01:57:42.455] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:42.456] | : . ' , ; ` | : . Listing all futures [01:57:42.456] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:42.456] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:42.456] | : . ' , ; ` | Validate that the worker is functional ... done [01:57:42.456] | : . ' , ; ` requestNode() ... done [01:57:42.456] | : . ' , ; ` cluster node index: 1 [01:57:42.457] | : . ' , ; requestWorker() ... done [01:57:42.457] | : . ' , ; eraseGlobalEnvironment() ... [01:57:42.457] | : . ' , ; eraseGlobalEnvironment() ... done [01:57:42.458] | : . ' , ; launchFuture() ... [01:57:42.458] | : . ' , ; ` cluster node index: 1 [01:57:42.458] | : . ' , ; ` getFutureData() ... [01:57:42.458] | : . ' , ; ` | getFutureCore() ... [01:57:42.458] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:57:42.458] | : . ' , ; ` | getFutureCore() ... done [01:57:42.458] | : . ' , ; ` | getFutureCapture() ... [01:57:42.459] | : . ' , ; ` | getFutureCapture() ... done [01:57:42.459] | : . ' , ; ` | getFutureContext() ... [01:57:42.459] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:42.459] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:57:42.459] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:42.460] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:57:42.460] | : . ' , ; ` | getFutureContext() ... done [01:57:42.460] | : . ' , ; ` getFutureData() ... done [01:57:42.461] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... [01:57:42.461] | : . ' , ; ` | Appended future to position #1 [01:57:42.461] | : . ' , ; ` | Number of registered futures: 1 [01:57:42.461] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... done [01:57:42.461] | : . ' , ; launchFuture() ... done [01:57:42.461] | : . ' , ; MultisessionFuture started [01:57:42.462] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:57:42.462] | : . ' Launching futures ... done [01:57:42.462] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:57:42.462] | : . Using MultisessionFutureBackend ... done [01:57:42.462] | : run() for 'Future' (NULL) ... done [01:57:42.462] | future(..., label = NULL) ... done [01:57:42.463] | value() for MultisessionFuture (NULL) ... [01:57:42.463] | : result() for ClusterFuture ... [01:57:42.463] | : . assertValidConnection() ... [01:57:42.463] | : . ' cluster node index: 1 [01:57:42.464] | : . assertValidConnection() ... done [01:57:42.464] | : . receiveMessageFromWorker() for ClusterFuture ... [01:57:42.465] | : . ' cluster node index: 1 [01:57:42.521] | : . ' [1] TRUE [01:57:42.521] | : . ' received data: [01:57:42.521] | : . ' List of 5 [01:57:42.521] | : . ' $ type : chr "VALUE" [01:57:42.521] | : . ' $ value :List of 14 [01:57:42.521] | : . ' ..$ value :List of 1 [01:57:42.521] | : . ' .. ..$ a: num 1 [01:57:42.521] | : . ' ..$ visible : logi TRUE [01:57:42.521] | : . ' ..$ stdout : chr "" [01:57:42.521] | : . ' ..$ conditions : list() [01:57:42.521] | : . ' ..$ rng : logi FALSE [01:57:42.521] | : . ' ..$ misuseGlobalEnv : NULL [01:57:42.521] | : . ' ..$ misuseConnections:List of 3 [01:57:42.521] | : . ' .. ..$ added : NULL [01:57:42.521] | : . ' .. ..$ removed : NULL [01:57:42.521] | : . ' .. ..$ replaced: NULL [01:57:42.521] | : . ' ..$ misuseDevices : NULL [01:57:42.521] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:42.521] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:42.521] | : . ' ..$ uuid : chr [1:2] "825cfcfeba603f1c436ac7d603f8a16c" "13" [01:57:42.521] | : . ' ..$ session_uuid : chr "fb95962877cb422783abe2bfe5a473a7" [01:57:42.521] | : . ' .. ..- attr(*, "source")=List of 5 [01:57:42.521] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:57:42.521] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:57:42.521] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:57:42.521] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:57:42.521] | : . ' .. .. ..$ pid : int 75180 [01:57:42.521] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:42.521] | : . ' .. .. ..$ random: int 2147483647 [01:57:42.521] | : . ' ..$ r_info :List of 4 [01:57:42.521] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:57:42.521] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:57:42.521] | : . ' .. ..$ os : chr "windows" [01:57:42.521] | : . ' .. ..$ os_name : chr "Windows" [01:57:42.521] | : . ' .. ..$ captures_utf8: logi TRUE [01:57:42.521] | : . ' ..$ version : chr "1.8" [01:57:42.521] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:57:42.521] | : . ' $ success: logi TRUE [01:57:42.521] | : . ' $ time : 'proc_time' Named num [1:5] 0.06 0 0.06 NA NA [01:57:42.521] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:57:42.521] | : . ' $ tag : NULL [01:57:42.534] | : . ' Received FutureResult [01:57:42.534] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... [01:57:42.535] | : . ' , Removed future from position #1 [01:57:42.535] | : . ' , Number of registered futures: 0 [01:57:42.535] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... done [01:57:42.535] | : . ' Erased future from future backend [01:57:42.535] | : . ' result() for ClusterFuture ... [01:57:42.536] | : . ' , result already collected: FutureResult [01:57:42.536] | : . ' result() for ClusterFuture ... done [01:57:42.536] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:57:42.536] | : result() for ClusterFuture ... done [01:57:42.536] | : result() for ClusterFuture ... [01:57:42.536] | : . result already collected: FutureResult [01:57:42.537] | : result() for ClusterFuture ... done [01:57:42.537] | : relay stdout ... [01:57:42.537] | : relay stdout ... done [01:57:42.537] | : check for misuse ... [01:57:42.537] | : check for misuse ... done [01:57:42.537] | value() for MultisessionFuture (NULL) ... done $a [1] 1 [01:57:42.538] | future(..., label = NULL) ... [01:57:42.538] | : lazy: TRUE [01:57:42.538] | : stdout: TRUE [01:57:42.538] | : conditions: [n=1] 'condition' [01:57:42.538] | : gc: FALSE [01:57:42.538] | : 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' [01:57:42.539] | : 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' [01:57:42.539] | : . Searching for globals ... [01:57:42.555] | : . ' globals found: [5] '{', 'x', '<-', '$', '$<-' [01:57:42.556] | : . Searching for globals ... done [01:57:42.556] | : . Resolving globals: TRUE [01:57:42.556] | : . Resolving any globals that are futures ... [01:57:42.556] | : . ' globals: [5] '{', 'x', '<-', '$', '$<-' [01:57:42.556] | : . Resolving any globals that are futures ... done [01:57:42.557] | : . Search for packages associated with the globals ... [01:57:42.557] | : . ' Packages associated with globals: [1] 'base' [01:57:42.557] | : . ' Packages: [1] 'base' [01:57:42.557] | : . Search for packages associated with the globals ... done [01:57:42.558] | : . Resolving futures part of globals (recursively) ... [01:57:42.558] | : . ' resolve() for FutureGlobals ... [01:57:42.558] | : . ' , recursive: 99 [01:57:42.558] | : . ' , Number of elements: 1 [01:57:42.558] | : . ' , elements: 'x' [01:57:42.559] | : . ' , 'obj' is list [01:57:42.559] | : . ' , resolve(obj, ...) ... [01:57:42.559] | : . ' , ; resolve() for list ... [01:57:42.559] | : . ' , ; ` recursive: 98 [01:57:42.559] | : . ' , ; ` Number of elements: 0 [01:57:42.559] | : . ' , ; resolve() for list ... done [01:57:42.560] | : . ' , resolve(obj, ...) ... done [01:57:42.560] | : . ' , resolved() for list ... [01:57:42.560] | : . ' , ; Number of elements: 0 [01:57:42.560] | : . ' , ; Number of futures: 0 [01:57:42.560] | : . ' , resolved() for list ... done [01:57:42.560] | : . ' , length: 0 (resolved future 1) [01:57:42.561] | : . ' resolve() for FutureGlobals ... done [01:57:42.561] | : . ' globals: [1] 'x' [01:57:42.561] | : . Resolving futures part of globals (recursively) ... done [01:57:42.561] | : . Packages after dropping 'base': [0] [01:57:42.561] | : . globals: [1] 'x' [01:57:42.562] | : . packages: [0] [01:57:42.562] | : getGlobalsAndPackages() ... done [01:57:42.562] | future(..., label = NULL) ... done [01:57:42.562] | value() for Future (NULL) ... [01:57:42.562] | : run() for 'Future' (NULL) ... [01:57:42.563] | : . state: 'created' [01:57:42.563] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:42.563] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:42.563] | : . Using MultisessionFutureBackend ... [01:57:42.563] | : . ' Number of futures since start: 1 (1 created, 1 launched, 1 finished) [01:57:42.563] | : . ' Launching futures ... [01:57:42.564] | : . ' , launchFuture() for ClusterFutureBackend ... [01:57:42.564] | : . ' , ; Workers: [n=2] [01:57:42.564] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:42.566] | : . ' , ; FutureRegistry: 'workers-a533b05515870b54845fb4a487397346' [01:57:42.566] | : . ' , ; requestWorker() ... [01:57:42.566] | : . ' , ; ` requestNode() ... [01:57:42.566] | : . ' , ; ` | Number of workers: 2 [01:57:42.566] | : . ' , ; ` | Polling for a free worker ... [01:57:42.567] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:42.567] | : . ' , ; ` | : . Listing all futures [01:57:42.567] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:42.567] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:42.567] | : . ' , ; ` | : Total time: 0 [01:57:42.567] | : . ' , ; ` | Polling for a free worker ... done [01:57:42.568] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:42.568] | : . ' , ; ` | : Listing all futures [01:57:42.568] | : . ' , ; ` | : Number of registered futures: 0 [01:57:42.568] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:42.568] | : . ' , ; ` | avail: [n=2] '1', '2' [01:57:42.568] | : . ' , ; ` | Index of first available worker: 1 [01:57:42.568] | : . ' , ; ` | Validate that the worker is functional ... [01:57:42.614] | : . ' , ; ` | : Worker is functional [01:57:42.614] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:42.614] | : . ' , ; ` | : . Listing all futures [01:57:42.614] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:42.614] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:42.615] | : . ' , ; ` | Validate that the worker is functional ... done [01:57:42.615] | : . ' , ; ` requestNode() ... done [01:57:42.615] | : . ' , ; ` cluster node index: 1 [01:57:42.615] | : . ' , ; requestWorker() ... done [01:57:42.615] | : . ' , ; eraseGlobalEnvironment() ... [01:57:42.616] | : . ' , ; eraseGlobalEnvironment() ... done [01:57:42.616] | : . ' , ; launchFuture() ... [01:57:42.616] | : . ' , ; ` cluster node index: 1 [01:57:42.616] | : . ' , ; ` getFutureData() ... [01:57:42.617] | : . ' , ; ` | getFutureCore() ... [01:57:42.617] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:57:42.617] | : . ' , ; ` | getFutureCore() ... done [01:57:42.617] | : . ' , ; ` | getFutureCapture() ... [01:57:42.617] | : . ' , ; ` | getFutureCapture() ... done [01:57:42.617] | : . ' , ; ` | getFutureContext() ... [01:57:42.618] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:42.618] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:57:42.618] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:42.618] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:57:42.618] | : . ' , ; ` | getFutureContext() ... done [01:57:42.619] | : . ' , ; ` getFutureData() ... done [01:57:42.619] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... [01:57:42.619] | : . ' , ; ` | Appended future to position #1 [01:57:42.619] | : . ' , ; ` | Number of registered futures: 1 [01:57:42.619] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... done [01:57:42.620] | : . ' , ; launchFuture() ... done [01:57:42.620] | : . ' , ; MultisessionFuture started [01:57:42.620] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:57:42.620] | : . ' Launching futures ... done [01:57:42.620] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:57:42.620] | : . Using MultisessionFutureBackend ... done [01:57:42.621] | : run() for 'Future' (NULL) ... done [01:57:42.621] | : result() for ClusterFuture ... [01:57:42.621] | : . assertValidConnection() ... [01:57:42.621] | : . ' cluster node index: 1 [01:57:42.622] | : . assertValidConnection() ... done [01:57:42.622] | : . receiveMessageFromWorker() for ClusterFuture ... [01:57:42.622] | : . ' cluster node index: 1 [01:57:42.624] | : . ' [1] TRUE [01:57:42.624] | : . ' received data: [01:57:42.624] | : . ' List of 5 [01:57:42.624] | : . ' $ type : chr "VALUE" [01:57:42.624] | : . ' $ value :List of 14 [01:57:42.624] | : . ' ..$ value :List of 1 [01:57:42.624] | : . ' .. ..$ a: num 1 [01:57:42.624] | : . ' ..$ visible : logi TRUE [01:57:42.624] | : . ' ..$ stdout : chr "" [01:57:42.624] | : . ' ..$ conditions : list() [01:57:42.624] | : . ' ..$ rng : logi FALSE [01:57:42.624] | : . ' ..$ misuseGlobalEnv : NULL [01:57:42.624] | : . ' ..$ misuseConnections:List of 3 [01:57:42.624] | : . ' .. ..$ added : NULL [01:57:42.624] | : . ' .. ..$ removed : NULL [01:57:42.624] | : . ' .. ..$ replaced: NULL [01:57:42.624] | : . ' ..$ misuseDevices : NULL [01:57:42.624] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:42.624] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:42.624] | : . ' ..$ uuid : chr [1:2] "825cfcfeba603f1c436ac7d603f8a16c" "14" [01:57:42.624] | : . ' ..$ session_uuid : chr "fb95962877cb422783abe2bfe5a473a7" [01:57:42.624] | : . ' .. ..- attr(*, "source")=List of 5 [01:57:42.624] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:57:42.624] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:57:42.624] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:57:42.624] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:57:42.624] | : . ' .. .. ..$ pid : int 75180 [01:57:42.624] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:42.624] | : . ' .. .. ..$ random: int 2147483647 [01:57:42.624] | : . ' ..$ r_info :List of 4 [01:57:42.624] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:57:42.624] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:57:42.624] | : . ' .. ..$ os : chr "windows" [01:57:42.624] | : . ' .. ..$ os_name : chr "Windows" [01:57:42.624] | : . ' .. ..$ captures_utf8: logi TRUE [01:57:42.624] | : . ' ..$ version : chr "1.8" [01:57:42.624] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:57:42.624] | : . ' $ success: logi TRUE [01:57:42.624] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [01:57:42.624] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:57:42.624] | : . ' $ tag : NULL [01:57:42.637] | : . ' Received FutureResult [01:57:42.637] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... [01:57:42.637] | : . ' , Removed future from position #1 [01:57:42.638] | : . ' , Number of registered futures: 0 [01:57:42.638] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... done [01:57:42.638] | : . ' Erased future from future backend [01:57:42.638] | : . ' result() for ClusterFuture ... [01:57:42.638] | : . ' , result already collected: FutureResult [01:57:42.638] | : . ' result() for ClusterFuture ... done [01:57:42.639] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:57:42.639] | : result() for ClusterFuture ... done [01:57:42.639] | : result() for ClusterFuture ... [01:57:42.639] | : . result already collected: FutureResult [01:57:42.639] | : result() for ClusterFuture ... done [01:57:42.639] | : relay stdout ... [01:57:42.640] | : relay stdout ... done [01:57:42.640] | : check for misuse ... [01:57:42.640] | : check for misuse ... done [01:57:42.640] | value() for Future (NULL) ... done $a [1] 1 [01:57:42.640] | future(..., label = NULL) ... [01:57:42.641] | : lazy: FALSE [01:57:42.641] | : stdout: TRUE [01:57:42.641] | : conditions: [n=1] 'condition' [01:57:42.641] | : gc: FALSE [01:57:42.641] | : 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' [01:57:42.642] | : 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' [01:57:42.642] | : . Searching for globals ... [01:57:42.655] | : . ' globals found: [5] '{', 'x', '<-', '$', '$<-' [01:57:42.655] | : . Searching for globals ... done [01:57:42.655] | : . Resolving globals: TRUE [01:57:42.655] | : . Resolving any globals that are futures ... [01:57:42.655] | : . ' globals: [5] '{', 'x', '<-', '$', '$<-' [01:57:42.656] | : . Resolving any globals that are futures ... done [01:57:42.656] | : . Search for packages associated with the globals ... [01:57:42.656] | : . ' Packages associated with globals: [1] 'base' [01:57:42.656] | : . ' Packages: [1] 'base' [01:57:42.656] | : . Search for packages associated with the globals ... done [01:57:42.657] | : . Resolving futures part of globals (recursively) ... [01:57:42.657] | : . ' resolve() for FutureGlobals ... [01:57:42.657] | : . ' , recursive: 99 [01:57:42.657] | : . ' , Number of elements: 1 [01:57:42.657] | : . ' , elements: 'x' [01:57:42.658] | : . ' , 'obj' is list [01:57:42.658] | : . ' , resolve(obj, ...) ... [01:57:42.658] | : . ' , ; resolve() for list ... [01:57:42.658] | : . ' , ; ` recursive: 98 [01:57:42.658] | : . ' , ; ` Number of elements: 0 [01:57:42.658] | : . ' , ; resolve() for list ... done [01:57:42.659] | : . ' , resolve(obj, ...) ... done [01:57:42.659] | : . ' , resolved() for list ... [01:57:42.659] | : . ' , ; Number of elements: 0 [01:57:42.659] | : . ' , ; Number of futures: 0 [01:57:42.659] | : . ' , resolved() for list ... done [01:57:42.659] | : . ' , length: 0 (resolved future 1) [01:57:42.660] | : . ' resolve() for FutureGlobals ... done [01:57:42.660] | : . ' globals: [1] 'x' [01:57:42.660] | : . Resolving futures part of globals (recursively) ... done [01:57:42.660] | : . Packages after dropping 'base': [0] [01:57:42.660] | : . globals: [1] 'x' [01:57:42.660] | : . packages: [0] [01:57:42.661] | : getGlobalsAndPackages() ... done [01:57:42.661] | : run() for 'Future' (NULL) ... [01:57:42.661] | : . state: 'created' [01:57:42.661] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:42.661] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:42.662] | : . Using MultisessionFutureBackend ... [01:57:42.662] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [01:57:42.662] | : . ' Launching futures ... [01:57:42.662] | : . ' , launchFuture() for ClusterFutureBackend ... [01:57:42.662] | : . ' , ; Workers: [n=2] [01:57:42.662] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:42.664] | : . ' , ; FutureRegistry: 'workers-a533b05515870b54845fb4a487397346' [01:57:42.664] | : . ' , ; requestWorker() ... [01:57:42.665] | : . ' , ; ` requestNode() ... [01:57:42.665] | : . ' , ; ` | Number of workers: 2 [01:57:42.665] | : . ' , ; ` | Polling for a free worker ... [01:57:42.665] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:42.665] | : . ' , ; ` | : . Listing all futures [01:57:42.666] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:42.666] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:42.666] | : . ' , ; ` | : Total time: 0 [01:57:42.666] | : . ' , ; ` | Polling for a free worker ... done [01:57:42.666] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:42.666] | : . ' , ; ` | : Listing all futures [01:57:42.666] | : . ' , ; ` | : Number of registered futures: 0 [01:57:42.667] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:42.667] | : . ' , ; ` | avail: [n=2] '1', '2' [01:57:42.667] | : . ' , ; ` | Index of first available worker: 1 [01:57:42.667] | : . ' , ; ` | Validate that the worker is functional ... [01:57:42.714] | : . ' , ; ` | : Worker is functional [01:57:42.714] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:42.714] | : . ' , ; ` | : . Listing all futures [01:57:42.714] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:42.715] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:42.715] | : . ' , ; ` | Validate that the worker is functional ... done [01:57:42.715] | : . ' , ; ` requestNode() ... done [01:57:42.715] | : . ' , ; ` cluster node index: 1 [01:57:42.715] | : . ' , ; requestWorker() ... done [01:57:42.715] | : . ' , ; eraseGlobalEnvironment() ... [01:57:42.716] | : . ' , ; eraseGlobalEnvironment() ... done [01:57:42.716] | : . ' , ; launchFuture() ... [01:57:42.716] | : . ' , ; ` cluster node index: 1 [01:57:42.716] | : . ' , ; ` getFutureData() ... [01:57:42.717] | : . ' , ; ` | getFutureCore() ... [01:57:42.717] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:57:42.717] | : . ' , ; ` | getFutureCore() ... done [01:57:42.717] | : . ' , ; ` | getFutureCapture() ... [01:57:42.717] | : . ' , ; ` | getFutureCapture() ... done [01:57:42.717] | : . ' , ; ` | getFutureContext() ... [01:57:42.718] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:42.718] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:57:42.718] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:42.718] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:57:42.718] | : . ' , ; ` | getFutureContext() ... done [01:57:42.719] | : . ' , ; ` getFutureData() ... done [01:57:42.719] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... [01:57:42.719] | : . ' , ; ` | Appended future to position #1 [01:57:42.719] | : . ' , ; ` | Number of registered futures: 1 [01:57:42.719] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... done [01:57:42.720] | : . ' , ; launchFuture() ... done [01:57:42.720] | : . ' , ; MultisessionFuture started [01:57:42.720] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:57:42.720] | : . ' Launching futures ... done [01:57:42.720] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:57:42.720] | : . Using MultisessionFutureBackend ... done [01:57:42.721] | : run() for 'Future' (NULL) ... done [01:57:42.721] | future(..., label = NULL) ... done [01:57:42.721] | value() for MultisessionFuture (NULL) ... [01:57:42.721] | : result() for ClusterFuture ... [01:57:42.721] | : . assertValidConnection() ... [01:57:42.722] | : . ' cluster node index: 1 [01:57:42.722] | : . assertValidConnection() ... done [01:57:42.722] | : . receiveMessageFromWorker() for ClusterFuture ... [01:57:42.722] | : . ' cluster node index: 1 [01:57:42.723] | : . ' [1] TRUE [01:57:42.724] | : . ' received data: [01:57:42.724] | : . ' List of 5 [01:57:42.724] | : . ' $ type : chr "VALUE" [01:57:42.724] | : . ' $ value :List of 14 [01:57:42.724] | : . ' ..$ value :List of 1 [01:57:42.724] | : . ' .. ..$ a: num 1 [01:57:42.724] | : . ' ..$ visible : logi TRUE [01:57:42.724] | : . ' ..$ stdout : chr "" [01:57:42.724] | : . ' ..$ conditions : list() [01:57:42.724] | : . ' ..$ rng : logi FALSE [01:57:42.724] | : . ' ..$ misuseGlobalEnv : NULL [01:57:42.724] | : . ' ..$ misuseConnections:List of 3 [01:57:42.724] | : . ' .. ..$ added : NULL [01:57:42.724] | : . ' .. ..$ removed : NULL [01:57:42.724] | : . ' .. ..$ replaced: NULL [01:57:42.724] | : . ' ..$ misuseDevices : NULL [01:57:42.724] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:42.724] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:42.724] | : . ' ..$ uuid : chr [1:2] "825cfcfeba603f1c436ac7d603f8a16c" "15" [01:57:42.724] | : . ' ..$ session_uuid : chr "fb95962877cb422783abe2bfe5a473a7" [01:57:42.724] | : . ' .. ..- attr(*, "source")=List of 5 [01:57:42.724] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:57:42.724] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:57:42.724] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:57:42.724] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:57:42.724] | : . ' .. .. ..$ pid : int 75180 [01:57:42.724] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:42.724] | : . ' .. .. ..$ random: int 2147483647 [01:57:42.724] | : . ' ..$ r_info :List of 4 [01:57:42.724] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:57:42.724] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:57:42.724] | : . ' .. ..$ os : chr "windows" [01:57:42.724] | : . ' .. ..$ os_name : chr "Windows" [01:57:42.724] | : . ' .. ..$ captures_utf8: logi TRUE [01:57:42.724] | : . ' ..$ version : chr "1.8" [01:57:42.724] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:57:42.724] | : . ' $ success: logi TRUE [01:57:42.724] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [01:57:42.724] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:57:42.724] | : . ' $ tag : NULL [01:57:42.741] | : . ' Received FutureResult [01:57:42.741] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... [01:57:42.741] | : . ' , Removed future from position #1 [01:57:42.741] | : . ' , Number of registered futures: 0 [01:57:42.742] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... done [01:57:42.742] | : . ' Erased future from future backend [01:57:42.742] | : . ' result() for ClusterFuture ... [01:57:42.742] | : . ' , result already collected: FutureResult [01:57:42.742] | : . ' result() for ClusterFuture ... done [01:57:42.742] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:57:42.743] | : result() for ClusterFuture ... done [01:57:42.743] | : result() for ClusterFuture ... [01:57:42.743] | : . result already collected: FutureResult [01:57:42.743] | : result() for ClusterFuture ... done [01:57:42.743] | : relay stdout ... [01:57:42.743] | : relay stdout ... done [01:57:42.744] | : check for misuse ... [01:57:42.744] | : check for misuse ... done [01:57:42.744] | value() for MultisessionFuture (NULL) ... done $a [1] 1 [01:57:42.744] | future(..., label = NULL) ... [01:57:42.745] | : lazy: TRUE [01:57:42.745] | : stdout: TRUE [01:57:42.745] | : conditions: [n=1] 'condition' [01:57:42.745] | : gc: FALSE [01:57:42.745] | : earlySignal: FALSE Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.resolve' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'TRUE' [01:57:42.745] | : getGlobalsAndPackages() ... Warning in getGlobalsAndPackages(expr, envir = envir, tweak = tweakExpression, : R option 'future.globals.onMissing' may only be used for troubleshooting. It must not be used in production since it changes how futures are evaluated and there is a great risk that the results cannot be reproduced elsewhere: 'error' [01:57:42.746] | : . Searching for globals ... [01:57:42.758] | : . ' globals found: [5] '{', 'x', '<-', '$', '$<-' [01:57:42.759] | : . Searching for globals ... done [01:57:42.759] | : . Resolving globals: TRUE [01:57:42.759] | : . Resolving any globals that are futures ... [01:57:42.759] | : . ' globals: [5] '{', 'x', '<-', '$', '$<-' [01:57:42.759] | : . Resolving any globals that are futures ... done [01:57:42.760] | : . Search for packages associated with the globals ... [01:57:42.760] | : . ' Packages associated with globals: [1] 'base' [01:57:42.760] | : . ' Packages: [1] 'base' [01:57:42.760] | : . Search for packages associated with the globals ... done [01:57:42.761] | : . Resolving futures part of globals (recursively) ... [01:57:42.761] | : . ' resolve() for FutureGlobals ... [01:57:42.761] | : . ' , recursive: 99 [01:57:42.761] | : . ' , Number of elements: 1 [01:57:42.761] | : . ' , elements: 'x' [01:57:42.762] | : . ' , 'obj' is list [01:57:42.762] | : . ' , resolve(obj, ...) ... [01:57:42.762] | : . ' , ; resolve() for list ... [01:57:42.762] | : . ' , ; ` recursive: 98 [01:57:42.762] | : . ' , ; ` Number of elements: 0 [01:57:42.762] | : . ' , ; resolve() for list ... done [01:57:42.762] | : . ' , resolve(obj, ...) ... done [01:57:42.763] | : . ' , resolved() for list ... [01:57:42.763] | : . ' , ; Number of elements: 0 [01:57:42.763] | : . ' , ; Number of futures: 0 [01:57:42.763] | : . ' , resolved() for list ... done [01:57:42.763] | : . ' , length: 0 (resolved future 1) [01:57:42.763] | : . ' resolve() for FutureGlobals ... done [01:57:42.764] | : . ' globals: [1] 'x' [01:57:42.764] | : . Resolving futures part of globals (recursively) ... done [01:57:42.764] | : . Packages after dropping 'base': [0] [01:57:42.764] | : . globals: [1] 'x' [01:57:42.765] | : . packages: [0] [01:57:42.765] | : getGlobalsAndPackages() ... done [01:57:42.765] | future(..., label = NULL) ... done [01:57:42.765] | value() for Future (NULL) ... [01:57:42.765] | : run() for 'Future' (NULL) ... [01:57:42.766] | : . state: 'created' [01:57:42.766] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:42.766] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:42.766] | : . Using MultisessionFutureBackend ... [01:57:42.766] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [01:57:42.766] | : . ' Launching futures ... [01:57:42.767] | : . ' , launchFuture() for ClusterFutureBackend ... [01:57:42.767] | : . ' , ; Workers: [n=2] [01:57:42.767] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:42.769] | : . ' , ; FutureRegistry: 'workers-a533b05515870b54845fb4a487397346' [01:57:42.769] | : . ' , ; requestWorker() ... [01:57:42.769] | : . ' , ; ` requestNode() ... [01:57:42.769] | : . ' , ; ` | Number of workers: 2 [01:57:42.769] | : . ' , ; ` | Polling for a free worker ... [01:57:42.770] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:42.770] | : . ' , ; ` | : . Listing all futures [01:57:42.770] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:42.770] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:42.770] | : . ' , ; ` | : Total time: 0 [01:57:42.770] | : . ' , ; ` | Polling for a free worker ... done [01:57:42.771] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:42.771] | : . ' , ; ` | : Listing all futures [01:57:42.771] | : . ' , ; ` | : Number of registered futures: 0 [01:57:42.771] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:42.771] | : . ' , ; ` | avail: [n=2] '1', '2' [01:57:42.771] | : . ' , ; ` | Index of first available worker: 1 [01:57:42.771] | : . ' , ; ` | Validate that the worker is functional ... [01:57:42.817] | : . ' , ; ` | : Worker is functional [01:57:42.817] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:42.818] | : . ' , ; ` | : . Listing all futures [01:57:42.818] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:42.818] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:42.818] | : . ' , ; ` | Validate that the worker is functional ... done [01:57:42.818] | : . ' , ; ` requestNode() ... done [01:57:42.818] | : . ' , ; ` cluster node index: 1 [01:57:42.819] | : . ' , ; requestWorker() ... done [01:57:42.819] | : . ' , ; eraseGlobalEnvironment() ... [01:57:42.819] | : . ' , ; eraseGlobalEnvironment() ... done [01:57:42.819] | : . ' , ; launchFuture() ... [01:57:42.819] | : . ' , ; ` cluster node index: 1 [01:57:42.820] | : . ' , ; ` getFutureData() ... [01:57:42.820] | : . ' , ; ` | getFutureCore() ... [01:57:42.820] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:57:42.820] | : . ' , ; ` | getFutureCore() ... done [01:57:42.820] | : . ' , ; ` | getFutureCapture() ... [01:57:42.820] | : . ' , ; ` | getFutureCapture() ... done [01:57:42.821] | : . ' , ; ` | getFutureContext() ... [01:57:42.821] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:42.821] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:57:42.821] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:42.821] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:57:42.821] | : . ' , ; ` | getFutureContext() ... done [01:57:42.822] | : . ' , ; ` getFutureData() ... done [01:57:42.822] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... [01:57:42.822] | : . ' , ; ` | Appended future to position #1 [01:57:42.822] | : . ' , ; ` | Number of registered futures: 1 [01:57:42.823] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... done [01:57:42.823] | : . ' , ; launchFuture() ... done [01:57:42.823] | : . ' , ; MultisessionFuture started [01:57:42.823] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:57:42.823] | : . ' Launching futures ... done [01:57:42.823] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:57:42.824] | : . Using MultisessionFutureBackend ... done [01:57:42.824] | : run() for 'Future' (NULL) ... done [01:57:42.824] | : result() for ClusterFuture ... [01:57:42.824] | : . assertValidConnection() ... [01:57:42.824] | : . ' cluster node index: 1 [01:57:42.825] | : . assertValidConnection() ... done [01:57:42.825] | : . receiveMessageFromWorker() for ClusterFuture ... [01:57:42.825] | : . ' cluster node index: 1 [01:57:42.826] | : . ' [1] TRUE [01:57:42.827] | : . ' received data: [01:57:42.827] | : . ' List of 5 [01:57:42.827] | : . ' $ type : chr "VALUE" [01:57:42.827] | : . ' $ value :List of 14 [01:57:42.827] | : . ' ..$ value :List of 1 [01:57:42.827] | : . ' .. ..$ a: num 1 [01:57:42.827] | : . ' ..$ visible : logi TRUE [01:57:42.827] | : . ' ..$ stdout : chr "" [01:57:42.827] | : . ' ..$ conditions : list() [01:57:42.827] | : . ' ..$ rng : logi FALSE [01:57:42.827] | : . ' ..$ misuseGlobalEnv : NULL [01:57:42.827] | : . ' ..$ misuseConnections:List of 3 [01:57:42.827] | : . ' .. ..$ added : NULL [01:57:42.827] | : . ' .. ..$ removed : NULL [01:57:42.827] | : . ' .. ..$ replaced: NULL [01:57:42.827] | : . ' ..$ misuseDevices : NULL [01:57:42.827] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:42.827] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:42.827] | : . ' ..$ uuid : chr [1:2] "825cfcfeba603f1c436ac7d603f8a16c" "16" [01:57:42.827] | : . ' ..$ session_uuid : chr "fb95962877cb422783abe2bfe5a473a7" [01:57:42.827] | : . ' .. ..- attr(*, "source")=List of 5 [01:57:42.827] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:57:42.827] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:57:42.827] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:57:42.827] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:57:42.827] | : . ' .. .. ..$ pid : int 75180 [01:57:42.827] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:42.827] | : . ' .. .. ..$ random: int 2147483647 [01:57:42.827] | : . ' ..$ r_info :List of 4 [01:57:42.827] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:57:42.827] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:57:42.827] | : . ' .. ..$ os : chr "windows" [01:57:42.827] | : . ' .. ..$ os_name : chr "Windows" [01:57:42.827] | : . ' .. ..$ captures_utf8: logi TRUE [01:57:42.827] | : . ' ..$ version : chr "1.8" [01:57:42.827] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:57:42.827] | : . ' $ success: logi TRUE [01:57:42.827] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.01 NA NA [01:57:42.827] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:57:42.827] | : . ' $ tag : NULL [01:57:42.840] | : . ' Received FutureResult [01:57:42.840] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... [01:57:42.840] | : . ' , Removed future from position #1 [01:57:42.841] | : . ' , Number of registered futures: 0 [01:57:42.841] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... done [01:57:42.841] | : . ' Erased future from future backend [01:57:42.841] | : . ' result() for ClusterFuture ... [01:57:42.841] | : . ' , result already collected: FutureResult [01:57:42.841] | : . ' result() for ClusterFuture ... done [01:57:42.842] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:57:42.842] | : result() for ClusterFuture ... done [01:57:42.842] | : result() for ClusterFuture ... [01:57:42.842] | : . result already collected: FutureResult [01:57:42.842] | : result() for ClusterFuture ... done [01:57:42.843] | : relay stdout ... [01:57:42.843] | : relay stdout ... done [01:57:42.843] | : check for misuse ... [01:57:42.843] | : check for misuse ... done [01:57:42.843] | value() for Future (NULL) ... done $a [1] 1 [01:57:42.844] | future(..., label = NULL) ... [01:57:42.844] | : lazy: FALSE [01:57:42.844] | : stdout: TRUE [01:57:42.844] | : conditions: [n=1] 'condition' [01:57:42.844] | : gc: FALSE [01:57:42.844] | : 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' [01:57:42.845] | : 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' [01:57:42.845] | : . Searching for globals ... [01:57:42.866] | : . ' globals found: [5] '{', '<-', 'list', '$', '$<-' [01:57:42.866] | : . Searching for globals ... done [01:57:42.866] | : . Resolving globals: TRUE [01:57:42.867] | : . Resolving any globals that are futures ... [01:57:42.867] | : . ' globals: [5] '{', '<-', 'list', '$', '$<-' [01:57:42.867] | : . Resolving any globals that are futures ... done [01:57:42.867] | : . Search for packages associated with the globals ... [01:57:42.867] | : . ' Packages associated with globals: [1] 'base' [01:57:42.868] | : . ' Packages: [1] 'base' [01:57:42.868] | : . Search for packages associated with the globals ... done [01:57:42.868] | : . Packages after dropping 'base': [0] [01:57:42.868] | : . globals: [0] [01:57:42.868] | : . packages: [0] [01:57:42.869] | : getGlobalsAndPackages() ... done [01:57:42.869] | : run() for 'Future' (NULL) ... [01:57:42.869] | : . state: 'created' [01:57:42.869] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:42.869] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:42.870] | : . Using MultisessionFutureBackend ... [01:57:42.870] | : . ' Number of futures since start: 4 (4 created, 4 launched, 4 finished) [01:57:42.870] | : . ' Launching futures ... [01:57:42.870] | : . ' , launchFuture() for ClusterFutureBackend ... [01:57:42.870] | : . ' , ; Workers: [n=2] [01:57:42.870] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:42.872] | : . ' , ; FutureRegistry: 'workers-a533b05515870b54845fb4a487397346' [01:57:42.872] | : . ' , ; requestWorker() ... [01:57:42.873] | : . ' , ; ` requestNode() ... [01:57:42.873] | : . ' , ; ` | Number of workers: 2 [01:57:42.873] | : . ' , ; ` | Polling for a free worker ... [01:57:42.873] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:42.873] | : . ' , ; ` | : . Listing all futures [01:57:42.873] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:42.874] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:42.874] | : . ' , ; ` | : Total time: 0 [01:57:42.874] | : . ' , ; ` | Polling for a free worker ... done [01:57:42.874] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:42.874] | : . ' , ; ` | : Listing all futures [01:57:42.874] | : . ' , ; ` | : Number of registered futures: 0 [01:57:42.875] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:42.875] | : . ' , ; ` | avail: [n=2] '1', '2' [01:57:42.875] | : . ' , ; ` | Index of first available worker: 1 [01:57:42.875] | : . ' , ; ` | Validate that the worker is functional ... [01:57:42.921] | : . ' , ; ` | : Worker is functional [01:57:42.921] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:42.921] | : . ' , ; ` | : . Listing all futures [01:57:42.921] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:42.921] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:42.921] | : . ' , ; ` | Validate that the worker is functional ... done [01:57:42.922] | : . ' , ; ` requestNode() ... done [01:57:42.922] | : . ' , ; ` cluster node index: 1 [01:57:42.922] | : . ' , ; requestWorker() ... done [01:57:42.922] | : . ' , ; eraseGlobalEnvironment() ... [01:57:42.923] | : . ' , ; eraseGlobalEnvironment() ... done [01:57:42.923] | : . ' , ; launchFuture() ... [01:57:42.923] | : . ' , ; ` cluster node index: 1 [01:57:42.923] | : . ' , ; ` getFutureData() ... [01:57:42.923] | : . ' , ; ` | getFutureCore() ... [01:57:42.923] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:57:42.924] | : . ' , ; ` | getFutureCore() ... done [01:57:42.924] | : . ' , ; ` | getFutureCapture() ... [01:57:42.924] | : . ' , ; ` | getFutureCapture() ... done [01:57:42.924] | : . ' , ; ` | getFutureContext() ... [01:57:42.924] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:42.924] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:57:42.925] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:42.925] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:57:42.925] | : . ' , ; ` | getFutureContext() ... done [01:57:42.925] | : . ' , ; ` getFutureData() ... done [01:57:42.926] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... [01:57:42.926] | : . ' , ; ` | Appended future to position #1 [01:57:42.926] | : . ' , ; ` | Number of registered futures: 1 [01:57:42.926] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... done [01:57:42.926] | : . ' , ; launchFuture() ... done [01:57:42.926] | : . ' , ; MultisessionFuture started [01:57:42.927] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:57:42.927] | : . ' Launching futures ... done [01:57:42.927] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:57:42.927] | : . Using MultisessionFutureBackend ... done [01:57:42.927] | : run() for 'Future' (NULL) ... done [01:57:42.927] | future(..., label = NULL) ... done [01:57:42.928] | value() for MultisessionFuture (NULL) ... [01:57:42.928] | : result() for ClusterFuture ... [01:57:42.928] | : . assertValidConnection() ... [01:57:42.928] | : . ' cluster node index: 1 [01:57:42.929] | : . assertValidConnection() ... done [01:57:42.929] | : . receiveMessageFromWorker() for ClusterFuture ... [01:57:42.929] | : . ' cluster node index: 1 [01:57:42.930] | : . ' [1] TRUE [01:57:42.930] | : . ' received data: [01:57:42.930] | : . ' List of 5 [01:57:42.930] | : . ' $ type : chr "VALUE" [01:57:42.930] | : . ' $ value :List of 14 [01:57:42.930] | : . ' ..$ value :List of 2 [01:57:42.930] | : . ' .. ..$ b: num 2 [01:57:42.930] | : . ' .. ..$ a: num 1 [01:57:42.930] | : . ' ..$ visible : logi TRUE [01:57:42.930] | : . ' ..$ stdout : chr "" [01:57:42.930] | : . ' ..$ conditions : list() [01:57:42.930] | : . ' ..$ rng : logi FALSE [01:57:42.930] | : . ' ..$ misuseGlobalEnv : NULL [01:57:42.930] | : . ' ..$ misuseConnections:List of 3 [01:57:42.930] | : . ' .. ..$ added : NULL [01:57:42.930] | : . ' .. ..$ removed : NULL [01:57:42.930] | : . ' .. ..$ replaced: NULL [01:57:42.930] | : . ' ..$ misuseDevices : NULL [01:57:42.930] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:42.930] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:42.930] | : . ' ..$ uuid : chr [1:2] "825cfcfeba603f1c436ac7d603f8a16c" "17" [01:57:42.930] | : . ' ..$ session_uuid : chr "fb95962877cb422783abe2bfe5a473a7" [01:57:42.930] | : . ' .. ..- attr(*, "source")=List of 5 [01:57:42.930] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:57:42.930] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:57:42.930] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:57:42.930] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:57:42.930] | : . ' .. .. ..$ pid : int 75180 [01:57:42.930] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:42.930] | : . ' .. .. ..$ random: int 2147483647 [01:57:42.930] | : . ' ..$ r_info :List of 4 [01:57:42.930] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:57:42.930] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:57:42.930] | : . ' .. ..$ os : chr "windows" [01:57:42.930] | : . ' .. ..$ os_name : chr "Windows" [01:57:42.930] | : . ' .. ..$ captures_utf8: logi TRUE [01:57:42.930] | : . ' ..$ version : chr "1.8" [01:57:42.930] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:57:42.930] | : . ' $ success: logi TRUE [01:57:42.930] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [01:57:42.930] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:57:42.930] | : . ' $ tag : NULL [01:57:42.944] | : . ' Received FutureResult [01:57:42.944] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... [01:57:42.944] | : . ' , Removed future from position #1 [01:57:42.945] | : . ' , Number of registered futures: 0 [01:57:42.945] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... done [01:57:42.945] | : . ' Erased future from future backend [01:57:42.945] | : . ' result() for ClusterFuture ... [01:57:42.945] | : . ' , result already collected: FutureResult [01:57:42.945] | : . ' result() for ClusterFuture ... done [01:57:42.946] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:57:42.946] | : result() for ClusterFuture ... done [01:57:42.946] | : result() for ClusterFuture ... [01:57:42.946] | : . result already collected: FutureResult [01:57:42.946] | : result() for ClusterFuture ... done [01:57:42.946] | : relay stdout ... [01:57:42.947] | : relay stdout ... done [01:57:42.947] | : check for misuse ... [01:57:42.947] | : check for misuse ... done [01:57:42.947] | value() for MultisessionFuture (NULL) ... done $b [1] 2 $a [1] 1 [01:57:42.947] | future(..., label = NULL) ... [01:57:42.947] | : lazy: FALSE [01:57:42.948] | : stdout: TRUE [01:57:42.948] | : conditions: [n=1] 'condition' [01:57:42.948] | : gc: FALSE [01:57:42.948] | : 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' [01:57:42.948] | : 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' [01:57:42.949] | : . Searching for globals ... [01:57:42.962] | : . ' globals found: [5] '{', 'x', '<-', '[[', '[[<-' [01:57:42.962] | : . Searching for globals ... done [01:57:42.962] | : . Resolving globals: TRUE [01:57:42.962] | : . Resolving any globals that are futures ... [01:57:42.962] | : . ' globals: [5] '{', 'x', '<-', '[[', '[[<-' [01:57:42.963] | : . Resolving any globals that are futures ... done [01:57:42.963] | : . Search for packages associated with the globals ... [01:57:42.963] | : . ' Packages associated with globals: [1] 'base' [01:57:42.963] | : . ' Packages: [1] 'base' [01:57:42.964] | : . Search for packages associated with the globals ... done [01:57:42.964] | : . Resolving futures part of globals (recursively) ... [01:57:42.964] | : . ' resolve() for FutureGlobals ... [01:57:42.964] | : . ' , recursive: 99 [01:57:42.964] | : . ' , Number of elements: 1 [01:57:42.965] | : . ' , elements: 'x' [01:57:42.965] | : . ' , 'obj' is list [01:57:42.965] | : . ' , resolve(obj, ...) ... [01:57:42.965] | : . ' , ; resolve() for list ... [01:57:42.965] | : . ' , ; ` recursive: 98 [01:57:42.965] | : . ' , ; ` Number of elements: 0 [01:57:42.966] | : . ' , ; resolve() for list ... done [01:57:42.966] | : . ' , resolve(obj, ...) ... done [01:57:42.966] | : . ' , resolved() for list ... [01:57:42.966] | : . ' , ; Number of elements: 0 [01:57:42.966] | : . ' , ; Number of futures: 0 [01:57:42.966] | : . ' , resolved() for list ... done [01:57:42.967] | : . ' , length: 0 (resolved future 1) [01:57:42.967] | : . ' resolve() for FutureGlobals ... done [01:57:42.967] | : . ' globals: [1] 'x' [01:57:42.967] | : . Resolving futures part of globals (recursively) ... done [01:57:42.967] | : . Packages after dropping 'base': [0] [01:57:42.968] | : . globals: [1] 'x' [01:57:42.968] | : . packages: [0] [01:57:42.968] | : getGlobalsAndPackages() ... done [01:57:42.968] | : run() for 'Future' (NULL) ... [01:57:42.968] | : . state: 'created' [01:57:42.969] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:42.969] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:42.969] | : . Using MultisessionFutureBackend ... [01:57:42.969] | : . ' Number of futures since start: 5 (5 created, 5 launched, 5 finished) [01:57:42.969] | : . ' Launching futures ... [01:57:42.970] | : . ' , launchFuture() for ClusterFutureBackend ... [01:57:42.970] | : . ' , ; Workers: [n=2] [01:57:42.970] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:42.972] | : . ' , ; FutureRegistry: 'workers-a533b05515870b54845fb4a487397346' [01:57:42.972] | : . ' , ; requestWorker() ... [01:57:42.972] | : . ' , ; ` requestNode() ... [01:57:42.973] | : . ' , ; ` | Number of workers: 2 [01:57:42.973] | : . ' , ; ` | Polling for a free worker ... [01:57:42.973] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:42.973] | : . ' , ; ` | : . Listing all futures [01:57:42.973] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:42.974] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:42.974] | : . ' , ; ` | : Total time: 0 [01:57:42.974] | : . ' , ; ` | Polling for a free worker ... done [01:57:42.974] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:42.974] | : . ' , ; ` | : Listing all futures [01:57:42.975] | : . ' , ; ` | : Number of registered futures: 0 [01:57:42.975] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:42.975] | : . ' , ; ` | avail: [n=2] '1', '2' [01:57:42.975] | : . ' , ; ` | Index of first available worker: 1 [01:57:42.975] | : . ' , ; ` | Validate that the worker is functional ... [01:57:43.054] | : . ' , ; ` | : Worker is functional [01:57:43.054] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:43.055] | : . ' , ; ` | : . Listing all futures [01:57:43.055] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:43.055] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:43.055] | : . ' , ; ` | Validate that the worker is functional ... done [01:57:43.055] | : . ' , ; ` requestNode() ... done [01:57:43.056] | : . ' , ; ` cluster node index: 1 [01:57:43.056] | : . ' , ; requestWorker() ... done [01:57:43.056] | : . ' , ; eraseGlobalEnvironment() ... [01:57:43.057] | : . ' , ; eraseGlobalEnvironment() ... done [01:57:43.057] | : . ' , ; launchFuture() ... [01:57:43.057] | : . ' , ; ` cluster node index: 1 [01:57:43.058] | : . ' , ; ` getFutureData() ... [01:57:43.058] | : . ' , ; ` | getFutureCore() ... [01:57:43.065] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:57:43.065] | : . ' , ; ` | getFutureCore() ... done [01:57:43.065] | : . ' , ; ` | getFutureCapture() ... [01:57:43.065] | : . ' , ; ` | getFutureCapture() ... done [01:57:43.065] | : . ' , ; ` | getFutureContext() ... [01:57:43.066] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:43.066] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:57:43.066] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:43.066] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:57:43.066] | : . ' , ; ` | getFutureContext() ... done [01:57:43.067] | : . ' , ; ` getFutureData() ... done [01:57:43.067] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... [01:57:43.067] | : . ' , ; ` | Appended future to position #1 [01:57:43.067] | : . ' , ; ` | Number of registered futures: 1 [01:57:43.068] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... done [01:57:43.068] | : . ' , ; launchFuture() ... done [01:57:43.068] | : . ' , ; MultisessionFuture started [01:57:43.068] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:57:43.068] | : . ' Launching futures ... done [01:57:43.068] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:57:43.069] | : . Using MultisessionFutureBackend ... done [01:57:43.069] | : run() for 'Future' (NULL) ... done [01:57:43.069] | future(..., label = NULL) ... done [01:57:43.069] | value() for MultisessionFuture (NULL) ... [01:57:43.069] | : result() for ClusterFuture ... [01:57:43.070] | : . assertValidConnection() ... [01:57:43.070] | : . ' cluster node index: 1 [01:57:43.070] | : . assertValidConnection() ... done [01:57:43.070] | : . receiveMessageFromWorker() for ClusterFuture ... [01:57:43.071] | : . ' cluster node index: 1 [01:57:43.072] | : . ' [1] TRUE [01:57:43.072] | : . ' received data: [01:57:43.072] | : . ' List of 5 [01:57:43.072] | : . ' $ type : chr "VALUE" [01:57:43.072] | : . ' $ value :List of 14 [01:57:43.072] | : . ' ..$ value :List of 1 [01:57:43.072] | : . ' .. ..$ a: num 1 [01:57:43.072] | : . ' ..$ visible : logi TRUE [01:57:43.072] | : . ' ..$ stdout : chr "" [01:57:43.072] | : . ' ..$ conditions : list() [01:57:43.072] | : . ' ..$ rng : logi FALSE [01:57:43.072] | : . ' ..$ misuseGlobalEnv : NULL [01:57:43.072] | : . ' ..$ misuseConnections:List of 3 [01:57:43.072] | : . ' .. ..$ added : NULL [01:57:43.072] | : . ' .. ..$ removed : NULL [01:57:43.072] | : . ' .. ..$ replaced: NULL [01:57:43.072] | : . ' ..$ misuseDevices : NULL [01:57:43.072] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:57:43" [01:57:43.072] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:57:43" [01:57:43.072] | : . ' ..$ uuid : chr [1:2] "825cfcfeba603f1c436ac7d603f8a16c" "18" [01:57:43.072] | : . ' ..$ session_uuid : chr "fb95962877cb422783abe2bfe5a473a7" [01:57:43.072] | : . ' .. ..- attr(*, "source")=List of 5 [01:57:43.072] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:57:43.072] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:57:43.072] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:57:43.072] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:57:43.072] | : . ' .. .. ..$ pid : int 75180 [01:57:43.072] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:43.072] | : . ' .. .. ..$ random: int 2147483647 [01:57:43.072] | : . ' ..$ r_info :List of 4 [01:57:43.072] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:57:43.072] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:57:43.072] | : . ' .. ..$ os : chr "windows" [01:57:43.072] | : . ' .. ..$ os_name : chr "Windows" [01:57:43.072] | : . ' .. ..$ captures_utf8: logi TRUE [01:57:43.072] | : . ' ..$ version : chr "1.8" [01:57:43.072] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:57:43.072] | : . ' $ success: logi TRUE [01:57:43.072] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [01:57:43.072] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:57:43.072] | : . ' $ tag : NULL [01:57:43.085] | : . ' Received FutureResult [01:57:43.085] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... [01:57:43.086] | : . ' , Removed future from position #1 [01:57:43.086] | : . ' , Number of registered futures: 0 [01:57:43.086] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... done [01:57:43.086] | : . ' Erased future from future backend [01:57:43.086] | : . ' result() for ClusterFuture ... [01:57:43.087] | : . ' , result already collected: FutureResult [01:57:43.087] | : . ' result() for ClusterFuture ... done [01:57:43.087] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:57:43.087] | : result() for ClusterFuture ... done [01:57:43.087] | : result() for ClusterFuture ... [01:57:43.087] | : . result already collected: FutureResult [01:57:43.088] | : result() for ClusterFuture ... done [01:57:43.088] | : relay stdout ... [01:57:43.088] | : relay stdout ... done [01:57:43.088] | : check for misuse ... [01:57:43.088] | : check for misuse ... done [01:57:43.088] | value() for MultisessionFuture (NULL) ... done $a [1] 1 [01:57:43.089] | future(..., label = NULL) ... [01:57:43.089] | : lazy: TRUE [01:57:43.089] | : stdout: TRUE [01:57:43.089] | : conditions: [n=1] 'condition' [01:57:43.089] | : gc: FALSE [01:57:43.089] | : 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' [01:57:43.090] | : 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' [01:57:43.090] | : . Searching for globals ... [01:57:43.104] | : . ' globals found: [5] '{', 'x', '<-', '[[', '[[<-' [01:57:43.104] | : . Searching for globals ... done [01:57:43.104] | : . Resolving globals: TRUE [01:57:43.104] | : . Resolving any globals that are futures ... [01:57:43.104] | : . ' globals: [5] '{', 'x', '<-', '[[', '[[<-' [01:57:43.105] | : . Resolving any globals that are futures ... done [01:57:43.105] | : . Search for packages associated with the globals ... [01:57:43.105] | : . ' Packages associated with globals: [1] 'base' [01:57:43.105] | : . ' Packages: [1] 'base' [01:57:43.106] | : . Search for packages associated with the globals ... done [01:57:43.106] | : . Resolving futures part of globals (recursively) ... [01:57:43.106] | : . ' resolve() for FutureGlobals ... [01:57:43.106] | : . ' , recursive: 99 [01:57:43.106] | : . ' , Number of elements: 1 [01:57:43.107] | : . ' , elements: 'x' [01:57:43.107] | : . ' , 'obj' is list [01:57:43.107] | : . ' , resolve(obj, ...) ... [01:57:43.107] | : . ' , ; resolve() for list ... [01:57:43.107] | : . ' , ; ` recursive: 98 [01:57:43.107] | : . ' , ; ` Number of elements: 0 [01:57:43.108] | : . ' , ; resolve() for list ... done [01:57:43.108] | : . ' , resolve(obj, ...) ... done [01:57:43.108] | : . ' , resolved() for list ... [01:57:43.108] | : . ' , ; Number of elements: 0 [01:57:43.108] | : . ' , ; Number of futures: 0 [01:57:43.108] | : . ' , resolved() for list ... done [01:57:43.109] | : . ' , length: 0 (resolved future 1) [01:57:43.109] | : . ' resolve() for FutureGlobals ... done [01:57:43.109] | : . ' globals: [1] 'x' [01:57:43.109] | : . Resolving futures part of globals (recursively) ... done [01:57:43.109] | : . Packages after dropping 'base': [0] [01:57:43.110] | : . globals: [1] 'x' [01:57:43.110] | : . packages: [0] [01:57:43.110] | : getGlobalsAndPackages() ... done [01:57:43.110] | future(..., label = NULL) ... done [01:57:43.110] | value() for Future (NULL) ... [01:57:43.111] | : run() for 'Future' (NULL) ... [01:57:43.111] | : . state: 'created' [01:57:43.111] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:43.111] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:43.111] | : . Using MultisessionFutureBackend ... [01:57:43.111] | : . ' Number of futures since start: 6 (6 created, 6 launched, 6 finished) [01:57:43.112] | : . ' Launching futures ... [01:57:43.112] | : . ' , launchFuture() for ClusterFutureBackend ... [01:57:43.112] | : . ' , ; Workers: [n=2] [01:57:43.112] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:43.114] | : . ' , ; FutureRegistry: 'workers-a533b05515870b54845fb4a487397346' [01:57:43.114] | : . ' , ; requestWorker() ... [01:57:43.115] | : . ' , ; ` requestNode() ... [01:57:43.115] | : . ' , ; ` | Number of workers: 2 [01:57:43.115] | : . ' , ; ` | Polling for a free worker ... [01:57:43.115] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:43.115] | : . ' , ; ` | : . Listing all futures [01:57:43.115] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:43.116] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:43.116] | : . ' , ; ` | : Total time: 0 [01:57:43.116] | : . ' , ; ` | Polling for a free worker ... done [01:57:43.116] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:43.116] | : . ' , ; ` | : Listing all futures [01:57:43.116] | : . ' , ; ` | : Number of registered futures: 0 [01:57:43.117] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:43.117] | : . ' , ; ` | avail: [n=2] '1', '2' [01:57:43.117] | : . ' , ; ` | Index of first available worker: 1 [01:57:43.117] | : . ' , ; ` | Validate that the worker is functional ... [01:57:43.164] | : . ' , ; ` | : Worker is functional [01:57:43.165] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:43.165] | : . ' , ; ` | : . Listing all futures [01:57:43.165] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:43.165] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:43.165] | : . ' , ; ` | Validate that the worker is functional ... done [01:57:43.165] | : . ' , ; ` requestNode() ... done [01:57:43.166] | : . ' , ; ` cluster node index: 1 [01:57:43.166] | : . ' , ; requestWorker() ... done [01:57:43.166] | : . ' , ; eraseGlobalEnvironment() ... [01:57:43.166] | : . ' , ; eraseGlobalEnvironment() ... done [01:57:43.167] | : . ' , ; launchFuture() ... [01:57:43.167] | : . ' , ; ` cluster node index: 1 [01:57:43.167] | : . ' , ; ` getFutureData() ... [01:57:43.167] | : . ' , ; ` | getFutureCore() ... [01:57:43.167] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:57:43.167] | : . ' , ; ` | getFutureCore() ... done [01:57:43.168] | : . ' , ; ` | getFutureCapture() ... [01:57:43.168] | : . ' , ; ` | getFutureCapture() ... done [01:57:43.168] | : . ' , ; ` | getFutureContext() ... [01:57:43.168] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:43.168] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:57:43.169] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:43.169] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:57:43.169] | : . ' , ; ` | getFutureContext() ... done [01:57:43.169] | : . ' , ; ` getFutureData() ... done [01:57:43.170] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... [01:57:43.170] | : . ' , ; ` | Appended future to position #1 [01:57:43.170] | : . ' , ; ` | Number of registered futures: 1 [01:57:43.170] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... done [01:57:43.170] | : . ' , ; launchFuture() ... done [01:57:43.171] | : . ' , ; MultisessionFuture started [01:57:43.171] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:57:43.171] | : . ' Launching futures ... done [01:57:43.171] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:57:43.171] | : . Using MultisessionFutureBackend ... done [01:57:43.171] | : run() for 'Future' (NULL) ... done [01:57:43.172] | : result() for ClusterFuture ... [01:57:43.172] | : . assertValidConnection() ... [01:57:43.172] | : . ' cluster node index: 1 [01:57:43.172] | : . assertValidConnection() ... done [01:57:43.173] | : . receiveMessageFromWorker() for ClusterFuture ... [01:57:43.173] | : . ' cluster node index: 1 [01:57:43.178] | : . ' [1] TRUE [01:57:43.178] | : . ' received data: [01:57:43.178] | : . ' List of 5 [01:57:43.178] | : . ' $ type : chr "VALUE" [01:57:43.178] | : . ' $ value :List of 14 [01:57:43.178] | : . ' ..$ value :List of 1 [01:57:43.178] | : . ' .. ..$ a: num 1 [01:57:43.178] | : . ' ..$ visible : logi TRUE [01:57:43.178] | : . ' ..$ stdout : chr "" [01:57:43.178] | : . ' ..$ conditions : list() [01:57:43.178] | : . ' ..$ rng : logi FALSE [01:57:43.178] | : . ' ..$ misuseGlobalEnv : NULL [01:57:43.178] | : . ' ..$ misuseConnections:List of 3 [01:57:43.178] | : . ' .. ..$ added : NULL [01:57:43.178] | : . ' .. ..$ removed : NULL [01:57:43.178] | : . ' .. ..$ replaced: NULL [01:57:43.178] | : . ' ..$ misuseDevices : NULL [01:57:43.178] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:57:43" [01:57:43.178] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:57:43" [01:57:43.178] | : . ' ..$ uuid : chr [1:2] "825cfcfeba603f1c436ac7d603f8a16c" "19" [01:57:43.178] | : . ' ..$ session_uuid : chr "fb95962877cb422783abe2bfe5a473a7" [01:57:43.178] | : . ' .. ..- attr(*, "source")=List of 5 [01:57:43.178] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:57:43.178] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:57:43.178] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:57:43.178] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:57:43.178] | : . ' .. .. ..$ pid : int 75180 [01:57:43.178] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:43.178] | : . ' .. .. ..$ random: int 2147483647 [01:57:43.178] | : . ' ..$ r_info :List of 4 [01:57:43.178] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:57:43.178] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:57:43.178] | : . ' .. ..$ os : chr "windows" [01:57:43.178] | : . ' .. ..$ os_name : chr "Windows" [01:57:43.178] | : . ' .. ..$ captures_utf8: logi TRUE [01:57:43.178] | : . ' ..$ version : chr "1.8" [01:57:43.178] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:57:43.178] | : . ' $ success: logi TRUE [01:57:43.178] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [01:57:43.178] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:57:43.178] | : . ' $ tag : NULL [01:57:43.192] | : . ' Received FutureResult [01:57:43.192] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... [01:57:43.192] | : . ' , Removed future from position #1 [01:57:43.192] | : . ' , Number of registered futures: 0 [01:57:43.192] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... done [01:57:43.193] | : . ' Erased future from future backend [01:57:43.193] | : . ' result() for ClusterFuture ... [01:57:43.193] | : . ' , result already collected: FutureResult [01:57:43.193] | : . ' result() for ClusterFuture ... done [01:57:43.193] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:57:43.193] | : result() for ClusterFuture ... done [01:57:43.194] | : result() for ClusterFuture ... [01:57:43.194] | : . result already collected: FutureResult [01:57:43.194] | : result() for ClusterFuture ... done [01:57:43.194] | : relay stdout ... [01:57:43.194] | : relay stdout ... done [01:57:43.194] | : check for misuse ... [01:57:43.195] | : check for misuse ... done [01:57:43.195] | value() for Future (NULL) ... done $a [1] 1 [01:57:43.195] | future(..., label = NULL) ... [01:57:43.195] | : lazy: FALSE [01:57:43.195] | : stdout: TRUE [01:57:43.196] | : conditions: [n=1] 'condition' [01:57:43.196] | : gc: FALSE [01:57:43.196] | : 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' [01:57:43.196] | : 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' [01:57:43.197] | : . Searching for globals ... [01:57:43.212] | : . ' globals found: [5] '{', 'x', '<-', '[[', '[[<-' [01:57:43.212] | : . Searching for globals ... done [01:57:43.212] | : . Resolving globals: TRUE [01:57:43.212] | : . Resolving any globals that are futures ... [01:57:43.213] | : . ' globals: [5] '{', 'x', '<-', '[[', '[[<-' [01:57:43.213] | : . Resolving any globals that are futures ... done [01:57:43.213] | : . Search for packages associated with the globals ... [01:57:43.213] | : . ' Packages associated with globals: [1] 'base' [01:57:43.214] | : . ' Packages: [1] 'base' [01:57:43.214] | : . Search for packages associated with the globals ... done [01:57:43.214] | : . Resolving futures part of globals (recursively) ... [01:57:43.214] | : . ' resolve() for FutureGlobals ... [01:57:43.214] | : . ' , recursive: 99 [01:57:43.215] | : . ' , Number of elements: 1 [01:57:43.215] | : . ' , elements: 'x' [01:57:43.215] | : . ' , 'obj' is list [01:57:43.215] | : . ' , resolve(obj, ...) ... [01:57:43.215] | : . ' , ; resolve() for list ... [01:57:43.215] | : . ' , ; ` recursive: 98 [01:57:43.216] | : . ' , ; ` Number of elements: 0 [01:57:43.216] | : . ' , ; resolve() for list ... done [01:57:43.216] | : . ' , resolve(obj, ...) ... done [01:57:43.216] | : . ' , resolved() for list ... [01:57:43.216] | : . ' , ; Number of elements: 0 [01:57:43.216] | : . ' , ; Number of futures: 0 [01:57:43.216] | : . ' , resolved() for list ... done [01:57:43.217] | : . ' , length: 0 (resolved future 1) [01:57:43.217] | : . ' resolve() for FutureGlobals ... done [01:57:43.217] | : . ' globals: [1] 'x' [01:57:43.217] | : . Resolving futures part of globals (recursively) ... done [01:57:43.217] | : . Packages after dropping 'base': [0] [01:57:43.218] | : . globals: [1] 'x' [01:57:43.218] | : . packages: [0] [01:57:43.218] | : getGlobalsAndPackages() ... done [01:57:43.218] | : run() for 'Future' (NULL) ... [01:57:43.218] | : . state: 'created' [01:57:43.219] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:43.219] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:43.219] | : . Using MultisessionFutureBackend ... [01:57:43.219] | : . ' Number of futures since start: 7 (7 created, 7 launched, 7 finished) [01:57:43.219] | : . ' Launching futures ... [01:57:43.220] | : . ' , launchFuture() for ClusterFutureBackend ... [01:57:43.220] | : . ' , ; Workers: [n=2] [01:57:43.220] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:43.222] | : . ' , ; FutureRegistry: 'workers-a533b05515870b54845fb4a487397346' [01:57:43.222] | : . ' , ; requestWorker() ... [01:57:43.222] | : . ' , ; ` requestNode() ... [01:57:43.222] | : . ' , ; ` | Number of workers: 2 [01:57:43.222] | : . ' , ; ` | Polling for a free worker ... [01:57:43.223] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:43.223] | : . ' , ; ` | : . Listing all futures [01:57:43.223] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:43.223] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:43.223] | : . ' , ; ` | : Total time: 0 [01:57:43.223] | : . ' , ; ` | Polling for a free worker ... done [01:57:43.224] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:43.224] | : . ' , ; ` | : Listing all futures [01:57:43.224] | : . ' , ; ` | : Number of registered futures: 0 [01:57:43.224] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:43.224] | : . ' , ; ` | avail: [n=2] '1', '2' [01:57:43.224] | : . ' , ; ` | Index of first available worker: 1 [01:57:43.225] | : . ' , ; ` | Validate that the worker is functional ... [01:57:43.276] | : . ' , ; ` | : Worker is functional [01:57:43.276] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:43.276] | : . ' , ; ` | : . Listing all futures [01:57:43.276] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:43.277] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:43.277] | : . ' , ; ` | Validate that the worker is functional ... done [01:57:43.277] | : . ' , ; ` requestNode() ... done [01:57:43.277] | : . ' , ; ` cluster node index: 1 [01:57:43.277] | : . ' , ; requestWorker() ... done [01:57:43.277] | : . ' , ; eraseGlobalEnvironment() ... [01:57:43.278] | : . ' , ; eraseGlobalEnvironment() ... done [01:57:43.278] | : . ' , ; launchFuture() ... [01:57:43.278] | : . ' , ; ` cluster node index: 1 [01:57:43.279] | : . ' , ; ` getFutureData() ... [01:57:43.279] | : . ' , ; ` | getFutureCore() ... [01:57:43.279] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:57:43.279] | : . ' , ; ` | getFutureCore() ... done [01:57:43.279] | : . ' , ; ` | getFutureCapture() ... [01:57:43.279] | : . ' , ; ` | getFutureCapture() ... done [01:57:43.280] | : . ' , ; ` | getFutureContext() ... [01:57:43.280] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:43.280] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:57:43.280] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:43.280] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:57:43.280] | : . ' , ; ` | getFutureContext() ... done [01:57:43.281] | : . ' , ; ` getFutureData() ... done [01:57:43.281] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... [01:57:43.281] | : . ' , ; ` | Appended future to position #1 [01:57:43.281] | : . ' , ; ` | Number of registered futures: 1 [01:57:43.282] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... done [01:57:43.282] | : . ' , ; launchFuture() ... done [01:57:43.282] | : . ' , ; MultisessionFuture started [01:57:43.282] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:57:43.282] | : . ' Launching futures ... done [01:57:43.282] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:57:43.283] | : . Using MultisessionFutureBackend ... done [01:57:43.283] | : run() for 'Future' (NULL) ... done [01:57:43.283] | future(..., label = NULL) ... done [01:57:43.283] | value() for MultisessionFuture (NULL) ... [01:57:43.283] | : result() for ClusterFuture ... [01:57:43.284] | : . assertValidConnection() ... [01:57:43.284] | : . ' cluster node index: 1 [01:57:43.284] | : . assertValidConnection() ... done [01:57:43.284] | : . receiveMessageFromWorker() for ClusterFuture ... [01:57:43.284] | : . ' cluster node index: 1 [01:57:43.291] | : . ' [1] TRUE [01:57:43.291] | : . ' received data: [01:57:43.291] | : . ' List of 5 [01:57:43.291] | : . ' $ type : chr "VALUE" [01:57:43.291] | : . ' $ value :List of 14 [01:57:43.291] | : . ' ..$ value :List of 1 [01:57:43.291] | : . ' .. ..$ a: num 1 [01:57:43.291] | : . ' ..$ visible : logi TRUE [01:57:43.291] | : . ' ..$ stdout : chr "" [01:57:43.291] | : . ' ..$ conditions : list() [01:57:43.291] | : . ' ..$ rng : logi FALSE [01:57:43.291] | : . ' ..$ misuseGlobalEnv : NULL [01:57:43.291] | : . ' ..$ misuseConnections:List of 3 [01:57:43.291] | : . ' .. ..$ added : NULL [01:57:43.291] | : . ' .. ..$ removed : NULL [01:57:43.291] | : . ' .. ..$ replaced: NULL [01:57:43.291] | : . ' ..$ misuseDevices : NULL [01:57:43.291] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:57:43" [01:57:43.291] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:57:43" [01:57:43.291] | : . ' ..$ uuid : chr [1:2] "825cfcfeba603f1c436ac7d603f8a16c" "20" [01:57:43.291] | : . ' ..$ session_uuid : chr "fb95962877cb422783abe2bfe5a473a7" [01:57:43.291] | : . ' .. ..- attr(*, "source")=List of 5 [01:57:43.291] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:57:43.291] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:57:43.291] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:57:43.291] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:57:43.291] | : . ' .. .. ..$ pid : int 75180 [01:57:43.291] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:43.291] | : . ' .. .. ..$ random: int 2147483647 [01:57:43.291] | : . ' ..$ r_info :List of 4 [01:57:43.291] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:57:43.291] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:57:43.291] | : . ' .. ..$ os : chr "windows" [01:57:43.291] | : . ' .. ..$ os_name : chr "Windows" [01:57:43.291] | : . ' .. ..$ captures_utf8: logi TRUE [01:57:43.291] | : . ' ..$ version : chr "1.8" [01:57:43.291] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:57:43.291] | : . ' $ success: logi TRUE [01:57:43.291] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [01:57:43.291] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:57:43.291] | : . ' $ tag : NULL [01:57:43.304] | : . ' Received FutureResult [01:57:43.304] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... [01:57:43.305] | : . ' , Removed future from position #1 [01:57:43.305] | : . ' , Number of registered futures: 0 [01:57:43.305] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... done [01:57:43.305] | : . ' Erased future from future backend [01:57:43.305] | : . ' result() for ClusterFuture ... [01:57:43.306] | : . ' , result already collected: FutureResult [01:57:43.306] | : . ' result() for ClusterFuture ... done [01:57:43.306] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:57:43.306] | : result() for ClusterFuture ... done [01:57:43.306] | : result() for ClusterFuture ... [01:57:43.306] | : . result already collected: FutureResult [01:57:43.307] | : result() for ClusterFuture ... done [01:57:43.307] | : relay stdout ... [01:57:43.307] | : relay stdout ... done [01:57:43.307] | : check for misuse ... [01:57:43.307] | : check for misuse ... done [01:57:43.307] | value() for MultisessionFuture (NULL) ... done $a [1] 1 [01:57:43.308] | future(..., label = NULL) ... [01:57:43.308] | : lazy: FALSE [01:57:43.308] | : stdout: TRUE [01:57:43.308] | : conditions: [n=1] 'condition' [01:57:43.308] | : gc: FALSE [01:57:43.308] | : 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' [01:57:43.309] | : 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' [01:57:43.309] | : . Searching for globals ... [01:57:43.324] | : . ' globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [01:57:43.324] | : . Searching for globals ... done [01:57:43.324] | : . Resolving globals: TRUE [01:57:43.325] | : . Resolving any globals that are futures ... [01:57:43.325] | : . ' globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [01:57:43.325] | : . Resolving any globals that are futures ... done [01:57:43.325] | : . Search for packages associated with the globals ... [01:57:43.325] | : . ' Packages associated with globals: [1] 'base' [01:57:43.326] | : . ' Packages: [1] 'base' [01:57:43.326] | : . Search for packages associated with the globals ... done [01:57:43.326] | : . Resolving futures part of globals (recursively) ... [01:57:43.326] | : . ' resolve() for FutureGlobals ... [01:57:43.327] | : . ' , recursive: 99 [01:57:43.327] | : . ' , Number of elements: 1 [01:57:43.327] | : . ' , elements: 'x' [01:57:43.327] | : . ' , 'obj' is list [01:57:43.327] | : . ' , resolve(obj, ...) ... [01:57:43.328] | : . ' , ; resolve() for list ... [01:57:43.328] | : . ' , ; ` recursive: 98 [01:57:43.328] | : . ' , ; ` Number of elements: 0 [01:57:43.328] | : . ' , ; resolve() for list ... done [01:57:43.328] | : . ' , resolve(obj, ...) ... done [01:57:43.328] | : . ' , resolved() for list ... [01:57:43.329] | : . ' , ; Number of elements: 0 [01:57:43.329] | : . ' , ; Number of futures: 0 [01:57:43.329] | : . ' , resolved() for list ... done [01:57:43.329] | : . ' , length: 0 (resolved future 1) [01:57:43.329] | : . ' resolve() for FutureGlobals ... done [01:57:43.329] | : . ' globals: [1] 'x' [01:57:43.330] | : . Resolving futures part of globals (recursively) ... done [01:57:43.330] | : . Packages after dropping 'base': [0] [01:57:43.330] | : . globals: [1] 'x' [01:57:43.330] | : . packages: [0] [01:57:43.330] | : getGlobalsAndPackages() ... done [01:57:43.331] | : run() for 'Future' (NULL) ... [01:57:43.331] | : . state: 'created' [01:57:43.331] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:43.331] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:43.331] | : . Using MultisessionFutureBackend ... [01:57:43.331] | : . ' Number of futures since start: 8 (8 created, 8 launched, 8 finished) [01:57:43.332] | : . ' Launching futures ... [01:57:43.332] | : . ' , launchFuture() for ClusterFutureBackend ... [01:57:43.332] | : . ' , ; Workers: [n=2] [01:57:43.332] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:43.334] | : . ' , ; FutureRegistry: 'workers-a533b05515870b54845fb4a487397346' [01:57:43.334] | : . ' , ; requestWorker() ... [01:57:43.334] | : . ' , ; ` requestNode() ... [01:57:43.335] | : . ' , ; ` | Number of workers: 2 [01:57:43.335] | : . ' , ; ` | Polling for a free worker ... [01:57:43.335] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:43.335] | : . ' , ; ` | : . Listing all futures [01:57:43.335] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:43.335] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:43.336] | : . ' , ; ` | : Total time: 0 [01:57:43.336] | : . ' , ; ` | Polling for a free worker ... done [01:57:43.336] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:43.336] | : . ' , ; ` | : Listing all futures [01:57:43.336] | : . ' , ; ` | : Number of registered futures: 0 [01:57:43.336] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:43.337] | : . ' , ; ` | avail: [n=2] '1', '2' [01:57:43.337] | : . ' , ; ` | Index of first available worker: 1 [01:57:43.337] | : . ' , ; ` | Validate that the worker is functional ... [01:57:43.391] | : . ' , ; ` | : Worker is functional [01:57:43.391] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:43.392] | : . ' , ; ` | : . Listing all futures [01:57:43.392] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:43.392] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:43.392] | : . ' , ; ` | Validate that the worker is functional ... done [01:57:43.392] | : . ' , ; ` requestNode() ... done [01:57:43.392] | : . ' , ; ` cluster node index: 1 [01:57:43.393] | : . ' , ; requestWorker() ... done [01:57:43.393] | : . ' , ; eraseGlobalEnvironment() ... [01:57:43.394] | : . ' , ; eraseGlobalEnvironment() ... done [01:57:43.394] | : . ' , ; launchFuture() ... [01:57:43.394] | : . ' , ; ` cluster node index: 1 [01:57:43.394] | : . ' , ; ` getFutureData() ... [01:57:43.394] | : . ' , ; ` | getFutureCore() ... [01:57:43.394] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:57:43.395] | : . ' , ; ` | getFutureCore() ... done [01:57:43.395] | : . ' , ; ` | getFutureCapture() ... [01:57:43.395] | : . ' , ; ` | getFutureCapture() ... done [01:57:43.395] | : . ' , ; ` | getFutureContext() ... [01:57:43.395] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:43.396] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:57:43.396] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:43.396] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:57:43.396] | : . ' , ; ` | getFutureContext() ... done [01:57:43.396] | : . ' , ; ` getFutureData() ... done [01:57:43.397] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... [01:57:43.397] | : . ' , ; ` | Appended future to position #1 [01:57:43.397] | : . ' , ; ` | Number of registered futures: 1 [01:57:43.397] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... done [01:57:43.397] | : . ' , ; launchFuture() ... done [01:57:43.398] | : . ' , ; MultisessionFuture started [01:57:43.398] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:57:43.398] | : . ' Launching futures ... done [01:57:43.398] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:57:43.398] | : . Using MultisessionFutureBackend ... done [01:57:43.399] | : run() for 'Future' (NULL) ... done [01:57:43.399] | future(..., label = NULL) ... done [01:57:43.399] | value() for MultisessionFuture (NULL) ... [01:57:43.399] | : result() for ClusterFuture ... [01:57:43.399] | : . assertValidConnection() ... [01:57:43.400] | : . ' cluster node index: 1 [01:57:43.400] | : . assertValidConnection() ... done [01:57:43.400] | : . receiveMessageFromWorker() for ClusterFuture ... [01:57:43.400] | : . ' cluster node index: 1 [01:57:43.403] | : . ' [1] TRUE [01:57:43.403] | : . ' received data: [01:57:43.403] | : . ' List of 5 [01:57:43.403] | : . ' $ type : chr "VALUE" [01:57:43.403] | : . ' $ value :List of 14 [01:57:43.403] | : . ' ..$ value :List of 1 [01:57:43.403] | : . ' .. ..$ a: num 1 [01:57:43.403] | : . ' ..$ visible : logi TRUE [01:57:43.403] | : . ' ..$ stdout : chr "" [01:57:43.403] | : . ' ..$ conditions : list() [01:57:43.403] | : . ' ..$ rng : logi FALSE [01:57:43.403] | : . ' ..$ misuseGlobalEnv : NULL [01:57:43.403] | : . ' ..$ misuseConnections:List of 3 [01:57:43.403] | : . ' .. ..$ added : NULL [01:57:43.403] | : . ' .. ..$ removed : NULL [01:57:43.403] | : . ' .. ..$ replaced: NULL [01:57:43.403] | : . ' ..$ misuseDevices : NULL [01:57:43.403] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:57:43" [01:57:43.403] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:57:43" [01:57:43.403] | : . ' ..$ uuid : chr [1:2] "825cfcfeba603f1c436ac7d603f8a16c" "21" [01:57:43.403] | : . ' ..$ session_uuid : chr "fb95962877cb422783abe2bfe5a473a7" [01:57:43.403] | : . ' .. ..- attr(*, "source")=List of 5 [01:57:43.403] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:57:43.403] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:57:43.403] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:57:43.403] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:57:43.403] | : . ' .. .. ..$ pid : int 75180 [01:57:43.403] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:43.403] | : . ' .. .. ..$ random: int 2147483647 [01:57:43.403] | : . ' ..$ r_info :List of 4 [01:57:43.403] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:57:43.403] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:57:43.403] | : . ' .. ..$ os : chr "windows" [01:57:43.403] | : . ' .. ..$ os_name : chr "Windows" [01:57:43.403] | : . ' .. ..$ captures_utf8: logi TRUE [01:57:43.403] | : . ' ..$ version : chr "1.8" [01:57:43.403] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:57:43.403] | : . ' $ success: logi TRUE [01:57:43.403] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [01:57:43.403] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:57:43.403] | : . ' $ tag : NULL [01:57:43.417] | : . ' Received FutureResult [01:57:43.417] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... [01:57:43.417] | : . ' , Removed future from position #1 [01:57:43.418] | : . ' , Number of registered futures: 0 [01:57:43.418] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... done [01:57:43.418] | : . ' Erased future from future backend [01:57:43.418] | : . ' result() for ClusterFuture ... [01:57:43.418] | : . ' , result already collected: FutureResult [01:57:43.418] | : . ' result() for ClusterFuture ... done [01:57:43.419] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:57:43.419] | : result() for ClusterFuture ... done [01:57:43.419] | : result() for ClusterFuture ... [01:57:43.419] | : . result already collected: FutureResult [01:57:43.419] | : result() for ClusterFuture ... done [01:57:43.419] | : relay stdout ... [01:57:43.420] | : relay stdout ... done [01:57:43.420] | : check for misuse ... [01:57:43.420] | : check for misuse ... done [01:57:43.420] | value() for MultisessionFuture (NULL) ... done $a [1] 1 [01:57:43.420] | future(..., label = NULL) ... [01:57:43.421] | : lazy: TRUE [01:57:43.421] | : stdout: TRUE [01:57:43.421] | : conditions: [n=1] 'condition' [01:57:43.421] | : gc: FALSE [01:57:43.421] | : 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' [01:57:43.422] | : 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' [01:57:43.422] | : . Searching for globals ... [01:57:43.437] | : . ' globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [01:57:43.438] | : . Searching for globals ... done [01:57:43.438] | : . Resolving globals: TRUE [01:57:43.438] | : . Resolving any globals that are futures ... [01:57:43.438] | : . ' globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [01:57:43.438] | : . Resolving any globals that are futures ... done [01:57:43.438] | : . Search for packages associated with the globals ... [01:57:43.439] | : . ' Packages associated with globals: [1] 'base' [01:57:43.439] | : . ' Packages: [1] 'base' [01:57:43.439] | : . Search for packages associated with the globals ... done [01:57:43.440] | : . Resolving futures part of globals (recursively) ... [01:57:43.440] | : . ' resolve() for FutureGlobals ... [01:57:43.440] | : . ' , recursive: 99 [01:57:43.440] | : . ' , Number of elements: 1 [01:57:43.440] | : . ' , elements: 'x' [01:57:43.441] | : . ' , 'obj' is list [01:57:43.441] | : . ' , resolve(obj, ...) ... [01:57:43.441] | : . ' , ; resolve() for list ... [01:57:43.441] | : . ' , ; ` recursive: 98 [01:57:43.441] | : . ' , ; ` Number of elements: 0 [01:57:43.441] | : . ' , ; resolve() for list ... done [01:57:43.442] | : . ' , resolve(obj, ...) ... done [01:57:43.442] | : . ' , resolved() for list ... [01:57:43.442] | : . ' , ; Number of elements: 0 [01:57:43.442] | : . ' , ; Number of futures: 0 [01:57:43.442] | : . ' , resolved() for list ... done [01:57:43.442] | : . ' , length: 0 (resolved future 1) [01:57:43.443] | : . ' resolve() for FutureGlobals ... done [01:57:43.443] | : . ' globals: [1] 'x' [01:57:43.443] | : . Resolving futures part of globals (recursively) ... done [01:57:43.443] | : . Packages after dropping 'base': [0] [01:57:43.443] | : . globals: [1] 'x' [01:57:43.443] | : . packages: [0] [01:57:43.444] | : getGlobalsAndPackages() ... done [01:57:43.444] | future(..., label = NULL) ... done [01:57:43.444] | value() for Future (NULL) ... [01:57:43.444] | : run() for 'Future' (NULL) ... [01:57:43.444] | : . state: 'created' [01:57:43.445] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:43.445] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:43.445] | : . Using MultisessionFutureBackend ... [01:57:43.445] | : . ' Number of futures since start: 9 (9 created, 9 launched, 9 finished) [01:57:43.445] | : . ' Launching futures ... [01:57:43.446] | : . ' , launchFuture() for ClusterFutureBackend ... [01:57:43.446] | : . ' , ; Workers: [n=2] [01:57:43.446] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:43.448] | : . ' , ; FutureRegistry: 'workers-a533b05515870b54845fb4a487397346' [01:57:43.448] | : . ' , ; requestWorker() ... [01:57:43.448] | : . ' , ; ` requestNode() ... [01:57:43.448] | : . ' , ; ` | Number of workers: 2 [01:57:43.449] | : . ' , ; ` | Polling for a free worker ... [01:57:43.449] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:43.449] | : . ' , ; ` | : . Listing all futures [01:57:43.449] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:43.449] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:43.449] | : . ' , ; ` | : Total time: 0 [01:57:43.450] | : . ' , ; ` | Polling for a free worker ... done [01:57:43.450] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:43.450] | : . ' , ; ` | : Listing all futures [01:57:43.450] | : . ' , ; ` | : Number of registered futures: 0 [01:57:43.450] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:43.450] | : . ' , ; ` | avail: [n=2] '1', '2' [01:57:43.451] | : . ' , ; ` | Index of first available worker: 1 [01:57:43.451] | : . ' , ; ` | Validate that the worker is functional ... [01:57:43.498] | : . ' , ; ` | : Worker is functional [01:57:43.498] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:43.498] | : . ' , ; ` | : . Listing all futures [01:57:43.498] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:43.499] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:43.499] | : . ' , ; ` | Validate that the worker is functional ... done [01:57:43.499] | : . ' , ; ` requestNode() ... done [01:57:43.499] | : . ' , ; ` cluster node index: 1 [01:57:43.499] | : . ' , ; requestWorker() ... done [01:57:43.500] | : . ' , ; eraseGlobalEnvironment() ... [01:57:43.500] | : . ' , ; eraseGlobalEnvironment() ... done [01:57:43.500] | : . ' , ; launchFuture() ... [01:57:43.500] | : . ' , ; ` cluster node index: 1 [01:57:43.501] | : . ' , ; ` getFutureData() ... [01:57:43.501] | : . ' , ; ` | getFutureCore() ... [01:57:43.501] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:57:43.501] | : . ' , ; ` | getFutureCore() ... done [01:57:43.501] | : . ' , ; ` | getFutureCapture() ... [01:57:43.501] | : . ' , ; ` | getFutureCapture() ... done [01:57:43.502] | : . ' , ; ` | getFutureContext() ... [01:57:43.502] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:43.502] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:57:43.502] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:43.502] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:57:43.502] | : . ' , ; ` | getFutureContext() ... done [01:57:43.503] | : . ' , ; ` getFutureData() ... done [01:57:43.503] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... [01:57:43.503] | : . ' , ; ` | Appended future to position #1 [01:57:43.503] | : . ' , ; ` | Number of registered futures: 1 [01:57:43.504] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... done [01:57:43.504] | : . ' , ; launchFuture() ... done [01:57:43.504] | : . ' , ; MultisessionFuture started [01:57:43.504] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:57:43.504] | : . ' Launching futures ... done [01:57:43.504] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:57:43.505] | : . Using MultisessionFutureBackend ... done [01:57:43.505] | : run() for 'Future' (NULL) ... done [01:57:43.505] | : result() for ClusterFuture ... [01:57:43.505] | : . assertValidConnection() ... [01:57:43.505] | : . ' cluster node index: 1 [01:57:43.506] | : . assertValidConnection() ... done [01:57:43.506] | : . receiveMessageFromWorker() for ClusterFuture ... [01:57:43.506] | : . ' cluster node index: 1 [01:57:43.507] | : . ' [1] TRUE [01:57:43.508] | : . ' received data: [01:57:43.508] | : . ' List of 5 [01:57:43.508] | : . ' $ type : chr "VALUE" [01:57:43.508] | : . ' $ value :List of 14 [01:57:43.508] | : . ' ..$ value :List of 1 [01:57:43.508] | : . ' .. ..$ a: num 1 [01:57:43.508] | : . ' ..$ visible : logi TRUE [01:57:43.508] | : . ' ..$ stdout : chr "" [01:57:43.508] | : . ' ..$ conditions : list() [01:57:43.508] | : . ' ..$ rng : logi FALSE [01:57:43.508] | : . ' ..$ misuseGlobalEnv : NULL [01:57:43.508] | : . ' ..$ misuseConnections:List of 3 [01:57:43.508] | : . ' .. ..$ added : NULL [01:57:43.508] | : . ' .. ..$ removed : NULL [01:57:43.508] | : . ' .. ..$ replaced: NULL [01:57:43.508] | : . ' ..$ misuseDevices : NULL [01:57:43.508] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:57:43" [01:57:43.508] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:57:43" [01:57:43.508] | : . ' ..$ uuid : chr [1:2] "825cfcfeba603f1c436ac7d603f8a16c" "22" [01:57:43.508] | : . ' ..$ session_uuid : chr "fb95962877cb422783abe2bfe5a473a7" [01:57:43.508] | : . ' .. ..- attr(*, "source")=List of 5 [01:57:43.508] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:57:43.508] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:57:43.508] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:57:43.508] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:57:43.508] | : . ' .. .. ..$ pid : int 75180 [01:57:43.508] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:43.508] | : . ' .. .. ..$ random: int 2147483647 [01:57:43.508] | : . ' ..$ r_info :List of 4 [01:57:43.508] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:57:43.508] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:57:43.508] | : . ' .. ..$ os : chr "windows" [01:57:43.508] | : . ' .. ..$ os_name : chr "Windows" [01:57:43.508] | : . ' .. ..$ captures_utf8: logi TRUE [01:57:43.508] | : . ' ..$ version : chr "1.8" [01:57:43.508] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:57:43.508] | : . ' $ success: logi TRUE [01:57:43.508] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [01:57:43.508] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:57:43.508] | : . ' $ tag : NULL [01:57:43.522] | : . ' Received FutureResult [01:57:43.522] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... [01:57:43.522] | : . ' , Removed future from position #1 [01:57:43.522] | : . ' , Number of registered futures: 0 [01:57:43.522] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... done [01:57:43.523] | : . ' Erased future from future backend [01:57:43.523] | : . ' result() for ClusterFuture ... [01:57:43.523] | : . ' , result already collected: FutureResult [01:57:43.523] | : . ' result() for ClusterFuture ... done [01:57:43.523] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:57:43.523] | : result() for ClusterFuture ... done [01:57:43.524] | : result() for ClusterFuture ... [01:57:43.524] | : . result already collected: FutureResult [01:57:43.524] | : result() for ClusterFuture ... done [01:57:43.524] | : relay stdout ... [01:57:43.524] | : relay stdout ... done [01:57:43.524] | : check for misuse ... [01:57:43.525] | : check for misuse ... done [01:57:43.525] | value() for Future (NULL) ... done $a [1] 1 [01:57:43.528] | future(..., label = NULL) ... [01:57:43.528] | : lazy: FALSE [01:57:43.528] | : stdout: TRUE [01:57:43.528] | : conditions: [n=1] 'condition' [01:57:43.528] | : gc: FALSE [01:57:43.528] | : 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' [01:57:43.529] | : 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' [01:57:43.529] | : . Searching for globals ... [01:57:43.544] | : . ' globals found: [6] '{', 'x', '<-', '[', '[<-', 'list' [01:57:43.545] | : . Searching for globals ... done [01:57:43.545] | : . Resolving globals: TRUE [01:57:43.545] | : . Resolving any globals that are futures ... [01:57:43.545] | : . ' globals: [6] '{', 'x', '<-', '[', '[<-', 'list' [01:57:43.545] | : . Resolving any globals that are futures ... done [01:57:43.545] | : . Search for packages associated with the globals ... [01:57:43.546] | : . ' Packages associated with globals: [1] 'base' [01:57:43.546] | : . ' Packages: [1] 'base' [01:57:43.546] | : . Search for packages associated with the globals ... done [01:57:43.547] | : . Resolving futures part of globals (recursively) ... [01:57:43.547] | : . ' resolve() for FutureGlobals ... [01:57:43.547] | : . ' , recursive: 99 [01:57:43.547] | : . ' , Number of elements: 1 [01:57:43.547] | : . ' , elements: 'x' [01:57:43.548] | : . ' , 'obj' is list [01:57:43.548] | : . ' , resolve(obj, ...) ... [01:57:43.548] | : . ' , ; resolve() for list ... [01:57:43.548] | : . ' , ; ` recursive: 98 [01:57:43.548] | : . ' , ; ` Number of elements: 0 [01:57:43.548] | : . ' , ; resolve() for list ... done [01:57:43.548] | : . ' , resolve(obj, ...) ... done [01:57:43.549] | : . ' , resolved() for list ... [01:57:43.549] | : . ' , ; Number of elements: 0 [01:57:43.549] | : . ' , ; Number of futures: 0 [01:57:43.549] | : . ' , resolved() for list ... done [01:57:43.549] | : . ' , length: 0 (resolved future 1) [01:57:43.549] | : . ' resolve() for FutureGlobals ... done [01:57:43.550] | : . ' globals: [1] 'x' [01:57:43.550] | : . Resolving futures part of globals (recursively) ... done [01:57:43.550] | : . Packages after dropping 'base': [0] [01:57:43.550] | : . globals: [1] 'x' [01:57:43.550] | : . packages: [0] [01:57:43.551] | : getGlobalsAndPackages() ... done [01:57:43.551] | : run() for 'Future' (NULL) ... [01:57:43.551] | : . state: 'created' [01:57:43.551] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:43.551] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:43.552] | : . Using MultisessionFutureBackend ... [01:57:43.552] | : . ' Number of futures since start: 10 (10 created, 10 launched, 10 finished) [01:57:43.552] | : . ' Launching futures ... [01:57:43.552] | : . ' , launchFuture() for ClusterFutureBackend ... [01:57:43.552] | : . ' , ; Workers: [n=2] [01:57:43.552] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:43.554] | : . ' , ; FutureRegistry: 'workers-a533b05515870b54845fb4a487397346' [01:57:43.555] | : . ' , ; requestWorker() ... [01:57:43.555] | : . ' , ; ` requestNode() ... [01:57:43.555] | : . ' , ; ` | Number of workers: 2 [01:57:43.555] | : . ' , ; ` | Polling for a free worker ... [01:57:43.555] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:43.555] | : . ' , ; ` | : . Listing all futures [01:57:43.556] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:43.556] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:43.556] | : . ' , ; ` | : Total time: 0 [01:57:43.556] | : . ' , ; ` | Polling for a free worker ... done [01:57:43.556] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:43.556] | : . ' , ; ` | : Listing all futures [01:57:43.557] | : . ' , ; ` | : Number of registered futures: 0 [01:57:43.557] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:43.557] | : . ' , ; ` | avail: [n=2] '1', '2' [01:57:43.557] | : . ' , ; ` | Index of first available worker: 1 [01:57:43.557] | : . ' , ; ` | Validate that the worker is functional ... [01:57:43.606] | : . ' , ; ` | : Worker is functional [01:57:43.607] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:43.607] | : . ' , ; ` | : . Listing all futures [01:57:43.607] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:43.607] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:43.607] | : . ' , ; ` | Validate that the worker is functional ... done [01:57:43.607] | : . ' , ; ` requestNode() ... done [01:57:43.608] | : . ' , ; ` cluster node index: 1 [01:57:43.608] | : . ' , ; requestWorker() ... done [01:57:43.608] | : . ' , ; eraseGlobalEnvironment() ... [01:57:43.609] | : . ' , ; eraseGlobalEnvironment() ... done [01:57:43.609] | : . ' , ; launchFuture() ... [01:57:43.609] | : . ' , ; ` cluster node index: 1 [01:57:43.609] | : . ' , ; ` getFutureData() ... [01:57:43.609] | : . ' , ; ` | getFutureCore() ... [01:57:43.609] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:57:43.610] | : . ' , ; ` | getFutureCore() ... done [01:57:43.610] | : . ' , ; ` | getFutureCapture() ... [01:57:43.610] | : . ' , ; ` | getFutureCapture() ... done [01:57:43.610] | : . ' , ; ` | getFutureContext() ... [01:57:43.610] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:43.610] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:57:43.611] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:43.611] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:57:43.611] | : . ' , ; ` | getFutureContext() ... done [01:57:43.611] | : . ' , ; ` getFutureData() ... done [01:57:43.612] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... [01:57:43.612] | : . ' , ; ` | Appended future to position #1 [01:57:43.612] | : . ' , ; ` | Number of registered futures: 1 [01:57:43.612] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... done [01:57:43.612] | : . ' , ; launchFuture() ... done [01:57:43.613] | : . ' , ; MultisessionFuture started [01:57:43.613] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:57:43.613] | : . ' Launching futures ... done [01:57:43.613] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:57:43.613] | : . Using MultisessionFutureBackend ... done [01:57:43.613] | : run() for 'Future' (NULL) ... done [01:57:43.614] | future(..., label = NULL) ... done [01:57:43.614] | value() for MultisessionFuture (NULL) ... [01:57:43.614] | : result() for ClusterFuture ... [01:57:43.614] | : . assertValidConnection() ... [01:57:43.614] | : . ' cluster node index: 1 [01:57:43.615] | : . assertValidConnection() ... done [01:57:43.615] | : . receiveMessageFromWorker() for ClusterFuture ... [01:57:43.615] | : . ' cluster node index: 1 [01:57:43.617] | : . ' [1] TRUE [01:57:43.617] | : . ' received data: [01:57:43.618] | : . ' List of 5 [01:57:43.618] | : . ' $ type : chr "VALUE" [01:57:43.618] | : . ' $ value :List of 14 [01:57:43.618] | : . ' ..$ value :List of 1 [01:57:43.618] | : . ' .. ..$ a: num 1 [01:57:43.618] | : . ' ..$ visible : logi TRUE [01:57:43.618] | : . ' ..$ stdout : chr "" [01:57:43.618] | : . ' ..$ conditions : list() [01:57:43.618] | : . ' ..$ rng : logi FALSE [01:57:43.618] | : . ' ..$ misuseGlobalEnv : NULL [01:57:43.618] | : . ' ..$ misuseConnections:List of 3 [01:57:43.618] | : . ' .. ..$ added : NULL [01:57:43.618] | : . ' .. ..$ removed : NULL [01:57:43.618] | : . ' .. ..$ replaced: NULL [01:57:43.618] | : . ' ..$ misuseDevices : NULL [01:57:43.618] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:57:43" [01:57:43.618] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:57:43" [01:57:43.618] | : . ' ..$ uuid : chr [1:2] "825cfcfeba603f1c436ac7d603f8a16c" "23" [01:57:43.618] | : . ' ..$ session_uuid : chr "fb95962877cb422783abe2bfe5a473a7" [01:57:43.618] | : . ' .. ..- attr(*, "source")=List of 5 [01:57:43.618] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:57:43.618] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:57:43.618] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:57:43.618] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:57:43.618] | : . ' .. .. ..$ pid : int 75180 [01:57:43.618] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:43.618] | : . ' .. .. ..$ random: int 2147483647 [01:57:43.618] | : . ' ..$ r_info :List of 4 [01:57:43.618] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:57:43.618] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:57:43.618] | : . ' .. ..$ os : chr "windows" [01:57:43.618] | : . ' .. ..$ os_name : chr "Windows" [01:57:43.618] | : . ' .. ..$ captures_utf8: logi TRUE [01:57:43.618] | : . ' ..$ version : chr "1.8" [01:57:43.618] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:57:43.618] | : . ' $ success: logi TRUE [01:57:43.618] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [01:57:43.618] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:57:43.618] | : . ' $ tag : NULL [01:57:43.631] | : . ' Received FutureResult [01:57:43.631] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... [01:57:43.631] | : . ' , Removed future from position #1 [01:57:43.632] | : . ' , Number of registered futures: 0 [01:57:43.632] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... done [01:57:43.632] | : . ' Erased future from future backend [01:57:43.632] | : . ' result() for ClusterFuture ... [01:57:43.632] | : . ' , result already collected: FutureResult [01:57:43.632] | : . ' result() for ClusterFuture ... done [01:57:43.633] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:57:43.633] | : result() for ClusterFuture ... done [01:57:43.633] | : result() for ClusterFuture ... [01:57:43.633] | : . result already collected: FutureResult [01:57:43.633] | : result() for ClusterFuture ... done [01:57:43.633] | : relay stdout ... [01:57:43.634] | : relay stdout ... done [01:57:43.634] | : check for misuse ... [01:57:43.634] | : check for misuse ... done [01:57:43.634] | value() for MultisessionFuture (NULL) ... done $a [1] 1 [01:57:43.634] | future(..., label = NULL) ... [01:57:43.635] | : lazy: FALSE [01:57:43.635] | : stdout: TRUE [01:57:43.635] | : conditions: [n=1] 'condition' [01:57:43.635] | : gc: FALSE [01:57:43.635] | : 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' [01:57:43.636] | : 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' [01:57:43.636] | : . Searching for globals ... [01:57:43.653] | : . ' globals found: [7] '{', 'x', '<-', '[', 'name', '[<-', 'list' [01:57:43.654] | : . Searching for globals ... done [01:57:43.654] | : . Resolving globals: TRUE [01:57:43.654] | : . Resolving any globals that are futures ... [01:57:43.654] | : . ' globals: [7] '{', 'x', '<-', '[', 'name', '[<-', 'list' [01:57:43.654] | : . Resolving any globals that are futures ... done [01:57:43.655] | : . Search for packages associated with the globals ... [01:57:43.655] | : . ' Packages associated with globals: [1] 'base' [01:57:43.655] | : . ' Packages: [1] 'base' [01:57:43.655] | : . Search for packages associated with the globals ... done [01:57:43.656] | : . Resolving futures part of globals (recursively) ... [01:57:43.656] | : . ' resolve() for FutureGlobals ... [01:57:43.656] | : . ' , recursive: 99 [01:57:43.656] | : . ' , Number of elements: 2 [01:57:43.656] | : . ' , elements: 'x', 'name' [01:57:43.657] | : . ' , 'obj' is list [01:57:43.657] | : . ' , resolve(obj, ...) ... [01:57:43.657] | : . ' , ; resolve() for list ... [01:57:43.657] | : . ' , ; ` recursive: 98 [01:57:43.657] | : . ' , ; ` Number of elements: 0 [01:57:43.657] | : . ' , ; resolve() for list ... done [01:57:43.658] | : . ' , resolve(obj, ...) ... done [01:57:43.658] | : . ' , resolved() for list ... [01:57:43.658] | : . ' , ; Number of elements: 0 [01:57:43.658] | : . ' , ; Number of futures: 0 [01:57:43.658] | : . ' , resolved() for list ... done [01:57:43.660] | : . ' , length: 1 (resolved future 1) [01:57:43.661] | : . ' , 'obj' is atomic [01:57:43.661] | : . ' , length: 0 (resolved future 2) [01:57:43.661] | : . ' resolve() for FutureGlobals ... done [01:57:43.661] | : . ' globals: [2] 'x', 'name' [01:57:43.661] | : . Resolving futures part of globals (recursively) ... done [01:57:43.662] | : . Packages after dropping 'base': [0] [01:57:43.662] | : . globals: [2] 'x', 'name' [01:57:43.662] | : . packages: [0] [01:57:43.662] | : getGlobalsAndPackages() ... done [01:57:43.662] | : run() for 'Future' (NULL) ... [01:57:43.663] | : . state: 'created' [01:57:43.663] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:43.663] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:43.663] | : . Using MultisessionFutureBackend ... [01:57:43.663] | : . ' Number of futures since start: 11 (11 created, 11 launched, 11 finished) [01:57:43.664] | : . ' Launching futures ... [01:57:43.664] | : . ' , launchFuture() for ClusterFutureBackend ... [01:57:43.664] | : . ' , ; Workers: [n=2] [01:57:43.664] | : . ' , ; Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R Under development (unstable) (2025-05-08 r88190 ucrt), platform x86_64-w64-mingw32) [01:57:43.666] | : . ' , ; FutureRegistry: 'workers-a533b05515870b54845fb4a487397346' [01:57:43.666] | : . ' , ; requestWorker() ... [01:57:43.666] | : . ' , ; ` requestNode() ... [01:57:43.666] | : . ' , ; ` | Number of workers: 2 [01:57:43.667] | : . ' , ; ` | Polling for a free worker ... [01:57:43.667] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:43.667] | : . ' , ; ` | : . Listing all futures [01:57:43.667] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:43.667] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:43.667] | : . ' , ; ` | : Total time: 0 [01:57:43.668] | : . ' , ; ` | Polling for a free worker ... done [01:57:43.668] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:43.668] | : . ' , ; ` | : Listing all futures [01:57:43.668] | : . ' , ; ` | : Number of registered futures: 0 [01:57:43.668] | : . ' , ; ` | FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:43.668] | : . ' , ; ` | avail: [n=2] '1', '2' [01:57:43.669] | : . ' , ; ` | Index of first available worker: 1 [01:57:43.669] | : . ' , ; ` | Validate that the worker is functional ... [01:57:43.716] | : . ' , ; ` | : Worker is functional [01:57:43.716] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... [01:57:43.716] | : . ' , ; ` | : . Listing all futures [01:57:43.716] | : . ' , ; ` | : . Number of registered futures: 0 [01:57:43.716] | : . ' , ; ` | : FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'list', earlySignal = 0) ... done [01:57:43.717] | : . ' , ; ` | Validate that the worker is functional ... done [01:57:43.717] | : . ' , ; ` requestNode() ... done [01:57:43.717] | : . ' , ; ` cluster node index: 1 [01:57:43.717] | : . ' , ; requestWorker() ... done [01:57:43.717] | : . ' , ; eraseGlobalEnvironment() ... [01:57:43.718] | : . ' , ; eraseGlobalEnvironment() ... done [01:57:43.718] | : . ' , ; launchFuture() ... [01:57:43.718] | : . ' , ; ` cluster node index: 1 [01:57:43.718] | : . ' , ; ` getFutureData() ... [01:57:43.718] | : . ' , ; ` | getFutureCore() ... [01:57:43.719] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [01:57:43.719] | : . ' , ; ` | getFutureCore() ... done [01:57:43.719] | : . ' , ; ` | getFutureCapture() ... [01:57:43.719] | : . ' , ; ` | getFutureCapture() ... done [01:57:43.719] | : . ' , ; ` | getFutureContext() ... [01:57:43.719] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:43.720] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [01:57:43.720] | : . ' , ; ` | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:43.720] | : . ' , ; ` | : Packages needed by future backend (n = 0): [01:57:43.720] | : . ' , ; ` | getFutureContext() ... done [01:57:43.720] | : . ' , ; ` getFutureData() ... done [01:57:43.721] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... [01:57:43.721] | : . ' , ; ` | Appended future to position #1 [01:57:43.721] | : . ' , ; ` | Number of registered futures: 1 [01:57:43.721] | : . ' , ; ` FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'add', earlySignal = 0) ... done [01:57:43.721] | : . ' , ; launchFuture() ... done [01:57:43.722] | : . ' , ; MultisessionFuture started [01:57:43.722] | : . ' , launchFuture() for ClusterFutureBackend ... done [01:57:43.722] | : . ' Launching futures ... done [01:57:43.722] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [01:57:43.722] | : . Using MultisessionFutureBackend ... done [01:57:43.722] | : run() for 'Future' (NULL) ... done [01:57:43.723] | future(..., label = NULL) ... done [01:57:43.723] | value() for MultisessionFuture (NULL) ... [01:57:43.723] | : result() for ClusterFuture ... [01:57:43.723] | : . assertValidConnection() ... [01:57:43.723] | : . ' cluster node index: 1 [01:57:43.724] | : . assertValidConnection() ... done [01:57:43.724] | : . receiveMessageFromWorker() for ClusterFuture ... [01:57:43.724] | : . ' cluster node index: 1 [01:57:43.726] | : . ' [1] TRUE [01:57:43.726] | : . ' received data: [01:57:43.726] | : . ' List of 5 [01:57:43.726] | : . ' $ type : chr "VALUE" [01:57:43.726] | : . ' $ value :List of 14 [01:57:43.726] | : . ' ..$ value :List of 1 [01:57:43.726] | : . ' .. ..$ a: num 1 [01:57:43.726] | : . ' ..$ visible : logi TRUE [01:57:43.726] | : . ' ..$ stdout : chr "" [01:57:43.726] | : . ' ..$ conditions : list() [01:57:43.726] | : . ' ..$ rng : logi FALSE [01:57:43.726] | : . ' ..$ misuseGlobalEnv : NULL [01:57:43.726] | : . ' ..$ misuseConnections:List of 3 [01:57:43.726] | : . ' .. ..$ added : NULL [01:57:43.726] | : . ' .. ..$ removed : NULL [01:57:43.726] | : . ' .. ..$ replaced: NULL [01:57:43.726] | : . ' ..$ misuseDevices : NULL [01:57:43.726] | : . ' ..$ started : POSIXct[1:1], format: "2025-05-09 01:57:43" [01:57:43.726] | : . ' ..$ finished : POSIXct[1:1], format: "2025-05-09 01:57:43" [01:57:43.726] | : . ' ..$ uuid : chr [1:2] "825cfcfeba603f1c436ac7d603f8a16c" "24" [01:57:43.726] | : . ' ..$ session_uuid : chr "fb95962877cb422783abe2bfe5a473a7" [01:57:43.726] | : . ' .. ..- attr(*, "source")=List of 5 [01:57:43.726] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [01:57:43.726] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [01:57:43.726] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [01:57:43.726] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [01:57:43.726] | : . ' .. .. ..$ pid : int 75180 [01:57:43.726] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2025-05-09 01:57:42" [01:57:43.726] | : . ' .. .. ..$ random: int 2147483647 [01:57:43.726] | : . ' ..$ r_info :List of 4 [01:57:43.726] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [01:57:43.726] | : . ' .. .. ..$ : int [1:3] 4 6 0 [01:57:43.726] | : . ' .. ..$ os : chr "windows" [01:57:43.726] | : . ' .. ..$ os_name : chr "Windows" [01:57:43.726] | : . ' .. ..$ captures_utf8: logi TRUE [01:57:43.726] | : . ' ..$ version : chr "1.8" [01:57:43.726] | : . ' ..- attr(*, "class")= chr "FutureResult" [01:57:43.726] | : . ' $ success: logi TRUE [01:57:43.726] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [01:57:43.726] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [01:57:43.726] | : . ' $ tag : NULL [01:57:43.740] | : . ' Received FutureResult [01:57:43.740] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... [01:57:43.740] | : . ' , Removed future from position #1 [01:57:43.740] | : . ' , Number of registered futures: 0 [01:57:43.740] | : . ' FutureRegistry('workers-a533b05515870b54845fb4a487397346', action = 'remove', earlySignal = 0) ... done [01:57:43.741] | : . ' Erased future from future backend [01:57:43.741] | : . ' result() for ClusterFuture ... [01:57:43.741] | : . ' , result already collected: FutureResult [01:57:43.741] | : . ' result() for ClusterFuture ... done [01:57:43.741] | : . receiveMessageFromWorker() for ClusterFuture ... done [01:57:43.742] | : result() for ClusterFuture ... done [01:57:43.742] | : result() for ClusterFuture ... [01:57:43.742] | : . result already collected: FutureResult [01:57:43.742] | : result() for ClusterFuture ... done [01:57:43.742] | : relay stdout ... [01:57:43.742] | : relay stdout ... done [01:57:43.743] | : check for misuse ... [01:57:43.743] | : check for misuse ... done [01:57:43.743] | value() for MultisessionFuture (NULL) ... 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_05_09_01_55_17_23336' Sourcing 6 epilogue scripts ... done Test time: user.self=3s, sys.self=0.1s, elapsed=3s, user.child=NAs, sys.child=NAs Test 'globals,subassignment' ... success > > proc.time() user system elapsed 2.87 0.18 3.62