R version 4.5.0 RC (2025-04-04 r88126 ucrt) -- "How About a Twenty-Six" 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 incl/testme/test-globals,formulas.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("globals,formulas") Test 'globals,formulas' ... 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,formulas.R' > library(future) [08:47:58.376] Option 'future.startup.script': TRUE [08:47:58.377] Future startup scripts considered: '.future.R', '~/.future.R' [08:47:58.378] Future startup scripts found: > library(datasets) > library(stats) > message("*** Globals - formulas ...") *** Globals - formulas ... > ctl <- c(4.17, 5.58, 5.18, 6.11, 4.5, 4.61, 5.17, + 4.53, 5.33, 5.14) > trt <- c(4.81, 4.17, 4.41, 3.59, 5.87, 3.83, 6.03, + 4.89, 4.32, 4.69) > group <- gl(2, 10, 20, labels = c("Ctl", "Trt")) > weight <- c(ctl, trt) > ctl <- trt <- NULL > fit_i <- lm(weight ~ group - 1) > print(fit_i) Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 > x <- c(1, 1, 2, 2, 2) > tbl_ii <- xtabs(~x) > print(tbl_ii) x 1 2 2 3 > exprs <- list(a = substitute({ + lm(dist ~ . - 1, data = cars) + }), b = substitute({ + lm(dist ~ . + 0, data = cars) + }), c = substitute({ .... [TRUNCATED] > map <- function(.x, .f, ...) { + if (inherits(.f, "formula")) { + expr <- .f[[-1]] + .f <- eval(bquote(function(...) { + .... [TRUNCATED] > inner_function <- function(x) { + x + 1 + } > outer_function <- function(x) { + map(1:2, ~inner_function(.x)) + } > y_iv <- outer_function(1) > str(y_iv) List of 2 $ : num [1:2] 2 3 $ : num [1:2] 2 3 > 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') ... [08:47:58.463] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:58.463] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:47:58.464] | : all.equal() for FutureStrategyList ... [08:47:58.464] | : . New stack: [08:47:58.464] | : . List of 1 [08:47:58.464] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.464] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.464] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.464] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.464] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.464] | : . ..- attr(*, "call")= language plan(strategy) [08:47:58.464] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.498] | : . Old stack: [08:47:58.498] | : . List of 1 [08:47:58.498] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.498] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.498] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.498] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.498] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.498] | : . ..- attr(*, "call")= language plan(sequential) [08:47:58.498] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.504] | : . Not identical [08:47:58.504] | : . all.equal() for future ... [08:47:58.504] | : . | List of 2 [08:47:58.504] | : . | $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.504] | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.504] | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.504] | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.504] | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.504] | : . | ..- attr(*, "call")= language plan(strategy) [08:47:58.504] | : . | $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.504] | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.504] | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.504] | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.504] | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.504] | : . | ..- attr(*, "call")= language plan(sequential) [08:47:58.511] | : . all.equal() for future ... done [08:47:58.512] | : all.equal() for FutureStrategyList ... done [08:47:58.512] | : plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:58.512] | : List of future strategies: [08:47:58.512] | : 1. sequential: [08:47:58.512] | : - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:58.512] | : - tweaked: FALSE [08:47:58.512] | : - call: plan(sequential) [08:47:58.513] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:47:58.513] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done - lm() ... [08:47:58.514] getGlobalsAndPackages() ... [08:47:58.515] | Searching for globals ... [08:47:58.523] | : globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [08:47:58.524] | Searching for globals ... DONE [08:47:58.524] | Resolving globals: FALSE [08:47:58.524] | Search for packages associated with the globals ... [08:47:58.525] | : Packages associated with globals: [2] 'base', 'stats' [08:47:58.525] | : Packages: [2] 'base', 'stats' [08:47:58.526] | Search for packages associated with the globals ... DONE [08:47:58.526] | Packages after dropping 'base': [1] 'stats' [08:47:58.526] | Packages after dropping non-attached packages: [1] 'stats' [08:47:58.527] | globals: [2] 'weight', 'group' [08:47:58.527] | packages: [1] 'stats' [08:47:58.527] getGlobalsAndPackages() ... done [08:47:58.530] run() for Future ('Future') ... [08:47:58.531] | state: 'created' [08:47:58.531] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:58.531] | : makeFutureBackend() ... [08:47:58.532] | : . Backend function: <'NULL'> [08:47:58.532] | : . Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [08:47:58.532] | : makeFutureBackend() ... done [08:47:58.532] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:58.533] | Using SequentialFutureBackend ... [08:47:58.533] | : Launching futures ... [08:47:58.533] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:58.534] | : . | getFutureData() ... [08:47:58.534] | : . | : getFutureCore() ... [08:47:58.534] | : . | : . Packages needed by the future expression (n = 1): 'stats' [08:47:58.534] | : . | : getFutureCore() ... done [08:47:58.535] | : . | : getFutureCapture() ... [08:47:58.535] | : . | : getFutureCapture() ... done [08:47:58.535] | : . | : getFutureContext() ... [08:47:58.535] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:58.536] | : . | : . | Getting stack without first strategy: [n=0] [08:47:58.536] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:58.536] | : . | : . Packages needed by future strategies (n = 0): [08:47:58.536] | : . | : getFutureContext() ... done [08:47:58.537] | : . | getFutureData() ... done [08:47:58.538] | : . | attachPackages() ... [08:47:58.538] | : . | : packages: [n=1] 'future' [08:47:58.539] | : . | attachPackages() ... DONE [08:47:58.539] | : . | attachPackages() ... [08:47:58.539] | : . | : packages: [n=1] 'stats' [08:47:58.540] | : . | attachPackages() ... DONE [08:47:58.541] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:58.541] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:58.541] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:58.542] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:58.542] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:58.543] | : . | : . all.equal() for FutureStrategyList ... [08:47:58.543] | : . | : . | New stack: [08:47:58.543] | : . | : . | List of 1 [08:47:58.543] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.543] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.543] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.543] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.543] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.543] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:58.543] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.546] | : . | : . | Old stack: [08:47:58.546] | : . | : . | List of 1 [08:47:58.546] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.546] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.546] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.546] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.546] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.546] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:58.546] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:58.546] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.546] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.546] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.550] | : . | : . | Not identical [08:47:58.550] | : . | : . | all.equal() for future ... [08:47:58.551] | : . | : . | : List of 2 [08:47:58.551] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.551] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.551] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.551] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.551] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.551] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:58.551] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.551] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.551] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.551] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.551] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.551] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:58.551] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:58.551] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.551] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.590] | : . | : . | all.equal() for future ... done [08:47:58.590] | : . | : . all.equal() for FutureStrategyList ... done [08:47:58.590] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:58.591] | : . | : . List of future strategies: [08:47:58.591] | : . | : . 1. sequential: [08:47:58.591] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:58.591] | : . | : . - tweaked: FALSE [08:47:58.591] | : . | : . - call: plan(sequential) [08:47:58.591] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:58.592] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:58.592] | : . | assign_globals() ... [08:47:58.592] | : . | List of 2 [08:47:58.592] | : . | $ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [08:47:58.592] | : . | $ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [08:47:58.592] | : . | - attr(*, "where")=List of 2 [08:47:58.592] | : . | ..$ weight: [08:47:58.592] | : . | ..$ group : [08:47:58.592] | : . | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:58.592] | : . | - attr(*, "resolved")= logi FALSE [08:47:58.592] | : . | - attr(*, "total_size")= num NA [08:47:58.592] | : . | - attr(*, "already-done")= logi TRUE [08:47:58.600] | : . | - copied 'weight' to environment [08:47:58.600] | : . | - copied 'group' to environment [08:47:58.600] | : . | assign_globals() ... done [08:47:58.609] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:58.609] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:58.610] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:58.610] | : . | : . | all.equal() for FutureStrategyList ... [08:47:58.611] | : . | : . | : New stack: [08:47:58.611] | : . | : . | : List of 1 [08:47:58.611] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.611] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.611] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.611] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.611] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.611] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:58.611] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:58.611] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.611] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.611] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.618] | : . | : . | : Old stack: [08:47:58.619] | : . | : . | : List of 1 [08:47:58.619] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.619] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.619] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.619] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.619] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.619] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:58.619] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:58.619] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.619] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.619] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.667] | : . | : . | : Identical [08:47:58.667] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:58.667] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:58.668] | : . | : . | List of future strategies: [08:47:58.668] | : . | : . | 1. sequential: [08:47:58.668] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:58.668] | : . | : . | - tweaked: FALSE [08:47:58.668] | : . | : . | - call: plan(sequential) [08:47:58.669] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:58.669] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:58.669] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:58.670] | : . | SequentialFuture started (and completed) [08:47:58.671] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:58.672] | : Launching futures ... done [08:47:58.672] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:58.672] | Using SequentialFutureBackend ... done [08:47:58.673] run() for Future ('SequentialFuture') ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [08:47:58.677] getGlobalsAndPackages() ... [08:47:58.677] | Searching for globals ... [08:47:58.681] | : globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [08:47:58.681] | Searching for globals ... DONE [08:47:58.681] | Resolving globals: FALSE [08:47:58.682] | Search for packages associated with the globals ... [08:47:58.682] | : Packages associated with globals: [2] 'base', 'stats' [08:47:58.683] | : Packages: [2] 'base', 'stats' [08:47:58.683] | Search for packages associated with the globals ... DONE [08:47:58.684] | Packages after dropping 'base': [1] 'stats' [08:47:58.684] | Packages after dropping non-attached packages: [1] 'stats' [08:47:58.684] | globals: [2] 'weight', 'group' [08:47:58.685] | packages: [1] 'stats' [08:47:58.685] getGlobalsAndPackages() ... done [08:47:58.685] run() for Future ('Future') ... [08:47:58.686] | state: 'created' [08:47:58.686] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:58.686] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:58.687] | Using SequentialFutureBackend ... [08:47:58.687] | : Launching futures ... [08:47:58.688] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:58.688] | : . | getFutureData() ... [08:47:58.688] | : . | : getFutureCore() ... [08:47:58.689] | : . | : . Packages needed by the future expression (n = 1): 'stats' [08:47:58.689] | : . | : getFutureCore() ... done [08:47:58.689] | : . | : getFutureCapture() ... [08:47:58.690] | : . | : getFutureCapture() ... done [08:47:58.690] | : . | : getFutureContext() ... [08:47:58.690] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:58.691] | : . | : . | Getting stack without first strategy: [n=0] [08:47:58.691] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:58.691] | : . | : . Packages needed by future strategies (n = 0): [08:47:58.692] | : . | : getFutureContext() ... done [08:47:58.692] | : . | getFutureData() ... done [08:47:58.692] | : . | attachPackages() ... [08:47:58.693] | : . | : packages: [n=1] 'future' [08:47:58.693] | : . | attachPackages() ... DONE [08:47:58.693] | : . | attachPackages() ... [08:47:58.694] | : . | : packages: [n=1] 'stats' [08:47:58.694] | : . | attachPackages() ... DONE [08:47:58.695] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:58.695] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:58.696] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:58.696] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:58.697] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:58.697] | : . | : . all.equal() for FutureStrategyList ... [08:47:58.697] | : . | : . | New stack: [08:47:58.698] | : . | : . | List of 1 [08:47:58.698] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.698] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.698] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.698] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.698] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.698] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:58.698] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.703] | : . | : . | Old stack: [08:47:58.703] | : . | : . | List of 1 [08:47:58.703] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.703] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.703] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.703] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.703] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.703] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:58.703] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:58.703] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.703] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.703] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.710] | : . | : . | Not identical [08:47:58.711] | : . | : . | all.equal() for future ... [08:47:58.711] | : . | : . | : List of 2 [08:47:58.711] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.711] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.711] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.711] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.711] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.711] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:58.711] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.711] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.711] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.711] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.711] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.711] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:58.711] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:58.711] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.711] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.723] | : . | : . | all.equal() for future ... done [08:47:58.724] | : . | : . all.equal() for FutureStrategyList ... done [08:47:58.724] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:58.725] | : . | : . List of future strategies: [08:47:58.725] | : . | : . 1. sequential: [08:47:58.725] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:58.725] | : . | : . - tweaked: FALSE [08:47:58.725] | : . | : . - call: plan(sequential) [08:47:58.726] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:58.726] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:58.727] | : . | assign_globals() ... [08:47:58.727] | : . | List of 2 [08:47:58.727] | : . | $ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [08:47:58.727] | : . | $ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [08:47:58.727] | : . | - attr(*, "where")=List of 2 [08:47:58.727] | : . | ..$ weight: [08:47:58.727] | : . | ..$ group : [08:47:58.727] | : . | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:58.727] | : . | - attr(*, "resolved")= logi FALSE [08:47:58.727] | : . | - attr(*, "total_size")= num NA [08:47:58.727] | : . | - attr(*, "already-done")= logi TRUE [08:47:58.735] | : . | - copied 'weight' to environment [08:47:58.735] | : . | - copied 'group' to environment [08:47:58.736] | : . | assign_globals() ... done [08:47:58.741] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:58.741] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:58.742] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:58.742] | : . | : . | all.equal() for FutureStrategyList ... [08:47:58.742] | : . | : . | : New stack: [08:47:58.743] | : . | : . | : List of 1 [08:47:58.743] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.743] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.743] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.743] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.743] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.743] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:58.743] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:58.743] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.743] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.743] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.749] | : . | : . | : Old stack: [08:47:58.750] | : . | : . | : List of 1 [08:47:58.750] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.750] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.750] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.750] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.750] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.750] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:58.750] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:58.750] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.750] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.750] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.756] | : . | : . | : Identical [08:47:58.757] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:58.757] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:58.757] | : . | : . | List of future strategies: [08:47:58.757] | : . | : . | 1. sequential: [08:47:58.757] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:58.757] | : . | : . | - tweaked: FALSE [08:47:58.757] | : . | : . | - call: plan(sequential) [08:47:58.758] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:58.759] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:58.759] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:58.760] | : . | SequentialFuture started (and completed) [08:47:58.760] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:58.760] | : Launching futures ... done [08:47:58.761] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:58.761] | Using SequentialFutureBackend ... done [08:47:58.761] run() for Future ('SequentialFuture') ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [08:47:58.767] getGlobalsAndPackages() ... [08:47:58.767] | Searching for globals ... [08:47:58.770] | : globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [08:47:58.770] | Searching for globals ... DONE [08:47:58.771] | Resolving globals: FALSE [08:47:58.771] | Search for packages associated with the globals ... [08:47:58.772] | : Packages associated with globals: [2] 'base', 'stats' [08:47:58.772] | : Packages: [2] 'base', 'stats' [08:47:58.773] | Search for packages associated with the globals ... DONE [08:47:58.773] | Packages after dropping 'base': [1] 'stats' [08:47:58.773] | Packages after dropping non-attached packages: [1] 'stats' [08:47:58.774] | globals: [2] 'weight', 'group' [08:47:58.774] | packages: [1] 'stats' [08:47:58.774] getGlobalsAndPackages() ... done [08:47:58.775] run() for Future ('Future') ... [08:47:58.775] | state: 'created' [08:47:58.776] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:58.776] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:58.776] | Using SequentialFutureBackend ... [08:47:58.777] | : Launching futures ... [08:47:58.777] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:58.777] | : . | getFutureData() ... [08:47:58.777] | : . | : getFutureCore() ... [08:47:58.778] | : . | : . Packages needed by the future expression (n = 1): 'stats' [08:47:58.778] | : . | : getFutureCore() ... done [08:47:58.778] | : . | : getFutureCapture() ... [08:47:58.779] | : . | : getFutureCapture() ... done [08:47:58.779] | : . | : getFutureContext() ... [08:47:58.779] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:58.780] | : . | : . | Getting stack without first strategy: [n=0] [08:47:58.780] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:58.781] | : . | : . Packages needed by future strategies (n = 0): [08:47:58.781] | : . | : getFutureContext() ... done [08:47:58.781] | : . | getFutureData() ... done [08:47:58.782] | : . | attachPackages() ... [08:47:58.782] | : . | : packages: [n=1] 'future' [08:47:58.782] | : . | attachPackages() ... DONE [08:47:58.783] | : . | attachPackages() ... [08:47:58.783] | : . | : packages: [n=1] 'stats' [08:47:58.783] | : . | attachPackages() ... DONE [08:47:58.784] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:58.784] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:58.785] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:58.785] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:58.786] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:58.786] | : . | : . all.equal() for FutureStrategyList ... [08:47:58.786] | : . | : . | New stack: [08:47:58.787] | : . | : . | List of 1 [08:47:58.787] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.787] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.787] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.787] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.787] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.787] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:58.787] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.791] | : . | : . | Old stack: [08:47:58.791] | : . | : . | List of 1 [08:47:58.791] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.791] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.791] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.791] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.791] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.791] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:58.791] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:58.791] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.791] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.791] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.797] | : . | : . | Not identical [08:47:58.798] | : . | : . | all.equal() for future ... [08:47:58.798] | : . | : . | : List of 2 [08:47:58.798] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.798] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.798] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.798] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.798] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.798] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:58.798] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.798] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.798] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.798] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.798] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.798] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:58.798] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:58.798] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.798] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.808] | : . | : . | all.equal() for future ... done [08:47:58.808] | : . | : . all.equal() for FutureStrategyList ... done [08:47:58.809] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:58.809] | : . | : . List of future strategies: [08:47:58.809] | : . | : . 1. sequential: [08:47:58.809] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:58.809] | : . | : . - tweaked: FALSE [08:47:58.809] | : . | : . - call: plan(sequential) [08:47:58.810] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:58.810] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:58.811] | : . | assign_globals() ... [08:47:58.811] | : . | List of 2 [08:47:58.811] | : . | $ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [08:47:58.811] | : . | $ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [08:47:58.811] | : . | - attr(*, "where")=List of 2 [08:47:58.811] | : . | ..$ weight: [08:47:58.811] | : . | ..$ group : [08:47:58.811] | : . | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:58.811] | : . | - attr(*, "resolved")= logi FALSE [08:47:58.811] | : . | - attr(*, "total_size")= num NA [08:47:58.811] | : . | - attr(*, "already-done")= logi TRUE [08:47:58.817] | : . | - copied 'weight' to environment [08:47:58.817] | : . | - copied 'group' to environment [08:47:58.818] | : . | assign_globals() ... done [08:47:58.823] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:58.823] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:58.824] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:58.824] | : . | : . | all.equal() for FutureStrategyList ... [08:47:58.824] | : . | : . | : New stack: [08:47:58.825] | : . | : . | : List of 1 [08:47:58.825] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.825] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.825] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.825] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.825] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.825] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:58.825] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:58.825] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.825] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.825] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.832] | : . | : . | : Old stack: [08:47:58.832] | : . | : . | : List of 1 [08:47:58.832] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.832] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.832] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.832] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.832] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.832] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:58.832] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:58.832] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.832] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.832] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.841] | : . | : . | : Identical [08:47:58.841] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:58.841] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:58.842] | : . | : . | List of future strategies: [08:47:58.842] | : . | : . | 1. sequential: [08:47:58.842] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:58.842] | : . | : . | - tweaked: FALSE [08:47:58.842] | : . | : . | - call: plan(sequential) [08:47:58.843] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:58.843] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:58.843] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:58.844] | : . | SequentialFuture started (and completed) [08:47:58.844] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:58.844] | : Launching futures ... done [08:47:58.845] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:58.845] | Using SequentialFutureBackend ... done [08:47:58.845] run() for Future ('SequentialFuture') ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [08:47:58.849] getGlobalsAndPackages() ... [08:47:58.849] | Searching for globals ... [08:47:58.852] | : globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [08:47:58.852] | Searching for globals ... DONE [08:47:58.853] | Resolving globals: FALSE [08:47:58.853] | Search for packages associated with the globals ... [08:47:58.853] | : Packages associated with globals: [2] 'base', 'stats' [08:47:58.854] | : Packages: [2] 'base', 'stats' [08:47:58.854] | Search for packages associated with the globals ... DONE [08:47:58.855] | Packages after dropping 'base': [1] 'stats' [08:47:58.855] | Packages after dropping non-attached packages: [1] 'stats' [08:47:58.855] | globals: [2] 'weight', 'group' [08:47:58.856] | packages: [1] 'stats' [08:47:58.856] getGlobalsAndPackages() ... done [08:47:58.856] run() for Future ('Future') ... [08:47:58.857] | state: 'created' [08:47:58.857] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:58.857] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:58.858] | Using SequentialFutureBackend ... [08:47:58.858] | : Launching futures ... [08:47:58.858] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:58.859] | : . | getFutureData() ... [08:47:58.859] | : . | : getFutureCore() ... [08:47:58.859] | : . | : . Packages needed by the future expression (n = 1): 'stats' [08:47:58.859] | : . | : getFutureCore() ... done [08:47:58.860] | : . | : getFutureCapture() ... [08:47:58.860] | : . | : getFutureCapture() ... done [08:47:58.860] | : . | : getFutureContext() ... [08:47:58.861] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:58.861] | : . | : . | Getting stack without first strategy: [n=0] [08:47:58.861] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:58.861] | : . | : . Packages needed by future strategies (n = 0): [08:47:58.862] | : . | : getFutureContext() ... done [08:47:58.862] | : . | getFutureData() ... done [08:47:58.862] | : . | attachPackages() ... [08:47:58.863] | : . | : packages: [n=1] 'future' [08:47:58.863] | : . | attachPackages() ... DONE [08:47:58.863] | : . | attachPackages() ... [08:47:58.864] | : . | : packages: [n=1] 'stats' [08:47:58.864] | : . | attachPackages() ... DONE [08:47:58.865] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:58.865] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:58.866] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:58.866] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:58.867] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:58.867] | : . | : . all.equal() for FutureStrategyList ... [08:47:58.867] | : . | : . | New stack: [08:47:58.867] | : . | : . | List of 1 [08:47:58.867] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.867] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.867] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.867] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.867] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.867] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:58.867] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.872] | : . | : . | Old stack: [08:47:58.872] | : . | : . | List of 1 [08:47:58.872] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.872] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.872] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.872] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.872] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.872] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:58.872] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:58.872] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.872] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.872] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.877] | : . | : . | Not identical [08:47:58.877] | : . | : . | all.equal() for future ... [08:47:58.878] | : . | : . | : List of 2 [08:47:58.878] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.878] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.878] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.878] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.878] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.878] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:58.878] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.878] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.878] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.878] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.878] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.878] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:58.878] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:58.878] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.878] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.887] | : . | : . | all.equal() for future ... done [08:47:58.887] | : . | : . all.equal() for FutureStrategyList ... done [08:47:58.887] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:58.888] | : . | : . List of future strategies: [08:47:58.888] | : . | : . 1. sequential: [08:47:58.888] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:58.888] | : . | : . - tweaked: FALSE [08:47:58.888] | : . | : . - call: plan(sequential) [08:47:58.889] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:58.889] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:58.889] | : . | assign_globals() ... [08:47:58.890] | : . | List of 2 [08:47:58.890] | : . | $ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [08:47:58.890] | : . | $ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [08:47:58.890] | : . | - attr(*, "where")=List of 2 [08:47:58.890] | : . | ..$ weight: [08:47:58.890] | : . | ..$ group : [08:47:58.890] | : . | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:58.890] | : . | - attr(*, "resolved")= logi FALSE [08:47:58.890] | : . | - attr(*, "total_size")= num NA [08:47:58.890] | : . | - attr(*, "already-done")= logi TRUE [08:47:58.895] | : . | - copied 'weight' to environment [08:47:58.896] | : . | - copied 'group' to environment [08:47:58.896] | : . | assign_globals() ... done [08:47:58.901] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:58.901] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:58.901] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:58.902] | : . | : . | all.equal() for FutureStrategyList ... [08:47:58.902] | : . | : . | : New stack: [08:47:58.902] | : . | : . | : List of 1 [08:47:58.902] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.902] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.902] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.902] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.902] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.902] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:58.902] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:58.902] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.902] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.902] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.908] | : . | : . | : Old stack: [08:47:58.908] | : . | : . | : List of 1 [08:47:58.908] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.908] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.908] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.908] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.908] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.908] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:58.908] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:58.908] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.908] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.908] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.914] | : . | : . | : Identical [08:47:58.914] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:58.914] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:58.914] | : . | : . | List of future strategies: [08:47:58.914] | : . | : . | 1. sequential: [08:47:58.914] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:58.914] | : . | : . | - tweaked: FALSE [08:47:58.914] | : . | : . | - call: plan(sequential) [08:47:58.915] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:58.916] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:58.916] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:58.917] | : . | SequentialFuture started (and completed) [08:47:58.917] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:58.917] | : Launching futures ... done [08:47:58.918] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:58.918] | Using SequentialFutureBackend ... done [08:47:58.918] run() for Future ('SequentialFuture') ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [08:47:58.922] getGlobalsAndPackages() ... [08:47:58.922] | Searching for globals ... [08:47:58.925] | : globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [08:47:58.926] | Searching for globals ... DONE [08:47:58.926] | Resolving globals: FALSE [08:47:58.926] | Search for packages associated with the globals ... [08:47:58.927] | : Packages associated with globals: [2] 'base', 'stats' [08:47:58.927] | : Packages: [2] 'base', 'stats' [08:47:58.928] | Search for packages associated with the globals ... DONE [08:47:58.928] | Packages after dropping 'base': [1] 'stats' [08:47:58.928] | Packages after dropping non-attached packages: [1] 'stats' [08:47:58.929] | globals: [2] 'weight', 'group' [08:47:58.929] | packages: [1] 'stats' [08:47:58.929] getGlobalsAndPackages() ... done [08:47:58.930] run() for Future ('Future') ... [08:47:58.930] | state: 'created' [08:47:58.930] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:58.931] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:58.931] | Using SequentialFutureBackend ... [08:47:58.931] | : Launching futures ... [08:47:58.932] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:58.932] | : . | getFutureData() ... [08:47:58.932] | : . | : getFutureCore() ... [08:47:58.933] | : . | : . Packages needed by the future expression (n = 1): 'stats' [08:47:58.933] | : . | : getFutureCore() ... done [08:47:58.933] | : . | : getFutureCapture() ... [08:47:58.933] | : . | : getFutureCapture() ... done [08:47:58.934] | : . | : getFutureContext() ... [08:47:58.934] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:58.934] | : . | : . | Getting stack without first strategy: [n=0] [08:47:58.935] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:58.935] | : . | : . Packages needed by future strategies (n = 0): [08:47:58.935] | : . | : getFutureContext() ... done [08:47:58.936] | : . | getFutureData() ... done [08:47:58.936] | : . | attachPackages() ... [08:47:58.936] | : . | : packages: [n=1] 'future' [08:47:58.937] | : . | attachPackages() ... DONE [08:47:58.937] | : . | attachPackages() ... [08:47:58.937] | : . | : packages: [n=1] 'stats' [08:47:58.938] | : . | attachPackages() ... DONE [08:47:58.938] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:58.939] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:58.939] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:58.940] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:58.940] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:58.940] | : . | : . all.equal() for FutureStrategyList ... [08:47:58.941] | : . | : . | New stack: [08:47:58.941] | : . | : . | List of 1 [08:47:58.941] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.941] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.941] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.941] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.941] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.941] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:58.941] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.946] | : . | : . | Old stack: [08:47:58.946] | : . | : . | List of 1 [08:47:58.946] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.946] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.946] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.946] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.946] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.946] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:58.946] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:58.946] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.946] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.946] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.952] | : . | : . | Not identical [08:47:58.952] | : . | : . | all.equal() for future ... [08:47:58.952] | : . | : . | : List of 2 [08:47:58.952] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.952] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.952] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.952] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.952] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.952] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:58.952] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.952] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.952] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.952] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.952] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.952] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:58.952] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:58.952] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.952] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.961] | : . | : . | all.equal() for future ... done [08:47:58.962] | : . | : . all.equal() for FutureStrategyList ... done [08:47:58.962] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:58.962] | : . | : . List of future strategies: [08:47:58.962] | : . | : . 1. sequential: [08:47:58.962] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:58.962] | : . | : . - tweaked: FALSE [08:47:58.962] | : . | : . - call: plan(sequential) [08:47:58.963] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:58.964] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:58.964] | : . | assign_globals() ... [08:47:58.964] | : . | List of 2 [08:47:58.964] | : . | $ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [08:47:58.964] | : . | $ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [08:47:58.964] | : . | - attr(*, "where")=List of 2 [08:47:58.964] | : . | ..$ weight: [08:47:58.964] | : . | ..$ group : [08:47:58.964] | : . | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:58.964] | : . | - attr(*, "resolved")= logi FALSE [08:47:58.964] | : . | - attr(*, "total_size")= num NA [08:47:58.964] | : . | - attr(*, "already-done")= logi TRUE [08:47:58.970] | : . | - copied 'weight' to environment [08:47:58.970] | : . | - copied 'group' to environment [08:47:58.971] | : . | assign_globals() ... done [08:47:58.975] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:58.976] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:58.976] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:58.976] | : . | : . | all.equal() for FutureStrategyList ... [08:47:58.977] | : . | : . | : New stack: [08:47:58.977] | : . | : . | : List of 1 [08:47:58.977] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.977] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.977] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.977] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.977] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.977] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:58.977] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:58.977] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.977] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.977] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.982] | : . | : . | : Old stack: [08:47:58.983] | : . | : . | : List of 1 [08:47:58.983] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:58.983] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:58.983] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.983] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.983] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.983] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:58.983] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:58.983] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:58.983] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:58.983] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:58.991] | : . | : . | : Identical [08:47:58.991] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:58.992] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:58.992] | : . | : . | List of future strategies: [08:47:58.992] | : . | : . | 1. sequential: [08:47:58.992] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:58.992] | : . | : . | - tweaked: FALSE [08:47:58.992] | : . | : . | - call: plan(sequential) [08:47:58.993] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:58.993] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:58.993] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:58.994] | : . | SequentialFuture started (and completed) [08:47:58.994] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:58.994] | : Launching futures ... done [08:47:58.995] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:58.995] | Using SequentialFutureBackend ... done [08:47:58.995] run() for Future ('SequentialFuture') ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 - Globals - one-side formulas, e.g. xtabs(~ x) ... [08:47:58.998] getGlobalsAndPackages() ... [08:47:58.999] | Searching for globals ... [08:47:59.001] | : globals found: [4] '{', 'xtabs', 'x', '~' [08:47:59.001] | Searching for globals ... DONE [08:47:59.001] | Resolving globals: FALSE [08:47:59.002] | Search for packages associated with the globals ... [08:47:59.002] | : Packages associated with globals: [2] 'base', 'stats' [08:47:59.002] | : Packages: [2] 'base', 'stats' [08:47:59.003] | Search for packages associated with the globals ... DONE [08:47:59.003] | Packages after dropping 'base': [1] 'stats' [08:47:59.003] | Packages after dropping non-attached packages: [1] 'stats' [08:47:59.003] | globals: [1] 'x' [08:47:59.003] | packages: [1] 'stats' [08:47:59.004] getGlobalsAndPackages() ... done [08:47:59.004] run() for Future ('Future') ... [08:47:59.004] | state: 'created' [08:47:59.004] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.005] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.005] | Using SequentialFutureBackend ... [08:47:59.005] | : Launching futures ... [08:47:59.005] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:59.005] | : . | getFutureData() ... [08:47:59.005] | : . | : getFutureCore() ... [08:47:59.006] | : . | : . Packages needed by the future expression (n = 1): 'stats' [08:47:59.006] | : . | : getFutureCore() ... done [08:47:59.006] | : . | : getFutureCapture() ... [08:47:59.006] | : . | : getFutureCapture() ... done [08:47:59.006] | : . | : getFutureContext() ... [08:47:59.007] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.007] | : . | : . | Getting stack without first strategy: [n=0] [08:47:59.007] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.007] | : . | : . Packages needed by future strategies (n = 0): [08:47:59.007] | : . | : getFutureContext() ... done [08:47:59.008] | : . | getFutureData() ... done [08:47:59.008] | : . | attachPackages() ... [08:47:59.008] | : . | : packages: [n=1] 'future' [08:47:59.008] | : . | attachPackages() ... DONE [08:47:59.008] | : . | attachPackages() ... [08:47:59.009] | : . | : packages: [n=1] 'stats' [08:47:59.009] | : . | attachPackages() ... DONE [08:47:59.009] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.010] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:59.010] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.010] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.011] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:59.011] | : . | : . all.equal() for FutureStrategyList ... [08:47:59.011] | : . | : . | New stack: [08:47:59.011] | : . | : . | List of 1 [08:47:59.011] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.011] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.011] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.011] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.011] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.011] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:59.011] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.014] | : . | : . | Old stack: [08:47:59.014] | : . | : . | List of 1 [08:47:59.014] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.014] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.014] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.014] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.014] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.014] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:59.014] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.014] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.014] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.014] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.018] | : . | : . | Not identical [08:47:59.018] | : . | : . | all.equal() for future ... [08:47:59.019] | : . | : . | : List of 2 [08:47:59.019] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.019] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.019] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.019] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.019] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.019] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:59.019] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.019] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.019] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.019] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.019] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.019] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.019] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.019] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.019] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.025] | : . | : . | all.equal() for future ... done [08:47:59.025] | : . | : . all.equal() for FutureStrategyList ... done [08:47:59.025] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:59.025] | : . | : . List of future strategies: [08:47:59.025] | : . | : . 1. sequential: [08:47:59.025] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:59.025] | : . | : . - tweaked: FALSE [08:47:59.025] | : . | : . - call: plan(sequential) [08:47:59.026] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:59.026] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.026] | : . | assign_globals() ... [08:47:59.026] | : . | List of 1 [08:47:59.026] | : . | $ x: num [1:5] 1 1 2 2 2 [08:47:59.026] | : . | - attr(*, "where")=List of 1 [08:47:59.026] | : . | ..$ x: [08:47:59.026] | : . | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:59.026] | : . | - attr(*, "resolved")= logi FALSE [08:47:59.026] | : . | - attr(*, "total_size")= num NA [08:47:59.026] | : . | - attr(*, "already-done")= logi TRUE [08:47:59.030] | : . | - copied 'x' to environment [08:47:59.030] | : . | assign_globals() ... done [08:47:59.034] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.035] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.035] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:59.035] | : . | : . | all.equal() for FutureStrategyList ... [08:47:59.036] | : . | : . | : New stack: [08:47:59.036] | : . | : . | : List of 1 [08:47:59.036] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.036] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.036] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.036] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.036] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.036] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.036] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.036] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.036] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.036] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.043] | : . | : . | : Old stack: [08:47:59.043] | : . | : . | : List of 1 [08:47:59.043] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.043] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.043] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.043] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.043] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.043] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.043] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.043] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.043] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.043] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.050] | : . | : . | : Identical [08:47:59.050] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:59.050] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:59.050] | : . | : . | List of future strategies: [08:47:59.050] | : . | : . | 1. sequential: [08:47:59.050] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:59.050] | : . | : . | - tweaked: FALSE [08:47:59.050] | : . | : . | - call: plan(sequential) [08:47:59.051] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:59.052] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.052] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.053] | : . | SequentialFuture started (and completed) [08:47:59.053] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:59.054] | : Launching futures ... done [08:47:59.054] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:59.054] | Using SequentialFutureBackend ... done [08:47:59.055] run() for Future ('SequentialFuture') ... done x 1 2 2 3 [08:47:59.056] getGlobalsAndPackages() ... [08:47:59.057] | Searching for globals ... [08:47:59.059] | : globals found: [4] '{', 'xtabs', 'x', '~' [08:47:59.059] | Searching for globals ... DONE [08:47:59.060] | Resolving globals: FALSE [08:47:59.060] | Search for packages associated with the globals ... [08:47:59.060] | : Packages associated with globals: [2] 'base', 'stats' [08:47:59.061] | : Packages: [2] 'base', 'stats' [08:47:59.061] | Search for packages associated with the globals ... DONE [08:47:59.062] | Packages after dropping 'base': [1] 'stats' [08:47:59.062] | Packages after dropping non-attached packages: [1] 'stats' [08:47:59.062] | globals: [1] 'x' [08:47:59.063] | packages: [1] 'stats' [08:47:59.063] getGlobalsAndPackages() ... done [08:47:59.064] run() for Future ('Future') ... [08:47:59.064] | state: 'created' [08:47:59.064] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.065] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.065] | Using SequentialFutureBackend ... [08:47:59.065] | : Launching futures ... [08:47:59.065] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:59.066] | : . | getFutureData() ... [08:47:59.066] | : . | : getFutureCore() ... [08:47:59.066] | : . | : . Packages needed by the future expression (n = 1): 'stats' [08:47:59.067] | : . | : getFutureCore() ... done [08:47:59.067] | : . | : getFutureCapture() ... [08:47:59.067] | : . | : getFutureCapture() ... done [08:47:59.068] | : . | : getFutureContext() ... [08:47:59.068] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.068] | : . | : . | Getting stack without first strategy: [n=0] [08:47:59.069] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.069] | : . | : . Packages needed by future strategies (n = 0): [08:47:59.069] | : . | : getFutureContext() ... done [08:47:59.070] | : . | getFutureData() ... done [08:47:59.070] | : . | attachPackages() ... [08:47:59.070] | : . | : packages: [n=1] 'future' [08:47:59.071] | : . | attachPackages() ... DONE [08:47:59.071] | : . | attachPackages() ... [08:47:59.071] | : . | : packages: [n=1] 'stats' [08:47:59.072] | : . | attachPackages() ... DONE [08:47:59.073] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.073] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:59.074] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.074] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.075] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:59.075] | : . | : . all.equal() for FutureStrategyList ... [08:47:59.075] | : . | : . | New stack: [08:47:59.076] | : . | : . | List of 1 [08:47:59.076] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.076] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.076] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.076] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.076] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.076] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:59.076] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.080] | : . | : . | Old stack: [08:47:59.081] | : . | : . | List of 1 [08:47:59.081] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.081] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.081] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.081] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.081] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.081] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:59.081] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.081] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.081] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.081] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.087] | : . | : . | Not identical [08:47:59.087] | : . | : . | all.equal() for future ... [08:47:59.087] | : . | : . | : List of 2 [08:47:59.087] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.087] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.087] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.087] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.087] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.087] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:59.087] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.087] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.087] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.087] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.087] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.087] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.087] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.087] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.087] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.097] | : . | : . | all.equal() for future ... done [08:47:59.097] | : . | : . all.equal() for FutureStrategyList ... done [08:47:59.098] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:59.098] | : . | : . List of future strategies: [08:47:59.098] | : . | : . 1. sequential: [08:47:59.098] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:59.098] | : . | : . - tweaked: FALSE [08:47:59.098] | : . | : . - call: plan(sequential) [08:47:59.099] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:59.099] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.100] | : . | assign_globals() ... [08:47:59.100] | : . | List of 1 [08:47:59.100] | : . | $ x: num [1:5] 1 1 2 2 2 [08:47:59.100] | : . | - attr(*, "where")=List of 1 [08:47:59.100] | : . | ..$ x: [08:47:59.100] | : . | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:59.100] | : . | - attr(*, "resolved")= logi FALSE [08:47:59.100] | : . | - attr(*, "total_size")= num NA [08:47:59.100] | : . | - attr(*, "already-done")= logi TRUE [08:47:59.105] | : . | - copied 'x' to environment [08:47:59.106] | : . | assign_globals() ... done [08:47:59.110] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.110] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.111] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:59.111] | : . | : . | all.equal() for FutureStrategyList ... [08:47:59.111] | : . | : . | : New stack: [08:47:59.112] | : . | : . | : List of 1 [08:47:59.112] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.112] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.112] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.112] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.112] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.112] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.112] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.112] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.112] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.112] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.118] | : . | : . | : Old stack: [08:47:59.118] | : . | : . | : List of 1 [08:47:59.118] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.118] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.118] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.118] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.118] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.118] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.118] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.118] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.118] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.118] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.124] | : . | : . | : Identical [08:47:59.125] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:59.125] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:59.125] | : . | : . | List of future strategies: [08:47:59.125] | : . | : . | 1. sequential: [08:47:59.125] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:59.125] | : . | : . | - tweaked: FALSE [08:47:59.125] | : . | : . | - call: plan(sequential) [08:47:59.126] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:59.127] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.127] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.128] | : . | SequentialFuture started (and completed) [08:47:59.128] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:59.129] | : Launching futures ... done [08:47:59.129] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:59.129] | Using SequentialFutureBackend ... done [08:47:59.129] run() for Future ('SequentialFuture') ... done x 1 2 2 3 - Globals - lm(, data = cars) ... - Globals - lm(, data = cars) ... Call: lm(formula = dist ~ . - 1, data = cars) Coefficients: speed 2.909 [08:47:59.133] getGlobalsAndPackages() ... [08:47:59.134] | Searching for globals ... [08:47:59.140] | : globals found: [7] '{', 'lm', 'dist', '-', '.', '~', 'cars' [08:47:59.140] | Searching for globals ... DONE [08:47:59.140] | Resolving globals: FALSE [08:47:59.141] | Search for packages associated with the globals ... [08:47:59.141] | : Packages associated with globals: [3] 'base', 'stats', 'datasets' [08:47:59.142] | : Packages: [3] 'base', 'stats', 'datasets' [08:47:59.142] | Search for packages associated with the globals ... DONE [08:47:59.143] | Packages after dropping 'base': [2] 'stats', 'datasets' [08:47:59.143] | Packages after dropping non-attached packages: [2] 'stats', 'datasets' [08:47:59.143] | globals: [0] [08:47:59.144] | packages: [2] 'stats', 'datasets' [08:47:59.144] getGlobalsAndPackages() ... done [08:47:59.144] run() for Future ('Future') ... [08:47:59.145] | state: 'created' [08:47:59.145] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.145] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.146] | Using SequentialFutureBackend ... [08:47:59.146] | : Launching futures ... [08:47:59.146] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:59.147] | : . | getFutureData() ... [08:47:59.147] | : . | : getFutureCore() ... [08:47:59.147] | : . | : . Packages needed by the future expression (n = 2): 'stats', 'datasets' [08:47:59.148] | : . | : getFutureCore() ... done [08:47:59.148] | : . | : getFutureCapture() ... [08:47:59.148] | : . | : getFutureCapture() ... done [08:47:59.149] | : . | : getFutureContext() ... [08:47:59.149] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.149] | : . | : . | Getting stack without first strategy: [n=0] [08:47:59.150] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.150] | : . | : . Packages needed by future strategies (n = 0): [08:47:59.150] | : . | : getFutureContext() ... done [08:47:59.150] | : . | getFutureData() ... done [08:47:59.151] | : . | attachPackages() ... [08:47:59.151] | : . | : packages: [n=1] 'future' [08:47:59.152] | : . | attachPackages() ... DONE [08:47:59.152] | : . | attachPackages() ... [08:47:59.152] | : . | : packages: [n=2] 'stats', 'datasets' [08:47:59.152] | : . | attachPackages() ... DONE [08:47:59.153] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.154] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:59.154] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.155] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.155] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:59.155] | : . | : . all.equal() for FutureStrategyList ... [08:47:59.156] | : . | : . | New stack: [08:47:59.156] | : . | : . | List of 1 [08:47:59.156] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.156] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.156] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.156] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.156] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.156] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:59.156] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.160] | : . | : . | Old stack: [08:47:59.161] | : . | : . | List of 1 [08:47:59.161] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.161] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.161] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.161] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.161] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.161] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:59.161] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.161] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.161] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.161] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.166] | : . | : . | Not identical [08:47:59.167] | : . | : . | all.equal() for future ... [08:47:59.167] | : . | : . | : List of 2 [08:47:59.167] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.167] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.167] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.167] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.167] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.167] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:59.167] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.167] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.167] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.167] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.167] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.167] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.167] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.167] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.167] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.177] | : . | : . | all.equal() for future ... done [08:47:59.177] | : . | : . all.equal() for FutureStrategyList ... done [08:47:59.177] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:59.177] | : . | : . List of future strategies: [08:47:59.177] | : . | : . 1. sequential: [08:47:59.177] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:59.177] | : . | : . - tweaked: FALSE [08:47:59.177] | : . | : . - call: plan(sequential) [08:47:59.178] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:59.179] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.183] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.184] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.184] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:59.184] | : . | : . | all.equal() for FutureStrategyList ... [08:47:59.185] | : . | : . | : New stack: [08:47:59.185] | : . | : . | : List of 1 [08:47:59.185] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.185] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.185] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.185] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.185] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.185] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.185] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.185] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.185] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.185] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.191] | : . | : . | : Old stack: [08:47:59.191] | : . | : . | : List of 1 [08:47:59.191] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.191] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.191] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.191] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.191] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.191] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.191] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.191] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.191] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.191] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.197] | : . | : . | : Identical [08:47:59.198] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:59.198] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:59.198] | : . | : . | List of future strategies: [08:47:59.198] | : . | : . | 1. sequential: [08:47:59.198] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:59.198] | : . | : . | - tweaked: FALSE [08:47:59.198] | : . | : . | - call: plan(sequential) [08:47:59.199] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:59.200] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.200] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.200] | : . | SequentialFuture started (and completed) [08:47:59.201] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:59.201] | : Launching futures ... done [08:47:59.202] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:59.202] | Using SequentialFutureBackend ... done [08:47:59.202] run() for Future ('SequentialFuture') ... done Call: lm(formula = dist ~ . - 1, data = cars) Coefficients: speed 2.909 - Globals - lm(, data = cars) ... Call: lm(formula = dist ~ . + 0, data = cars) Coefficients: speed 2.909 [08:47:59.207] getGlobalsAndPackages() ... [08:47:59.208] | Searching for globals ... [08:47:59.211] | : globals found: [7] '{', 'lm', 'dist', '+', '.', '~', 'cars' [08:47:59.211] | Searching for globals ... DONE [08:47:59.211] | Resolving globals: FALSE [08:47:59.212] | Search for packages associated with the globals ... [08:47:59.212] | : Packages associated with globals: [3] 'base', 'stats', 'datasets' [08:47:59.213] | : Packages: [3] 'base', 'stats', 'datasets' [08:47:59.213] | Search for packages associated with the globals ... DONE [08:47:59.214] | Packages after dropping 'base': [2] 'stats', 'datasets' [08:47:59.214] | Packages after dropping non-attached packages: [2] 'stats', 'datasets' [08:47:59.214] | globals: [0] [08:47:59.215] | packages: [2] 'stats', 'datasets' [08:47:59.215] getGlobalsAndPackages() ... done [08:47:59.216] run() for Future ('Future') ... [08:47:59.216] | state: 'created' [08:47:59.216] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.217] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.217] | Using SequentialFutureBackend ... [08:47:59.217] | : Launching futures ... [08:47:59.218] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:59.218] | : . | getFutureData() ... [08:47:59.218] | : . | : getFutureCore() ... [08:47:59.218] | : . | : . Packages needed by the future expression (n = 2): 'stats', 'datasets' [08:47:59.219] | : . | : getFutureCore() ... done [08:47:59.219] | : . | : getFutureCapture() ... [08:47:59.219] | : . | : getFutureCapture() ... done [08:47:59.220] | : . | : getFutureContext() ... [08:47:59.220] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.220] | : . | : . | Getting stack without first strategy: [n=0] [08:47:59.221] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.221] | : . | : . Packages needed by future strategies (n = 0): [08:47:59.221] | : . | : getFutureContext() ... done [08:47:59.222] | : . | getFutureData() ... done [08:47:59.222] | : . | attachPackages() ... [08:47:59.222] | : . | : packages: [n=1] 'future' [08:47:59.223] | : . | attachPackages() ... DONE [08:47:59.223] | : . | attachPackages() ... [08:47:59.223] | : . | : packages: [n=2] 'stats', 'datasets' [08:47:59.224] | : . | attachPackages() ... DONE [08:47:59.225] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.225] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:59.225] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.226] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.226] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:59.227] | : . | : . all.equal() for FutureStrategyList ... [08:47:59.227] | : . | : . | New stack: [08:47:59.227] | : . | : . | List of 1 [08:47:59.227] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.227] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.227] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.227] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.227] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.227] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:59.227] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.232] | : . | : . | Old stack: [08:47:59.232] | : . | : . | List of 1 [08:47:59.232] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.232] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.232] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.232] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.232] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.232] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:59.232] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.232] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.232] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.232] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.238] | : . | : . | Not identical [08:47:59.239] | : . | : . | all.equal() for future ... [08:47:59.239] | : . | : . | : List of 2 [08:47:59.239] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.239] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.239] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.239] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.239] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.239] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:59.239] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.239] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.239] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.239] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.239] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.239] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.239] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.239] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.239] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.249] | : . | : . | all.equal() for future ... done [08:47:59.249] | : . | : . all.equal() for FutureStrategyList ... done [08:47:59.249] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:59.249] | : . | : . List of future strategies: [08:47:59.249] | : . | : . 1. sequential: [08:47:59.249] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:59.249] | : . | : . - tweaked: FALSE [08:47:59.249] | : . | : . - call: plan(sequential) [08:47:59.250] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:59.251] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.256] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.256] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.256] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:59.257] | : . | : . | all.equal() for FutureStrategyList ... [08:47:59.257] | : . | : . | : New stack: [08:47:59.257] | : . | : . | : List of 1 [08:47:59.257] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.257] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.257] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.257] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.257] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.257] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.257] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.257] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.257] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.257] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.263] | : . | : . | : Old stack: [08:47:59.264] | : . | : . | : List of 1 [08:47:59.264] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.264] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.264] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.264] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.264] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.264] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.264] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.264] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.264] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.264] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.269] | : . | : . | : Identical [08:47:59.270] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:59.270] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:59.270] | : . | : . | List of future strategies: [08:47:59.270] | : . | : . | 1. sequential: [08:47:59.270] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:59.270] | : . | : . | - tweaked: FALSE [08:47:59.270] | : . | : . | - call: plan(sequential) [08:47:59.271] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:59.272] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.272] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.272] | : . | SequentialFuture started (and completed) [08:47:59.273] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:59.273] | : Launching futures ... done [08:47:59.273] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:59.274] | Using SequentialFutureBackend ... done [08:47:59.274] run() for Future ('SequentialFuture') ... done Call: lm(formula = dist ~ . + 0, data = cars) Coefficients: speed 2.909 - Globals - lm(, data = cars) ... Call: lm(formula = dist ~ speed + speed^2, data = cars) Coefficients: (Intercept) speed -17.579 3.932 [08:47:59.279] getGlobalsAndPackages() ... [08:47:59.279] | Searching for globals ... [08:47:59.283] | : globals found: [8] '{', 'lm', 'dist', '+', 'speed', '^', '~', 'cars' [08:47:59.283] | Searching for globals ... DONE [08:47:59.283] | Resolving globals: FALSE [08:47:59.284] | Search for packages associated with the globals ... [08:47:59.284] | : Packages associated with globals: [3] 'base', 'stats', 'datasets' [08:47:59.285] | : Packages: [3] 'base', 'stats', 'datasets' [08:47:59.285] | Search for packages associated with the globals ... DONE [08:47:59.286] | Packages after dropping 'base': [2] 'stats', 'datasets' [08:47:59.286] | Packages after dropping non-attached packages: [2] 'stats', 'datasets' [08:47:59.286] | globals: [0] [08:47:59.287] | packages: [2] 'stats', 'datasets' [08:47:59.287] getGlobalsAndPackages() ... done [08:47:59.287] run() for Future ('Future') ... [08:47:59.288] | state: 'created' [08:47:59.288] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.288] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.289] | Using SequentialFutureBackend ... [08:47:59.289] | : Launching futures ... [08:47:59.289] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:59.289] | : . | getFutureData() ... [08:47:59.290] | : . | : getFutureCore() ... [08:47:59.290] | : . | : . Packages needed by the future expression (n = 2): 'stats', 'datasets' [08:47:59.290] | : . | : getFutureCore() ... done [08:47:59.290] | : . | : getFutureCapture() ... [08:47:59.291] | : . | : getFutureCapture() ... done [08:47:59.291] | : . | : getFutureContext() ... [08:47:59.291] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.292] | : . | : . | Getting stack without first strategy: [n=0] [08:47:59.292] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.292] | : . | : . Packages needed by future strategies (n = 0): [08:47:59.292] | : . | : getFutureContext() ... done [08:47:59.293] | : . | getFutureData() ... done [08:47:59.293] | : . | attachPackages() ... [08:47:59.293] | : . | : packages: [n=1] 'future' [08:47:59.294] | : . | attachPackages() ... DONE [08:47:59.294] | : . | attachPackages() ... [08:47:59.294] | : . | : packages: [n=2] 'stats', 'datasets' [08:47:59.295] | : . | attachPackages() ... DONE [08:47:59.296] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.296] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:59.296] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.297] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.297] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:59.298] | : . | : . all.equal() for FutureStrategyList ... [08:47:59.298] | : . | : . | New stack: [08:47:59.298] | : . | : . | List of 1 [08:47:59.298] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.298] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.298] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.298] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.298] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.298] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:59.298] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.305] | : . | : . | Old stack: [08:47:59.305] | : . | : . | List of 1 [08:47:59.305] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.305] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.305] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.305] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.305] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.305] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:59.305] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.305] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.305] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.305] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.311] | : . | : . | Not identical [08:47:59.311] | : . | : . | all.equal() for future ... [08:47:59.311] | : . | : . | : List of 2 [08:47:59.311] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.311] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.311] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.311] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.311] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.311] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:59.311] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.311] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.311] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.311] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.311] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.311] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.311] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.311] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.311] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.320] | : . | : . | all.equal() for future ... done [08:47:59.320] | : . | : . all.equal() for FutureStrategyList ... done [08:47:59.321] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:59.321] | : . | : . List of future strategies: [08:47:59.321] | : . | : . 1. sequential: [08:47:59.321] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:59.321] | : . | : . - tweaked: FALSE [08:47:59.321] | : . | : . - call: plan(sequential) [08:47:59.322] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:59.322] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.326] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.327] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.327] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:59.327] | : . | : . | all.equal() for FutureStrategyList ... [08:47:59.328] | : . | : . | : New stack: [08:47:59.328] | : . | : . | : List of 1 [08:47:59.328] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.328] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.328] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.328] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.328] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.328] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.328] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.328] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.328] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.328] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.333] | : . | : . | : Old stack: [08:47:59.333] | : . | : . | : List of 1 [08:47:59.333] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.333] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.333] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.333] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.333] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.333] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.333] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.333] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.333] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.333] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.338] | : . | : . | : Identical [08:47:59.338] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:59.339] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:59.339] | : . | : . | List of future strategies: [08:47:59.339] | : . | : . | 1. sequential: [08:47:59.339] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:59.339] | : . | : . | - tweaked: FALSE [08:47:59.339] | : . | : . | - call: plan(sequential) [08:47:59.340] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:59.340] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.340] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.341] | : . | SequentialFuture started (and completed) [08:47:59.341] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:59.341] | : Launching futures ... done [08:47:59.342] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:59.342] | Using SequentialFutureBackend ... done [08:47:59.342] run() for Future ('SequentialFuture') ... done Call: lm(formula = dist ~ speed + speed^2, data = cars) Coefficients: (Intercept) speed -17.579 3.932 - Globals - lm(, data = cars) ... Call: lm(formula = dist ~ speed + I(speed^2), data = cars) Coefficients: (Intercept) speed I(speed^2) 2.47014 0.91329 0.09996 [08:47:59.347] getGlobalsAndPackages() ... [08:47:59.347] | Searching for globals ... [08:47:59.351] | : globals found: [9] '{', 'lm', 'dist', '+', 'speed', 'I', '^', '~', 'cars' [08:47:59.352] | Searching for globals ... DONE [08:47:59.352] | Resolving globals: FALSE [08:47:59.352] | Search for packages associated with the globals ... [08:47:59.353] | : Packages associated with globals: [3] 'base', 'stats', 'datasets' [08:47:59.353] | : Packages: [3] 'base', 'stats', 'datasets' [08:47:59.354] | Search for packages associated with the globals ... DONE [08:47:59.354] | Packages after dropping 'base': [2] 'stats', 'datasets' [08:47:59.354] | Packages after dropping non-attached packages: [2] 'stats', 'datasets' [08:47:59.355] | globals: [0] [08:47:59.355] | packages: [2] 'stats', 'datasets' [08:47:59.355] getGlobalsAndPackages() ... done [08:47:59.356] run() for Future ('Future') ... [08:47:59.356] | state: 'created' [08:47:59.356] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.357] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.357] | Using SequentialFutureBackend ... [08:47:59.357] | : Launching futures ... [08:47:59.358] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:59.358] | : . | getFutureData() ... [08:47:59.358] | : . | : getFutureCore() ... [08:47:59.358] | : . | : . Packages needed by the future expression (n = 2): 'stats', 'datasets' [08:47:59.359] | : . | : getFutureCore() ... done [08:47:59.359] | : . | : getFutureCapture() ... [08:47:59.359] | : . | : getFutureCapture() ... done [08:47:59.360] | : . | : getFutureContext() ... [08:47:59.360] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.360] | : . | : . | Getting stack without first strategy: [n=0] [08:47:59.360] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.361] | : . | : . Packages needed by future strategies (n = 0): [08:47:59.361] | : . | : getFutureContext() ... done [08:47:59.361] | : . | getFutureData() ... done [08:47:59.362] | : . | attachPackages() ... [08:47:59.362] | : . | : packages: [n=1] 'future' [08:47:59.362] | : . | attachPackages() ... DONE [08:47:59.363] | : . | attachPackages() ... [08:47:59.363] | : . | : packages: [n=2] 'stats', 'datasets' [08:47:59.363] | : . | attachPackages() ... DONE [08:47:59.364] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.364] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:59.365] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.365] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.366] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:59.366] | : . | : . all.equal() for FutureStrategyList ... [08:47:59.366] | : . | : . | New stack: [08:47:59.367] | : . | : . | List of 1 [08:47:59.367] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.367] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.367] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.367] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.367] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.367] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:59.367] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.371] | : . | : . | Old stack: [08:47:59.371] | : . | : . | List of 1 [08:47:59.371] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.371] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.371] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.371] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.371] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.371] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:59.371] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.371] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.371] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.371] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.377] | : . | : . | Not identical [08:47:59.377] | : . | : . | all.equal() for future ... [08:47:59.378] | : . | : . | : List of 2 [08:47:59.378] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.378] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.378] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.378] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.378] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.378] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:59.378] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.378] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.378] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.378] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.378] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.378] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.378] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.378] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.378] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.387] | : . | : . | all.equal() for future ... done [08:47:59.387] | : . | : . all.equal() for FutureStrategyList ... done [08:47:59.387] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:59.388] | : . | : . List of future strategies: [08:47:59.388] | : . | : . 1. sequential: [08:47:59.388] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:59.388] | : . | : . - tweaked: FALSE [08:47:59.388] | : . | : . - call: plan(sequential) [08:47:59.389] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:59.389] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.394] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.394] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.394] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:59.395] | : . | : . | all.equal() for FutureStrategyList ... [08:47:59.395] | : . | : . | : New stack: [08:47:59.395] | : . | : . | : List of 1 [08:47:59.395] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.395] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.395] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.395] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.395] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.395] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.395] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.395] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.395] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.395] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.401] | : . | : . | : Old stack: [08:47:59.401] | : . | : . | : List of 1 [08:47:59.401] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.401] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.401] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.401] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.401] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.401] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.401] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.401] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.401] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.401] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.407] | : . | : . | : Identical [08:47:59.407] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:59.407] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:59.408] | : . | : . | List of future strategies: [08:47:59.408] | : . | : . | 1. sequential: [08:47:59.408] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:59.408] | : . | : . | - tweaked: FALSE [08:47:59.408] | : . | : . | - call: plan(sequential) [08:47:59.408] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:59.409] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.409] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.410] | : . | SequentialFuture started (and completed) [08:47:59.410] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:59.410] | : Launching futures ... done [08:47:59.410] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:59.411] | Using SequentialFutureBackend ... done [08:47:59.411] run() for Future ('SequentialFuture') ... done Call: lm(formula = dist ~ speed + I(speed^2), data = cars) Coefficients: (Intercept) speed I(speed^2) 2.47014 0.91329 0.09996 - Globals - lm(, data = cars) ... Call: lm(formula = dist ~ poly(speed, 2), data = cars) Coefficients: (Intercept) poly(speed, 2)1 poly(speed, 2)2 42.98 145.55 23.00 [08:47:59.417] getGlobalsAndPackages() ... [08:47:59.417] | Searching for globals ... [08:47:59.420] | : globals found: [7] '{', 'lm', 'dist', 'poly', 'speed', '~', 'cars' [08:47:59.420] | Searching for globals ... DONE [08:47:59.420] | Resolving globals: FALSE [08:47:59.421] | Search for packages associated with the globals ... [08:47:59.421] | : Packages associated with globals: [3] 'base', 'stats', 'datasets' [08:47:59.422] | : Packages: [3] 'base', 'stats', 'datasets' [08:47:59.422] | Search for packages associated with the globals ... DONE [08:47:59.422] | Packages after dropping 'base': [2] 'stats', 'datasets' [08:47:59.423] | Packages after dropping non-attached packages: [2] 'stats', 'datasets' [08:47:59.423] | globals: [0] [08:47:59.423] | packages: [2] 'stats', 'datasets' [08:47:59.423] getGlobalsAndPackages() ... done [08:47:59.424] run() for Future ('Future') ... [08:47:59.424] | state: 'created' [08:47:59.424] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.425] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.425] | Using SequentialFutureBackend ... [08:47:59.425] | : Launching futures ... [08:47:59.425] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:59.426] | : . | getFutureData() ... [08:47:59.426] | : . | : getFutureCore() ... [08:47:59.426] | : . | : . Packages needed by the future expression (n = 2): 'stats', 'datasets' [08:47:59.426] | : . | : getFutureCore() ... done [08:47:59.427] | : . | : getFutureCapture() ... [08:47:59.427] | : . | : getFutureCapture() ... done [08:47:59.427] | : . | : getFutureContext() ... [08:47:59.427] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.428] | : . | : . | Getting stack without first strategy: [n=0] [08:47:59.428] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.428] | : . | : . Packages needed by future strategies (n = 0): [08:47:59.428] | : . | : getFutureContext() ... done [08:47:59.429] | : . | getFutureData() ... done [08:47:59.429] | : . | attachPackages() ... [08:47:59.429] | : . | : packages: [n=1] 'future' [08:47:59.430] | : . | attachPackages() ... DONE [08:47:59.430] | : . | attachPackages() ... [08:47:59.430] | : . | : packages: [n=2] 'stats', 'datasets' [08:47:59.430] | : . | attachPackages() ... DONE [08:47:59.431] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.431] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:59.432] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.432] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.433] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:59.433] | : . | : . all.equal() for FutureStrategyList ... [08:47:59.433] | : . | : . | New stack: [08:47:59.433] | : . | : . | List of 1 [08:47:59.433] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.433] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.433] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.433] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.433] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.433] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:59.433] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.438] | : . | : . | Old stack: [08:47:59.438] | : . | : . | List of 1 [08:47:59.438] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.438] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.438] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.438] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.438] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.438] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:59.438] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.438] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.438] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.438] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.446] | : . | : . | Not identical [08:47:59.446] | : . | : . | all.equal() for future ... [08:47:59.446] | : . | : . | : List of 2 [08:47:59.446] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.446] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.446] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.446] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.446] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.446] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:59.446] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.446] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.446] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.446] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.446] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.446] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.446] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.446] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.446] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.454] | : . | : . | all.equal() for future ... done [08:47:59.455] | : . | : . all.equal() for FutureStrategyList ... done [08:47:59.455] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:59.455] | : . | : . List of future strategies: [08:47:59.455] | : . | : . 1. sequential: [08:47:59.455] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:59.455] | : . | : . - tweaked: FALSE [08:47:59.455] | : . | : . - call: plan(sequential) [08:47:59.456] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:59.456] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.461] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.461] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.462] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:59.462] | : . | : . | all.equal() for FutureStrategyList ... [08:47:59.462] | : . | : . | : New stack: [08:47:59.462] | : . | : . | : List of 1 [08:47:59.462] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.462] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.462] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.462] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.462] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.462] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.462] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.462] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.462] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.462] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.468] | : . | : . | : Old stack: [08:47:59.468] | : . | : . | : List of 1 [08:47:59.468] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.468] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.468] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.468] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.468] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.468] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.468] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.468] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.468] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.468] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.473] | : . | : . | : Identical [08:47:59.473] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:59.473] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:59.473] | : . | : . | List of future strategies: [08:47:59.473] | : . | : . | 1. sequential: [08:47:59.473] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:59.473] | : . | : . | - tweaked: FALSE [08:47:59.473] | : . | : . | - call: plan(sequential) [08:47:59.474] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:59.474] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.475] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.475] | : . | SequentialFuture started (and completed) [08:47:59.475] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:59.476] | : Launching futures ... done [08:47:59.476] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:59.476] | Using SequentialFutureBackend ... done [08:47:59.476] run() for Future ('SequentialFuture') ... done Call: lm(formula = dist ~ poly(speed, 2), data = cars) Coefficients: (Intercept) poly(speed, 2)1 poly(speed, 2)2 42.98 145.55 23.00 - Globals - map(x, ~ expr) ... [08:47:59.480] getGlobalsAndPackages() ... [08:47:59.480] | Searching for globals ... [08:47:59.488] | : globals found: [16] '{', 'outer_function', 'map', ':', '~', 'inner_function', '.x', 'if', 'inherits', '<-', '[[', '-', 'eval', 'bquote', 'lapply', '+' [08:47:59.488] | Searching for globals ... DONE [08:47:59.488] | Resolving globals: FALSE [08:47:59.489] | Search for packages associated with the globals ... [08:47:59.489] | : Packages associated with globals: [1] 'base' [08:47:59.490] | : Packages: [1] 'base' [08:47:59.490] | Search for packages associated with the globals ... DONE [08:47:59.490] | Packages after dropping 'base': [0] [08:47:59.491] | globals: [3] 'outer_function', 'map', 'inner_function' [08:47:59.491] | packages: [0] [08:47:59.491] getGlobalsAndPackages() ... done [08:47:59.491] run() for Future ('Future') ... [08:47:59.492] | state: 'created' [08:47:59.492] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.492] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.492] | Using SequentialFutureBackend ... [08:47:59.493] | : Launching futures ... [08:47:59.493] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:59.493] | : . | getFutureData() ... [08:47:59.493] | : . | : getFutureCore() ... [08:47:59.494] | : . | : . Packages needed by the future expression (n = 0): [08:47:59.494] | : . | : getFutureCore() ... done [08:47:59.494] | : . | : getFutureCapture() ... [08:47:59.494] | : . | : getFutureCapture() ... done [08:47:59.495] | : . | : getFutureContext() ... [08:47:59.495] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.495] | : . | : . | Getting stack without first strategy: [n=0] [08:47:59.495] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.496] | : . | : . Packages needed by future strategies (n = 0): [08:47:59.496] | : . | : getFutureContext() ... done [08:47:59.496] | : . | getFutureData() ... done [08:47:59.496] | : . | attachPackages() ... [08:47:59.497] | : . | : packages: [n=1] 'future' [08:47:59.497] | : . | attachPackages() ... DONE [08:47:59.497] | : . | attachPackages() ... [08:47:59.497] | : . | : packages: [n=0] [08:47:59.498] | : . | attachPackages() ... DONE [08:47:59.498] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.498] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:59.499] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.499] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.500] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:59.500] | : . | : . all.equal() for FutureStrategyList ... [08:47:59.500] | : . | : . | New stack: [08:47:59.500] | : . | : . | List of 1 [08:47:59.500] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.500] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.500] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.500] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.500] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.500] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:59.500] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.504] | : . | : . | Old stack: [08:47:59.504] | : . | : . | List of 1 [08:47:59.504] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.504] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.504] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.504] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.504] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.504] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:59.504] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.504] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.504] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.504] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.509] | : . | : . | Not identical [08:47:59.509] | : . | : . | all.equal() for future ... [08:47:59.509] | : . | : . | : List of 2 [08:47:59.509] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.509] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.509] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.509] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.509] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.509] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:59.509] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.509] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.509] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.509] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.509] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.509] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.509] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.509] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.509] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.517] | : . | : . | all.equal() for future ... done [08:47:59.517] | : . | : . all.equal() for FutureStrategyList ... done [08:47:59.518] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:59.518] | : . | : . List of future strategies: [08:47:59.518] | : . | : . 1. sequential: [08:47:59.518] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:59.518] | : . | : . - tweaked: FALSE [08:47:59.518] | : . | : . - call: plan(sequential) [08:47:59.519] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:59.519] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.519] | : . | assign_globals() ... [08:47:59.520] | : . | List of 3 [08:47:59.520] | : . | $ outer_function:function (x) [08:47:59.520] | : . | $ map :function (.x, .f, ...) [08:47:59.520] | : . | $ inner_function:function (x) [08:47:59.520] | : . | - attr(*, "where")=List of 3 [08:47:59.520] | : . | ..$ outer_function: [08:47:59.520] | : . | ..$ map : [08:47:59.520] | : . | ..$ inner_function: [08:47:59.520] | : . | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:59.520] | : . | - attr(*, "resolved")= logi FALSE [08:47:59.520] | : . | - attr(*, "total_size")= num NA [08:47:59.520] | : . | - attr(*, "already-done")= logi TRUE [08:47:59.525] | : . | - reassign environment for 'outer_function' [where=emptyenv()] [08:47:59.525] | : . | - copied 'outer_function' to environment [08:47:59.525] | : . | - reassign environment for 'map' [where=emptyenv()] [08:47:59.526] | : . | - copied 'map' to environment [08:47:59.526] | : . | - reassign environment for 'inner_function' [where=emptyenv()] [08:47:59.526] | : . | - copied 'inner_function' to environment [08:47:59.526] | : . | assign_globals() ... done [08:47:59.538] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.538] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.538] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:59.539] | : . | : . | all.equal() for FutureStrategyList ... [08:47:59.539] | : . | : . | : New stack: [08:47:59.539] | : . | : . | : List of 1 [08:47:59.539] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.539] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.539] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.539] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.539] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.539] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.539] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.539] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.539] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.539] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.545] | : . | : . | : Old stack: [08:47:59.545] | : . | : . | : List of 1 [08:47:59.545] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.545] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.545] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.545] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.545] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.545] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.545] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.545] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.545] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.545] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.550] | : . | : . | : Identical [08:47:59.551] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:59.551] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:59.551] | : . | : . | List of future strategies: [08:47:59.551] | : . | : . | 1. sequential: [08:47:59.551] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:59.551] | : . | : . | - tweaked: FALSE [08:47:59.551] | : . | : . | - call: plan(sequential) [08:47:59.552] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:59.552] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.553] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.553] | : . | SequentialFuture started (and completed) [08:47:59.554] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:59.554] | : Launching futures ... done [08:47:59.554] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:59.554] | Using SequentialFutureBackend ... done [08:47:59.555] run() for Future ('SequentialFuture') ... done List of 2 $ : num [1:2] 2 3 $ : num [1:2] 2 3 [08:47:59.557] getGlobalsAndPackages() ... [08:47:59.557] | Searching for globals ... [08:47:59.565] | : globals found: [16] '{', 'outer_function', 'map', ':', '~', 'inner_function', '.x', 'if', 'inherits', '<-', '[[', '-', 'eval', 'bquote', 'lapply', '+' [08:47:59.565] | Searching for globals ... DONE [08:47:59.566] | Resolving globals: FALSE [08:47:59.566] | Search for packages associated with the globals ... [08:47:59.566] | : Packages associated with globals: [1] 'base' [08:47:59.567] | : Packages: [1] 'base' [08:47:59.568] | Search for packages associated with the globals ... DONE [08:47:59.568] | Packages after dropping 'base': [0] [08:47:59.568] | globals: [3] 'outer_function', 'map', 'inner_function' [08:47:59.569] | packages: [0] [08:47:59.569] getGlobalsAndPackages() ... done [08:47:59.569] run() for Future ('Future') ... [08:47:59.572] | state: 'created' [08:47:59.573] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.573] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.573] | Using SequentialFutureBackend ... [08:47:59.573] | : Launching futures ... [08:47:59.574] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [08:47:59.574] | : . | getFutureData() ... [08:47:59.574] | : . | : getFutureCore() ... [08:47:59.574] | : . | : . Packages needed by the future expression (n = 0): [08:47:59.574] | : . | : getFutureCore() ... done [08:47:59.575] | : . | : getFutureCapture() ... [08:47:59.575] | : . | : getFutureCapture() ... done [08:47:59.575] | : . | : getFutureContext() ... [08:47:59.575] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.576] | : . | : . | Getting stack without first strategy: [n=0] [08:47:59.576] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.576] | : . | : . Packages needed by future strategies (n = 0): [08:47:59.576] | : . | : getFutureContext() ... done [08:47:59.577] | : . | getFutureData() ... done [08:47:59.577] | : . | attachPackages() ... [08:47:59.577] | : . | : packages: [n=1] 'future' [08:47:59.578] | : . | attachPackages() ... DONE [08:47:59.578] | : . | attachPackages() ... [08:47:59.578] | : . | : packages: [n=0] [08:47:59.578] | : . | attachPackages() ... DONE [08:47:59.579] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.579] | : . | : Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [08:47:59.579] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.580] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.580] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:59.581] | : . | : . all.equal() for FutureStrategyList ... [08:47:59.581] | : . | : . | New stack: [08:47:59.581] | : . | : . | List of 1 [08:47:59.581] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.581] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.581] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.581] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.581] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.581] | : . | : . | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:59.581] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.585] | : . | : . | Old stack: [08:47:59.585] | : . | : . | List of 1 [08:47:59.585] | : . | : . | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.585] | : . | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.585] | : . | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.585] | : . | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.585] | : . | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.585] | : . | : . | ..- attr(*, "call")= language plan(sequential) [08:47:59.585] | : . | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.585] | : . | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.585] | : . | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.585] | : . | : . | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.590] | : . | : . | Not identical [08:47:59.590] | : . | : . | all.equal() for future ... [08:47:59.590] | : . | : . | : List of 2 [08:47:59.590] | : . | : . | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.590] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.590] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.590] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.590] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.590] | : . | : . | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [08:47:59.590] | : . | : . | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.590] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.590] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.590] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.590] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.590] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.590] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.590] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.590] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.598] | : . | : . | all.equal() for future ... done [08:47:59.598] | : . | : . all.equal() for FutureStrategyList ... done [08:47:59.599] | : . | : . plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:59.599] | : . | : . List of future strategies: [08:47:59.599] | : . | : . 1. sequential: [08:47:59.599] | : . | : . - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:59.599] | : . | : . - tweaked: FALSE [08:47:59.599] | : . | : . - call: plan(sequential) [08:47:59.600] | : . | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:59.600] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.600] | : . | assign_globals() ... [08:47:59.601] | : . | List of 3 [08:47:59.601] | : . | $ outer_function:function (x) [08:47:59.601] | : . | $ map :function (.x, .f, ...) [08:47:59.601] | : . | $ inner_function:function (x) [08:47:59.601] | : . | - attr(*, "where")=List of 3 [08:47:59.601] | : . | ..$ outer_function: [08:47:59.601] | : . | ..$ map : [08:47:59.601] | : . | ..$ inner_function: [08:47:59.601] | : . | - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [08:47:59.601] | : . | - attr(*, "resolved")= logi FALSE [08:47:59.601] | : . | - attr(*, "total_size")= num NA [08:47:59.601] | : . | - attr(*, "already-done")= logi TRUE [08:47:59.606] | : . | - reassign environment for 'outer_function' [where=emptyenv()] [08:47:59.606] | : . | - copied 'outer_function' to environment [08:47:59.607] | : . | - reassign environment for 'map' [where=emptyenv()] [08:47:59.607] | : . | - copied 'map' to environment [08:47:59.607] | : . | - reassign environment for 'inner_function' [where=emptyenv()] [08:47:59.607] | : . | - copied 'inner_function' to environment [08:47:59.608] | : . | assign_globals() ... done [08:47:59.611] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.611] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [08:47:59.611] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [08:47:59.612] | : . | : . | all.equal() for FutureStrategyList ... [08:47:59.612] | : . | : . | : New stack: [08:47:59.612] | : . | : . | : List of 1 [08:47:59.612] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.612] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.612] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.612] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.612] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.612] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.612] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.612] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.612] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.612] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.617] | : . | : . | : Old stack: [08:47:59.617] | : . | : . | : List of 1 [08:47:59.617] | : . | : . | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.617] | : . | : . | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.617] | : . | : . | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.617] | : . | : . | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.617] | : . | : . | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.617] | : . | : . | : ..- attr(*, "call")= language plan(sequential) [08:47:59.617] | : . | : . | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.617] | : . | : . | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.617] | : . | : . | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.617] | : . | : . | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.622] | : . | : . | : Identical [08:47:59.622] | : . | : . | all.equal() for FutureStrategyList ... done [08:47:59.622] | : . | : . | plan(): Skip setting new future strategy stack because it is the same as the current one: [08:47:59.623] | : . | : . | List of future strategies: [08:47:59.623] | : . | : . | 1. sequential: [08:47:59.623] | : . | : . | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [08:47:59.623] | : . | : . | - tweaked: FALSE [08:47:59.623] | : . | : . | - call: plan(sequential) [08:47:59.623] | : . | : . plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [08:47:59.624] | : . | : plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.624] | : . | plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [08:47:59.624] | : . | SequentialFuture started (and completed) [08:47:59.625] | : . launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... DONE [08:47:59.625] | : Launching futures ... done [08:47:59.625] | : Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [08:47:59.626] | Using SequentialFutureBackend ... done [08:47:59.626] run() for Future ('SequentialFuture') ... done List of 2 $ : num [1:2] 2 3 $ : num [1:2] 2 3 Testing with 1 cores ... DONE Testing with 2 cores ... availableCores(): 2 - plan('multisession') ... [08:47:59.631] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.631] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [08:47:59.631] | : all.equal() for FutureStrategyList ... [08:47:59.632] | : . New stack: [08:47:59.632] | : . List of 1 [08:47:59.632] | : . $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:47:59.632] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.632] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:47:59.632] | : . ..- attr(*, "init")= logi TRUE [08:47:59.632] | : . ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:59.632] | : . .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:59.632] | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:59.632] | : . ..- attr(*, "untweakable")= chr "persistent" [08:47:59.632] | : . ..- attr(*, "call")= language plan(strategy) [08:47:59.632] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.637] | : . Old stack: [08:47:59.637] | : . List of 1 [08:47:59.637] | : . $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.637] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.637] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.637] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.637] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.637] | : . ..- attr(*, "call")= language plan(sequential) [08:47:59.637] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.637] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.637] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.637] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.642] | : . Not identical [08:47:59.643] | : . all.equal() for future ... [08:47:59.643] | : . | List of 2 [08:47:59.643] | : . | $ target :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:47:59.643] | : . | gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.643] | : . | ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:47:59.643] | : . | ..- attr(*, "init")= logi TRUE [08:47:59.643] | : . | ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:59.643] | : . | .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:59.643] | : . | ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:59.643] | : . | ..- attr(*, "untweakable")= chr "persistent" [08:47:59.643] | : . | ..- attr(*, "call")= language plan(strategy) [08:47:59.643] | : . | $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.643] | : . | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [08:47:59.643] | : . | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.643] | : . | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.643] | : . | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.643] | : . | ..- attr(*, "call")= language plan(sequential) [08:47:59.643] | : . | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [08:47:59.643] | : . | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [08:47:59.643] | : . | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [08:47:59.652] | : . | Formals differ [08:47:59.652] | : . all.equal() for future ... done [08:47:59.652] | : . Future strategies differ at level 1 [08:47:59.652] | : all.equal() for FutureStrategyList ... done [08:47:59.653] | : plan(): Setting new future strategy stack: [08:47:59.653] | : List of future strategies: [08:47:59.653] | : 1. multisession: [08:47:59.653] | : - args: function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.653] | : - tweaked: FALSE [08:47:59.653] | : - call: plan(strategy) [08:47:59.653] | : List of 1 [08:47:59.653] | : $ :function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:47:59.653] | : gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.653] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:47:59.653] | : ..- attr(*, "init")= logi TRUE [08:47:59.653] | : ..- attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:59.653] | : .. ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:59.653] | : ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:59.653] | : ..- attr(*, "untweakable")= chr "persistent" [08:47:59.653] | : ..- attr(*, "call")= language plan(strategy) [08:47:59.653] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [08:47:59.658] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... [08:47:59.659] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:47:59.659] | : . | Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [08:47:59.659] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:47:59.659] | : . Legacy shutdown of cluster workers ... [08:47:59.660] | : . | Stopping existing cluster ... [08:47:59.660] | : . | : No pre-existing cluster. Skipping [08:47:59.660] | : . | Stopping existing cluster ... done [08:47:59.661] | : . Legacy shutdown of cluster workers ... done [08:47:59.661] | : plan(): plan_cleanup('sequential', 'uniprocess', 'future', 'function', cleanup = NA) ... done [08:47:59.661] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [08:47:59.662] | : . function (..., workers = availableCores(), lazy = FALSE, rscript_libs = .libPaths(), [08:47:59.662] | : . gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [08:47:59.662] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [08:47:59.662] | : . - attr(*, "init")= logi TRUE [08:47:59.662] | : . - attr(*, "factory")=function (workers = availableCores(), interrupts = TRUE, ...) [08:47:59.662] | : . ..- attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:59.662] | : . - attr(*, "tweakable")= chr [1:10] "workers" "interrupts" "gc" "earlySignal" ... [08:47:59.662] | : . - attr(*, "untweakable")= chr "persistent" [08:47:59.662] | : . - attr(*, "call")= language plan(strategy) [08:47:59.665] | : . init: TRUE [08:47:59.666] | : . makeFutureBackend() ... [08:47:59.666] | : . | Backend function: <'NULL'> [08:47:59.668] | : . | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [08:47:59.669] | : . | : workers: 2 [08:47:59.669] | : . | : getCluster() ... [08:47:59.669] | : . | : getCluster() ... done [08:47:59.669] | : . | : Stopping existing cluster ... [08:47:59.669] | : . | : . No pre-existing cluster. Skipping [08:47:59.670] | : . | : Stopping existing cluster ... done [08:47:59.670] | : . | : Starting new cluster ... [08:47:59.670] | : . | : . makeCluster(workers, ...) ... [08:47:59.670] | : . | : . | Arguments: [08:47:59.671] | : . | : . | List of 2 [08:47:59.671] | : . | : . | $ : int 2 [08:47:59.671] | : . | : . | $ rscript_libs: chr [1:2] "D:/temp/2025_04_10_08_45_16_15127/RtmpUpSTwM/RLIBS_ba78790269fd" "D:/RCompile/recent/R/library" [08:48:00.472] | : . | : . | Generated cluster UUID [08:48:00.473] | : . | : . | Cluster UUID: '22d646b265e81ccb6dafce5bae9b6b23' [08:48:00.473] | : . | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:48:00.477] | : . | : . makeCluster(workers, ...) ... done [08:48:00.477] | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:48:00.480] | : . | : Starting new cluster ... done [08:48:00.480] | : . | : Number of workers: 2 [08:48:00.480] | : . | : Workers UUID: '22d646b265e81ccb6dafce5bae9b6b23' [08:48:00.481] | : . | ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [08:48:00.481] | : . | Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [08:48:00.481] | : . makeFutureBackend() ... done [08:48:00.481] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [08:48:00.482] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:00.482] | : . Getting current ("next") strategy: 'FutureStrategy', 'multisession', 'cluster', 'multiprocess', 'future', 'function' [08:48:00.482] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:00.483] | : plan(): nbrOfWorkers() = 2 [08:48:00.483] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [08:48:00.483] plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done - lm() ... [08:48:00.484] getGlobalsAndPackages() ... [08:48:00.484] | Searching for globals ... [08:48:00.487] | : globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [08:48:00.487] | Searching for globals ... DONE [08:48:00.487] | Resolving globals: FALSE [08:48:00.488] | Search for packages associated with the globals ... [08:48:00.488] | : Packages associated with globals: [2] 'base', 'stats' [08:48:00.489] | : Packages: [2] 'base', 'stats' [08:48:00.489] | Search for packages associated with the globals ... DONE [08:48:00.489] | Packages after dropping 'base': [1] 'stats' [08:48:00.490] | Packages after dropping non-attached packages: [1] 'stats' [08:48:00.490] | globals: [2] 'weight', 'group' [08:48:00.490] | packages: [1] 'stats' [08:48:00.491] getGlobalsAndPackages() ... done [08:48:00.491] run() for Future ('Future') ... [08:48:00.491] | state: 'created' [08:48:00.492] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:00.492] | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:00.492] | Using MultisessionFutureBackend ... [08:48:00.493] | : Launching futures ... [08:48:00.493] | : . launchFuture() for ClusterFutureBackend ... [08:48:00.493] | : . | Workers: [n=2] [08:48:00.494] | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:48:00.497] | : . | FutureRegistry: 'workers-22d646b265e81ccb6dafce5bae9b6b23' [08:48:00.497] | : . | requestWorker() ... [08:48:00.497] | : . | : requestNode() ... [08:48:00.497] | : . | : . Number of workers: 2 [08:48:00.498] | : . | : . Polling for a free worker ... [08:48:00.498] | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:00.498] | : . | : . | : Created empty registry 'workers-22d646b265e81ccb6dafce5bae9b6b23' [08:48:00.498] | : . | : . | : Listing all futures [08:48:00.499] | : . | : . | : Number of registered futures: 0 [08:48:00.499] | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:00.499] | : . | : . | Total time: 0 [08:48:00.500] | : . | : . Polling for a free worker ... done [08:48:00.500] | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:00.500] | : . | : . | Listing all futures [08:48:00.500] | : . | : . | Number of registered futures: 0 [08:48:00.501] | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:00.501] | : . | : . Index of first available worker: 1 [08:48:00.501] | : . | : . Validate that the worker is functional ... [08:48:00.675] | : . | : . | Worker is functional [08:48:00.675] | : . | : . requestNode() ... done [08:48:00.675] | : . | : . cluster node index: 1 [08:48:00.676] | : . | : requestWorker() ... done [08:48:00.676] | : . | : eraseGlobalEnvironment() ... [08:48:00.677] | : . | : eraseGlobalEnvironment() ... done [08:48:00.677] | : . | : launchFuture() ... [08:48:00.677] | : . | : . cluster node index: 1 [08:48:00.677] | : . | : . getFutureData() ... [08:48:00.678] | : . | : . | getFutureCore() ... [08:48:00.678] | : . | : . | : Packages needed by the future expression (n = 1): 'stats' [08:48:00.678] | : . | : . | getFutureCore() ... done [08:48:00.678] | : . | : . | getFutureCapture() ... [08:48:00.679] | : . | : . | getFutureCapture() ... done [08:48:00.679] | : . | : . | getFutureContext() ... [08:48:00.679] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:00.679] | : . | : . | : . Getting stack without first strategy: [n=0] [08:48:00.680] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:00.680] | : . | : . | : Packages needed by future strategies (n = 0): [08:48:00.680] | : . | : . | getFutureContext() ... done [08:48:00.681] | : . | : . getFutureData() ... done [08:48:00.681] | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... [08:48:00.682] | : . | : . | Appended future to position #1 [08:48:00.682] | : . | : . | Number of registered futures: 1 [08:48:00.682] | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... done [08:48:00.682] | : . | : launchFuture() ... done [08:48:00.683] | : . | : MultisessionFuture started [08:48:00.683] | : . | launchFuture() for ClusterFutureBackend ... done [08:48:00.683] | : . Launching futures ... done [08:48:00.683] | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:48:00.684] | : Using MultisessionFutureBackend ... done [08:48:00.684] | run() for Future ('MultisessionFuture') ... done [08:48:00.684] | result() for ClusterFuture ... [08:48:00.685] | : assertValidConnection() ... [08:48:00.685] | : . cluster node index: 1 [08:48:00.686] | : assertValidConnection() ... done [08:48:00.687] | : receiveMessageFromWorker() for ClusterFuture ... [08:48:00.687] | : . cluster node index: 1 [08:48:00.771] | : . [1] TRUE [08:48:00.772] | : . received data: [08:48:00.772] | : . List of 5 [08:48:00.772] | : . $ type : chr "VALUE" [08:48:00.772] | : . $ value :List of 13 [08:48:00.772] | : . ..$ value :List of 13 [08:48:00.772] | : . .. ..$ coefficients : Named num [1:2] 5.03 4.66 [08:48:00.772] | : . .. .. ..- attr(*, "names")= chr [1:2] "groupCtl" "groupTrt" [08:48:00.772] | : . .. ..$ residuals : Named num [1:20] -0.862 0.548 0.148 1.078 -0.532 ... [08:48:00.772] | : . .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [08:48:00.772] | : . .. ..$ effects : Named num [1:20] -15.913 -14.739 0.355 1.285 -0.325 ... [08:48:00.772] | : . .. .. ..- attr(*, "names")= chr [1:20] "groupCtl" "groupTrt" "" "" ... [08:48:00.772] | : . .. ..$ rank : int 2 [08:48:00.772] | : . .. ..$ fitted.values: Named num [1:20] 5.03 5.03 5.03 5.03 5.03 ... [08:48:00.772] | : . .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [08:48:00.772] | : . .. ..$ assign : int [1:2] 1 1 [08:48:00.772] | : . .. ..$ qr :List of 5 [08:48:00.772] | : . .. .. ..$ qr : num [1:20, 1:2] -3.162 0.316 0.316 0.316 0.316 ... [08:48:00.772] | : . .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:00.772] | : . .. .. .. .. ..$ : chr [1:20] "1" "2" "3" "4" ... [08:48:00.772] | : . .. .. .. .. ..$ : chr [1:2] "groupCtl" "groupTrt" [08:48:00.772] | : . .. .. .. ..- attr(*, "assign")= int [1:2] 1 1 [08:48:00.772] | : . .. .. .. ..- attr(*, "contrasts")=List of 1 [08:48:00.772] | : . .. .. .. .. ..$ group: chr "contr.treatment" [08:48:00.772] | : . .. .. ..$ qraux: num [1:2] 1.32 1 [08:48:00.772] | : . .. .. ..$ pivot: int [1:2] 1 2 [08:48:00.772] | : . .. .. ..$ tol : num 1e-07 [08:48:00.772] | : . .. .. ..$ rank : int 2 [08:48:00.772] | : . .. .. ..- attr(*, "class")= chr "qr" [08:48:00.772] | : . .. ..$ df.residual : int 18 [08:48:00.772] | : . .. ..$ contrasts :List of 1 [08:48:00.772] | : . .. .. ..$ group: chr "contr.treatment" [08:48:00.772] | : . .. ..$ xlevels :List of 1 [08:48:00.772] | : . .. .. ..$ group: chr [1:2] "Ctl" "Trt" [08:48:00.772] | : . .. ..$ call : language lm(formula = weight ~ group - 1) [08:48:00.772] | : . .. ..$ terms :Classes 'terms', 'formula' language weight ~ group - 1 [08:48:00.772] | : . .. .. .. ..- attr(*, "variables")= language list(weight, group) [08:48:00.772] | : . .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [08:48:00.772] | : . .. .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:00.772] | : . .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [08:48:00.772] | : . .. .. .. .. .. ..$ : chr "group" [08:48:00.772] | : . .. .. .. ..- attr(*, "term.labels")= chr "group" [08:48:00.772] | : . .. .. .. ..- attr(*, "order")= int 1 [08:48:00.772] | : . .. .. .. ..- attr(*, "intercept")= int 0 [08:48:00.772] | : . .. .. .. ..- attr(*, "response")= int 1 [08:48:00.772] | : . .. .. .. ..- attr(*, ".Environment")= [08:48:00.772] | : . .. .. .. ..- attr(*, "predvars")= language list(weight, group) [08:48:00.772] | : . .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [08:48:00.772] | : . .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [08:48:00.772] | : . .. ..$ model :'data.frame': 20 obs. of 2 variables: [08:48:00.772] | : . .. .. ..$ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [08:48:00.772] | : . .. .. ..$ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [08:48:00.772] | : . .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language weight ~ group - 1 [08:48:00.772] | : . .. .. .. .. ..- attr(*, "variables")= language list(weight, group) [08:48:00.772] | : . .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [08:48:00.772] | : . .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:00.772] | : . .. .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [08:48:00.772] | : . .. .. .. .. .. .. ..$ : chr "group" [08:48:00.772] | : . .. .. .. .. ..- attr(*, "term.labels")= chr "group" [08:48:00.772] | : . .. .. .. .. ..- attr(*, "order")= int 1 [08:48:00.772] | : . .. .. .. .. ..- attr(*, "intercept")= int 0 [08:48:00.772] | : . .. .. .. .. ..- attr(*, "response")= int 1 [08:48:00.772] | : . .. .. .. .. ..- attr(*, ".Environment")= [08:48:00.772] | : . .. .. .. .. ..- attr(*, "predvars")= language list(weight, group) [08:48:00.772] | : . .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [08:48:00.772] | : . .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [08:48:00.772] | : . .. ..- attr(*, "class")= chr "lm" [08:48:00.772] | : . ..$ visible : logi TRUE [08:48:00.772] | : . ..$ stdout : chr "" [08:48:00.772] | : . ..$ conditions : list() [08:48:00.772] | : . ..$ rng : logi FALSE [08:48:00.772] | : . ..$ misuseGlobalEnv : NULL [08:48:00.772] | : . ..$ misuseConnections:List of 3 [08:48:00.772] | : . .. ..$ added : NULL [08:48:00.772] | : . .. ..$ removed : NULL [08:48:00.772] | : . .. ..$ replaced: NULL [08:48:00.772] | : . ..$ misuseDevices : NULL [08:48:00.772] | : . ..$ started : POSIXct[1:1], format: "2025-04-10 08:48:00" [08:48:00.772] | : . ..$ finished : POSIXct[1:1], format: "2025-04-10 08:48:00" [08:48:00.772] | : . ..$ session_uuid : chr "b5ea24d819fa8e354e31f230a229d71d" [08:48:00.772] | : . .. ..- attr(*, "source")=List of 5 [08:48:00.772] | : . .. .. ..$ host : Named chr "CRANWIN3" [08:48:00.772] | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:48:00.772] | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:48:00.772] | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:48:00.772] | : . .. .. ..$ pid : int 30840 [08:48:00.772] | : . .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:48:00" [08:48:00.772] | : . .. .. ..$ random: int 2147483647 [08:48:00.772] | : . ..$ r_info :List of 4 [08:48:00.772] | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:48:00.772] | : . .. .. ..$ : int [1:3] 4 5 0 [08:48:00.772] | : . .. ..$ os : chr "windows" [08:48:00.772] | : . .. ..$ os_name : chr "Windows" [08:48:00.772] | : . .. ..$ captures_utf8: logi TRUE [08:48:00.772] | : . ..$ version : chr "1.8" [08:48:00.772] | : . ..- attr(*, "class")= chr "FutureResult" [08:48:00.772] | : . $ success: logi TRUE [08:48:00.772] | : . $ time : 'proc_time' Named num [1:5] 0.08 0.01 0.1 NA NA [08:48:00.772] | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:48:00.772] | : . $ tag : NULL [08:48:00.827] | : . Received FutureResult [08:48:00.827] | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... [08:48:00.832] | : . | Removed future from position #1 [08:48:00.832] | : . | Number of registered futures: 0 [08:48:00.833] | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... done [08:48:00.833] | : . Erased future from future backend [08:48:00.833] | : . result() for ClusterFuture ... [08:48:00.834] | : . | result already collected: FutureResult [08:48:00.834] | : . result() for ClusterFuture ... done [08:48:00.834] | : receiveMessageFromWorker() for ClusterFuture ... done [08:48:00.834] | result() for ClusterFuture ... done [08:48:00.835] | result() for ClusterFuture ... [08:48:00.835] | : result already collected: FutureResult [08:48:00.835] | result() for ClusterFuture ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [08:48:00.839] | getGlobalsAndPackages() ... [08:48:00.839] | : Searching for globals ... [08:48:00.842] | : . globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [08:48:00.842] | : Searching for globals ... DONE [08:48:00.843] | : Resolving globals: FALSE [08:48:00.843] | : Search for packages associated with the globals ... [08:48:00.843] | : . Packages associated with globals: [2] 'base', 'stats' [08:48:00.844] | : . Packages: [2] 'base', 'stats' [08:48:00.844] | : Search for packages associated with the globals ... DONE [08:48:00.845] | : Packages after dropping 'base': [1] 'stats' [08:48:00.845] | : Packages after dropping non-attached packages: [1] 'stats' [08:48:00.845] | : globals: [2] 'weight', 'group' [08:48:00.846] | : packages: [1] 'stats' [08:48:00.846] | getGlobalsAndPackages() ... done [08:48:00.847] | run() for Future ('Future') ... [08:48:00.847] | : state: 'created' [08:48:00.847] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:00.847] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:00.848] | : Using MultisessionFutureBackend ... [08:48:00.848] | : . Launching futures ... [08:48:00.854] | : . | launchFuture() for ClusterFutureBackend ... [08:48:00.854] | : . | : Workers: [n=2] [08:48:00.855] | : . | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:48:00.858] | : . | : FutureRegistry: 'workers-22d646b265e81ccb6dafce5bae9b6b23' [08:48:00.858] | : . | : requestWorker() ... [08:48:00.858] | : . | : . requestNode() ... [08:48:00.858] | : . | : . | Number of workers: 2 [08:48:00.859] | : . | : . | Polling for a free worker ... [08:48:00.859] | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:00.859] | : . | : . | : . Listing all futures [08:48:00.860] | : . | : . | : . Number of registered futures: 0 [08:48:00.860] | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:00.860] | : . | : . | : Total time: 0 [08:48:00.860] | : . | : . | Polling for a free worker ... done [08:48:00.860] | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:00.861] | : . | : . | : Listing all futures [08:48:00.861] | : . | : . | : Number of registered futures: 0 [08:48:00.861] | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:00.861] | : . | : . | Index of first available worker: 1 [08:48:00.862] | : . | : . | Validate that the worker is functional ... [08:48:00.916] | : . | : . | : Worker is functional [08:48:00.916] | : . | : . | requestNode() ... done [08:48:00.917] | : . | : . | cluster node index: 1 [08:48:00.917] | : . | : . requestWorker() ... done [08:48:00.918] | : . | : . eraseGlobalEnvironment() ... [08:48:00.919] | : . | : . eraseGlobalEnvironment() ... done [08:48:00.919] | : . | : . launchFuture() ... [08:48:00.919] | : . | : . | cluster node index: 1 [08:48:00.919] | : . | : . | getFutureData() ... [08:48:00.920] | : . | : . | : getFutureCore() ... [08:48:00.920] | : . | : . | : . Packages needed by the future expression (n = 1): 'stats' [08:48:00.920] | : . | : . | : getFutureCore() ... done [08:48:00.921] | : . | : . | : getFutureCapture() ... [08:48:00.921] | : . | : . | : getFutureCapture() ... done [08:48:00.921] | : . | : . | : getFutureContext() ... [08:48:00.922] | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:00.922] | : . | : . | : . | Getting stack without first strategy: [n=0] [08:48:00.922] | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:00.923] | : . | : . | : . Packages needed by future strategies (n = 0): [08:48:00.923] | : . | : . | : getFutureContext() ... done [08:48:00.923] | : . | : . | getFutureData() ... done [08:48:00.924] | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... [08:48:00.924] | : . | : . | : Appended future to position #1 [08:48:00.924] | : . | : . | : Number of registered futures: 1 [08:48:00.924] | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... done [08:48:00.924] | : . | : . launchFuture() ... done [08:48:00.924] | : . | : . MultisessionFuture started [08:48:00.925] | : . | : launchFuture() for ClusterFutureBackend ... done [08:48:00.925] | : . | Launching futures ... done [08:48:00.925] | : . | Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:48:00.925] | : . Using MultisessionFutureBackend ... done [08:48:00.925] | : run() for Future ('MultisessionFuture') ... done [08:48:00.926] | : result() for ClusterFuture ... [08:48:00.926] | : . assertValidConnection() ... [08:48:00.926] | : . | cluster node index: 1 [08:48:00.927] | : . assertValidConnection() ... done [08:48:00.927] | : . receiveMessageFromWorker() for ClusterFuture ... [08:48:00.927] | : . | cluster node index: 1 [08:48:00.934] | : . | [1] TRUE [08:48:00.934] | : . | received data: [08:48:00.935] | : . | List of 5 [08:48:00.935] | : . | $ type : chr "VALUE" [08:48:00.935] | : . | $ value :List of 13 [08:48:00.935] | : . | ..$ value :List of 13 [08:48:00.935] | : . | .. ..$ coefficients : Named num [1:2] 5.03 4.66 [08:48:00.935] | : . | .. .. ..- attr(*, "names")= chr [1:2] "groupCtl" "groupTrt" [08:48:00.935] | : . | .. ..$ residuals : Named num [1:20] -0.862 0.548 0.148 1.078 -0.532 ... [08:48:00.935] | : . | .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [08:48:00.935] | : . | .. ..$ effects : Named num [1:20] -15.913 -14.739 0.355 1.285 -0.325 ... [08:48:00.935] | : . | .. .. ..- attr(*, "names")= chr [1:20] "groupCtl" "groupTrt" "" "" ... [08:48:00.935] | : . | .. ..$ rank : int 2 [08:48:00.935] | : . | .. ..$ fitted.values: Named num [1:20] 5.03 5.03 5.03 5.03 5.03 ... [08:48:00.935] | : . | .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [08:48:00.935] | : . | .. ..$ assign : int [1:2] 1 1 [08:48:00.935] | : . | .. ..$ qr :List of 5 [08:48:00.935] | : . | .. .. ..$ qr : num [1:20, 1:2] -3.162 0.316 0.316 0.316 0.316 ... [08:48:00.935] | : . | .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:00.935] | : . | .. .. .. .. ..$ : chr [1:20] "1" "2" "3" "4" ... [08:48:00.935] | : . | .. .. .. .. ..$ : chr [1:2] "groupCtl" "groupTrt" [08:48:00.935] | : . | .. .. .. ..- attr(*, "assign")= int [1:2] 1 1 [08:48:00.935] | : . | .. .. .. ..- attr(*, "contrasts")=List of 1 [08:48:00.935] | : . | .. .. .. .. ..$ group: chr "contr.treatment" [08:48:00.935] | : . | .. .. ..$ qraux: num [1:2] 1.32 1 [08:48:00.935] | : . | .. .. ..$ pivot: int [1:2] 1 2 [08:48:00.935] | : . | .. .. ..$ tol : num 1e-07 [08:48:00.935] | : . | .. .. ..$ rank : int 2 [08:48:00.935] | : . | .. .. ..- attr(*, "class")= chr "qr" [08:48:00.935] | : . | .. ..$ df.residual : int 18 [08:48:00.935] | : . | .. ..$ contrasts :List of 1 [08:48:00.935] | : . | .. .. ..$ group: chr "contr.treatment" [08:48:00.935] | : . | .. ..$ xlevels :List of 1 [08:48:00.935] | : . | .. .. ..$ group: chr [1:2] "Ctl" "Trt" [08:48:00.935] | : . | .. ..$ call : language lm(formula = weight ~ group - 1) [08:48:00.935] | : . | .. ..$ terms :Classes 'terms', 'formula' language weight ~ group - 1 [08:48:00.935] | : . | .. .. .. ..- attr(*, "variables")= language list(weight, group) [08:48:00.935] | : . | .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [08:48:00.935] | : . | .. .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:00.935] | : . | .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [08:48:00.935] | : . | .. .. .. .. .. ..$ : chr "group" [08:48:00.935] | : . | .. .. .. ..- attr(*, "term.labels")= chr "group" [08:48:00.935] | : . | .. .. .. ..- attr(*, "order")= int 1 [08:48:00.935] | : . | .. .. .. ..- attr(*, "intercept")= int 0 [08:48:00.935] | : . | .. .. .. ..- attr(*, "response")= int 1 [08:48:00.935] | : . | .. .. .. ..- attr(*, ".Environment")= [08:48:00.935] | : . | .. .. .. ..- attr(*, "predvars")= language list(weight, group) [08:48:00.935] | : . | .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [08:48:00.935] | : . | .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [08:48:00.935] | : . | .. ..$ model :'data.frame': 20 obs. of 2 variables: [08:48:00.935] | : . | .. .. ..$ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [08:48:00.935] | : . | .. .. ..$ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [08:48:00.935] | : . | .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language weight ~ group - 1 [08:48:00.935] | : . | .. .. .. .. ..- attr(*, "variables")= language list(weight, group) [08:48:00.935] | : . | .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [08:48:00.935] | : . | .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:00.935] | : . | .. .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [08:48:00.935] | : . | .. .. .. .. .. .. ..$ : chr "group" [08:48:00.935] | : . | .. .. .. .. ..- attr(*, "term.labels")= chr "group" [08:48:00.935] | : . | .. .. .. .. ..- attr(*, "order")= int 1 [08:48:00.935] | : . | .. .. .. .. ..- attr(*, "intercept")= int 0 [08:48:00.935] | : . | .. .. .. .. ..- attr(*, "response")= int 1 [08:48:00.935] | : . | .. .. .. .. ..- attr(*, ".Environment")= [08:48:00.935] | : . | .. .. .. .. ..- attr(*, "predvars")= language list(weight, group) [08:48:00.935] | : . | .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [08:48:00.935] | : . | .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [08:48:00.935] | : . | .. ..- attr(*, "class")= chr "lm" [08:48:00.935] | : . | ..$ visible : logi TRUE [08:48:00.935] | : . | ..$ stdout : chr "" [08:48:00.935] | : . | ..$ conditions : list() [08:48:00.935] | : . | ..$ rng : logi FALSE [08:48:00.935] | : . | ..$ misuseGlobalEnv : NULL [08:48:00.935] | : . | ..$ misuseConnections:List of 3 [08:48:00.935] | : . | .. ..$ added : NULL [08:48:00.935] | : . | .. ..$ removed : NULL [08:48:00.935] | : . | .. ..$ replaced: NULL [08:48:00.935] | : . | ..$ misuseDevices : NULL [08:48:00.935] | : . | ..$ started : POSIXct[1:1], format: "2025-04-10 08:48:00" [08:48:00.935] | : . | ..$ finished : POSIXct[1:1], format: "2025-04-10 08:48:00" [08:48:00.935] | : . | ..$ session_uuid : chr "b5ea24d819fa8e354e31f230a229d71d" [08:48:00.935] | : . | .. ..- attr(*, "source")=List of 5 [08:48:00.935] | : . | .. .. ..$ host : Named chr "CRANWIN3" [08:48:00.935] | : . | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:48:00.935] | : . | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:48:00.935] | : . | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:48:00.935] | : . | .. .. ..$ pid : int 30840 [08:48:00.935] | : . | .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:48:00" [08:48:00.935] | : . | .. .. ..$ random: int 2147483647 [08:48:00.935] | : . | ..$ r_info :List of 4 [08:48:00.935] | : . | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:48:00.935] | : . | .. .. ..$ : int [1:3] 4 5 0 [08:48:00.935] | : . | .. ..$ os : chr "windows" [08:48:00.935] | : . | .. ..$ os_name : chr "Windows" [08:48:00.935] | : . | .. ..$ captures_utf8: logi TRUE [08:48:00.935] | : . | ..$ version : chr "1.8" [08:48:00.935] | : . | ..- attr(*, "class")= chr "FutureResult" [08:48:00.935] | : . | $ success: logi TRUE [08:48:00.935] | : . | $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [08:48:00.935] | : . | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:48:00.935] | : . | $ tag : NULL [08:48:00.973] | : . | Received FutureResult [08:48:00.974] | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... [08:48:00.974] | : . | : Removed future from position #1 [08:48:00.974] | : . | : Number of registered futures: 0 [08:48:00.974] | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... done [08:48:00.974] | : . | Erased future from future backend [08:48:00.975] | : . | result() for ClusterFuture ... [08:48:00.975] | : . | : result already collected: FutureResult [08:48:00.975] | : . | result() for ClusterFuture ... done [08:48:00.975] | : . receiveMessageFromWorker() for ClusterFuture ... done [08:48:00.975] | : result() for ClusterFuture ... done [08:48:00.976] | : result() for ClusterFuture ... [08:48:00.976] | : . result already collected: FutureResult [08:48:00.976] | : result() for ClusterFuture ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [08:48:00.978] | : getGlobalsAndPackages() ... [08:48:00.979] | : . Searching for globals ... [08:48:00.981] | : . | globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [08:48:00.981] | : . Searching for globals ... DONE [08:48:00.981] | : . Resolving globals: FALSE [08:48:00.981] | : . Search for packages associated with the globals ... [08:48:00.982] | : . | Packages associated with globals: [2] 'base', 'stats' [08:48:00.982] | : . | Packages: [2] 'base', 'stats' [08:48:00.982] | : . Search for packages associated with the globals ... DONE [08:48:00.983] | : . Packages after dropping 'base': [1] 'stats' [08:48:00.983] | : . Packages after dropping non-attached packages: [1] 'stats' [08:48:00.983] | : . globals: [2] 'weight', 'group' [08:48:00.983] | : . packages: [1] 'stats' [08:48:00.983] | : getGlobalsAndPackages() ... done [08:48:00.984] | : run() for Future ('Future') ... [08:48:00.984] | : . state: 'created' [08:48:00.984] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:00.985] | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:00.985] | : . Using MultisessionFutureBackend ... [08:48:00.985] | : . | Launching futures ... [08:48:00.985] | : . | : launchFuture() for ClusterFutureBackend ... [08:48:00.985] | : . | : . Workers: [n=2] [08:48:00.986] | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:48:00.988] | : . | : . FutureRegistry: 'workers-22d646b265e81ccb6dafce5bae9b6b23' [08:48:00.988] | : . | : . requestWorker() ... [08:48:00.988] | : . | : . | requestNode() ... [08:48:00.988] | : . | : . | : Number of workers: 2 [08:48:00.989] | : . | : . | : Polling for a free worker ... [08:48:00.989] | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:00.989] | : . | : . | : . | Listing all futures [08:48:00.989] | : . | : . | : . | Number of registered futures: 0 [08:48:00.989] | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:00.989] | : . | : . | : . Total time: 0 [08:48:00.990] | : . | : . | : Polling for a free worker ... done [08:48:00.990] | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:00.990] | : . | : . | : . Listing all futures [08:48:00.990] | : . | : . | : . Number of registered futures: 0 [08:48:00.990] | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:00.991] | : . | : . | : Index of first available worker: 1 [08:48:00.991] | : . | : . | : Validate that the worker is functional ... [08:48:01.042] | : . | : . | : . Worker is functional [08:48:01.042] | : . | : . | : requestNode() ... done [08:48:01.042] | : . | : . | : cluster node index: 1 [08:48:01.042] | : . | : . | requestWorker() ... done [08:48:01.043] | : . | : . | eraseGlobalEnvironment() ... [08:48:01.043] | : . | : . | eraseGlobalEnvironment() ... done [08:48:01.044] | : . | : . | launchFuture() ... [08:48:01.044] | : . | : . | : cluster node index: 1 [08:48:01.044] | : . | : . | : getFutureData() ... [08:48:01.044] | : . | : . | : . getFutureCore() ... [08:48:01.044] | : . | : . | : . | Packages needed by the future expression (n = 1): 'stats' [08:48:01.045] | : . | : . | : . getFutureCore() ... done [08:48:01.045] | : . | : . | : . getFutureCapture() ... [08:48:01.045] | : . | : . | : . getFutureCapture() ... done [08:48:01.045] | : . | : . | : . getFutureContext() ... [08:48:01.045] | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:01.046] | : . | : . | : . | : Getting stack without first strategy: [n=0] [08:48:01.046] | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:01.046] | : . | : . | : . | Packages needed by future strategies (n = 0): [08:48:01.046] | : . | : . | : . getFutureContext() ... done [08:48:01.047] | : . | : . | : getFutureData() ... done [08:48:01.047] | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... [08:48:01.047] | : . | : . | : . Appended future to position #1 [08:48:01.048] | : . | : . | : . Number of registered futures: 1 [08:48:01.048] | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... done [08:48:01.048] | : . | : . | launchFuture() ... done [08:48:01.048] | : . | : . | MultisessionFuture started [08:48:01.048] | : . | : . launchFuture() for ClusterFutureBackend ... done [08:48:01.048] | : . | : Launching futures ... done [08:48:01.049] | : . | : Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:48:01.049] | : . | Using MultisessionFutureBackend ... done [08:48:01.049] | : . run() for Future ('MultisessionFuture') ... done [08:48:01.049] | : . result() for ClusterFuture ... [08:48:01.050] | : . | assertValidConnection() ... [08:48:01.050] | : . | : cluster node index: 1 [08:48:01.050] | : . | assertValidConnection() ... done [08:48:01.051] | : . | receiveMessageFromWorker() for ClusterFuture ... [08:48:01.051] | : . | : cluster node index: 1 [08:48:01.054] | : . | : [1] TRUE [08:48:01.054] | : . | : received data: [08:48:01.054] | : . | : List of 5 [08:48:01.054] | : . | : $ type : chr "VALUE" [08:48:01.054] | : . | : $ value :List of 13 [08:48:01.054] | : . | : ..$ value :List of 13 [08:48:01.054] | : . | : .. ..$ coefficients : Named num [1:2] 5.03 4.66 [08:48:01.054] | : . | : .. .. ..- attr(*, "names")= chr [1:2] "groupCtl" "groupTrt" [08:48:01.054] | : . | : .. ..$ residuals : Named num [1:20] -0.862 0.548 0.148 1.078 -0.532 ... [08:48:01.054] | : . | : .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [08:48:01.054] | : . | : .. ..$ effects : Named num [1:20] -15.913 -14.739 0.355 1.285 -0.325 ... [08:48:01.054] | : . | : .. .. ..- attr(*, "names")= chr [1:20] "groupCtl" "groupTrt" "" "" ... [08:48:01.054] | : . | : .. ..$ rank : int 2 [08:48:01.054] | : . | : .. ..$ fitted.values: Named num [1:20] 5.03 5.03 5.03 5.03 5.03 ... [08:48:01.054] | : . | : .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [08:48:01.054] | : . | : .. ..$ assign : int [1:2] 1 1 [08:48:01.054] | : . | : .. ..$ qr :List of 5 [08:48:01.054] | : . | : .. .. ..$ qr : num [1:20, 1:2] -3.162 0.316 0.316 0.316 0.316 ... [08:48:01.054] | : . | : .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:01.054] | : . | : .. .. .. .. ..$ : chr [1:20] "1" "2" "3" "4" ... [08:48:01.054] | : . | : .. .. .. .. ..$ : chr [1:2] "groupCtl" "groupTrt" [08:48:01.054] | : . | : .. .. .. ..- attr(*, "assign")= int [1:2] 1 1 [08:48:01.054] | : . | : .. .. .. ..- attr(*, "contrasts")=List of 1 [08:48:01.054] | : . | : .. .. .. .. ..$ group: chr "contr.treatment" [08:48:01.054] | : . | : .. .. ..$ qraux: num [1:2] 1.32 1 [08:48:01.054] | : . | : .. .. ..$ pivot: int [1:2] 1 2 [08:48:01.054] | : . | : .. .. ..$ tol : num 1e-07 [08:48:01.054] | : . | : .. .. ..$ rank : int 2 [08:48:01.054] | : . | : .. .. ..- attr(*, "class")= chr "qr" [08:48:01.054] | : . | : .. ..$ df.residual : int 18 [08:48:01.054] | : . | : .. ..$ contrasts :List of 1 [08:48:01.054] | : . | : .. .. ..$ group: chr "contr.treatment" [08:48:01.054] | : . | : .. ..$ xlevels :List of 1 [08:48:01.054] | : . | : .. .. ..$ group: chr [1:2] "Ctl" "Trt" [08:48:01.054] | : . | : .. ..$ call : language lm(formula = weight ~ group - 1) [08:48:01.054] | : . | : .. ..$ terms :Classes 'terms', 'formula' language weight ~ group - 1 [08:48:01.054] | : . | : .. .. .. ..- attr(*, "variables")= language list(weight, group) [08:48:01.054] | : . | : .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [08:48:01.054] | : . | : .. .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:01.054] | : . | : .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [08:48:01.054] | : . | : .. .. .. .. .. ..$ : chr "group" [08:48:01.054] | : . | : .. .. .. ..- attr(*, "term.labels")= chr "group" [08:48:01.054] | : . | : .. .. .. ..- attr(*, "order")= int 1 [08:48:01.054] | : . | : .. .. .. ..- attr(*, "intercept")= int 0 [08:48:01.054] | : . | : .. .. .. ..- attr(*, "response")= int 1 [08:48:01.054] | : . | : .. .. .. ..- attr(*, ".Environment")= [08:48:01.054] | : . | : .. .. .. ..- attr(*, "predvars")= language list(weight, group) [08:48:01.054] | : . | : .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [08:48:01.054] | : . | : .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [08:48:01.054] | : . | : .. ..$ model :'data.frame': 20 obs. of 2 variables: [08:48:01.054] | : . | : .. .. ..$ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [08:48:01.054] | : . | : .. .. ..$ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [08:48:01.054] | : . | : .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language weight ~ group - 1 [08:48:01.054] | : . | : .. .. .. .. ..- attr(*, "variables")= language list(weight, group) [08:48:01.054] | : . | : .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [08:48:01.054] | : . | : .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:01.054] | : . | : .. .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [08:48:01.054] | : . | : .. .. .. .. .. .. ..$ : chr "group" [08:48:01.054] | : . | : .. .. .. .. ..- attr(*, "term.labels")= chr "group" [08:48:01.054] | : . | : .. .. .. .. ..- attr(*, "order")= int 1 [08:48:01.054] | : . | : .. .. .. .. ..- attr(*, "intercept")= int 0 [08:48:01.054] | : . | : .. .. .. .. ..- attr(*, "response")= int 1 [08:48:01.054] | : . | : .. .. .. .. ..- attr(*, ".Environment")= [08:48:01.054] | : . | : .. .. .. .. ..- attr(*, "predvars")= language list(weight, group) [08:48:01.054] | : . | : .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [08:48:01.054] | : . | : .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [08:48:01.054] | : . | : .. ..- attr(*, "class")= chr "lm" [08:48:01.054] | : . | : ..$ visible : logi TRUE [08:48:01.054] | : . | : ..$ stdout : chr "" [08:48:01.054] | : . | : ..$ conditions : list() [08:48:01.054] | : . | : ..$ rng : logi FALSE [08:48:01.054] | : . | : ..$ misuseGlobalEnv : NULL [08:48:01.054] | : . | : ..$ misuseConnections:List of 3 [08:48:01.054] | : . | : .. ..$ added : NULL [08:48:01.054] | : . | : .. ..$ removed : NULL [08:48:01.054] | : . | : .. ..$ replaced: NULL [08:48:01.054] | : . | : ..$ misuseDevices : NULL [08:48:01.054] | : . | : ..$ started : POSIXct[1:1], format: "2025-04-10 08:48:01" [08:48:01.054] | : . | : ..$ finished : POSIXct[1:1], format: "2025-04-10 08:48:01" [08:48:01.054] | : . | : ..$ session_uuid : chr "b5ea24d819fa8e354e31f230a229d71d" [08:48:01.054] | : . | : .. ..- attr(*, "source")=List of 5 [08:48:01.054] | : . | : .. .. ..$ host : Named chr "CRANWIN3" [08:48:01.054] | : . | : .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:48:01.054] | : . | : .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:48:01.054] | : . | : .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:48:01.054] | : . | : .. .. ..$ pid : int 30840 [08:48:01.054] | : . | : .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:48:00" [08:48:01.054] | : . | : .. .. ..$ random: int 2147483647 [08:48:01.054] | : . | : ..$ r_info :List of 4 [08:48:01.054] | : . | : .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:48:01.054] | : . | : .. .. ..$ : int [1:3] 4 5 0 [08:48:01.054] | : . | : .. ..$ os : chr "windows" [08:48:01.054] | : . | : .. ..$ os_name : chr "Windows" [08:48:01.054] | : . | : .. ..$ captures_utf8: logi TRUE [08:48:01.054] | : . | : ..$ version : chr "1.8" [08:48:01.054] | : . | : ..- attr(*, "class")= chr "FutureResult" [08:48:01.054] | : . | : $ success: logi TRUE [08:48:01.054] | : . | : $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [08:48:01.054] | : . | : ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:48:01.054] | : . | : $ tag : NULL [08:48:01.096] | : . | : Received FutureResult [08:48:01.096] | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... [08:48:01.096] | : . | : . Removed future from position #1 [08:48:01.097] | : . | : . Number of registered futures: 0 [08:48:01.097] | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... done [08:48:01.097] | : . | : Erased future from future backend [08:48:01.097] | : . | : result() for ClusterFuture ... [08:48:01.098] | : . | : . result already collected: FutureResult [08:48:01.098] | : . | : result() for ClusterFuture ... done [08:48:01.098] | : . | receiveMessageFromWorker() for ClusterFuture ... done [08:48:01.098] | : . result() for ClusterFuture ... done [08:48:01.098] | : . result() for ClusterFuture ... [08:48:01.099] | : . | result already collected: FutureResult [08:48:01.099] | : . result() for ClusterFuture ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [08:48:01.101] | : . getGlobalsAndPackages() ... [08:48:01.102] | : . | Searching for globals ... [08:48:01.104] | : . | : globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [08:48:01.104] | : . | Searching for globals ... DONE [08:48:01.105] | : . | Resolving globals: FALSE [08:48:01.105] | : . | Search for packages associated with the globals ... [08:48:01.105] | : . | : Packages associated with globals: [2] 'base', 'stats' [08:48:01.106] | : . | : Packages: [2] 'base', 'stats' [08:48:01.106] | : . | Search for packages associated with the globals ... DONE [08:48:01.107] | : . | Packages after dropping 'base': [1] 'stats' [08:48:01.107] | : . | Packages after dropping non-attached packages: [1] 'stats' [08:48:01.107] | : . | globals: [2] 'weight', 'group' [08:48:01.107] | : . | packages: [1] 'stats' [08:48:01.108] | : . getGlobalsAndPackages() ... done [08:48:01.108] | : . run() for Future ('Future') ... [08:48:01.108] | : . | state: 'created' [08:48:01.108] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:01.109] | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:01.109] | : . | Using MultisessionFutureBackend ... [08:48:01.109] | : . | : Launching futures ... [08:48:01.109] | : . | : . launchFuture() for ClusterFutureBackend ... [08:48:01.109] | : . | : . | Workers: [n=2] [08:48:01.110] | : . | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:48:01.112] | : . | : . | FutureRegistry: 'workers-22d646b265e81ccb6dafce5bae9b6b23' [08:48:01.112] | : . | : . | requestWorker() ... [08:48:01.112] | : . | : . | : requestNode() ... [08:48:01.112] | : . | : . | : . Number of workers: 2 [08:48:01.113] | : . | : . | : . Polling for a free worker ... [08:48:01.113] | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:01.113] | : . | : . | : . | : Listing all futures [08:48:01.113] | : . | : . | : . | : Number of registered futures: 0 [08:48:01.113] | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:01.113] | : . | : . | : . | Total time: 0 [08:48:01.114] | : . | : . | : . Polling for a free worker ... done [08:48:01.114] | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:01.114] | : . | : . | : . | Listing all futures [08:48:01.114] | : . | : . | : . | Number of registered futures: 0 [08:48:01.115] | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:01.115] | : . | : . | : . Index of first available worker: 1 [08:48:01.115] | : . | : . | : . Validate that the worker is functional ... [08:48:01.165] | : . | : . | : . | Worker is functional [08:48:01.165] | : . | : . | : . requestNode() ... done [08:48:01.165] | : . | : . | : . cluster node index: 1 [08:48:01.166] | : . | : . | : requestWorker() ... done [08:48:01.166] | : . | : . | : eraseGlobalEnvironment() ... [08:48:01.167] | : . | : . | : eraseGlobalEnvironment() ... done [08:48:01.167] | : . | : . | : launchFuture() ... [08:48:01.167] | : . | : . | : . cluster node index: 1 [08:48:01.167] | : . | : . | : . getFutureData() ... [08:48:01.168] | : . | : . | : . | getFutureCore() ... [08:48:01.168] | : . | : . | : . | : Packages needed by the future expression (n = 1): 'stats' [08:48:01.168] | : . | : . | : . | getFutureCore() ... done [08:48:01.168] | : . | : . | : . | getFutureCapture() ... [08:48:01.168] | : . | : . | : . | getFutureCapture() ... done [08:48:01.168] | : . | : . | : . | getFutureContext() ... [08:48:01.169] | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:01.169] | : . | : . | : . | : . Getting stack without first strategy: [n=0] [08:48:01.169] | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:01.169] | : . | : . | : . | : Packages needed by future strategies (n = 0): [08:48:01.169] | : . | : . | : . | getFutureContext() ... done [08:48:01.170] | : . | : . | : . getFutureData() ... done [08:48:01.170] | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... [08:48:01.170] | : . | : . | : . | Appended future to position #1 [08:48:01.171] | : . | : . | : . | Number of registered futures: 1 [08:48:01.171] | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... done [08:48:01.171] | : . | : . | : launchFuture() ... done [08:48:01.172] | : . | : . | : MultisessionFuture started [08:48:01.172] | : . | : . | launchFuture() for ClusterFutureBackend ... done [08:48:01.172] | : . | : . Launching futures ... done [08:48:01.172] | : . | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:48:01.173] | : . | : Using MultisessionFutureBackend ... done [08:48:01.173] | : . | run() for Future ('MultisessionFuture') ... done [08:48:01.173] | : . | result() for ClusterFuture ... [08:48:01.174] | : . | : assertValidConnection() ... [08:48:01.174] | : . | : . cluster node index: 1 [08:48:01.175] | : . | : assertValidConnection() ... done [08:48:01.175] | : . | : receiveMessageFromWorker() for ClusterFuture ... [08:48:01.175] | : . | : . cluster node index: 1 [08:48:01.179] | : . | : . [1] TRUE [08:48:01.179] | : . | : . received data: [08:48:01.179] | : . | : . List of 5 [08:48:01.179] | : . | : . $ type : chr "VALUE" [08:48:01.179] | : . | : . $ value :List of 13 [08:48:01.179] | : . | : . ..$ value :List of 13 [08:48:01.179] | : . | : . .. ..$ coefficients : Named num [1:2] 5.03 4.66 [08:48:01.179] | : . | : . .. .. ..- attr(*, "names")= chr [1:2] "groupCtl" "groupTrt" [08:48:01.179] | : . | : . .. ..$ residuals : Named num [1:20] -0.862 0.548 0.148 1.078 -0.532 ... [08:48:01.179] | : . | : . .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [08:48:01.179] | : . | : . .. ..$ effects : Named num [1:20] -15.913 -14.739 0.355 1.285 -0.325 ... [08:48:01.179] | : . | : . .. .. ..- attr(*, "names")= chr [1:20] "groupCtl" "groupTrt" "" "" ... [08:48:01.179] | : . | : . .. ..$ rank : int 2 [08:48:01.179] | : . | : . .. ..$ fitted.values: Named num [1:20] 5.03 5.03 5.03 5.03 5.03 ... [08:48:01.179] | : . | : . .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [08:48:01.179] | : . | : . .. ..$ assign : int [1:2] 1 1 [08:48:01.179] | : . | : . .. ..$ qr :List of 5 [08:48:01.179] | : . | : . .. .. ..$ qr : num [1:20, 1:2] -3.162 0.316 0.316 0.316 0.316 ... [08:48:01.179] | : . | : . .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:01.179] | : . | : . .. .. .. .. ..$ : chr [1:20] "1" "2" "3" "4" ... [08:48:01.179] | : . | : . .. .. .. .. ..$ : chr [1:2] "groupCtl" "groupTrt" [08:48:01.179] | : . | : . .. .. .. ..- attr(*, "assign")= int [1:2] 1 1 [08:48:01.179] | : . | : . .. .. .. ..- attr(*, "contrasts")=List of 1 [08:48:01.179] | : . | : . .. .. .. .. ..$ group: chr "contr.treatment" [08:48:01.179] | : . | : . .. .. ..$ qraux: num [1:2] 1.32 1 [08:48:01.179] | : . | : . .. .. ..$ pivot: int [1:2] 1 2 [08:48:01.179] | : . | : . .. .. ..$ tol : num 1e-07 [08:48:01.179] | : . | : . .. .. ..$ rank : int 2 [08:48:01.179] | : . | : . .. .. ..- attr(*, "class")= chr "qr" [08:48:01.179] | : . | : . .. ..$ df.residual : int 18 [08:48:01.179] | : . | : . .. ..$ contrasts :List of 1 [08:48:01.179] | : . | : . .. .. ..$ group: chr "contr.treatment" [08:48:01.179] | : . | : . .. ..$ xlevels :List of 1 [08:48:01.179] | : . | : . .. .. ..$ group: chr [1:2] "Ctl" "Trt" [08:48:01.179] | : . | : . .. ..$ call : language lm(formula = weight ~ group - 1) [08:48:01.179] | : . | : . .. ..$ terms :Classes 'terms', 'formula' language weight ~ group - 1 [08:48:01.179] | : . | : . .. .. .. ..- attr(*, "variables")= language list(weight, group) [08:48:01.179] | : . | : . .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [08:48:01.179] | : . | : . .. .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:01.179] | : . | : . .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [08:48:01.179] | : . | : . .. .. .. .. .. ..$ : chr "group" [08:48:01.179] | : . | : . .. .. .. ..- attr(*, "term.labels")= chr "group" [08:48:01.179] | : . | : . .. .. .. ..- attr(*, "order")= int 1 [08:48:01.179] | : . | : . .. .. .. ..- attr(*, "intercept")= int 0 [08:48:01.179] | : . | : . .. .. .. ..- attr(*, "response")= int 1 [08:48:01.179] | : . | : . .. .. .. ..- attr(*, ".Environment")= [08:48:01.179] | : . | : . .. .. .. ..- attr(*, "predvars")= language list(weight, group) [08:48:01.179] | : . | : . .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [08:48:01.179] | : . | : . .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [08:48:01.179] | : . | : . .. ..$ model :'data.frame': 20 obs. of 2 variables: [08:48:01.179] | : . | : . .. .. ..$ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [08:48:01.179] | : . | : . .. .. ..$ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [08:48:01.179] | : . | : . .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language weight ~ group - 1 [08:48:01.179] | : . | : . .. .. .. .. ..- attr(*, "variables")= language list(weight, group) [08:48:01.179] | : . | : . .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [08:48:01.179] | : . | : . .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:01.179] | : . | : . .. .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [08:48:01.179] | : . | : . .. .. .. .. .. .. ..$ : chr "group" [08:48:01.179] | : . | : . .. .. .. .. ..- attr(*, "term.labels")= chr "group" [08:48:01.179] | : . | : . .. .. .. .. ..- attr(*, "order")= int 1 [08:48:01.179] | : . | : . .. .. .. .. ..- attr(*, "intercept")= int 0 [08:48:01.179] | : . | : . .. .. .. .. ..- attr(*, "response")= int 1 [08:48:01.179] | : . | : . .. .. .. .. ..- attr(*, ".Environment")= [08:48:01.179] | : . | : . .. .. .. .. ..- attr(*, "predvars")= language list(weight, group) [08:48:01.179] | : . | : . .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [08:48:01.179] | : . | : . .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [08:48:01.179] | : . | : . .. ..- attr(*, "class")= chr "lm" [08:48:01.179] | : . | : . ..$ visible : logi TRUE [08:48:01.179] | : . | : . ..$ stdout : chr "" [08:48:01.179] | : . | : . ..$ conditions : list() [08:48:01.179] | : . | : . ..$ rng : logi FALSE [08:48:01.179] | : . | : . ..$ misuseGlobalEnv : NULL [08:48:01.179] | : . | : . ..$ misuseConnections:List of 3 [08:48:01.179] | : . | : . .. ..$ added : NULL [08:48:01.179] | : . | : . .. ..$ removed : NULL [08:48:01.179] | : . | : . .. ..$ replaced: NULL [08:48:01.179] | : . | : . ..$ misuseDevices : NULL [08:48:01.179] | : . | : . ..$ started : POSIXct[1:1], format: "2025-04-10 08:48:01" [08:48:01.179] | : . | : . ..$ finished : POSIXct[1:1], format: "2025-04-10 08:48:01" [08:48:01.179] | : . | : . ..$ session_uuid : chr "b5ea24d819fa8e354e31f230a229d71d" [08:48:01.179] | : . | : . .. ..- attr(*, "source")=List of 5 [08:48:01.179] | : . | : . .. .. ..$ host : Named chr "CRANWIN3" [08:48:01.179] | : . | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:48:01.179] | : . | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:48:01.179] | : . | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:48:01.179] | : . | : . .. .. ..$ pid : int 30840 [08:48:01.179] | : . | : . .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:48:00" [08:48:01.179] | : . | : . .. .. ..$ random: int 2147483647 [08:48:01.179] | : . | : . ..$ r_info :List of 4 [08:48:01.179] | : . | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:48:01.179] | : . | : . .. .. ..$ : int [1:3] 4 5 0 [08:48:01.179] | : . | : . .. ..$ os : chr "windows" [08:48:01.179] | : . | : . .. ..$ os_name : chr "Windows" [08:48:01.179] | : . | : . .. ..$ captures_utf8: logi TRUE [08:48:01.179] | : . | : . ..$ version : chr "1.8" [08:48:01.179] | : . | : . ..- attr(*, "class")= chr "FutureResult" [08:48:01.179] | : . | : . $ success: logi TRUE [08:48:01.179] | : . | : . $ time : 'proc_time' Named num [1:5] 0.01 0 0.01 NA NA [08:48:01.179] | : . | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:48:01.179] | : . | : . $ tag : NULL [08:48:01.232] | : . | : . Received FutureResult [08:48:01.232] | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... [08:48:01.233] | : . | : . | Removed future from position #1 [08:48:01.233] | : . | : . | Number of registered futures: 0 [08:48:01.233] | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... done [08:48:01.233] | : . | : . Erased future from future backend [08:48:01.234] | : . | : . result() for ClusterFuture ... [08:48:01.234] | : . | : . | result already collected: FutureResult [08:48:01.234] | : . | : . result() for ClusterFuture ... done [08:48:01.235] | : . | : receiveMessageFromWorker() for ClusterFuture ... done [08:48:01.235] | : . | result() for ClusterFuture ... done [08:48:01.235] | : . | result() for ClusterFuture ... [08:48:01.235] | : . | : result already collected: FutureResult [08:48:01.236] | : . | result() for ClusterFuture ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [08:48:01.239] | : . | getGlobalsAndPackages() ... [08:48:01.239] | : . | : Searching for globals ... [08:48:01.241] | : . | : . globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [08:48:01.241] | : . | : Searching for globals ... DONE [08:48:01.241] | : . | : Resolving globals: FALSE [08:48:01.241] | : . | : Search for packages associated with the globals ... [08:48:01.241] | : . | : . Packages associated with globals: [2] 'base', 'stats' [08:48:01.242] | : . | : . Packages: [2] 'base', 'stats' [08:48:01.242] | : . | : Search for packages associated with the globals ... DONE [08:48:01.242] | : . | : Packages after dropping 'base': [1] 'stats' [08:48:01.243] | : . | : Packages after dropping non-attached packages: [1] 'stats' [08:48:01.243] | : . | : globals: [2] 'weight', 'group' [08:48:01.243] | : . | : packages: [1] 'stats' [08:48:01.243] | : . | getGlobalsAndPackages() ... done [08:48:01.244] | : . | run() for Future ('Future') ... [08:48:01.244] | : . | : state: 'created' [08:48:01.244] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:01.244] | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:01.244] | : . | : Using MultisessionFutureBackend ... [08:48:01.245] | : . | : . Launching futures ... [08:48:01.245] | : . | : . | launchFuture() for ClusterFutureBackend ... [08:48:01.245] | : . | : . | : Workers: [n=2] [08:48:01.245] | : . | : . | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:48:01.247] | : . | : . | : FutureRegistry: 'workers-22d646b265e81ccb6dafce5bae9b6b23' [08:48:01.247] | : . | : . | : requestWorker() ... [08:48:01.247] | : . | : . | : . requestNode() ... [08:48:01.248] | : . | : . | : . | Number of workers: 2 [08:48:01.248] | : . | : . | : . | Polling for a free worker ... [08:48:01.248] | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:01.248] | : . | : . | : . | : . Listing all futures [08:48:01.248] | : . | : . | : . | : . Number of registered futures: 0 [08:48:01.248] | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:01.249] | : . | : . | : . | : Total time: 0 [08:48:01.249] | : . | : . | : . | Polling for a free worker ... done [08:48:01.249] | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:01.249] | : . | : . | : . | : Listing all futures [08:48:01.249] | : . | : . | : . | : Number of registered futures: 0 [08:48:01.249] | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:01.250] | : . | : . | : . | Index of first available worker: 1 [08:48:01.250] | : . | : . | : . | Validate that the worker is functional ... [08:48:01.303] | : . | : . | : . | : Worker is functional [08:48:01.303] | : . | : . | : . | requestNode() ... done [08:48:01.303] | : . | : . | : . | cluster node index: 1 [08:48:01.304] | : . | : . | : . requestWorker() ... done [08:48:01.304] | : . | : . | : . eraseGlobalEnvironment() ... [08:48:01.305] | : . | : . | : . eraseGlobalEnvironment() ... done [08:48:01.305] | : . | : . | : . launchFuture() ... [08:48:01.305] | : . | : . | : . | cluster node index: 1 [08:48:01.306] | : . | : . | : . | getFutureData() ... [08:48:01.306] | : . | : . | : . | : getFutureCore() ... [08:48:01.306] | : . | : . | : . | : . Packages needed by the future expression (n = 1): 'stats' [08:48:01.306] | : . | : . | : . | : getFutureCore() ... done [08:48:01.307] | : . | : . | : . | : getFutureCapture() ... [08:48:01.307] | : . | : . | : . | : getFutureCapture() ... done [08:48:01.307] | : . | : . | : . | : getFutureContext() ... [08:48:01.308] | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:01.308] | : . | : . | : . | : . | Getting stack without first strategy: [n=0] [08:48:01.308] | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:01.309] | : . | : . | : . | : . Packages needed by future strategies (n = 0): [08:48:01.309] | : . | : . | : . | : getFutureContext() ... done [08:48:01.309] | : . | : . | : . | getFutureData() ... done [08:48:01.310] | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... [08:48:01.310] | : . | : . | : . | : Appended future to position #1 [08:48:01.310] | : . | : . | : . | : Number of registered futures: 1 [08:48:01.311] | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... done [08:48:01.311] | : . | : . | : . launchFuture() ... done [08:48:01.311] | : . | : . | : . MultisessionFuture started [08:48:01.312] | : . | : . | : launchFuture() for ClusterFutureBackend ... done [08:48:01.312] | : . | : . | Launching futures ... done [08:48:01.312] | : . | : . | Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:48:01.312] | : . | : . Using MultisessionFutureBackend ... done [08:48:01.313] | : . | : run() for Future ('MultisessionFuture') ... done [08:48:01.313] | : . | : result() for ClusterFuture ... [08:48:01.314] | : . | : . assertValidConnection() ... [08:48:01.314] | : . | : . | cluster node index: 1 [08:48:01.315] | : . | : . assertValidConnection() ... done [08:48:01.315] | : . | : . receiveMessageFromWorker() for ClusterFuture ... [08:48:01.315] | : . | : . | cluster node index: 1 [08:48:01.319] | : . | : . | [1] TRUE [08:48:01.319] | : . | : . | received data: [08:48:01.320] | : . | : . | List of 5 [08:48:01.320] | : . | : . | $ type : chr "VALUE" [08:48:01.320] | : . | : . | $ value :List of 13 [08:48:01.320] | : . | : . | ..$ value :List of 13 [08:48:01.320] | : . | : . | .. ..$ coefficients : Named num [1:2] 5.03 4.66 [08:48:01.320] | : . | : . | .. .. ..- attr(*, "names")= chr [1:2] "groupCtl" "groupTrt" [08:48:01.320] | : . | : . | .. ..$ residuals : Named num [1:20] -0.862 0.548 0.148 1.078 -0.532 ... [08:48:01.320] | : . | : . | .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [08:48:01.320] | : . | : . | .. ..$ effects : Named num [1:20] -15.913 -14.739 0.355 1.285 -0.325 ... [08:48:01.320] | : . | : . | .. .. ..- attr(*, "names")= chr [1:20] "groupCtl" "groupTrt" "" "" ... [08:48:01.320] | : . | : . | .. ..$ rank : int 2 [08:48:01.320] | : . | : . | .. ..$ fitted.values: Named num [1:20] 5.03 5.03 5.03 5.03 5.03 ... [08:48:01.320] | : . | : . | .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [08:48:01.320] | : . | : . | .. ..$ assign : int [1:2] 1 1 [08:48:01.320] | : . | : . | .. ..$ qr :List of 5 [08:48:01.320] | : . | : . | .. .. ..$ qr : num [1:20, 1:2] -3.162 0.316 0.316 0.316 0.316 ... [08:48:01.320] | : . | : . | .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:01.320] | : . | : . | .. .. .. .. ..$ : chr [1:20] "1" "2" "3" "4" ... [08:48:01.320] | : . | : . | .. .. .. .. ..$ : chr [1:2] "groupCtl" "groupTrt" [08:48:01.320] | : . | : . | .. .. .. ..- attr(*, "assign")= int [1:2] 1 1 [08:48:01.320] | : . | : . | .. .. .. ..- attr(*, "contrasts")=List of 1 [08:48:01.320] | : . | : . | .. .. .. .. ..$ group: chr "contr.treatment" [08:48:01.320] | : . | : . | .. .. ..$ qraux: num [1:2] 1.32 1 [08:48:01.320] | : . | : . | .. .. ..$ pivot: int [1:2] 1 2 [08:48:01.320] | : . | : . | .. .. ..$ tol : num 1e-07 [08:48:01.320] | : . | : . | .. .. ..$ rank : int 2 [08:48:01.320] | : . | : . | .. .. ..- attr(*, "class")= chr "qr" [08:48:01.320] | : . | : . | .. ..$ df.residual : int 18 [08:48:01.320] | : . | : . | .. ..$ contrasts :List of 1 [08:48:01.320] | : . | : . | .. .. ..$ group: chr "contr.treatment" [08:48:01.320] | : . | : . | .. ..$ xlevels :List of 1 [08:48:01.320] | : . | : . | .. .. ..$ group: chr [1:2] "Ctl" "Trt" [08:48:01.320] | : . | : . | .. ..$ call : language lm(formula = weight ~ group - 1) [08:48:01.320] | : . | : . | .. ..$ terms :Classes 'terms', 'formula' language weight ~ group - 1 [08:48:01.320] | : . | : . | .. .. .. ..- attr(*, "variables")= language list(weight, group) [08:48:01.320] | : . | : . | .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [08:48:01.320] | : . | : . | .. .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:01.320] | : . | : . | .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [08:48:01.320] | : . | : . | .. .. .. .. .. ..$ : chr "group" [08:48:01.320] | : . | : . | .. .. .. ..- attr(*, "term.labels")= chr "group" [08:48:01.320] | : . | : . | .. .. .. ..- attr(*, "order")= int 1 [08:48:01.320] | : . | : . | .. .. .. ..- attr(*, "intercept")= int 0 [08:48:01.320] | : . | : . | .. .. .. ..- attr(*, "response")= int 1 [08:48:01.320] | : . | : . | .. .. .. ..- attr(*, ".Environment")= [08:48:01.320] | : . | : . | .. .. .. ..- attr(*, "predvars")= language list(weight, group) [08:48:01.320] | : . | : . | .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [08:48:01.320] | : . | : . | .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [08:48:01.320] | : . | : . | .. ..$ model :'data.frame': 20 obs. of 2 variables: [08:48:01.320] | : . | : . | .. .. ..$ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [08:48:01.320] | : . | : . | .. .. ..$ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [08:48:01.320] | : . | : . | .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language weight ~ group - 1 [08:48:01.320] | : . | : . | .. .. .. .. ..- attr(*, "variables")= language list(weight, group) [08:48:01.320] | : . | : . | .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [08:48:01.320] | : . | : . | .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:01.320] | : . | : . | .. .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [08:48:01.320] | : . | : . | .. .. .. .. .. .. ..$ : chr "group" [08:48:01.320] | : . | : . | .. .. .. .. ..- attr(*, "term.labels")= chr "group" [08:48:01.320] | : . | : . | .. .. .. .. ..- attr(*, "order")= int 1 [08:48:01.320] | : . | : . | .. .. .. .. ..- attr(*, "intercept")= int 0 [08:48:01.320] | : . | : . | .. .. .. .. ..- attr(*, "response")= int 1 [08:48:01.320] | : . | : . | .. .. .. .. ..- attr(*, ".Environment")= [08:48:01.320] | : . | : . | .. .. .. .. ..- attr(*, "predvars")= language list(weight, group) [08:48:01.320] | : . | : . | .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [08:48:01.320] | : . | : . | .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [08:48:01.320] | : . | : . | .. ..- attr(*, "class")= chr "lm" [08:48:01.320] | : . | : . | ..$ visible : logi TRUE [08:48:01.320] | : . | : . | ..$ stdout : chr "" [08:48:01.320] | : . | : . | ..$ conditions : list() [08:48:01.320] | : . | : . | ..$ rng : logi FALSE [08:48:01.320] | : . | : . | ..$ misuseGlobalEnv : NULL [08:48:01.320] | : . | : . | ..$ misuseConnections:List of 3 [08:48:01.320] | : . | : . | .. ..$ added : NULL [08:48:01.320] | : . | : . | .. ..$ removed : NULL [08:48:01.320] | : . | : . | .. ..$ replaced: NULL [08:48:01.320] | : . | : . | ..$ misuseDevices : NULL [08:48:01.320] | : . | : . | ..$ started : POSIXct[1:1], format: "2025-04-10 08:48:01" [08:48:01.320] | : . | : . | ..$ finished : POSIXct[1:1], format: "2025-04-10 08:48:01" [08:48:01.320] | : . | : . | ..$ session_uuid : chr "b5ea24d819fa8e354e31f230a229d71d" [08:48:01.320] | : . | : . | .. ..- attr(*, "source")=List of 5 [08:48:01.320] | : . | : . | .. .. ..$ host : Named chr "CRANWIN3" [08:48:01.320] | : . | : . | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:48:01.320] | : . | : . | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:48:01.320] | : . | : . | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:48:01.320] | : . | : . | .. .. ..$ pid : int 30840 [08:48:01.320] | : . | : . | .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:48:00" [08:48:01.320] | : . | : . | .. .. ..$ random: int 2147483647 [08:48:01.320] | : . | : . | ..$ r_info :List of 4 [08:48:01.320] | : . | : . | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:48:01.320] | : . | : . | .. .. ..$ : int [1:3] 4 5 0 [08:48:01.320] | : . | : . | .. ..$ os : chr "windows" [08:48:01.320] | : . | : . | .. ..$ os_name : chr "Windows" [08:48:01.320] | : . | : . | .. ..$ captures_utf8: logi TRUE [08:48:01.320] | : . | : . | ..$ version : chr "1.8" [08:48:01.320] | : . | : . | ..- attr(*, "class")= chr "FutureResult" [08:48:01.320] | : . | : . | $ success: logi TRUE [08:48:01.320] | : . | : . | $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [08:48:01.320] | : . | : . | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:48:01.320] | : . | : . | $ tag : NULL [08:48:01.375] | : . | : . | Received FutureResult [08:48:01.375] | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... [08:48:01.375] | : . | : . | : Removed future from position #1 [08:48:01.376] | : . | : . | : Number of registered futures: 0 [08:48:01.376] | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... done [08:48:01.376] | : . | : . | Erased future from future backend [08:48:01.377] | : . | : . | result() for ClusterFuture ... [08:48:01.377] | : . | : . | : result already collected: FutureResult [08:48:01.377] | : . | : . | result() for ClusterFuture ... done [08:48:01.377] | : . | : . receiveMessageFromWorker() for ClusterFuture ... done [08:48:01.378] | : . | : result() for ClusterFuture ... done [08:48:01.378] | : . | : result() for ClusterFuture ... [08:48:01.378] | : . | : . result already collected: FutureResult [08:48:01.379] | : . | : result() for ClusterFuture ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 - Globals - one-side formulas, e.g. xtabs(~ x) ... [08:48:01.382] | : . | : getGlobalsAndPackages() ... [08:48:01.382] | : . | : . Searching for globals ... [08:48:01.385] | : . | : . | globals found: [4] '{', 'xtabs', 'x', '~' [08:48:01.385] | : . | : . Searching for globals ... DONE [08:48:01.386] | : . | : . Resolving globals: FALSE [08:48:01.386] | : . | : . Search for packages associated with the globals ... [08:48:01.387] | : . | : . | Packages associated with globals: [2] 'base', 'stats' [08:48:01.387] | : . | : . | Packages: [2] 'base', 'stats' [08:48:01.388] | : . | : . Search for packages associated with the globals ... DONE [08:48:01.388] | : . | : . Packages after dropping 'base': [1] 'stats' [08:48:01.388] | : . | : . Packages after dropping non-attached packages: [1] 'stats' [08:48:01.389] | : . | : . globals: [1] 'x' [08:48:01.389] | : . | : . packages: [1] 'stats' [08:48:01.389] | : . | : getGlobalsAndPackages() ... done [08:48:01.390] | : . | : run() for Future ('Future') ... [08:48:01.390] | : . | : . state: 'created' [08:48:01.390] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:01.391] | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:01.391] | : . | : . Using MultisessionFutureBackend ... [08:48:01.391] | : . | : . | Launching futures ... [08:48:01.391] | : . | : . | : launchFuture() for ClusterFutureBackend ... [08:48:01.392] | : . | : . | : . Workers: [n=2] [08:48:01.392] | : . | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:48:01.395] | : . | : . | : . FutureRegistry: 'workers-22d646b265e81ccb6dafce5bae9b6b23' [08:48:01.398] | : . | : . | : . requestWorker() ... [08:48:01.399] | : . | : . | : . | requestNode() ... [08:48:01.399] | : . | : . | : . | : Number of workers: 2 [08:48:01.399] | : . | : . | : . | : Polling for a free worker ... [08:48:01.399] | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:01.400] | : . | : . | : . | : . | Listing all futures [08:48:01.400] | : . | : . | : . | : . | Number of registered futures: 0 [08:48:01.400] | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:01.400] | : . | : . | : . | : . Total time: 0 [08:48:01.401] | : . | : . | : . | : Polling for a free worker ... done [08:48:01.401] | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:01.401] | : . | : . | : . | : . Listing all futures [08:48:01.401] | : . | : . | : . | : . Number of registered futures: 0 [08:48:01.402] | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:01.402] | : . | : . | : . | : Index of first available worker: 1 [08:48:01.402] | : . | : . | : . | : Validate that the worker is functional ... [08:48:01.454] | : . | : . | : . | : . Worker is functional [08:48:01.455] | : . | : . | : . | : requestNode() ... done [08:48:01.455] | : . | : . | : . | : cluster node index: 1 [08:48:01.455] | : . | : . | : . | requestWorker() ... done [08:48:01.455] | : . | : . | : . | eraseGlobalEnvironment() ... [08:48:01.456] | : . | : . | : . | eraseGlobalEnvironment() ... done [08:48:01.456] | : . | : . | : . | launchFuture() ... [08:48:01.456] | : . | : . | : . | : cluster node index: 1 [08:48:01.457] | : . | : . | : . | : getFutureData() ... [08:48:01.457] | : . | : . | : . | : . getFutureCore() ... [08:48:01.457] | : . | : . | : . | : . | Packages needed by the future expression (n = 1): 'stats' [08:48:01.457] | : . | : . | : . | : . getFutureCore() ... done [08:48:01.457] | : . | : . | : . | : . getFutureCapture() ... [08:48:01.457] | : . | : . | : . | : . getFutureCapture() ... done [08:48:01.458] | : . | : . | : . | : . getFutureContext() ... [08:48:01.458] | : . | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:01.458] | : . | : . | : . | : . | : Getting stack without first strategy: [n=0] [08:48:01.458] | : . | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:01.459] | : . | : . | : . | : . | Packages needed by future strategies (n = 0): [08:48:01.459] | : . | : . | : . | : . getFutureContext() ... done [08:48:01.459] | : . | : . | : . | : getFutureData() ... done [08:48:01.460] | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... [08:48:01.460] | : . | : . | : . | : . Appended future to position #1 [08:48:01.460] | : . | : . | : . | : . Number of registered futures: 1 [08:48:01.460] | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... done [08:48:01.460] | : . | : . | : . | launchFuture() ... done [08:48:01.461] | : . | : . | : . | MultisessionFuture started [08:48:01.461] | : . | : . | : . launchFuture() for ClusterFutureBackend ... done [08:48:01.461] | : . | : . | : Launching futures ... done [08:48:01.461] | : . | : . | : Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:48:01.461] | : . | : . | Using MultisessionFutureBackend ... done [08:48:01.461] | : . | : . run() for Future ('MultisessionFuture') ... done [08:48:01.462] | : . | : . result() for ClusterFuture ... [08:48:01.462] | : . | : . | assertValidConnection() ... [08:48:01.462] | : . | : . | : cluster node index: 1 [08:48:01.463] | : . | : . | assertValidConnection() ... done [08:48:01.463] | : . | : . | receiveMessageFromWorker() for ClusterFuture ... [08:48:01.463] | : . | : . | : cluster node index: 1 [08:48:01.468] | : . | : . | : [1] TRUE [08:48:01.468] | : . | : . | : received data: [08:48:01.469] | : . | : . | : List of 5 [08:48:01.469] | : . | : . | : $ type : chr "VALUE" [08:48:01.469] | : . | : . | : $ value :List of 13 [08:48:01.469] | : . | : . | : ..$ value : 'xtabs' int [1:2(1d)] 2 3 [08:48:01.469] | : . | : . | : .. ..- attr(*, "dimnames")=List of 1 [08:48:01.469] | : . | : . | : .. .. ..$ x: chr [1:2] "1" "2" [08:48:01.469] | : . | : . | : .. ..- attr(*, "call")= language xtabs(formula = ~x) [08:48:01.469] | : . | : . | : ..$ visible : logi TRUE [08:48:01.469] | : . | : . | : ..$ stdout : chr "" [08:48:01.469] | : . | : . | : ..$ conditions : list() [08:48:01.469] | : . | : . | : ..$ rng : logi FALSE [08:48:01.469] | : . | : . | : ..$ misuseGlobalEnv : NULL [08:48:01.469] | : . | : . | : ..$ misuseConnections:List of 3 [08:48:01.469] | : . | : . | : .. ..$ added : NULL [08:48:01.469] | : . | : . | : .. ..$ removed : NULL [08:48:01.469] | : . | : . | : .. ..$ replaced: NULL [08:48:01.469] | : . | : . | : ..$ misuseDevices : NULL [08:48:01.469] | : . | : . | : ..$ started : POSIXct[1:1], format: "2025-04-10 08:48:01" [08:48:01.469] | : . | : . | : ..$ finished : POSIXct[1:1], format: "2025-04-10 08:48:01" [08:48:01.469] | : . | : . | : ..$ session_uuid : chr "b5ea24d819fa8e354e31f230a229d71d" [08:48:01.469] | : . | : . | : .. ..- attr(*, "source")=List of 5 [08:48:01.469] | : . | : . | : .. .. ..$ host : Named chr "CRANWIN3" [08:48:01.469] | : . | : . | : .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:48:01.469] | : . | : . | : .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:48:01.469] | : . | : . | : .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:48:01.469] | : . | : . | : .. .. ..$ pid : int 30840 [08:48:01.469] | : . | : . | : .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:48:00" [08:48:01.469] | : . | : . | : .. .. ..$ random: int 2147483647 [08:48:01.469] | : . | : . | : ..$ r_info :List of 4 [08:48:01.469] | : . | : . | : .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:48:01.469] | : . | : . | : .. .. ..$ : int [1:3] 4 5 0 [08:48:01.469] | : . | : . | : .. ..$ os : chr "windows" [08:48:01.469] | : . | : . | : .. ..$ os_name : chr "Windows" [08:48:01.469] | : . | : . | : .. ..$ captures_utf8: logi TRUE [08:48:01.469] | : . | : . | : ..$ version : chr "1.8" [08:48:01.469] | : . | : . | : ..- attr(*, "class")= chr "FutureResult" [08:48:01.469] | : . | : . | : $ success: logi TRUE [08:48:01.469] | : . | : . | : $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [08:48:01.469] | : . | : . | : ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:48:01.469] | : . | : . | : $ tag : NULL [08:48:01.492] | : . | : . | : Received FutureResult [08:48:01.492] | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... [08:48:01.493] | : . | : . | : . Removed future from position #1 [08:48:01.493] | : . | : . | : . Number of registered futures: 0 [08:48:01.493] | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... done [08:48:01.493] | : . | : . | : Erased future from future backend [08:48:01.494] | : . | : . | : result() for ClusterFuture ... [08:48:01.494] | : . | : . | : . result already collected: FutureResult [08:48:01.494] | : . | : . | : result() for ClusterFuture ... done [08:48:01.495] | : . | : . | receiveMessageFromWorker() for ClusterFuture ... done [08:48:01.495] | : . | : . result() for ClusterFuture ... done [08:48:01.495] | : . | : . result() for ClusterFuture ... [08:48:01.496] | : . | : . | result already collected: FutureResult [08:48:01.496] | : . | : . result() for ClusterFuture ... done x 1 2 2 3 [08:48:01.497] | : . | : . getGlobalsAndPackages() ... [08:48:01.498] | : . | : . | Searching for globals ... [08:48:01.500] | : . | : . | : globals found: [4] '{', 'xtabs', 'x', '~' [08:48:01.501] | : . | : . | Searching for globals ... DONE [08:48:01.501] | : . | : . | Resolving globals: FALSE [08:48:01.501] | : . | : . | Search for packages associated with the globals ... [08:48:01.502] | : . | : . | : Packages associated with globals: [2] 'base', 'stats' [08:48:01.502] | : . | : . | : Packages: [2] 'base', 'stats' [08:48:01.503] | : . | : . | Search for packages associated with the globals ... DONE [08:48:01.503] | : . | : . | Packages after dropping 'base': [1] 'stats' [08:48:01.503] | : . | : . | Packages after dropping non-attached packages: [1] 'stats' [08:48:01.504] | : . | : . | globals: [1] 'x' [08:48:01.504] | : . | : . | packages: [1] 'stats' [08:48:01.504] | : . | : . getGlobalsAndPackages() ... done [08:48:01.505] | : . | : . run() for Future ('Future') ... [08:48:01.505] | : . | : . | state: 'created' [08:48:01.506] | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:01.506] | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:01.506] | : . | : . | Using MultisessionFutureBackend ... [08:48:01.507] | : . | : . | : Launching futures ... [08:48:01.507] | : . | : . | : . launchFuture() for ClusterFutureBackend ... [08:48:01.507] | : . | : . | : . | Workers: [n=2] [08:48:01.507] | : . | : . | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:48:01.511] | : . | : . | : . | FutureRegistry: 'workers-22d646b265e81ccb6dafce5bae9b6b23' [08:48:01.511] | : . | : . | : . | requestWorker() ... [08:48:01.512] | : . | : . | : . | : requestNode() ... [08:48:01.512] | : . | : . | : . | : . Number of workers: 2 [08:48:01.512] | : . | : . | : . | : . Polling for a free worker ... [08:48:01.513] | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:01.513] | : . | : . | : . | : . | : Listing all futures [08:48:01.513] | : . | : . | : . | : . | : Number of registered futures: 0 [08:48:01.514] | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:01.514] | : . | : . | : . | : . | Total time: 0 [08:48:01.514] | : . | : . | : . | : . Polling for a free worker ... done [08:48:01.515] | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:01.515] | : . | : . | : . | : . | Listing all futures [08:48:01.515] | : . | : . | : . | : . | Number of registered futures: 0 [08:48:01.516] | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:01.516] | : . | : . | : . | : . Index of first available worker: 1 [08:48:01.516] | : . | : . | : . | : . Validate that the worker is functional ... [08:48:01.580] | : . | : . | : . | : . | Worker is functional [08:48:01.580] | : . | : . | : . | : . requestNode() ... done [08:48:01.581] | : . | : . | : . | : . cluster node index: 1 [08:48:01.581] | : . | : . | : . | : requestWorker() ... done [08:48:01.581] | : . | : . | : . | : eraseGlobalEnvironment() ... [08:48:01.582] | : . | : . | : . | : eraseGlobalEnvironment() ... done [08:48:01.583] | : . | : . | : . | : launchFuture() ... [08:48:01.583] | : . | : . | : . | : . cluster node index: 1 [08:48:01.583] | : . | : . | : . | : . getFutureData() ... [08:48:01.584] | : . | : . | : . | : . | getFutureCore() ... [08:48:01.584] | : . | : . | : . | : . | : Packages needed by the future expression (n = 1): 'stats' [08:48:01.584] | : . | : . | : . | : . | getFutureCore() ... done [08:48:01.585] | : . | : . | : . | : . | getFutureCapture() ... [08:48:01.585] | : . | : . | : . | : . | getFutureCapture() ... done [08:48:01.585] | : . | : . | : . | : . | getFutureContext() ... [08:48:01.586] | : . | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:01.586] | : . | : . | : . | : . | : . Getting stack without first strategy: [n=0] [08:48:01.586] | : . | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:01.587] | : . | : . | : . | : . | : Packages needed by future strategies (n = 0): [08:48:01.587] | : . | : . | : . | : . | getFutureContext() ... done [08:48:01.587] | : . | : . | : . | : . getFutureData() ... done [08:48:01.588] | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... [08:48:01.588] | : . | : . | : . | : . | Appended future to position #1 [08:48:01.589] | : . | : . | : . | : . | Number of registered futures: 1 [08:48:01.589] | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... done [08:48:01.589] | : . | : . | : . | : launchFuture() ... done [08:48:01.589] | : . | : . | : . | : MultisessionFuture started [08:48:01.590] | : . | : . | : . | launchFuture() for ClusterFutureBackend ... done [08:48:01.590] | : . | : . | : . Launching futures ... done [08:48:01.590] | : . | : . | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:48:01.591] | : . | : . | : Using MultisessionFutureBackend ... done [08:48:01.591] | : . | : . | run() for Future ('MultisessionFuture') ... done [08:48:01.591] | : . | : . | result() for ClusterFuture ... [08:48:01.592] | : . | : . | : assertValidConnection() ... [08:48:01.592] | : . | : . | : . cluster node index: 1 [08:48:01.593] | : . | : . | : assertValidConnection() ... done [08:48:01.593] | : . | : . | : receiveMessageFromWorker() for ClusterFuture ... [08:48:01.594] | : . | : . | : . cluster node index: 1 [08:48:01.625] | : . | : . | : . [1] TRUE [08:48:01.625] | : . | : . | : . received data: [08:48:01.626] | : . | : . | : . List of 5 [08:48:01.626] | : . | : . | : . $ type : chr "VALUE" [08:48:01.626] | : . | : . | : . $ value :List of 13 [08:48:01.626] | : . | : . | : . ..$ value : 'xtabs' int [1:2(1d)] 2 3 [08:48:01.626] | : . | : . | : . .. ..- attr(*, "dimnames")=List of 1 [08:48:01.626] | : . | : . | : . .. .. ..$ x: chr [1:2] "1" "2" [08:48:01.626] | : . | : . | : . .. ..- attr(*, "call")= language xtabs(formula = ~x) [08:48:01.626] | : . | : . | : . ..$ visible : logi TRUE [08:48:01.626] | : . | : . | : . ..$ stdout : chr "" [08:48:01.626] | : . | : . | : . ..$ conditions : list() [08:48:01.626] | : . | : . | : . ..$ rng : logi FALSE [08:48:01.626] | : . | : . | : . ..$ misuseGlobalEnv : NULL [08:48:01.626] | : . | : . | : . ..$ misuseConnections:List of 3 [08:48:01.626] | : . | : . | : . .. ..$ added : NULL [08:48:01.626] | : . | : . | : . .. ..$ removed : NULL [08:48:01.626] | : . | : . | : . .. ..$ replaced: NULL [08:48:01.626] | : . | : . | : . ..$ misuseDevices : NULL [08:48:01.626] | : . | : . | : . ..$ started : POSIXct[1:1], format: "2025-04-10 08:48:01" [08:48:01.626] | : . | : . | : . ..$ finished : POSIXct[1:1], format: "2025-04-10 08:48:01" [08:48:01.626] | : . | : . | : . ..$ session_uuid : chr "b5ea24d819fa8e354e31f230a229d71d" [08:48:01.626] | : . | : . | : . .. ..- attr(*, "source")=List of 5 [08:48:01.626] | : . | : . | : . .. .. ..$ host : Named chr "CRANWIN3" [08:48:01.626] | : . | : . | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:48:01.626] | : . | : . | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:48:01.626] | : . | : . | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:48:01.626] | : . | : . | : . .. .. ..$ pid : int 30840 [08:48:01.626] | : . | : . | : . .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:48:00" [08:48:01.626] | : . | : . | : . .. .. ..$ random: int 2147483647 [08:48:01.626] | : . | : . | : . ..$ r_info :List of 4 [08:48:01.626] | : . | : . | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:48:01.626] | : . | : . | : . .. .. ..$ : int [1:3] 4 5 0 [08:48:01.626] | : . | : . | : . .. ..$ os : chr "windows" [08:48:01.626] | : . | : . | : . .. ..$ os_name : chr "Windows" [08:48:01.626] | : . | : . | : . .. ..$ captures_utf8: logi TRUE [08:48:01.626] | : . | : . | : . ..$ version : chr "1.8" [08:48:01.626] | : . | : . | : . ..- attr(*, "class")= chr "FutureResult" [08:48:01.626] | : . | : . | : . $ success: logi TRUE [08:48:01.626] | : . | : . | : . $ time : 'proc_time' Named num [1:5] 0.05 0 0.05 NA NA [08:48:01.626] | : . | : . | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:48:01.626] | : . | : . | : . $ tag : NULL [08:48:01.648] | : . | : . | : . Received FutureResult [08:48:01.648] | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... [08:48:01.648] | : . | : . | : . | Removed future from position #1 [08:48:01.648] | : . | : . | : . | Number of registered futures: 0 [08:48:01.648] | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... done [08:48:01.649] | : . | : . | : . Erased future from future backend [08:48:01.649] | : . | : . | : . result() for ClusterFuture ... [08:48:01.649] | : . | : . | : . | result already collected: FutureResult [08:48:01.649] | : . | : . | : . result() for ClusterFuture ... done [08:48:01.649] | : . | : . | : receiveMessageFromWorker() for ClusterFuture ... done [08:48:01.649] | : . | : . | result() for ClusterFuture ... done [08:48:01.650] | : . | : . | result() for ClusterFuture ... [08:48:01.650] | : . | : . | : result already collected: FutureResult [08:48:01.650] | : . | : . | result() for ClusterFuture ... done x 1 2 2 3 - Globals - lm(, data = cars) ... - Globals - lm(, data = cars) ... Call: lm(formula = dist ~ . - 1, data = cars) Coefficients: speed 2.909 [08:48:01.652] | : . | : . | getGlobalsAndPackages() ... [08:48:01.652] | : . | : . | : Searching for globals ... [08:48:01.654] | : . | : . | : . globals found: [7] '{', 'lm', 'dist', '-', '.', '~', 'cars' [08:48:01.654] | : . | : . | : Searching for globals ... DONE [08:48:01.655] | : . | : . | : Resolving globals: FALSE [08:48:01.655] | : . | : . | : Search for packages associated with the globals ... [08:48:01.655] | : . | : . | : . Packages associated with globals: [3] 'base', 'stats', 'datasets' [08:48:01.656] | : . | : . | : . Packages: [3] 'base', 'stats', 'datasets' [08:48:01.656] | : . | : . | : Search for packages associated with the globals ... DONE [08:48:01.656] | : . | : . | : Packages after dropping 'base': [2] 'stats', 'datasets' [08:48:01.656] | : . | : . | : Packages after dropping non-attached packages: [2] 'stats', 'datasets' [08:48:01.657] | : . | : . | : globals: [0] [08:48:01.657] | : . | : . | : packages: [2] 'stats', 'datasets' [08:48:01.657] | : . | : . | getGlobalsAndPackages() ... done [08:48:01.658] | : . | : . | run() for Future ('Future') ... [08:48:01.658] | : . | : . | : state: 'created' [08:48:01.658] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:01.659] | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:01.659] | : . | : . | : Using MultisessionFutureBackend ... [08:48:01.659] | : . | : . | : . Launching futures ... [08:48:01.660] | : . | : . | : . | launchFuture() for ClusterFutureBackend ... [08:48:01.660] | : . | : . | : . | : Workers: [n=2] [08:48:01.660] | : . | : . | : . | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:48:01.663] | : . | : . | : . | : FutureRegistry: 'workers-22d646b265e81ccb6dafce5bae9b6b23' [08:48:01.664] | : . | : . | : . | : requestWorker() ... [08:48:01.664] | : . | : . | : . | : . requestNode() ... [08:48:01.664] | : . | : . | : . | : . | Number of workers: 2 [08:48:01.664] | : . | : . | : . | : . | Polling for a free worker ... [08:48:01.665] | : . | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:01.665] | : . | : . | : . | : . | : . Listing all futures [08:48:01.665] | : . | : . | : . | : . | : . Number of registered futures: 0 [08:48:01.666] | : . | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:01.666] | : . | : . | : . | : . | : Total time: 0 [08:48:01.666] | : . | : . | : . | : . | Polling for a free worker ... done [08:48:01.666] | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:01.667] | : . | : . | : . | : . | : Listing all futures [08:48:01.667] | : . | : . | : . | : . | : Number of registered futures: 0 [08:48:01.667] | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:01.667] | : . | : . | : . | : . | Index of first available worker: 1 [08:48:01.668] | : . | : . | : . | : . | Validate that the worker is functional ... [08:48:01.721] | : . | : . | : . | : . | : Worker is functional [08:48:01.721] | : . | : . | : . | : . | requestNode() ... done [08:48:01.722] | : . | : . | : . | : . | cluster node index: 1 [08:48:01.722] | : . | : . | : . | : . requestWorker() ... done [08:48:01.722] | : . | : . | : . | : . eraseGlobalEnvironment() ... [08:48:01.723] | : . | : . | : . | : . eraseGlobalEnvironment() ... done [08:48:01.723] | : . | : . | : . | : . launchFuture() ... [08:48:01.724] | : . | : . | : . | : . | cluster node index: 1 [08:48:01.727] | : . | : . | : . | : . | getFutureData() ... [08:48:01.728] | : . | : . | : . | : . | : getFutureCore() ... [08:48:01.728] | : . | : . | : . | : . | : . Packages needed by the future expression (n = 2): 'stats', 'datasets' [08:48:01.728] | : . | : . | : . | : . | : getFutureCore() ... done [08:48:01.729] | : . | : . | : . | : . | : getFutureCapture() ... [08:48:01.729] | : . | : . | : . | : . | : getFutureCapture() ... done [08:48:01.729] | : . | : . | : . | : . | : getFutureContext() ... [08:48:01.730] | : . | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:01.730] | : . | : . | : . | : . | : . | Getting stack without first strategy: [n=0] [08:48:01.730] | : . | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:01.731] | : . | : . | : . | : . | : . Packages needed by future strategies (n = 0): [08:48:01.731] | : . | : . | : . | : . | : getFutureContext() ... done [08:48:01.731] | : . | : . | : . | : . | getFutureData() ... done [08:48:01.732] | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... [08:48:01.733] | : . | : . | : . | : . | : Appended future to position #1 [08:48:01.733] | : . | : . | : . | : . | : Number of registered futures: 1 [08:48:01.733] | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... done [08:48:01.733] | : . | : . | : . | : . launchFuture() ... done [08:48:01.734] | : . | : . | : . | : . MultisessionFuture started [08:48:01.734] | : . | : . | : . | : launchFuture() for ClusterFutureBackend ... done [08:48:01.734] | : . | : . | : . | Launching futures ... done [08:48:01.735] | : . | : . | : . | Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:48:01.735] | : . | : . | : . Using MultisessionFutureBackend ... done [08:48:01.735] | : . | : . | : run() for Future ('MultisessionFuture') ... done [08:48:01.736] | : . | : . | : result() for ClusterFuture ... [08:48:01.736] | : . | : . | : . assertValidConnection() ... [08:48:01.737] | : . | : . | : . | cluster node index: 1 [08:48:01.737] | : . | : . | : . assertValidConnection() ... done [08:48:01.738] | : . | : . | : . receiveMessageFromWorker() for ClusterFuture ... [08:48:01.738] | : . | : . | : . | cluster node index: 1 [08:48:01.743] | : . | : . | : . | [1] TRUE [08:48:01.744] | : . | : . | : . | received data: [08:48:01.744] | : . | : . | : . | List of 5 [08:48:01.744] | : . | : . | : . | $ type : chr "VALUE" [08:48:01.744] | : . | : . | : . | $ value :List of 13 [08:48:01.744] | : . | : . | : . | ..$ value :List of 12 [08:48:01.744] | : . | : . | : . | .. ..$ coefficients : Named num 2.91 [08:48:01.744] | : . | : . | : . | .. .. ..- attr(*, "names")= chr "speed" [08:48:01.744] | : . | : . | : . | .. ..$ residuals : Named num [1:50] -9.64 -1.64 -16.36 1.64 -7.27 ... [08:48:01.744] | : . | : . | : . | .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [08:48:01.744] | : . | : . | : . | .. ..$ effects : Named num [1:50] -334.59 -1.31 -15.8 2.2 -6.63 ... [08:48:01.744] | : . | : . | : . | .. .. ..- attr(*, "names")= chr [1:50] "speed" "" "" "" ... [08:48:01.744] | : . | : . | : . | .. ..$ rank : int 1 [08:48:01.744] | : . | : . | : . | .. ..$ fitted.values: Named num [1:50] 11.6 11.6 20.4 20.4 23.3 ... [08:48:01.744] | : . | : . | : . | .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [08:48:01.744] | : . | : . | : . | .. ..$ assign : int 1 [08:48:01.744] | : . | : . | : . | .. ..$ qr :List of 5 [08:48:01.744] | : . | : . | : . | .. .. ..$ qr : num [1:50, 1] -115.013 0.0348 0.0609 0.0609 0.0696 ... [08:48:01.744] | : . | : . | : . | .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:01.744] | : . | : . | : . | .. .. .. .. ..$ : chr [1:50] "1" "2" "3" "4" ... [08:48:01.744] | : . | : . | : . | .. .. .. .. ..$ : chr "speed" [08:48:01.744] | : . | : . | : . | .. .. .. ..- attr(*, "assign")= int 1 [08:48:01.744] | : . | : . | : . | .. .. ..$ qraux: num 1.03 [08:48:01.744] | : . | : . | : . | .. .. ..$ pivot: int 1 [08:48:01.744] | : . | : . | : . | .. .. ..$ tol : num 1e-07 [08:48:01.744] | : . | : . | : . | .. .. ..$ rank : int 1 [08:48:01.744] | : . | : . | : . | .. .. ..- attr(*, "class")= chr "qr" [08:48:01.744] | : . | : . | : . | .. ..$ df.residual : int 49 [08:48:01.744] | : . | : . | : . | .. ..$ xlevels : Named list() [08:48:01.744] | : . | : . | : . | .. ..$ call : language lm(formula = dist ~ . - 1, data = cars) [08:48:01.744] | : . | : . | : . | .. ..$ terms :Classes 'terms', 'formula' language dist ~ speed - 1 [08:48:01.744] | : . | : . | : . | .. .. .. ..- attr(*, "variables")= language list(dist, speed) [08:48:01.744] | : . | : . | : . | .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [08:48:01.744] | : . | : . | : . | .. .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:01.744] | : . | : . | : . | .. .. .. .. .. ..$ : chr [1:2] "dist" "speed" [08:48:01.744] | : . | : . | : . | .. .. .. .. .. ..$ : chr "speed" [08:48:01.744] | : . | : . | : . | .. .. .. ..- attr(*, "term.labels")= chr "speed" [08:48:01.744] | : . | : . | : . | .. .. .. ..- attr(*, "order")= int 1 [08:48:01.744] | : . | : . | : . | .. .. .. ..- attr(*, "intercept")= int 0 [08:48:01.744] | : . | : . | : . | .. .. .. ..- attr(*, "response")= int 1 [08:48:01.744] | : . | : . | : . | .. .. .. ..- attr(*, ".Environment")= [08:48:01.744] | : . | : . | : . | .. .. .. ..- attr(*, "predvars")= language list(dist, speed) [08:48:01.744] | : . | : . | : . | .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "numeric" [08:48:01.744] | : . | : . | : . | .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "speed" [08:48:01.744] | : . | : . | : . | .. ..$ model :'data.frame': 50 obs. of 2 variables: [08:48:01.744] | : . | : . | : . | .. .. ..$ dist : num [1:50] 2 10 4 22 16 10 18 26 34 17 ... [08:48:01.744] | : . | : . | : . | .. .. ..$ speed: num [1:50] 4 4 7 7 8 9 10 10 10 11 ... [08:48:01.744] | : . | : . | : . | .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language dist ~ speed - 1 [08:48:01.744] | : . | : . | : . | .. .. .. .. ..- attr(*, "variables")= language list(dist, speed) [08:48:01.744] | : . | : . | : . | .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [08:48:01.744] | : . | : . | : . | .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:01.744] | : . | : . | : . | .. .. .. .. .. .. ..$ : chr [1:2] "dist" "speed" [08:48:01.744] | : . | : . | : . | .. .. .. .. .. .. ..$ : chr "speed" [08:48:01.744] | : . | : . | : . | .. .. .. .. ..- attr(*, "term.labels")= chr "speed" [08:48:01.744] | : . | : . | : . | .. .. .. .. ..- attr(*, "order")= int 1 [08:48:01.744] | : . | : . | : . | .. .. .. .. ..- attr(*, "intercept")= int 0 [08:48:01.744] | : . | : . | : . | .. .. .. .. ..- attr(*, "response")= int 1 [08:48:01.744] | : . | : . | : . | .. .. .. .. ..- attr(*, ".Environment")= [08:48:01.744] | : . | : . | : . | .. .. .. .. ..- attr(*, "predvars")= language list(dist, speed) [08:48:01.744] | : . | : . | : . | .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "numeric" [08:48:01.744] | : . | : . | : . | .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "speed" [08:48:01.744] | : . | : . | : . | .. ..- attr(*, "class")= chr "lm" [08:48:01.744] | : . | : . | : . | ..$ visible : logi TRUE [08:48:01.744] | : . | : . | : . | ..$ stdout : chr "" [08:48:01.744] | : . | : . | : . | ..$ conditions : list() [08:48:01.744] | : . | : . | : . | ..$ rng : logi FALSE [08:48:01.744] | : . | : . | : . | ..$ misuseGlobalEnv : NULL [08:48:01.744] | : . | : . | : . | ..$ misuseConnections:List of 3 [08:48:01.744] | : . | : . | : . | .. ..$ added : NULL [08:48:01.744] | : . | : . | : . | .. ..$ removed : NULL [08:48:01.744] | : . | : . | : . | .. ..$ replaced: NULL [08:48:01.744] | : . | : . | : . | ..$ misuseDevices : NULL [08:48:01.744] | : . | : . | : . | ..$ started : POSIXct[1:1], format: "2025-04-10 08:48:01" [08:48:01.744] | : . | : . | : . | ..$ finished : POSIXct[1:1], format: "2025-04-10 08:48:01" [08:48:01.744] | : . | : . | : . | ..$ session_uuid : chr "b5ea24d819fa8e354e31f230a229d71d" [08:48:01.744] | : . | : . | : . | .. ..- attr(*, "source")=List of 5 [08:48:01.744] | : . | : . | : . | .. .. ..$ host : Named chr "CRANWIN3" [08:48:01.744] | : . | : . | : . | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:48:01.744] | : . | : . | : . | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:48:01.744] | : . | : . | : . | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:48:01.744] | : . | : . | : . | .. .. ..$ pid : int 30840 [08:48:01.744] | : . | : . | : . | .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:48:00" [08:48:01.744] | : . | : . | : . | .. .. ..$ random: int 2147483647 [08:48:01.744] | : . | : . | : . | ..$ r_info :List of 4 [08:48:01.744] | : . | : . | : . | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:48:01.744] | : . | : . | : . | .. .. ..$ : int [1:3] 4 5 0 [08:48:01.744] | : . | : . | : . | .. ..$ os : chr "windows" [08:48:01.744] | : . | : . | : . | .. ..$ os_name : chr "Windows" [08:48:01.744] | : . | : . | : . | .. ..$ captures_utf8: logi TRUE [08:48:01.744] | : . | : . | : . | ..$ version : chr "1.8" [08:48:01.744] | : . | : . | : . | ..- attr(*, "class")= chr "FutureResult" [08:48:01.744] | : . | : . | : . | $ success: logi TRUE [08:48:01.744] | : . | : . | : . | $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [08:48:01.744] | : . | : . | : . | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:48:01.744] | : . | : . | : . | $ tag : NULL [08:48:01.797] | : . | : . | : . | Received FutureResult [08:48:01.798] | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... [08:48:01.798] | : . | : . | : . | : Removed future from position #1 [08:48:01.798] | : . | : . | : . | : Number of registered futures: 0 [08:48:01.798] | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... done [08:48:01.799] | : . | : . | : . | Erased future from future backend [08:48:01.799] | : . | : . | : . | result() for ClusterFuture ... [08:48:01.799] | : . | : . | : . | : result already collected: FutureResult [08:48:01.800] | : . | : . | : . | result() for ClusterFuture ... done [08:48:01.800] | : . | : . | : . receiveMessageFromWorker() for ClusterFuture ... done [08:48:01.800] | : . | : . | : result() for ClusterFuture ... done [08:48:01.800] | : . | : . | : result() for ClusterFuture ... [08:48:01.801] | : . | : . | : . result already collected: FutureResult [08:48:01.801] | : . | : . | : result() for ClusterFuture ... done Call: lm(formula = dist ~ . - 1, data = cars) Coefficients: speed 2.909 - Globals - lm(, data = cars) ... Call: lm(formula = dist ~ . + 0, data = cars) Coefficients: speed 2.909 [08:48:01.806] | : . | : . | : getGlobalsAndPackages() ... [08:48:01.806] | : . | : . | : . Searching for globals ... [08:48:01.808] | : . | : . | : . | globals found: [7] '{', 'lm', 'dist', '+', '.', '~', 'cars' [08:48:01.809] | : . | : . | : . Searching for globals ... DONE [08:48:01.809] | : . | : . | : . Resolving globals: FALSE [08:48:01.809] | : . | : . | : . Search for packages associated with the globals ... [08:48:01.809] | : . | : . | : . | Packages associated with globals: [3] 'base', 'stats', 'datasets' [08:48:01.810] | : . | : . | : . | Packages: [3] 'base', 'stats', 'datasets' [08:48:01.810] | : . | : . | : . Search for packages associated with the globals ... DONE [08:48:01.810] | : . | : . | : . Packages after dropping 'base': [2] 'stats', 'datasets' [08:48:01.810] | : . | : . | : . Packages after dropping non-attached packages: [2] 'stats', 'datasets' [08:48:01.811] | : . | : . | : . globals: [0] [08:48:01.811] | : . | : . | : . packages: [2] 'stats', 'datasets' [08:48:01.811] | : . | : . | : getGlobalsAndPackages() ... done [08:48:01.811] | : . | : . | : run() for Future ('Future') ... [08:48:01.811] | : . | : . | : . state: 'created' [08:48:01.812] | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:01.812] | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:01.812] | : . | : . | : . Using MultisessionFutureBackend ... [08:48:01.812] | : . | : . | : . | Launching futures ... [08:48:01.813] | : . | : . | : . | : launchFuture() for ClusterFutureBackend ... [08:48:01.813] | : . | : . | : . | : . Workers: [n=2] [08:48:01.813] | : . | : . | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:48:01.816] | : . | : . | : . | : . FutureRegistry: 'workers-22d646b265e81ccb6dafce5bae9b6b23' [08:48:01.816] | : . | : . | : . | : . requestWorker() ... [08:48:01.817] | : . | : . | : . | : . | requestNode() ... [08:48:01.817] | : . | : . | : . | : . | : Number of workers: 2 [08:48:01.817] | : . | : . | : . | : . | : Polling for a free worker ... [08:48:01.818] | : . | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:01.818] | : . | : . | : . | : . | : . | Listing all futures [08:48:01.818] | : . | : . | : . | : . | : . | Number of registered futures: 0 [08:48:01.818] | : . | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:01.819] | : . | : . | : . | : . | : . Total time: 0 [08:48:01.819] | : . | : . | : . | : . | : Polling for a free worker ... done [08:48:01.819] | : . | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:01.820] | : . | : . | : . | : . | : . Listing all futures [08:48:01.820] | : . | : . | : . | : . | : . Number of registered futures: 0 [08:48:01.820] | : . | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:01.820] | : . | : . | : . | : . | : Index of first available worker: 1 [08:48:01.821] | : . | : . | : . | : . | : Validate that the worker is functional ... [08:48:01.876] | : . | : . | : . | : . | : . Worker is functional [08:48:01.876] | : . | : . | : . | : . | : requestNode() ... done [08:48:01.877] | : . | : . | : . | : . | : cluster node index: 1 [08:48:01.877] | : . | : . | : . | : . | requestWorker() ... done [08:48:01.877] | : . | : . | : . | : . | eraseGlobalEnvironment() ... [08:48:01.878] | : . | : . | : . | : . | eraseGlobalEnvironment() ... done [08:48:01.878] | : . | : . | : . | : . | launchFuture() ... [08:48:01.878] | : . | : . | : . | : . | : cluster node index: 1 [08:48:01.879] | : . | : . | : . | : . | : getFutureData() ... [08:48:01.879] | : . | : . | : . | : . | : . getFutureCore() ... [08:48:01.879] | : . | : . | : . | : . | : . | Packages needed by the future expression (n = 2): 'stats', 'datasets' [08:48:01.879] | : . | : . | : . | : . | : . getFutureCore() ... done [08:48:01.880] | : . | : . | : . | : . | : . getFutureCapture() ... [08:48:01.880] | : . | : . | : . | : . | : . getFutureCapture() ... done [08:48:01.880] | : . | : . | : . | : . | : . getFutureContext() ... [08:48:01.880] | : . | : . | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:01.881] | : . | : . | : . | : . | : . | : Getting stack without first strategy: [n=0] [08:48:01.881] | : . | : . | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:01.881] | : . | : . | : . | : . | : . | Packages needed by future strategies (n = 0): [08:48:01.882] | : . | : . | : . | : . | : . getFutureContext() ... done [08:48:01.882] | : . | : . | : . | : . | : getFutureData() ... done [08:48:01.882] | : . | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... [08:48:01.883] | : . | : . | : . | : . | : . Appended future to position #1 [08:48:01.883] | : . | : . | : . | : . | : . Number of registered futures: 1 [08:48:01.883] | : . | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... done [08:48:01.883] | : . | : . | : . | : . | launchFuture() ... done [08:48:01.884] | : . | : . | : . | : . | MultisessionFuture started [08:48:01.884] | : . | : . | : . | : . launchFuture() for ClusterFutureBackend ... done [08:48:01.884] | : . | : . | : . | : Launching futures ... done [08:48:01.884] | : . | : . | : . | : Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:48:01.885] | : . | : . | : . | Using MultisessionFutureBackend ... done [08:48:01.885] | : . | : . | : . run() for Future ('MultisessionFuture') ... done [08:48:01.885] | : . | : . | : . result() for ClusterFuture ... [08:48:01.886] | : . | : . | : . | assertValidConnection() ... [08:48:01.886] | : . | : . | : . | : cluster node index: 1 [08:48:01.886] | : . | : . | : . | assertValidConnection() ... done [08:48:01.886] | : . | : . | : . | receiveMessageFromWorker() for ClusterFuture ... [08:48:01.887] | : . | : . | : . | : cluster node index: 1 [08:48:01.889] | : . | : . | : . | : [1] TRUE [08:48:01.889] | : . | : . | : . | : received data: [08:48:01.889] | : . | : . | : . | : List of 5 [08:48:01.889] | : . | : . | : . | : $ type : chr "VALUE" [08:48:01.889] | : . | : . | : . | : $ value :List of 13 [08:48:01.889] | : . | : . | : . | : ..$ value :List of 12 [08:48:01.889] | : . | : . | : . | : .. ..$ coefficients : Named num 2.91 [08:48:01.889] | : . | : . | : . | : .. .. ..- attr(*, "names")= chr "speed" [08:48:01.889] | : . | : . | : . | : .. ..$ residuals : Named num [1:50] -9.64 -1.64 -16.36 1.64 -7.27 ... [08:48:01.889] | : . | : . | : . | : .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [08:48:01.889] | : . | : . | : . | : .. ..$ effects : Named num [1:50] -334.59 -1.31 -15.8 2.2 -6.63 ... [08:48:01.889] | : . | : . | : . | : .. .. ..- attr(*, "names")= chr [1:50] "speed" "" "" "" ... [08:48:01.889] | : . | : . | : . | : .. ..$ rank : int 1 [08:48:01.889] | : . | : . | : . | : .. ..$ fitted.values: Named num [1:50] 11.6 11.6 20.4 20.4 23.3 ... [08:48:01.889] | : . | : . | : . | : .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [08:48:01.889] | : . | : . | : . | : .. ..$ assign : int 1 [08:48:01.889] | : . | : . | : . | : .. ..$ qr :List of 5 [08:48:01.889] | : . | : . | : . | : .. .. ..$ qr : num [1:50, 1] -115.013 0.0348 0.0609 0.0609 0.0696 ... [08:48:01.889] | : . | : . | : . | : .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:01.889] | : . | : . | : . | : .. .. .. .. ..$ : chr [1:50] "1" "2" "3" "4" ... [08:48:01.889] | : . | : . | : . | : .. .. .. .. ..$ : chr "speed" [08:48:01.889] | : . | : . | : . | : .. .. .. ..- attr(*, "assign")= int 1 [08:48:01.889] | : . | : . | : . | : .. .. ..$ qraux: num 1.03 [08:48:01.889] | : . | : . | : . | : .. .. ..$ pivot: int 1 [08:48:01.889] | : . | : . | : . | : .. .. ..$ tol : num 1e-07 [08:48:01.889] | : . | : . | : . | : .. .. ..$ rank : int 1 [08:48:01.889] | : . | : . | : . | : .. .. ..- attr(*, "class")= chr "qr" [08:48:01.889] | : . | : . | : . | : .. ..$ df.residual : int 49 [08:48:01.889] | : . | : . | : . | : .. ..$ xlevels : Named list() [08:48:01.889] | : . | : . | : . | : .. ..$ call : language lm(formula = dist ~ . + 0, data = cars) [08:48:01.889] | : . | : . | : . | : .. ..$ terms :Classes 'terms', 'formula' language dist ~ speed + 0 [08:48:01.889] | : . | : . | : . | : .. .. .. ..- attr(*, "variables")= language list(dist, speed) [08:48:01.889] | : . | : . | : . | : .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [08:48:01.889] | : . | : . | : . | : .. .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:01.889] | : . | : . | : . | : .. .. .. .. .. ..$ : chr [1:2] "dist" "speed" [08:48:01.889] | : . | : . | : . | : .. .. .. .. .. ..$ : chr "speed" [08:48:01.889] | : . | : . | : . | : .. .. .. ..- attr(*, "term.labels")= chr "speed" [08:48:01.889] | : . | : . | : . | : .. .. .. ..- attr(*, "order")= int 1 [08:48:01.889] | : . | : . | : . | : .. .. .. ..- attr(*, "intercept")= int 0 [08:48:01.889] | : . | : . | : . | : .. .. .. ..- attr(*, "response")= int 1 [08:48:01.889] | : . | : . | : . | : .. .. .. ..- attr(*, ".Environment")= [08:48:01.889] | : . | : . | : . | : .. .. .. ..- attr(*, "predvars")= language list(dist, speed) [08:48:01.889] | : . | : . | : . | : .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "numeric" [08:48:01.889] | : . | : . | : . | : .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "speed" [08:48:01.889] | : . | : . | : . | : .. ..$ model :'data.frame': 50 obs. of 2 variables: [08:48:01.889] | : . | : . | : . | : .. .. ..$ dist : num [1:50] 2 10 4 22 16 10 18 26 34 17 ... [08:48:01.889] | : . | : . | : . | : .. .. ..$ speed: num [1:50] 4 4 7 7 8 9 10 10 10 11 ... [08:48:01.889] | : . | : . | : . | : .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language dist ~ speed + 0 [08:48:01.889] | : . | : . | : . | : .. .. .. .. ..- attr(*, "variables")= language list(dist, speed) [08:48:01.889] | : . | : . | : . | : .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [08:48:01.889] | : . | : . | : . | : .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:01.889] | : . | : . | : . | : .. .. .. .. .. .. ..$ : chr [1:2] "dist" "speed" [08:48:01.889] | : . | : . | : . | : .. .. .. .. .. .. ..$ : chr "speed" [08:48:01.889] | : . | : . | : . | : .. .. .. .. ..- attr(*, "term.labels")= chr "speed" [08:48:01.889] | : . | : . | : . | : .. .. .. .. ..- attr(*, "order")= int 1 [08:48:01.889] | : . | : . | : . | : .. .. .. .. ..- attr(*, "intercept")= int 0 [08:48:01.889] | : . | : . | : . | : .. .. .. .. ..- attr(*, "response")= int 1 [08:48:01.889] | : . | : . | : . | : .. .. .. .. ..- attr(*, ".Environment")= [08:48:01.889] | : . | : . | : . | : .. .. .. .. ..- attr(*, "predvars")= language list(dist, speed) [08:48:01.889] | : . | : . | : . | : .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "numeric" [08:48:01.889] | : . | : . | : . | : .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "speed" [08:48:01.889] | : . | : . | : . | : .. ..- attr(*, "class")= chr "lm" [08:48:01.889] | : . | : . | : . | : ..$ visible : logi TRUE [08:48:01.889] | : . | : . | : . | : ..$ stdout : chr "" [08:48:01.889] | : . | : . | : . | : ..$ conditions : list() [08:48:01.889] | : . | : . | : . | : ..$ rng : logi FALSE [08:48:01.889] | : . | : . | : . | : ..$ misuseGlobalEnv : NULL [08:48:01.889] | : . | : . | : . | : ..$ misuseConnections:List of 3 [08:48:01.889] | : . | : . | : . | : .. ..$ added : NULL [08:48:01.889] | : . | : . | : . | : .. ..$ removed : NULL [08:48:01.889] | : . | : . | : . | : .. ..$ replaced: NULL [08:48:01.889] | : . | : . | : . | : ..$ misuseDevices : NULL [08:48:01.889] | : . | : . | : . | : ..$ started : POSIXct[1:1], format: "2025-04-10 08:48:01" [08:48:01.889] | : . | : . | : . | : ..$ finished : POSIXct[1:1], format: "2025-04-10 08:48:01" [08:48:01.889] | : . | : . | : . | : ..$ session_uuid : chr "b5ea24d819fa8e354e31f230a229d71d" [08:48:01.889] | : . | : . | : . | : .. ..- attr(*, "source")=List of 5 [08:48:01.889] | : . | : . | : . | : .. .. ..$ host : Named chr "CRANWIN3" [08:48:01.889] | : . | : . | : . | : .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:48:01.889] | : . | : . | : . | : .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:48:01.889] | : . | : . | : . | : .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:48:01.889] | : . | : . | : . | : .. .. ..$ pid : int 30840 [08:48:01.889] | : . | : . | : . | : .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:48:00" [08:48:01.889] | : . | : . | : . | : .. .. ..$ random: int 2147483647 [08:48:01.889] | : . | : . | : . | : ..$ r_info :List of 4 [08:48:01.889] | : . | : . | : . | : .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:48:01.889] | : . | : . | : . | : .. .. ..$ : int [1:3] 4 5 0 [08:48:01.889] | : . | : . | : . | : .. ..$ os : chr "windows" [08:48:01.889] | : . | : . | : . | : .. ..$ os_name : chr "Windows" [08:48:01.889] | : . | : . | : . | : .. ..$ captures_utf8: logi TRUE [08:48:01.889] | : . | : . | : . | : ..$ version : chr "1.8" [08:48:01.889] | : . | : . | : . | : ..- attr(*, "class")= chr "FutureResult" [08:48:01.889] | : . | : . | : . | : $ success: logi TRUE [08:48:01.889] | : . | : . | : . | : $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [08:48:01.889] | : . | : . | : . | : ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:48:01.889] | : . | : . | : . | : $ tag : NULL [08:48:01.926] | : . | : . | : . | : Received FutureResult [08:48:01.926] | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... [08:48:01.926] | : . | : . | : . | : . Removed future from position #1 [08:48:01.926] | : . | : . | : . | : . Number of registered futures: 0 [08:48:01.926] | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... done [08:48:01.927] | : . | : . | : . | : Erased future from future backend [08:48:01.927] | : . | : . | : . | : result() for ClusterFuture ... [08:48:01.927] | : . | : . | : . | : . result already collected: FutureResult [08:48:01.927] | : . | : . | : . | : result() for ClusterFuture ... done [08:48:01.927] | : . | : . | : . | receiveMessageFromWorker() for ClusterFuture ... done [08:48:01.927] | : . | : . | : . result() for ClusterFuture ... done [08:48:01.928] | : . | : . | : . result() for ClusterFuture ... [08:48:01.928] | : . | : . | : . | result already collected: FutureResult [08:48:01.928] | : . | : . | : . result() for ClusterFuture ... done Call: lm(formula = dist ~ . + 0, data = cars) Coefficients: speed 2.909 - Globals - lm(, data = cars) ... Call: lm(formula = dist ~ speed + speed^2, data = cars) Coefficients: (Intercept) speed -17.579 3.932 [08:48:01.931] | : . | : . | : . getGlobalsAndPackages() ... [08:48:01.931] | : . | : . | : . | Searching for globals ... [08:48:01.934] | : . | : . | : . | : globals found: [8] '{', 'lm', 'dist', '+', 'speed', '^', '~', 'cars' [08:48:01.934] | : . | : . | : . | Searching for globals ... DONE [08:48:01.934] | : . | : . | : . | Resolving globals: FALSE [08:48:01.934] | : . | : . | : . | Search for packages associated with the globals ... [08:48:01.935] | : . | : . | : . | : Packages associated with globals: [3] 'base', 'stats', 'datasets' [08:48:01.935] | : . | : . | : . | : Packages: [3] 'base', 'stats', 'datasets' [08:48:01.935] | : . | : . | : . | Search for packages associated with the globals ... DONE [08:48:01.936] | : . | : . | : . | Packages after dropping 'base': [2] 'stats', 'datasets' [08:48:01.936] | : . | : . | : . | Packages after dropping non-attached packages: [2] 'stats', 'datasets' [08:48:01.936] | : . | : . | : . | globals: [0] [08:48:01.936] | : . | : . | : . | packages: [2] 'stats', 'datasets' [08:48:01.936] | : . | : . | : . getGlobalsAndPackages() ... done [08:48:01.937] | : . | : . | : . run() for Future ('Future') ... [08:48:01.937] | : . | : . | : . | state: 'created' [08:48:01.937] | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:01.937] | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:01.938] | : . | : . | : . | Using MultisessionFutureBackend ... [08:48:01.938] | : . | : . | : . | : Launching futures ... [08:48:01.938] | : . | : . | : . | : . launchFuture() for ClusterFutureBackend ... [08:48:01.938] | : . | : . | : . | : . | Workers: [n=2] [08:48:01.938] | : . | : . | : . | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:48:01.940] | : . | : . | : . | : . | FutureRegistry: 'workers-22d646b265e81ccb6dafce5bae9b6b23' [08:48:01.941] | : . | : . | : . | : . | requestWorker() ... [08:48:01.941] | : . | : . | : . | : . | : requestNode() ... [08:48:01.941] | : . | : . | : . | : . | : . Number of workers: 2 [08:48:01.941] | : . | : . | : . | : . | : . Polling for a free worker ... [08:48:01.941] | : . | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:01.942] | : . | : . | : . | : . | : . | : Listing all futures [08:48:01.942] | : . | : . | : . | : . | : . | : Number of registered futures: 0 [08:48:01.942] | : . | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:01.942] | : . | : . | : . | : . | : . | Total time: 0 [08:48:01.942] | : . | : . | : . | : . | : . Polling for a free worker ... done [08:48:01.942] | : . | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:01.943] | : . | : . | : . | : . | : . | Listing all futures [08:48:01.943] | : . | : . | : . | : . | : . | Number of registered futures: 0 [08:48:01.943] | : . | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:01.943] | : . | : . | : . | : . | : . Index of first available worker: 1 [08:48:01.943] | : . | : . | : . | : . | : . Validate that the worker is functional ... [08:48:01.993] | : . | : . | : . | : . | : . | Worker is functional [08:48:01.993] | : . | : . | : . | : . | : . requestNode() ... done [08:48:01.994] | : . | : . | : . | : . | : . cluster node index: 1 [08:48:01.994] | : . | : . | : . | : . | : requestWorker() ... done [08:48:01.994] | : . | : . | : . | : . | : eraseGlobalEnvironment() ... [08:48:01.995] | : . | : . | : . | : . | : eraseGlobalEnvironment() ... done [08:48:01.995] | : . | : . | : . | : . | : launchFuture() ... [08:48:01.996] | : . | : . | : . | : . | : . cluster node index: 1 [08:48:01.996] | : . | : . | : . | : . | : . getFutureData() ... [08:48:01.996] | : . | : . | : . | : . | : . | getFutureCore() ... [08:48:01.996] | : . | : . | : . | : . | : . | : Packages needed by the future expression (n = 2): 'stats', 'datasets' [08:48:01.997] | : . | : . | : . | : . | : . | getFutureCore() ... done [08:48:01.997] | : . | : . | : . | : . | : . | getFutureCapture() ... [08:48:01.997] | : . | : . | : . | : . | : . | getFutureCapture() ... done [08:48:01.998] | : . | : . | : . | : . | : . | getFutureContext() ... [08:48:01.998] | : . | : . | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:01.998] | : . | : . | : . | : . | : . | : . Getting stack without first strategy: [n=0] [08:48:01.999] | : . | : . | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:01.999] | : . | : . | : . | : . | : . | : Packages needed by future strategies (n = 0): [08:48:01.999] | : . | : . | : . | : . | : . | getFutureContext() ... done [08:48:02.000] | : . | : . | : . | : . | : . getFutureData() ... done [08:48:02.000] | : . | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... [08:48:02.001] | : . | : . | : . | : . | : . | Appended future to position #1 [08:48:02.001] | : . | : . | : . | : . | : . | Number of registered futures: 1 [08:48:02.001] | : . | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... done [08:48:02.001] | : . | : . | : . | : . | : launchFuture() ... done [08:48:02.002] | : . | : . | : . | : . | : MultisessionFuture started [08:48:02.002] | : . | : . | : . | : . | launchFuture() for ClusterFutureBackend ... done [08:48:02.002] | : . | : . | : . | : . Launching futures ... done [08:48:02.002] | : . | : . | : . | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:48:02.003] | : . | : . | : . | : Using MultisessionFutureBackend ... done [08:48:02.003] | : . | : . | : . | run() for Future ('MultisessionFuture') ... done [08:48:02.003] | : . | : . | : . | result() for ClusterFuture ... [08:48:02.004] | : . | : . | : . | : assertValidConnection() ... [08:48:02.004] | : . | : . | : . | : . cluster node index: 1 [08:48:02.005] | : . | : . | : . | : assertValidConnection() ... done [08:48:02.005] | : . | : . | : . | : receiveMessageFromWorker() for ClusterFuture ... [08:48:02.005] | : . | : . | : . | : . cluster node index: 1 [08:48:02.009] | : . | : . | : . | : . [1] TRUE [08:48:02.009] | : . | : . | : . | : . received data: [08:48:02.010] | : . | : . | : . | : . List of 5 [08:48:02.010] | : . | : . | : . | : . $ type : chr "VALUE" [08:48:02.010] | : . | : . | : . | : . $ value :List of 13 [08:48:02.010] | : . | : . | : . | : . ..$ value :List of 12 [08:48:02.010] | : . | : . | : . | : . .. ..$ coefficients : Named num [1:2] -17.58 3.93 [08:48:02.010] | : . | : . | : . | : . .. .. ..- attr(*, "names")= chr [1:2] "(Intercept)" "speed" [08:48:02.010] | : . | : . | : . | : . .. ..$ residuals : Named num [1:50] 3.85 11.85 -5.95 12.05 2.12 ... [08:48:02.010] | : . | : . | : . | : . .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [08:48:02.010] | : . | : . | : . | : . .. ..$ effects : Named num [1:50] -303.914 145.552 -8.115 9.885 0.194 ... [08:48:02.010] | : . | : . | : . | : . .. .. ..- attr(*, "names")= chr [1:50] "(Intercept)" "speed" "" "" ... [08:48:02.010] | : . | : . | : . | : . .. ..$ rank : int 2 [08:48:02.010] | : . | : . | : . | : . .. ..$ fitted.values: Named num [1:50] -1.85 -1.85 9.95 9.95 13.88 ... [08:48:02.010] | : . | : . | : . | : . .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [08:48:02.010] | : . | : . | : . | : . .. ..$ assign : int [1:2] 0 1 [08:48:02.010] | : . | : . | : . | : . .. ..$ qr :List of 5 [08:48:02.010] | : . | : . | : . | : . .. .. ..$ qr : num [1:50, 1:2] -7.071 0.141 0.141 0.141 0.141 ... [08:48:02.010] | : . | : . | : . | : . .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:02.010] | : . | : . | : . | : . .. .. .. .. ..$ : chr [1:50] "1" "2" "3" "4" ... [08:48:02.010] | : . | : . | : . | : . .. .. .. .. ..$ : chr [1:2] "(Intercept)" "speed" [08:48:02.010] | : . | : . | : . | : . .. .. .. ..- attr(*, "assign")= int [1:2] 0 1 [08:48:02.010] | : . | : . | : . | : . .. .. ..$ qraux: num [1:2] 1.14 1.27 [08:48:02.010] | : . | : . | : . | : . .. .. ..$ pivot: int [1:2] 1 2 [08:48:02.010] | : . | : . | : . | : . .. .. ..$ tol : num 1e-07 [08:48:02.010] | : . | : . | : . | : . .. .. ..$ rank : int 2 [08:48:02.010] | : . | : . | : . | : . .. .. ..- attr(*, "class")= chr "qr" [08:48:02.010] | : . | : . | : . | : . .. ..$ df.residual : int 48 [08:48:02.010] | : . | : . | : . | : . .. ..$ xlevels : Named list() [08:48:02.010] | : . | : . | : . | : . .. ..$ call : language lm(formula = dist ~ speed + speed^2, data = cars) [08:48:02.010] | : . | : . | : . | : . .. ..$ terms :Classes 'terms', 'formula' language dist ~ speed + speed^2 [08:48:02.010] | : . | : . | : . | : . .. .. .. ..- attr(*, "variables")= language list(dist, speed) [08:48:02.010] | : . | : . | : . | : . .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [08:48:02.010] | : . | : . | : . | : . .. .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:02.010] | : . | : . | : . | : . .. .. .. .. .. ..$ : chr [1:2] "dist" "speed" [08:48:02.010] | : . | : . | : . | : . .. .. .. .. .. ..$ : chr "speed" [08:48:02.010] | : . | : . | : . | : . .. .. .. ..- attr(*, "term.labels")= chr "speed" [08:48:02.010] | : . | : . | : . | : . .. .. .. ..- attr(*, "order")= int 1 [08:48:02.010] | : . | : . | : . | : . .. .. .. ..- attr(*, "intercept")= int 1 [08:48:02.010] | : . | : . | : . | : . .. .. .. ..- attr(*, "response")= int 1 [08:48:02.010] | : . | : . | : . | : . .. .. .. ..- attr(*, ".Environment")= [08:48:02.010] | : . | : . | : . | : . .. .. .. ..- attr(*, "predvars")= language list(dist, speed) [08:48:02.010] | : . | : . | : . | : . .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "numeric" [08:48:02.010] | : . | : . | : . | : . .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "speed" [08:48:02.010] | : . | : . | : . | : . .. ..$ model :'data.frame': 50 obs. of 2 variables: [08:48:02.010] | : . | : . | : . | : . .. .. ..$ dist : num [1:50] 2 10 4 22 16 10 18 26 34 17 ... [08:48:02.010] | : . | : . | : . | : . .. .. ..$ speed: num [1:50] 4 4 7 7 8 9 10 10 10 11 ... [08:48:02.010] | : . | : . | : . | : . .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language dist ~ speed + speed^2 [08:48:02.010] | : . | : . | : . | : . .. .. .. .. ..- attr(*, "variables")= language list(dist, speed) [08:48:02.010] | : . | : . | : . | : . .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [08:48:02.010] | : . | : . | : . | : . .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:02.010] | : . | : . | : . | : . .. .. .. .. .. .. ..$ : chr [1:2] "dist" "speed" [08:48:02.010] | : . | : . | : . | : . .. .. .. .. .. .. ..$ : chr "speed" [08:48:02.010] | : . | : . | : . | : . .. .. .. .. ..- attr(*, "term.labels")= chr "speed" [08:48:02.010] | : . | : . | : . | : . .. .. .. .. ..- attr(*, "order")= int 1 [08:48:02.010] | : . | : . | : . | : . .. .. .. .. ..- attr(*, "intercept")= int 1 [08:48:02.010] | : . | : . | : . | : . .. .. .. .. ..- attr(*, "response")= int 1 [08:48:02.010] | : . | : . | : . | : . .. .. .. .. ..- attr(*, ".Environment")= [08:48:02.010] | : . | : . | : . | : . .. .. .. .. ..- attr(*, "predvars")= language list(dist, speed) [08:48:02.010] | : . | : . | : . | : . .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "numeric" [08:48:02.010] | : . | : . | : . | : . .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "speed" [08:48:02.010] | : . | : . | : . | : . .. ..- attr(*, "class")= chr "lm" [08:48:02.010] | : . | : . | : . | : . ..$ visible : logi TRUE [08:48:02.010] | : . | : . | : . | : . ..$ stdout : chr "" [08:48:02.010] | : . | : . | : . | : . ..$ conditions : list() [08:48:02.010] | : . | : . | : . | : . ..$ rng : logi FALSE [08:48:02.010] | : . | : . | : . | : . ..$ misuseGlobalEnv : NULL [08:48:02.010] | : . | : . | : . | : . ..$ misuseConnections:List of 3 [08:48:02.010] | : . | : . | : . | : . .. ..$ added : NULL [08:48:02.010] | : . | : . | : . | : . .. ..$ removed : NULL [08:48:02.010] | : . | : . | : . | : . .. ..$ replaced: NULL [08:48:02.010] | : . | : . | : . | : . ..$ misuseDevices : NULL [08:48:02.010] | : . | : . | : . | : . ..$ started : POSIXct[1:1], format: "2025-04-10 08:48:02" [08:48:02.010] | : . | : . | : . | : . ..$ finished : POSIXct[1:1], format: "2025-04-10 08:48:02" [08:48:02.010] | : . | : . | : . | : . ..$ session_uuid : chr "b5ea24d819fa8e354e31f230a229d71d" [08:48:02.010] | : . | : . | : . | : . .. ..- attr(*, "source")=List of 5 [08:48:02.010] | : . | : . | : . | : . .. .. ..$ host : Named chr "CRANWIN3" [08:48:02.010] | : . | : . | : . | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:48:02.010] | : . | : . | : . | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:48:02.010] | : . | : . | : . | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:48:02.010] | : . | : . | : . | : . .. .. ..$ pid : int 30840 [08:48:02.010] | : . | : . | : . | : . .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:48:00" [08:48:02.010] | : . | : . | : . | : . .. .. ..$ random: int 2147483647 [08:48:02.010] | : . | : . | : . | : . ..$ r_info :List of 4 [08:48:02.010] | : . | : . | : . | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:48:02.010] | : . | : . | : . | : . .. .. ..$ : int [1:3] 4 5 0 [08:48:02.010] | : . | : . | : . | : . .. ..$ os : chr "windows" [08:48:02.010] | : . | : . | : . | : . .. ..$ os_name : chr "Windows" [08:48:02.010] | : . | : . | : . | : . .. ..$ captures_utf8: logi TRUE [08:48:02.010] | : . | : . | : . | : . ..$ version : chr "1.8" [08:48:02.010] | : . | : . | : . | : . ..- attr(*, "class")= chr "FutureResult" [08:48:02.010] | : . | : . | : . | : . $ success: logi TRUE [08:48:02.010] | : . | : . | : . | : . $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [08:48:02.010] | : . | : . | : . | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:48:02.010] | : . | : . | : . | : . $ tag : NULL [08:48:02.061] | : . | : . | : . | : . Received FutureResult [08:48:02.061] | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... [08:48:02.062] | : . | : . | : . | : . | Removed future from position #1 [08:48:02.062] | : . | : . | : . | : . | Number of registered futures: 0 [08:48:02.062] | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... done [08:48:02.063] | : . | : . | : . | : . Erased future from future backend [08:48:02.063] | : . | : . | : . | : . result() for ClusterFuture ... [08:48:02.063] | : . | : . | : . | : . | result already collected: FutureResult [08:48:02.063] | : . | : . | : . | : . result() for ClusterFuture ... done [08:48:02.064] | : . | : . | : . | : receiveMessageFromWorker() for ClusterFuture ... done [08:48:02.064] | : . | : . | : . | result() for ClusterFuture ... done [08:48:02.064] | : . | : . | : . | result() for ClusterFuture ... [08:48:02.065] | : . | : . | : . | : result already collected: FutureResult [08:48:02.065] | : . | : . | : . | result() for ClusterFuture ... done Call: lm(formula = dist ~ speed + speed^2, data = cars) Coefficients: (Intercept) speed -17.579 3.932 - Globals - lm(, data = cars) ... Call: lm(formula = dist ~ speed + I(speed^2), data = cars) Coefficients: (Intercept) speed I(speed^2) 2.47014 0.91329 0.09996 [08:48:02.073] | : . | : . | : . | getGlobalsAndPackages() ... [08:48:02.073] | : . | : . | : . | : Searching for globals ... [08:48:02.077] | : . | : . | : . | : . globals found: [9] '{', 'lm', 'dist', '+', 'speed', 'I', '^', '~', 'cars' [08:48:02.077] | : . | : . | : . | : Searching for globals ... DONE [08:48:02.078] | : . | : . | : . | : Resolving globals: FALSE [08:48:02.078] | : . | : . | : . | : Search for packages associated with the globals ... [08:48:02.078] | : . | : . | : . | : . Packages associated with globals: [3] 'base', 'stats', 'datasets' [08:48:02.079] | : . | : . | : . | : . Packages: [3] 'base', 'stats', 'datasets' [08:48:02.079] | : . | : . | : . | : Search for packages associated with the globals ... DONE [08:48:02.080] | : . | : . | : . | : Packages after dropping 'base': [2] 'stats', 'datasets' [08:48:02.080] | : . | : . | : . | : Packages after dropping non-attached packages: [2] 'stats', 'datasets' [08:48:02.080] | : . | : . | : . | : globals: [0] [08:48:02.080] | : . | : . | : . | : packages: [2] 'stats', 'datasets' [08:48:02.081] | : . | : . | : . | getGlobalsAndPackages() ... done [08:48:02.081] | : . | : . | : . | run() for Future ('Future') ... [08:48:02.082] | : . | : . | : . | : state: 'created' [08:48:02.082] | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:02.082] | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:02.082] | : . | : . | : . | : Using MultisessionFutureBackend ... [08:48:02.083] | : . | : . | : . | : . Launching futures ... [08:48:02.083] | : . | : . | : . | : . | launchFuture() for ClusterFutureBackend ... [08:48:02.083] | : . | : . | : . | : . | : Workers: [n=2] [08:48:02.083] | : . | : . | : . | : . | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:48:02.086] | : . | : . | : . | : . | : FutureRegistry: 'workers-22d646b265e81ccb6dafce5bae9b6b23' [08:48:02.087] | : . | : . | : . | : . | : requestWorker() ... [08:48:02.087] | : . | : . | : . | : . | : . requestNode() ... [08:48:02.087] | : . | : . | : . | : . | : . | Number of workers: 2 [08:48:02.087] | : . | : . | : . | : . | : . | Polling for a free worker ... [08:48:02.088] | : . | : . | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:02.088] | : . | : . | : . | : . | : . | : . Listing all futures [08:48:02.088] | : . | : . | : . | : . | : . | : . Number of registered futures: 0 [08:48:02.088] | : . | : . | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:02.089] | : . | : . | : . | : . | : . | : Total time: 0 [08:48:02.089] | : . | : . | : . | : . | : . | Polling for a free worker ... done [08:48:02.089] | : . | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:02.089] | : . | : . | : . | : . | : . | : Listing all futures [08:48:02.090] | : . | : . | : . | : . | : . | : Number of registered futures: 0 [08:48:02.090] | : . | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:02.090] | : . | : . | : . | : . | : . | Index of first available worker: 1 [08:48:02.090] | : . | : . | : . | : . | : . | Validate that the worker is functional ... [08:48:02.142] | : . | : . | : . | : . | : . | : Worker is functional [08:48:02.143] | : . | : . | : . | : . | : . | requestNode() ... done [08:48:02.143] | : . | : . | : . | : . | : . | cluster node index: 1 [08:48:02.144] | : . | : . | : . | : . | : . requestWorker() ... done [08:48:02.144] | : . | : . | : . | : . | : . eraseGlobalEnvironment() ... [08:48:02.145] | : . | : . | : . | : . | : . eraseGlobalEnvironment() ... done [08:48:02.145] | : . | : . | : . | : . | : . launchFuture() ... [08:48:02.145] | : . | : . | : . | : . | : . | cluster node index: 1 [08:48:02.146] | : . | : . | : . | : . | : . | getFutureData() ... [08:48:02.146] | : . | : . | : . | : . | : . | : getFutureCore() ... [08:48:02.146] | : . | : . | : . | : . | : . | : . Packages needed by the future expression (n = 2): 'stats', 'datasets' [08:48:02.147] | : . | : . | : . | : . | : . | : getFutureCore() ... done [08:48:02.147] | : . | : . | : . | : . | : . | : getFutureCapture() ... [08:48:02.147] | : . | : . | : . | : . | : . | : getFutureCapture() ... done [08:48:02.148] | : . | : . | : . | : . | : . | : getFutureContext() ... [08:48:02.148] | : . | : . | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:02.148] | : . | : . | : . | : . | : . | : . | Getting stack without first strategy: [n=0] [08:48:02.149] | : . | : . | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:02.149] | : . | : . | : . | : . | : . | : . Packages needed by future strategies (n = 0): [08:48:02.149] | : . | : . | : . | : . | : . | : getFutureContext() ... done [08:48:02.150] | : . | : . | : . | : . | : . | getFutureData() ... done [08:48:02.150] | : . | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... [08:48:02.151] | : . | : . | : . | : . | : . | : Appended future to position #1 [08:48:02.151] | : . | : . | : . | : . | : . | : Number of registered futures: 1 [08:48:02.151] | : . | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... done [08:48:02.151] | : . | : . | : . | : . | : . launchFuture() ... done [08:48:02.152] | : . | : . | : . | : . | : . MultisessionFuture started [08:48:02.152] | : . | : . | : . | : . | : launchFuture() for ClusterFutureBackend ... done [08:48:02.152] | : . | : . | : . | : . | Launching futures ... done [08:48:02.153] | : . | : . | : . | : . | Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:48:02.153] | : . | : . | : . | : . Using MultisessionFutureBackend ... done [08:48:02.153] | : . | : . | : . | : run() for Future ('MultisessionFuture') ... done [08:48:02.154] | : . | : . | : . | : result() for ClusterFuture ... [08:48:02.154] | : . | : . | : . | : . assertValidConnection() ... [08:48:02.154] | : . | : . | : . | : . | cluster node index: 1 [08:48:02.155] | : . | : . | : . | : . assertValidConnection() ... done [08:48:02.155] | : . | : . | : . | : . receiveMessageFromWorker() for ClusterFuture ... [08:48:02.156] | : . | : . | : . | : . | cluster node index: 1 [08:48:02.159] | : . | : . | : . | : . | [1] TRUE [08:48:02.159] | : . | : . | : . | : . | received data: [08:48:02.160] | : . | : . | : . | : . | List of 5 [08:48:02.160] | : . | : . | : . | : . | $ type : chr "VALUE" [08:48:02.160] | : . | : . | : . | : . | $ value :List of 13 [08:48:02.160] | : . | : . | : . | : . | ..$ value :List of 12 [08:48:02.160] | : . | : . | : . | : . | .. ..$ coefficients : Named num [1:3] 2.47 0.913 0.1 [08:48:02.160] | : . | : . | : . | : . | .. .. ..- attr(*, "names")= chr [1:3] "(Intercept)" "speed" "I(speed^2)" [08:48:02.160] | : . | : . | : . | : . | .. ..$ residuals : Named num [1:50] -5.723 2.277 -9.761 8.239 -0.174 ... [08:48:02.160] | : . | : . | : . | : . | .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [08:48:02.160] | : . | : . | : . | : . | .. ..$ effects : Named num [1:50] -303.91 145.55 -23 9.04 0.17 ... [08:48:02.160] | : . | : . | : . | : . | .. .. ..- attr(*, "names")= chr [1:50] "(Intercept)" "speed" "I(speed^2)" "" ... [08:48:02.160] | : . | : . | : . | : . | .. ..$ rank : int 3 [08:48:02.160] | : . | : . | : . | : . | .. ..$ fitted.values: Named num [1:50] 7.72 7.72 13.76 13.76 16.17 ... [08:48:02.160] | : . | : . | : . | : . | .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [08:48:02.160] | : . | : . | : . | : . | .. ..$ assign : int [1:3] 0 1 2 [08:48:02.160] | : . | : . | : . | : . | .. ..$ qr :List of 5 [08:48:02.160] | : . | : . | : . | : . | .. .. ..$ qr : num [1:50, 1:3] -7.071 0.141 0.141 0.141 0.141 ... [08:48:02.160] | : . | : . | : . | : . | .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:02.160] | : . | : . | : . | : . | .. .. .. .. ..$ : chr [1:50] "1" "2" "3" "4" ... [08:48:02.160] | : . | : . | : . | : . | .. .. .. .. ..$ : chr [1:3] "(Intercept)" "speed" "I(speed^2)" [08:48:02.160] | : . | : . | : . | : . | .. .. .. ..- attr(*, "assign")= int [1:3] 0 1 2 [08:48:02.160] | : . | : . | : . | : . | .. .. ..$ qraux: num [1:3] 1.14 1.27 1.06 [08:48:02.160] | : . | : . | : . | : . | .. .. ..$ pivot: int [1:3] 1 2 3 [08:48:02.160] | : . | : . | : . | : . | .. .. ..$ tol : num 1e-07 [08:48:02.160] | : . | : . | : . | : . | .. .. ..$ rank : int 3 [08:48:02.160] | : . | : . | : . | : . | .. .. ..- attr(*, "class")= chr "qr" [08:48:02.160] | : . | : . | : . | : . | .. ..$ df.residual : int 47 [08:48:02.160] | : . | : . | : . | : . | .. ..$ xlevels : Named list() [08:48:02.160] | : . | : . | : . | : . | .. ..$ call : language lm(formula = dist ~ speed + I(speed^2), data = cars) [08:48:02.160] | : . | : . | : . | : . | .. ..$ terms :Classes 'terms', 'formula' language dist ~ speed + I(speed^2) [08:48:02.160] | : . | : . | : . | : . | .. .. .. ..- attr(*, "variables")= language list(dist, speed, I(speed^2)) [08:48:02.160] | : . | : . | : . | : . | .. .. .. ..- attr(*, "factors")= int [1:3, 1:2] 0 1 0 0 0 1 [08:48:02.160] | : . | : . | : . | : . | .. .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:02.160] | : . | : . | : . | : . | .. .. .. .. .. ..$ : chr [1:3] "dist" "speed" "I(speed^2)" [08:48:02.160] | : . | : . | : . | : . | .. .. .. .. .. ..$ : chr [1:2] "speed" "I(speed^2)" [08:48:02.160] | : . | : . | : . | : . | .. .. .. ..- attr(*, "term.labels")= chr [1:2] "speed" "I(speed^2)" [08:48:02.160] | : . | : . | : . | : . | .. .. .. ..- attr(*, "order")= int [1:2] 1 1 [08:48:02.160] | : . | : . | : . | : . | .. .. .. ..- attr(*, "intercept")= int 1 [08:48:02.160] | : . | : . | : . | : . | .. .. .. ..- attr(*, "response")= int 1 [08:48:02.160] | : . | : . | : . | : . | .. .. .. ..- attr(*, ".Environment")= [08:48:02.160] | : . | : . | : . | : . | .. .. .. ..- attr(*, "predvars")= language list(dist, speed, I(speed^2)) [08:48:02.160] | : . | : . | : . | : . | .. .. .. ..- attr(*, "dataClasses")= Named chr [1:3] "numeric" "numeric" "numeric" [08:48:02.160] | : . | : . | : . | : . | .. .. .. .. ..- attr(*, "names")= chr [1:3] "dist" "speed" "I(speed^2)" [08:48:02.160] | : . | : . | : . | : . | .. ..$ model :'data.frame': 50 obs. of 3 variables: [08:48:02.160] | : . | : . | : . | : . | .. .. ..$ dist : num [1:50] 2 10 4 22 16 10 18 26 34 17 ... [08:48:02.160] | : . | : . | : . | : . | .. .. ..$ speed : num [1:50] 4 4 7 7 8 9 10 10 10 11 ... [08:48:02.160] | : . | : . | : . | : . | .. .. ..$ I(speed^2): 'AsIs' num [1:50] 16 16 49 49 64 81 100 100 100 121 ... [08:48:02.160] | : . | : . | : . | : . | .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language dist ~ speed + I(speed^2) [08:48:02.160] | : . | : . | : . | : . | .. .. .. .. ..- attr(*, "variables")= language list(dist, speed, I(speed^2)) [08:48:02.160] | : . | : . | : . | : . | .. .. .. .. ..- attr(*, "factors")= int [1:3, 1:2] 0 1 0 0 0 1 [08:48:02.160] | : . | : . | : . | : . | .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:02.160] | : . | : . | : . | : . | .. .. .. .. .. .. ..$ : chr [1:3] "dist" "speed" "I(speed^2)" [08:48:02.160] | : . | : . | : . | : . | .. .. .. .. .. .. ..$ : chr [1:2] "speed" "I(speed^2)" [08:48:02.160] | : . | : . | : . | : . | .. .. .. .. ..- attr(*, "term.labels")= chr [1:2] "speed" "I(speed^2)" [08:48:02.160] | : . | : . | : . | : . | .. .. .. .. ..- attr(*, "order")= int [1:2] 1 1 [08:48:02.160] | : . | : . | : . | : . | .. .. .. .. ..- attr(*, "intercept")= int 1 [08:48:02.160] | : . | : . | : . | : . | .. .. .. .. ..- attr(*, "response")= int 1 [08:48:02.160] | : . | : . | : . | : . | .. .. .. .. ..- attr(*, ".Environment")= [08:48:02.160] | : . | : . | : . | : . | .. .. .. .. ..- attr(*, "predvars")= language list(dist, speed, I(speed^2)) [08:48:02.160] | : . | : . | : . | : . | .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:3] "numeric" "numeric" "numeric" [08:48:02.160] | : . | : . | : . | : . | .. .. .. .. .. ..- attr(*, "names")= chr [1:3] "dist" "speed" "I(speed^2)" [08:48:02.160] | : . | : . | : . | : . | .. ..- attr(*, "class")= chr "lm" [08:48:02.160] | : . | : . | : . | : . | ..$ visible : logi TRUE [08:48:02.160] | : . | : . | : . | : . | ..$ stdout : chr "" [08:48:02.160] | : . | : . | : . | : . | ..$ conditions : list() [08:48:02.160] | : . | : . | : . | : . | ..$ rng : logi FALSE [08:48:02.160] | : . | : . | : . | : . | ..$ misuseGlobalEnv : NULL [08:48:02.160] | : . | : . | : . | : . | ..$ misuseConnections:List of 3 [08:48:02.160] | : . | : . | : . | : . | .. ..$ added : NULL [08:48:02.160] | : . | : . | : . | : . | .. ..$ removed : NULL [08:48:02.160] | : . | : . | : . | : . | .. ..$ replaced: NULL [08:48:02.160] | : . | : . | : . | : . | ..$ misuseDevices : NULL [08:48:02.160] | : . | : . | : . | : . | ..$ started : POSIXct[1:1], format: "2025-04-10 08:48:02" [08:48:02.160] | : . | : . | : . | : . | ..$ finished : POSIXct[1:1], format: "2025-04-10 08:48:02" [08:48:02.160] | : . | : . | : . | : . | ..$ session_uuid : chr "b5ea24d819fa8e354e31f230a229d71d" [08:48:02.160] | : . | : . | : . | : . | .. ..- attr(*, "source")=List of 5 [08:48:02.160] | : . | : . | : . | : . | .. .. ..$ host : Named chr "CRANWIN3" [08:48:02.160] | : . | : . | : . | : . | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:48:02.160] | : . | : . | : . | : . | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:48:02.160] | : . | : . | : . | : . | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:48:02.160] | : . | : . | : . | : . | .. .. ..$ pid : int 30840 [08:48:02.160] | : . | : . | : . | : . | .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:48:00" [08:48:02.160] | : . | : . | : . | : . | .. .. ..$ random: int 2147483647 [08:48:02.160] | : . | : . | : . | : . | ..$ r_info :List of 4 [08:48:02.160] | : . | : . | : . | : . | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:48:02.160] | : . | : . | : . | : . | .. .. ..$ : int [1:3] 4 5 0 [08:48:02.160] | : . | : . | : . | : . | .. ..$ os : chr "windows" [08:48:02.160] | : . | : . | : . | : . | .. ..$ os_name : chr "Windows" [08:48:02.160] | : . | : . | : . | : . | .. ..$ captures_utf8: logi TRUE [08:48:02.160] | : . | : . | : . | : . | ..$ version : chr "1.8" [08:48:02.160] | : . | : . | : . | : . | ..- attr(*, "class")= chr "FutureResult" [08:48:02.160] | : . | : . | : . | : . | $ success: logi TRUE [08:48:02.160] | : . | : . | : . | : . | $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [08:48:02.160] | : . | : . | : . | : . | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:48:02.160] | : . | : . | : . | : . | $ tag : NULL [08:48:02.214] | : . | : . | : . | : . | Received FutureResult [08:48:02.215] | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... [08:48:02.215] | : . | : . | : . | : . | : Removed future from position #1 [08:48:02.215] | : . | : . | : . | : . | : Number of registered futures: 0 [08:48:02.216] | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... done [08:48:02.216] | : . | : . | : . | : . | Erased future from future backend [08:48:02.216] | : . | : . | : . | : . | result() for ClusterFuture ... [08:48:02.216] | : . | : . | : . | : . | : result already collected: FutureResult [08:48:02.217] | : . | : . | : . | : . | result() for ClusterFuture ... done [08:48:02.217] | : . | : . | : . | : . receiveMessageFromWorker() for ClusterFuture ... done [08:48:02.217] | : . | : . | : . | : result() for ClusterFuture ... done [08:48:02.218] | : . | : . | : . | : result() for ClusterFuture ... [08:48:02.218] | : . | : . | : . | : . result already collected: FutureResult [08:48:02.218] | : . | : . | : . | : result() for ClusterFuture ... done Call: lm(formula = dist ~ speed + I(speed^2), data = cars) Coefficients: (Intercept) speed I(speed^2) 2.47014 0.91329 0.09996 - Globals - lm(, data = cars) ... Call: lm(formula = dist ~ poly(speed, 2), data = cars) Coefficients: (Intercept) poly(speed, 2)1 poly(speed, 2)2 42.98 145.55 23.00 [08:48:02.225] | : . | : . | : . | : getGlobalsAndPackages() ... [08:48:02.226] | : . | : . | : . | : . Searching for globals ... [08:48:02.229] | : . | : . | : . | : . | globals found: [7] '{', 'lm', 'dist', 'poly', 'speed', '~', 'cars' [08:48:02.230] | : . | : . | : . | : . Searching for globals ... DONE [08:48:02.230] | : . | : . | : . | : . Resolving globals: FALSE [08:48:02.230] | : . | : . | : . | : . Search for packages associated with the globals ... [08:48:02.231] | : . | : . | : . | : . | Packages associated with globals: [3] 'base', 'stats', 'datasets' [08:48:02.232] | : . | : . | : . | : . | Packages: [3] 'base', 'stats', 'datasets' [08:48:02.232] | : . | : . | : . | : . Search for packages associated with the globals ... DONE [08:48:02.232] | : . | : . | : . | : . Packages after dropping 'base': [2] 'stats', 'datasets' [08:48:02.233] | : . | : . | : . | : . Packages after dropping non-attached packages: [2] 'stats', 'datasets' [08:48:02.233] | : . | : . | : . | : . globals: [0] [08:48:02.233] | : . | : . | : . | : . packages: [2] 'stats', 'datasets' [08:48:02.234] | : . | : . | : . | : getGlobalsAndPackages() ... done [08:48:02.234] | : . | : . | : . | : run() for Future ('Future') ... [08:48:02.235] | : . | : . | : . | : . state: 'created' [08:48:02.235] | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:02.235] | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:02.236] | : . | : . | : . | : . Using MultisessionFutureBackend ... [08:48:02.236] | : . | : . | : . | : . | Launching futures ... [08:48:02.236] | : . | : . | : . | : . | : launchFuture() for ClusterFutureBackend ... [08:48:02.237] | : . | : . | : . | : . | : . Workers: [n=2] [08:48:02.237] | : . | : . | : . | : . | : . Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:48:02.241] | : . | : . | : . | : . | : . FutureRegistry: 'workers-22d646b265e81ccb6dafce5bae9b6b23' [08:48:02.241] | : . | : . | : . | : . | : . requestWorker() ... [08:48:02.241] | : . | : . | : . | : . | : . | requestNode() ... [08:48:02.242] | : . | : . | : . | : . | : . | : Number of workers: 2 [08:48:02.242] | : . | : . | : . | : . | : . | : Polling for a free worker ... [08:48:02.242] | : . | : . | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:02.243] | : . | : . | : . | : . | : . | : . | Listing all futures [08:48:02.243] | : . | : . | : . | : . | : . | : . | Number of registered futures: 0 [08:48:02.243] | : . | : . | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:02.243] | : . | : . | : . | : . | : . | : . Total time: 0 [08:48:02.244] | : . | : . | : . | : . | : . | : Polling for a free worker ... done [08:48:02.244] | : . | : . | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:02.244] | : . | : . | : . | : . | : . | : . Listing all futures [08:48:02.245] | : . | : . | : . | : . | : . | : . Number of registered futures: 0 [08:48:02.245] | : . | : . | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:02.245] | : . | : . | : . | : . | : . | : Index of first available worker: 1 [08:48:02.246] | : . | : . | : . | : . | : . | : Validate that the worker is functional ... [08:48:02.306] | : . | : . | : . | : . | : . | : . Worker is functional [08:48:02.307] | : . | : . | : . | : . | : . | : requestNode() ... done [08:48:02.307] | : . | : . | : . | : . | : . | : cluster node index: 1 [08:48:02.307] | : . | : . | : . | : . | : . | requestWorker() ... done [08:48:02.308] | : . | : . | : . | : . | : . | eraseGlobalEnvironment() ... [08:48:02.309] | : . | : . | : . | : . | : . | eraseGlobalEnvironment() ... done [08:48:02.309] | : . | : . | : . | : . | : . | launchFuture() ... [08:48:02.309] | : . | : . | : . | : . | : . | : cluster node index: 1 [08:48:02.310] | : . | : . | : . | : . | : . | : getFutureData() ... [08:48:02.310] | : . | : . | : . | : . | : . | : . getFutureCore() ... [08:48:02.310] | : . | : . | : . | : . | : . | : . | Packages needed by the future expression (n = 2): 'stats', 'datasets' [08:48:02.311] | : . | : . | : . | : . | : . | : . getFutureCore() ... done [08:48:02.311] | : . | : . | : . | : . | : . | : . getFutureCapture() ... [08:48:02.311] | : . | : . | : . | : . | : . | : . getFutureCapture() ... done [08:48:02.311] | : . | : . | : . | : . | : . | : . getFutureContext() ... [08:48:02.312] | : . | : . | : . | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:02.321] | : . | : . | : . | : . | : . | : . | : Getting stack without first strategy: [n=0] [08:48:02.321] | : . | : . | : . | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:02.322] | : . | : . | : . | : . | : . | : . | Packages needed by future strategies (n = 0): [08:48:02.322] | : . | : . | : . | : . | : . | : . getFutureContext() ... done [08:48:02.323] | : . | : . | : . | : . | : . | : getFutureData() ... done [08:48:02.323] | : . | : . | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... [08:48:02.324] | : . | : . | : . | : . | : . | : . Appended future to position #1 [08:48:02.324] | : . | : . | : . | : . | : . | : . Number of registered futures: 1 [08:48:02.324] | : . | : . | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... done [08:48:02.325] | : . | : . | : . | : . | : . | launchFuture() ... done [08:48:02.325] | : . | : . | : . | : . | : . | MultisessionFuture started [08:48:02.325] | : . | : . | : . | : . | : . launchFuture() for ClusterFutureBackend ... done [08:48:02.325] | : . | : . | : . | : . | : Launching futures ... done [08:48:02.326] | : . | : . | : . | : . | : Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:48:02.326] | : . | : . | : . | : . | Using MultisessionFutureBackend ... done [08:48:02.326] | : . | : . | : . | : . run() for Future ('MultisessionFuture') ... done [08:48:02.327] | : . | : . | : . | : . result() for ClusterFuture ... [08:48:02.327] | : . | : . | : . | : . | assertValidConnection() ... [08:48:02.327] | : . | : . | : . | : . | : cluster node index: 1 [08:48:02.328] | : . | : . | : . | : . | assertValidConnection() ... done [08:48:02.328] | : . | : . | : . | : . | receiveMessageFromWorker() for ClusterFuture ... [08:48:02.329] | : . | : . | : . | : . | : cluster node index: 1 [08:48:02.335] | : . | : . | : . | : . | : [1] TRUE [08:48:02.336] | : . | : . | : . | : . | : received data: [08:48:02.336] | : . | : . | : . | : . | : List of 5 [08:48:02.336] | : . | : . | : . | : . | : $ type : chr "VALUE" [08:48:02.336] | : . | : . | : . | : . | : $ value :List of 13 [08:48:02.336] | : . | : . | : . | : . | : ..$ value :List of 12 [08:48:02.336] | : . | : . | : . | : . | : .. ..$ coefficients : Named num [1:3] 43 146 23 [08:48:02.336] | : . | : . | : . | : . | : .. .. ..- attr(*, "names")= chr [1:3] "(Intercept)" "poly(speed, 2)1" "poly(speed, 2)2" [08:48:02.336] | : . | : . | : . | : . | : .. ..$ residuals : Named num [1:50] -5.723 2.277 -9.761 8.239 -0.174 ... [08:48:02.336] | : . | : . | : . | : . | : .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [08:48:02.336] | : . | : . | : . | : . | : .. ..$ effects : Named num [1:50] -303.91 145.55 -23 9.04 0.17 ... [08:48:02.336] | : . | : . | : . | : . | : .. .. ..- attr(*, "names")= chr [1:50] "(Intercept)" "poly(speed, 2)1" "poly(speed, 2)2" "" ... [08:48:02.336] | : . | : . | : . | : . | : .. ..$ rank : int 3 [08:48:02.336] | : . | : . | : . | : . | : .. ..$ fitted.values: Named num [1:50] 7.72 7.72 13.76 13.76 16.17 ... [08:48:02.336] | : . | : . | : . | : . | : .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [08:48:02.336] | : . | : . | : . | : . | : .. ..$ assign : int [1:3] 0 1 1 [08:48:02.336] | : . | : . | : . | : . | : .. ..$ qr :List of 5 [08:48:02.336] | : . | : . | : . | : . | : .. .. ..$ qr : num [1:50, 1:3] -7.071 0.141 0.141 0.141 0.141 ... [08:48:02.336] | : . | : . | : . | : . | : .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. ..$ : chr [1:50] "1" "2" "3" "4" ... [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. ..$ : chr [1:3] "(Intercept)" "poly(speed, 2)1" "poly(speed, 2)2" [08:48:02.336] | : . | : . | : . | : . | : .. .. .. ..- attr(*, "assign")= int [1:3] 0 1 1 [08:48:02.336] | : . | : . | : . | : . | : .. .. ..$ qraux: num [1:3] 1.14 1.27 1.06 [08:48:02.336] | : . | : . | : . | : . | : .. .. ..$ pivot: int [1:3] 1 2 3 [08:48:02.336] | : . | : . | : . | : . | : .. .. ..$ tol : num 1e-07 [08:48:02.336] | : . | : . | : . | : . | : .. .. ..$ rank : int 3 [08:48:02.336] | : . | : . | : . | : . | : .. .. ..- attr(*, "class")= chr "qr" [08:48:02.336] | : . | : . | : . | : . | : .. ..$ df.residual : int 47 [08:48:02.336] | : . | : . | : . | : . | : .. ..$ xlevels : Named list() [08:48:02.336] | : . | : . | : . | : . | : .. ..$ call : language lm(formula = dist ~ poly(speed, 2), data = cars) [08:48:02.336] | : . | : . | : . | : . | : .. ..$ terms :Classes 'terms', 'formula' language dist ~ poly(speed, 2) [08:48:02.336] | : . | : . | : . | : . | : .. .. .. ..- attr(*, "variables")= language list(dist, poly(speed, 2)) [08:48:02.336] | : . | : . | : . | : . | : .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. .. ..$ : chr [1:2] "dist" "poly(speed, 2)" [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. .. ..$ : chr "poly(speed, 2)" [08:48:02.336] | : . | : . | : . | : . | : .. .. .. ..- attr(*, "term.labels")= chr "poly(speed, 2)" [08:48:02.336] | : . | : . | : . | : . | : .. .. .. ..- attr(*, "order")= int 1 [08:48:02.336] | : . | : . | : . | : . | : .. .. .. ..- attr(*, "intercept")= int 1 [08:48:02.336] | : . | : . | : . | : . | : .. .. .. ..- attr(*, "response")= int 1 [08:48:02.336] | : . | : . | : . | : . | : .. .. .. ..- attr(*, ".Environment")= [08:48:02.336] | : . | : . | : . | : . | : .. .. .. ..- attr(*, "predvars")= language list(dist, poly(speed, 2, coefs = list(alpha = c(15.4, 14.803503649635), norm2 = c(1, 50, 1370, 52923.5831824818)))) [08:48:02.336] | : . | : . | : . | : . | : .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "nmatrix.2" [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "poly(speed, 2)" [08:48:02.336] | : . | : . | : . | : . | : .. ..$ model :'data.frame': 50 obs. of 2 variables: [08:48:02.336] | : . | : . | : . | : . | : .. .. ..$ dist : num [1:50] 2 10 4 22 16 10 18 26 34 17 ... [08:48:02.336] | : . | : . | : . | : . | : .. .. ..$ poly(speed, 2): 'poly' num [1:50, 1:2] -0.308 -0.308 -0.227 -0.227 -0.2 ... [08:48:02.336] | : . | : . | : . | : . | : .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. ..$ : NULL [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. ..$ : chr [1:2] "1" "2" [08:48:02.336] | : . | : . | : . | : . | : .. .. .. ..- attr(*, "coefs")=List of 2 [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. ..$ alpha: num [1:2] 15.4 14.8 [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. ..$ norm2: num [1:4] 1 50 1370 52924 [08:48:02.336] | : . | : . | : . | : . | : .. .. .. ..- attr(*, "degree")= int [1:2] 1 2 [08:48:02.336] | : . | : . | : . | : . | : .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language dist ~ poly(speed, 2) [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. ..- attr(*, "variables")= language list(dist, poly(speed, 2)) [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. .. .. ..$ : chr [1:2] "dist" "poly(speed, 2)" [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. .. .. ..$ : chr "poly(speed, 2)" [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. ..- attr(*, "term.labels")= chr "poly(speed, 2)" [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. ..- attr(*, "order")= int 1 [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. ..- attr(*, "intercept")= int 1 [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. ..- attr(*, "response")= int 1 [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. ..- attr(*, ".Environment")= [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. ..- attr(*, "predvars")= language list(dist, poly(speed, 2, coefs = list(alpha = c(15.4, 14.803503649635), norm2 = c(1, 50, 1370, 52923.5831824818)))) [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "nmatrix.2" [08:48:02.336] | : . | : . | : . | : . | : .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "poly(speed, 2)" [08:48:02.336] | : . | : . | : . | : . | : .. ..- attr(*, "class")= chr "lm" [08:48:02.336] | : . | : . | : . | : . | : ..$ visible : logi TRUE [08:48:02.336] | : . | : . | : . | : . | : ..$ stdout : chr "" [08:48:02.336] | : . | : . | : . | : . | : ..$ conditions : list() [08:48:02.336] | : . | : . | : . | : . | : ..$ rng : logi FALSE [08:48:02.336] | : . | : . | : . | : . | : ..$ misuseGlobalEnv : NULL [08:48:02.336] | : . | : . | : . | : . | : ..$ misuseConnections:List of 3 [08:48:02.336] | : . | : . | : . | : . | : .. ..$ added : NULL [08:48:02.336] | : . | : . | : . | : . | : .. ..$ removed : NULL [08:48:02.336] | : . | : . | : . | : . | : .. ..$ replaced: NULL [08:48:02.336] | : . | : . | : . | : . | : ..$ misuseDevices : NULL [08:48:02.336] | : . | : . | : . | : . | : ..$ started : POSIXct[1:1], format: "2025-04-10 08:48:02" [08:48:02.336] | : . | : . | : . | : . | : ..$ finished : POSIXct[1:1], format: "2025-04-10 08:48:02" [08:48:02.336] | : . | : . | : . | : . | : ..$ session_uuid : chr "b5ea24d819fa8e354e31f230a229d71d" [08:48:02.336] | : . | : . | : . | : . | : .. ..- attr(*, "source")=List of 5 [08:48:02.336] | : . | : . | : . | : . | : .. .. ..$ host : Named chr "CRANWIN3" [08:48:02.336] | : . | : . | : . | : . | : .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:48:02.336] | : . | : . | : . | : . | : .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:48:02.336] | : . | : . | : . | : . | : .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:48:02.336] | : . | : . | : . | : . | : .. .. ..$ pid : int 30840 [08:48:02.336] | : . | : . | : . | : . | : .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:48:00" [08:48:02.336] | : . | : . | : . | : . | : .. .. ..$ random: int 2147483647 [08:48:02.336] | : . | : . | : . | : . | : ..$ r_info :List of 4 [08:48:02.336] | : . | : . | : . | : . | : .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:48:02.336] | : . | : . | : . | : . | : .. .. ..$ : int [1:3] 4 5 0 [08:48:02.336] | : . | : . | : . | : . | : .. ..$ os : chr "windows" [08:48:02.336] | : . | : . | : . | : . | : .. ..$ os_name : chr "Windows" [08:48:02.336] | : . | : . | : . | : . | : .. ..$ captures_utf8: logi TRUE [08:48:02.336] | : . | : . | : . | : . | : ..$ version : chr "1.8" [08:48:02.336] | : . | : . | : . | : . | : ..- attr(*, "class")= chr "FutureResult" [08:48:02.336] | : . | : . | : . | : . | : $ success: logi TRUE [08:48:02.336] | : . | : . | : . | : . | : $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [08:48:02.336] | : . | : . | : . | : . | : ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:48:02.336] | : . | : . | : . | : . | : $ tag : NULL [08:48:02.394] | : . | : . | : . | : . | : Received FutureResult [08:48:02.394] | : . | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... [08:48:02.395] | : . | : . | : . | : . | : . Removed future from position #1 [08:48:02.395] | : . | : . | : . | : . | : . Number of registered futures: 0 [08:48:02.395] | : . | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... done [08:48:02.395] | : . | : . | : . | : . | : Erased future from future backend [08:48:02.396] | : . | : . | : . | : . | : result() for ClusterFuture ... [08:48:02.396] | : . | : . | : . | : . | : . result already collected: FutureResult [08:48:02.396] | : . | : . | : . | : . | : result() for ClusterFuture ... done [08:48:02.397] | : . | : . | : . | : . | receiveMessageFromWorker() for ClusterFuture ... done [08:48:02.397] | : . | : . | : . | : . result() for ClusterFuture ... done [08:48:02.397] | : . | : . | : . | : . result() for ClusterFuture ... [08:48:02.397] | : . | : . | : . | : . | result already collected: FutureResult [08:48:02.398] | : . | : . | : . | : . result() for ClusterFuture ... done Call: lm(formula = dist ~ poly(speed, 2), data = cars) Coefficients: (Intercept) poly(speed, 2)1 poly(speed, 2)2 42.98 145.55 23.00 - Globals - map(x, ~ expr) ... [08:48:02.401] | : . | : . | : . | : . getGlobalsAndPackages() ... [08:48:02.402] | : . | : . | : . | : . | Searching for globals ... [08:48:02.410] | : . | : . | : . | : . | : globals found: [16] '{', 'outer_function', 'map', ':', '~', 'inner_function', '.x', 'if', 'inherits', '<-', '[[', '-', 'eval', 'bquote', 'lapply', '+' [08:48:02.411] | : . | : . | : . | : . | Searching for globals ... DONE [08:48:02.411] | : . | : . | : . | : . | Resolving globals: FALSE [08:48:02.411] | : . | : . | : . | : . | Search for packages associated with the globals ... [08:48:02.412] | : . | : . | : . | : . | : Packages associated with globals: [1] 'base' [08:48:02.413] | : . | : . | : . | : . | : Packages: [1] 'base' [08:48:02.413] | : . | : . | : . | : . | Search for packages associated with the globals ... DONE [08:48:02.414] | : . | : . | : . | : . | Packages after dropping 'base': [0] [08:48:02.414] | : . | : . | : . | : . | globals: [3] 'outer_function', 'map', 'inner_function' [08:48:02.414] | : . | : . | : . | : . | packages: [0] [08:48:02.414] | : . | : . | : . | : . getGlobalsAndPackages() ... done [08:48:02.415] | : . | : . | : . | : . run() for Future ('Future') ... [08:48:02.415] | : . | : . | : . | : . | state: 'created' [08:48:02.416] | : . | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:02.416] | : . | : . | : . | : . | plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:02.416] | : . | : . | : . | : . | Using MultisessionFutureBackend ... [08:48:02.416] | : . | : . | : . | : . | : Launching futures ... [08:48:02.417] | : . | : . | : . | : . | : . launchFuture() for ClusterFutureBackend ... [08:48:02.417] | : . | : . | : . | : . | : . | Workers: [n=2] [08:48:02.417] | : . | : . | : . | : . | : . | Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:48:02.420] | : . | : . | : . | : . | : . | FutureRegistry: 'workers-22d646b265e81ccb6dafce5bae9b6b23' [08:48:02.421] | : . | : . | : . | : . | : . | requestWorker() ... [08:48:02.421] | : . | : . | : . | : . | : . | : requestNode() ... [08:48:02.421] | : . | : . | : . | : . | : . | : . Number of workers: 2 [08:48:02.422] | : . | : . | : . | : . | : . | : . Polling for a free worker ... [08:48:02.422] | : . | : . | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:02.422] | : . | : . | : . | : . | : . | : . | : Listing all futures [08:48:02.423] | : . | : . | : . | : . | : . | : . | : Number of registered futures: 0 [08:48:02.423] | : . | : . | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:02.423] | : . | : . | : . | : . | : . | : . | Total time: 0 [08:48:02.423] | : . | : . | : . | : . | : . | : . Polling for a free worker ... done [08:48:02.424] | : . | : . | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:02.424] | : . | : . | : . | : . | : . | : . | Listing all futures [08:48:02.424] | : . | : . | : . | : . | : . | : . | Number of registered futures: 0 [08:48:02.424] | : . | : . | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:02.425] | : . | : . | : . | : . | : . | : . Index of first available worker: 1 [08:48:02.425] | : . | : . | : . | : . | : . | : . Validate that the worker is functional ... [08:48:02.475] | : . | : . | : . | : . | : . | : . | Worker is functional [08:48:02.475] | : . | : . | : . | : . | : . | : . requestNode() ... done [08:48:02.475] | : . | : . | : . | : . | : . | : . cluster node index: 1 [08:48:02.476] | : . | : . | : . | : . | : . | : requestWorker() ... done [08:48:02.476] | : . | : . | : . | : . | : . | : eraseGlobalEnvironment() ... [08:48:02.477] | : . | : . | : . | : . | : . | : eraseGlobalEnvironment() ... done [08:48:02.477] | : . | : . | : . | : . | : . | : launchFuture() ... [08:48:02.477] | : . | : . | : . | : . | : . | : . cluster node index: 1 [08:48:02.477] | : . | : . | : . | : . | : . | : . getFutureData() ... [08:48:02.478] | : . | : . | : . | : . | : . | : . | getFutureCore() ... [08:48:02.478] | : . | : . | : . | : . | : . | : . | : Packages needed by the future expression (n = 0): [08:48:02.478] | : . | : . | : . | : . | : . | : . | getFutureCore() ... done [08:48:02.479] | : . | : . | : . | : . | : . | : . | getFutureCapture() ... [08:48:02.479] | : . | : . | : . | : . | : . | : . | getFutureCapture() ... done [08:48:02.479] | : . | : . | : . | : . | : . | : . | getFutureContext() ... [08:48:02.479] | : . | : . | : . | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:02.480] | : . | : . | : . | : . | : . | : . | : . Getting stack without first strategy: [n=0] [08:48:02.480] | : . | : . | : . | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:02.480] | : . | : . | : . | : . | : . | : . | : Packages needed by future strategies (n = 0): [08:48:02.481] | : . | : . | : . | : . | : . | : . | getFutureContext() ... done [08:48:02.481] | : . | : . | : . | : . | : . | : . getFutureData() ... done [08:48:02.481] | : . | : . | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... [08:48:02.482] | : . | : . | : . | : . | : . | : . | Appended future to position #1 [08:48:02.482] | : . | : . | : . | : . | : . | : . | Number of registered futures: 1 [08:48:02.482] | : . | : . | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... done [08:48:02.483] | : . | : . | : . | : . | : . | : launchFuture() ... done [08:48:02.483] | : . | : . | : . | : . | : . | : MultisessionFuture started [08:48:02.483] | : . | : . | : . | : . | : . | launchFuture() for ClusterFutureBackend ... done [08:48:02.483] | : . | : . | : . | : . | : . Launching futures ... done [08:48:02.484] | : . | : . | : . | : . | : . Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:48:02.484] | : . | : . | : . | : . | : Using MultisessionFutureBackend ... done [08:48:02.484] | : . | : . | : . | : . | run() for Future ('MultisessionFuture') ... done [08:48:02.484] | : . | : . | : . | : . | result() for ClusterFuture ... [08:48:02.485] | : . | : . | : . | : . | : assertValidConnection() ... [08:48:02.485] | : . | : . | : . | : . | : . cluster node index: 1 [08:48:02.486] | : . | : . | : . | : . | : assertValidConnection() ... done [08:48:02.486] | : . | : . | : . | : . | : receiveMessageFromWorker() for ClusterFuture ... [08:48:02.486] | : . | : . | : . | : . | : . cluster node index: 1 [08:48:02.508] | : . | : . | : . | : . | : . [1] TRUE [08:48:02.508] | : . | : . | : . | : . | : . received data: [08:48:02.508] | : . | : . | : . | : . | : . List of 5 [08:48:02.508] | : . | : . | : . | : . | : . $ type : chr "VALUE" [08:48:02.508] | : . | : . | : . | : . | : . $ value :List of 13 [08:48:02.508] | : . | : . | : . | : . | : . ..$ value :List of 2 [08:48:02.508] | : . | : . | : . | : . | : . .. ..$ : num [1:2] 2 3 [08:48:02.508] | : . | : . | : . | : . | : . .. ..$ : num [1:2] 2 3 [08:48:02.508] | : . | : . | : . | : . | : . ..$ visible : logi TRUE [08:48:02.508] | : . | : . | : . | : . | : . ..$ stdout : chr "" [08:48:02.508] | : . | : . | : . | : . | : . ..$ conditions : list() [08:48:02.508] | : . | : . | : . | : . | : . ..$ rng : logi FALSE [08:48:02.508] | : . | : . | : . | : . | : . ..$ misuseGlobalEnv : NULL [08:48:02.508] | : . | : . | : . | : . | : . ..$ misuseConnections:List of 3 [08:48:02.508] | : . | : . | : . | : . | : . .. ..$ added : NULL [08:48:02.508] | : . | : . | : . | : . | : . .. ..$ removed : NULL [08:48:02.508] | : . | : . | : . | : . | : . .. ..$ replaced: NULL [08:48:02.508] | : . | : . | : . | : . | : . ..$ misuseDevices : NULL [08:48:02.508] | : . | : . | : . | : . | : . ..$ started : POSIXct[1:1], format: "2025-04-10 08:48:02" [08:48:02.508] | : . | : . | : . | : . | : . ..$ finished : POSIXct[1:1], format: "2025-04-10 08:48:02" [08:48:02.508] | : . | : . | : . | : . | : . ..$ session_uuid : chr "b5ea24d819fa8e354e31f230a229d71d" [08:48:02.508] | : . | : . | : . | : . | : . .. ..- attr(*, "source")=List of 5 [08:48:02.508] | : . | : . | : . | : . | : . .. .. ..$ host : Named chr "CRANWIN3" [08:48:02.508] | : . | : . | : . | : . | : . .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:48:02.508] | : . | : . | : . | : . | : . .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:48:02.508] | : . | : . | : . | : . | : . .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:48:02.508] | : . | : . | : . | : . | : . .. .. ..$ pid : int 30840 [08:48:02.508] | : . | : . | : . | : . | : . .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:48:00" [08:48:02.508] | : . | : . | : . | : . | : . .. .. ..$ random: int 2147483647 [08:48:02.508] | : . | : . | : . | : . | : . ..$ r_info :List of 4 [08:48:02.508] | : . | : . | : . | : . | : . .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:48:02.508] | : . | : . | : . | : . | : . .. .. ..$ : int [1:3] 4 5 0 [08:48:02.508] | : . | : . | : . | : . | : . .. ..$ os : chr "windows" [08:48:02.508] | : . | : . | : . | : . | : . .. ..$ os_name : chr "Windows" [08:48:02.508] | : . | : . | : . | : . | : . .. ..$ captures_utf8: logi TRUE [08:48:02.508] | : . | : . | : . | : . | : . ..$ version : chr "1.8" [08:48:02.508] | : . | : . | : . | : . | : . ..- attr(*, "class")= chr "FutureResult" [08:48:02.508] | : . | : . | : . | : . | : . $ success: logi TRUE [08:48:02.508] | : . | : . | : . | : . | : . $ time : 'proc_time' Named num [1:5] 0.03 0 0.03 NA NA [08:48:02.508] | : . | : . | : . | : . | : . ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:48:02.508] | : . | : . | : . | : . | : . $ tag : NULL [08:48:02.532] | : . | : . | : . | : . | : . Received FutureResult [08:48:02.532] | : . | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... [08:48:02.533] | : . | : . | : . | : . | : . | Removed future from position #1 [08:48:02.533] | : . | : . | : . | : . | : . | Number of registered futures: 0 [08:48:02.533] | : . | : . | : . | : . | : . FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... done [08:48:02.533] | : . | : . | : . | : . | : . Erased future from future backend [08:48:02.534] | : . | : . | : . | : . | : . result() for ClusterFuture ... [08:48:02.534] | : . | : . | : . | : . | : . | result already collected: FutureResult [08:48:02.534] | : . | : . | : . | : . | : . result() for ClusterFuture ... done [08:48:02.534] | : . | : . | : . | : . | : receiveMessageFromWorker() for ClusterFuture ... done [08:48:02.535] | : . | : . | : . | : . | result() for ClusterFuture ... done [08:48:02.535] | : . | : . | : . | : . | result() for ClusterFuture ... [08:48:02.535] | : . | : . | : . | : . | : result already collected: FutureResult [08:48:02.535] | : . | : . | : . | : . | result() for ClusterFuture ... done List of 2 $ : num [1:2] 2 3 $ : num [1:2] 2 3 [08:48:02.538] | : . | : . | : . | : . | getGlobalsAndPackages() ... [08:48:02.538] | : . | : . | : . | : . | : Searching for globals ... [08:48:02.546] | : . | : . | : . | : . | : . globals found: [16] '{', 'outer_function', 'map', ':', '~', 'inner_function', '.x', 'if', 'inherits', '<-', '[[', '-', 'eval', 'bquote', 'lapply', '+' [08:48:02.546] | : . | : . | : . | : . | : Searching for globals ... DONE [08:48:02.546] | : . | : . | : . | : . | : Resolving globals: FALSE [08:48:02.547] | : . | : . | : . | : . | : Search for packages associated with the globals ... [08:48:02.547] | : . | : . | : . | : . | : . Packages associated with globals: [1] 'base' [08:48:02.548] | : . | : . | : . | : . | : . Packages: [1] 'base' [08:48:02.548] | : . | : . | : . | : . | : Search for packages associated with the globals ... DONE [08:48:02.549] | : . | : . | : . | : . | : Packages after dropping 'base': [0] [08:48:02.549] | : . | : . | : . | : . | : globals: [3] 'outer_function', 'map', 'inner_function' [08:48:02.549] | : . | : . | : . | : . | : packages: [0] [08:48:02.549] | : . | : . | : . | : . | getGlobalsAndPackages() ... done [08:48:02.550] | : . | : . | : . | : . | run() for Future ('Future') ... [08:48:02.550] | : . | : . | : . | : . | : state: 'created' [08:48:02.551] | : . | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:02.551] | : . | : . | : . | : . | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:02.551] | : . | : . | : . | : . | : Using MultisessionFutureBackend ... [08:48:02.551] | : . | : . | : . | : . | : . Launching futures ... [08:48:02.552] | : . | : . | : . | : . | : . | launchFuture() for ClusterFutureBackend ... [08:48:02.552] | : . | : . | : . | : . | : . | : Workers: [n=2] [08:48:02.552] | : . | : . | : . | : . | : . | : Socket cluster with 2 nodes where 2 nodes are on host 'localhost' (R version 4.5.0 RC (2025-04-04 r88126 ucrt), platform x86_64-w64-mingw32) [08:48:02.555] | : . | : . | : . | : . | : . | : FutureRegistry: 'workers-22d646b265e81ccb6dafce5bae9b6b23' [08:48:02.555] | : . | : . | : . | : . | : . | : requestWorker() ... [08:48:02.556] | : . | : . | : . | : . | : . | : . requestNode() ... [08:48:02.556] | : . | : . | : . | : . | : . | : . | Number of workers: 2 [08:48:02.556] | : . | : . | : . | : . | : . | : . | Polling for a free worker ... [08:48:02.556] | : . | : . | : . | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:02.557] | : . | : . | : . | : . | : . | : . | : . Listing all futures [08:48:02.557] | : . | : . | : . | : . | : . | : . | : . Number of registered futures: 0 [08:48:02.557] | : . | : . | : . | : . | : . | : . | : FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:02.557] | : . | : . | : . | : . | : . | : . | : Total time: 0 [08:48:02.558] | : . | : . | : . | : . | : . | : . | Polling for a free worker ... done [08:48:02.558] | : . | : . | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... [08:48:02.558] | : . | : . | : . | : . | : . | : . | : Listing all futures [08:48:02.558] | : . | : . | : . | : . | : . | : . | : Number of registered futures: 0 [08:48:02.559] | : . | : . | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'list', earlySignal = 0) ... done [08:48:02.559] | : . | : . | : . | : . | : . | : . | Index of first available worker: 1 [08:48:02.559] | : . | : . | : . | : . | : . | : . | Validate that the worker is functional ... [08:48:02.609] | : . | : . | : . | : . | : . | : . | : Worker is functional [08:48:02.609] | : . | : . | : . | : . | : . | : . | requestNode() ... done [08:48:02.609] | : . | : . | : . | : . | : . | : . | cluster node index: 1 [08:48:02.609] | : . | : . | : . | : . | : . | : . requestWorker() ... done [08:48:02.610] | : . | : . | : . | : . | : . | : . eraseGlobalEnvironment() ... [08:48:02.610] | : . | : . | : . | : . | : . | : . eraseGlobalEnvironment() ... done [08:48:02.610] | : . | : . | : . | : . | : . | : . launchFuture() ... [08:48:02.611] | : . | : . | : . | : . | : . | : . | cluster node index: 1 [08:48:02.611] | : . | : . | : . | : . | : . | : . | getFutureData() ... [08:48:02.611] | : . | : . | : . | : . | : . | : . | : getFutureCore() ... [08:48:02.611] | : . | : . | : . | : . | : . | : . | : . Packages needed by the future expression (n = 0): [08:48:02.611] | : . | : . | : . | : . | : . | : . | : getFutureCore() ... done [08:48:02.611] | : . | : . | : . | : . | : . | : . | : getFutureCapture() ... [08:48:02.611] | : . | : . | : . | : . | : . | : . | : getFutureCapture() ... done [08:48:02.612] | : . | : . | : . | : . | : . | : . | : getFutureContext() ... [08:48:02.612] | : . | : . | : . | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [08:48:02.612] | : . | : . | : . | : . | : . | : . | : . | Getting stack without first strategy: [n=0] [08:48:02.612] | : . | : . | : . | : . | : . | : . | : . plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [08:48:02.612] | : . | : . | : . | : . | : . | : . | : . Packages needed by future strategies (n = 0): [08:48:02.613] | : . | : . | : . | : . | : . | : . | : getFutureContext() ... done [08:48:02.613] | : . | : . | : . | : . | : . | : . | getFutureData() ... done [08:48:02.613] | : . | : . | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... [08:48:02.613] | : . | : . | : . | : . | : . | : . | : Appended future to position #1 [08:48:02.613] | : . | : . | : . | : . | : . | : . | : Number of registered futures: 1 [08:48:02.614] | : . | : . | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'add', earlySignal = 0) ... done [08:48:02.614] | : . | : . | : . | : . | : . | : . launchFuture() ... done [08:48:02.614] | : . | : . | : . | : . | : . | : . MultisessionFuture started [08:48:02.614] | : . | : . | : . | : . | : . | : launchFuture() for ClusterFutureBackend ... done [08:48:02.614] | : . | : . | : . | : . | : . | Launching futures ... done [08:48:02.614] | : . | : . | : . | : . | : . | Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [08:48:02.615] | : . | : . | : . | : . | : . Using MultisessionFutureBackend ... done [08:48:02.615] | : . | : . | : . | : . | : run() for Future ('MultisessionFuture') ... done [08:48:02.615] | : . | : . | : . | : . | : result() for ClusterFuture ... [08:48:02.615] | : . | : . | : . | : . | : . assertValidConnection() ... [08:48:02.615] | : . | : . | : . | : . | : . | cluster node index: 1 [08:48:02.616] | : . | : . | : . | : . | : . assertValidConnection() ... done [08:48:02.616] | : . | : . | : . | : . | : . receiveMessageFromWorker() for ClusterFuture ... [08:48:02.616] | : . | : . | : . | : . | : . | cluster node index: 1 [08:48:02.620] | : . | : . | : . | : . | : . | [1] TRUE [08:48:02.621] | : . | : . | : . | : . | : . | received data: [08:48:02.621] | : . | : . | : . | : . | : . | List of 5 [08:48:02.621] | : . | : . | : . | : . | : . | $ type : chr "VALUE" [08:48:02.621] | : . | : . | : . | : . | : . | $ value :List of 13 [08:48:02.621] | : . | : . | : . | : . | : . | ..$ value :List of 2 [08:48:02.621] | : . | : . | : . | : . | : . | .. ..$ : num [1:2] 2 3 [08:48:02.621] | : . | : . | : . | : . | : . | .. ..$ : num [1:2] 2 3 [08:48:02.621] | : . | : . | : . | : . | : . | ..$ visible : logi TRUE [08:48:02.621] | : . | : . | : . | : . | : . | ..$ stdout : chr "" [08:48:02.621] | : . | : . | : . | : . | : . | ..$ conditions : list() [08:48:02.621] | : . | : . | : . | : . | : . | ..$ rng : logi FALSE [08:48:02.621] | : . | : . | : . | : . | : . | ..$ misuseGlobalEnv : NULL [08:48:02.621] | : . | : . | : . | : . | : . | ..$ misuseConnections:List of 3 [08:48:02.621] | : . | : . | : . | : . | : . | .. ..$ added : NULL [08:48:02.621] | : . | : . | : . | : . | : . | .. ..$ removed : NULL [08:48:02.621] | : . | : . | : . | : . | : . | .. ..$ replaced: NULL [08:48:02.621] | : . | : . | : . | : . | : . | ..$ misuseDevices : NULL [08:48:02.621] | : . | : . | : . | : . | : . | ..$ started : POSIXct[1:1], format: "2025-04-10 08:48:02" [08:48:02.621] | : . | : . | : . | : . | : . | ..$ finished : POSIXct[1:1], format: "2025-04-10 08:48:02" [08:48:02.621] | : . | : . | : . | : . | : . | ..$ session_uuid : chr "b5ea24d819fa8e354e31f230a229d71d" [08:48:02.621] | : . | : . | : . | : . | : . | .. ..- attr(*, "source")=List of 5 [08:48:02.621] | : . | : . | : . | : . | : . | .. .. ..$ host : Named chr "CRANWIN3" [08:48:02.621] | : . | : . | : . | : . | : . | .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [08:48:02.621] | : . | : . | : . | : . | : . | .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [08:48:02.621] | : . | : . | : . | : . | : . | .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [08:48:02.621] | : . | : . | : . | : . | : . | .. .. ..$ pid : int 30840 [08:48:02.621] | : . | : . | : . | : . | : . | .. .. ..$ time : POSIXct[1:1], format: "2025-04-10 08:48:00" [08:48:02.621] | : . | : . | : . | : . | : . | .. .. ..$ random: int 2147483647 [08:48:02.621] | : . | : . | : . | : . | : . | ..$ r_info :List of 4 [08:48:02.621] | : . | : . | : . | : . | : . | .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [08:48:02.621] | : . | : . | : . | : . | : . | .. .. ..$ : int [1:3] 4 5 0 [08:48:02.621] | : . | : . | : . | : . | : . | .. ..$ os : chr "windows" [08:48:02.621] | : . | : . | : . | : . | : . | .. ..$ os_name : chr "Windows" [08:48:02.621] | : . | : . | : . | : . | : . | .. ..$ captures_utf8: logi TRUE [08:48:02.621] | : . | : . | : . | : . | : . | ..$ version : chr "1.8" [08:48:02.621] | : . | : . | : . | : . | : . | ..- attr(*, "class")= chr "FutureResult" [08:48:02.621] | : . | : . | : . | : . | : . | $ success: logi TRUE [08:48:02.621] | : . | : . | : . | : . | : . | $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [08:48:02.621] | : . | : . | : . | : . | : . | ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [08:48:02.621] | : . | : . | : . | : . | : . | $ tag : NULL [08:48:02.638] | : . | : . | : . | : . | : . | Received FutureResult [08:48:02.639] | : . | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... [08:48:02.639] | : . | : . | : . | : . | : . | : Removed future from position #1 [08:48:02.639] | : . | : . | : . | : . | : . | : Number of registered futures: 0 [08:48:02.639] | : . | : . | : . | : . | : . | FutureRegistry('workers-22d646b265e81ccb6dafce5bae9b6b23', action = 'remove', earlySignal = 0) ... done [08:48:02.640] | : . | : . | : . | : . | : . | Erased future from future backend [08:48:02.640] | : . | : . | : . | : . | : . | result() for ClusterFuture ... [08:48:02.640] | : . | : . | : . | : . | : . | : result already collected: FutureResult [08:48:02.640] | : . | : . | : . | : . | : . | result() for ClusterFuture ... done [08:48:02.641] | : . | : . | : . | : . | : . receiveMessageFromWorker() for ClusterFuture ... done [08:48:02.641] | : . | : . | : . | : . | : result() for ClusterFuture ... done [08:48:02.641] | : . | : . | : . | : . | : result() for ClusterFuture ... [08:48:02.642] | : . | : . | : . | : . | : . result already collected: FutureResult [08:48:02.642] | : . | : . | : . | : . | : result() for ClusterFuture ... done List of 2 $ : num [1:2] 2 3 $ : num [1:2] 2 3 Testing with 2 cores ... DONE > message("*** Globals - formulas ... DONE") *** Globals - formulas ... 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_04_10_08_45_16_15127' Sourcing 6 epilogue scripts ... done Test time: user.self=3s, sys.self=0.1s, elapsed=4s, user.child=NAs, sys.child=NAs Test 'globals,formulas' ... success > > proc.time() user system elapsed 3.60 0.21 4.76