R Under development (unstable) (2026-01-15 r89304 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > #! /usr/bin/env Rscript > ## This runs testme test script inst/testme/test-globals,formulas.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("globals,formulas") Test 'globals,formulas' ... chr "none" > library(future) [12:33:48.247] Option 'future.startup.script': TRUE [12:33:48.249] Future startup scripts considered: '.future.R', '~/.future.R' [12:33:48.249] 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') ... [12:33:48.343] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:48.344] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:33:48.344] | : all.equal() for FutureStrategyList ... [12:33:48.345] | : . New stack: [12:33:48.345] | : . List of 1 [12:33:48.345] | : . $ :function (..., envir = parent.frame()) [12:33:48.345] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.345] | : . ..- attr(*, "init")= logi TRUE [12:33:48.345] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.345] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.345] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.345] | : . ..- attr(*, "call")= language plan(strategy) [12:33:48.345] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:48.352] | : . Old stack: [12:33:48.353] | : . List of 1 [12:33:48.353] | : . $ :function (..., envir = parent.frame()) [12:33:48.353] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.353] | : . ..- attr(*, "init")= logi TRUE [12:33:48.353] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.353] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.353] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.353] | : . ..- attr(*, "call")= language plan(sequential) [12:33:48.353] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:48.362] | : . Not identical [12:33:48.362] | : . all.equal() for future ... [12:33:48.363] | : . ' List of 2 [12:33:48.363] | : . ' $ target :function (..., envir = parent.frame()) [12:33:48.363] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.363] | : . ' ..- attr(*, "init")= logi TRUE [12:33:48.363] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.363] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.363] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.363] | : . ' ..- attr(*, "call")= language plan(strategy) [12:33:48.363] | : . ' $ current:function (..., envir = parent.frame()) [12:33:48.363] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.363] | : . ' ..- attr(*, "init")= logi TRUE [12:33:48.363] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.363] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.363] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.363] | : . ' ..- attr(*, "call")= language plan(sequential) [12:33:48.370] | : . all.equal() for future ... done [12:33:48.370] | : all.equal() for FutureStrategyList ... done [12:33:48.370] | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:48.370] | : List of future strategies: [12:33:48.370] | : 1. sequential: [12:33:48.370] | : - args: function (..., envir = parent.frame(), workers = "") [12:33:48.370] | : - tweaked: FALSE [12:33:48.370] | : - call: plan(sequential) [12:33:48.371] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done [12:33:48.372] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done - lm() ... [12:33:48.372] future(..., label = NULL) ... [12:33:48.372] | lazy: FALSE [12:33:48.373] | stdout: TRUE [12:33:48.373] | conditions: [n=1] 'condition' [12:33:48.374] | getGlobalsAndPackages() ... [12:33:48.374] | : Searching for globals ... [12:33:48.446] | : . globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [12:33:48.446] | : Searching for globals ... done [12:33:48.447] | : Resolving globals: FALSE [12:33:48.447] | : Search for packages associated with the globals ... [12:33:48.447] | : . Packages associated with globals: [2] 'base', 'stats' [12:33:48.448] | : . Packages: [2] 'base', 'stats' [12:33:48.448] | : Search for packages associated with the globals ... done [12:33:48.449] | : Packages after dropping 'base': [1] 'stats' [12:33:48.449] | : Packages after dropping non-attached packages: [1] 'stats' [12:33:48.450] | : globals: [2] 'weight', 'group' [12:33:48.450] | : packages: [1] 'stats' [12:33:48.450] | getGlobalsAndPackages() ... done [12:33:48.452] | run() for 'Future' () ... [12:33:48.452] | : state: 'created' [12:33:48.452] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:48.453] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:33:48.453] | : . ' function (..., envir = parent.frame()) [12:33:48.453] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.453] | : . ' - attr(*, "init")= logi TRUE [12:33:48.453] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.453] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.453] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.453] | : . ' - attr(*, "call")= language plan(sequential) [12:33:48.457] | : . ' init: TRUE [12:33:48.458] | : . ' makeFutureBackend() ... [12:33:48.458] | : . ' , Backend function: <'NULL'> [12:33:48.458] | : . ' , Evaluator tweak arguments: [n=0] [12:33:48.458] | : . ' , list() [12:33:48.459] | : . ' , Evaluator formal arguments: [n=1] [12:33:48.459] | : . ' , Dotted pair list of 1 [12:33:48.459] | : . ' , $ envir: language parent.frame() [12:33:48.461] | : . ' , Arguments passed to the future-backend factory: [n=1] [12:33:48.461] | : . ' , List of 1 [12:33:48.461] | : . ' , $ envir: language parent.frame() [12:33:48.463] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:33:48.463] | : . ' makeFutureBackend() ... done [12:33:48.463] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:33:48.464] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:48.464] | : Using SequentialFutureBackend ... [12:33:48.464] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:33:48.465] | : . Launching futures ... [12:33:48.465] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:48.466] | : . ' , getFutureData() ... [12:33:48.466] | : . ' , ; getFutureCore() ... [12:33:48.466] | : . ' , ; ` Packages needed by the future expression (n = 1): 'stats' [12:33:48.467] | : . ' , ; getFutureCore() ... done [12:33:48.467] | : . ' , ; getFutureCapture() ... [12:33:48.467] | : . ' , ; getFutureCapture() ... done [12:33:48.468] | : . ' , ; getFutureContext() ... [12:33:48.468] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:48.468] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:48.469] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:48.469] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:48.469] | : . ' , ; getFutureContext() ... done [12:33:48.470] | : . ' , getFutureData() ... done [12:33:48.475] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:48.475] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:48.476] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:48.476] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:48.477] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:48.477] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:48.477] | : . ' , ; ` | New stack: [12:33:48.519] | : . ' , ; ` | List of 1 [12:33:48.519] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:48.519] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.519] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:48.519] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.519] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.519] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.519] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:48.519] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:48.524] | : . ' , ; ` | Old stack: [12:33:48.525] | : . ' , ; ` | List of 1 [12:33:48.525] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:48.525] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.525] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:48.525] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.525] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.525] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.525] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:48.525] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:48.525] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.525] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.525] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:48.530] | : . ' , ; ` | Not identical [12:33:48.530] | : . ' , ; ` | all.equal() for future ... [12:33:48.531] | : . ' , ; ` | : List of 2 [12:33:48.531] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:48.531] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.531] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:48.531] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.531] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.531] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.531] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:48.531] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:48.531] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.531] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:48.531] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.531] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.531] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.531] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:48.531] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:48.531] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.531] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.542] | : . ' , ; ` | all.equal() for future ... done [12:33:48.542] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:48.543] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:48.543] | : . ' , ; ` List of future strategies: [12:33:48.543] | : . ' , ; ` 1. sequential: [12:33:48.543] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:48.543] | : . ' , ; ` - tweaked: FALSE [12:33:48.543] | : . ' , ; ` - call: plan(sequential) [12:33:48.544] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:48.544] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:48.545] | : . ' , assign_globals() ... [12:33:48.545] | : . ' , List of 2 [12:33:48.545] | : . ' , $ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [12:33:48.545] | : . ' , $ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [12:33:48.545] | : . ' , - attr(*, "where")=List of 2 [12:33:48.545] | : . ' , ..$ weight: [12:33:48.545] | : . ' , ..$ group : [12:33:48.545] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:48.545] | : . ' , - attr(*, "resolved")= logi FALSE [12:33:48.545] | : . ' , - attr(*, "total_size")= num NA [12:33:48.545] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:48.552] | : . ' , - copied 'weight' to environment [12:33:48.553] | : . ' , - copied 'group' to environment [12:33:48.553] | : . ' , assign_globals() ... done [12:33:48.562] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:48.562] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:48.563] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:48.563] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:48.564] | : . ' , ; ` | : New stack: [12:33:48.564] | : . ' , ; ` | : List of 1 [12:33:48.564] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:48.564] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.564] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:48.564] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.564] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.564] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.564] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:48.564] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:48.564] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.564] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.564] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:48.571] | : . ' , ; ` | : Old stack: [12:33:48.571] | : . ' , ; ` | : List of 1 [12:33:48.571] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:48.571] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.571] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:48.571] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.571] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.571] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.571] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:48.571] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:48.571] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.571] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.571] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:48.578] | : . ' , ; ` | : Identical [12:33:48.578] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:48.579] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:48.579] | : . ' , ; ` | List of future strategies: [12:33:48.579] | : . ' , ; ` | 1. sequential: [12:33:48.579] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:48.579] | : . ' , ; ` | - tweaked: FALSE [12:33:48.579] | : . ' , ; ` | - call: plan(sequential) [12:33:48.580] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:48.580] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:48.580] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:48.586] | : . ' , SequentialFuture started (and completed) [12:33:48.587] | : . ' , signalConditions() ... [12:33:48.587] | : . ' , ; include = 'immediateCondition' [12:33:48.587] | : . ' , ; exclude = [12:33:48.587] | : . ' , ; resignal = FALSE [12:33:48.588] | : . ' , ; Number of conditions: 6 [12:33:48.588] | : . ' , ; int 6 [12:33:48.589] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.589] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.589] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.589] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.589] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.590] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.590] | : . ' , signalConditions() ... done [12:33:48.590] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:48.591] | : . Launching futures ... done [12:33:48.591] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:48.591] | : Using SequentialFutureBackend ... done [12:33:48.591] | run() for 'Future' () ... done [12:33:48.592] future(..., label = NULL) ... done [12:33:48.593] value() for SequentialFuture () ... [12:33:48.593] | signalConditions() ... [12:33:48.593] | : include = 'immediateCondition' [12:33:48.593] | : exclude = [12:33:48.593] | : resignal = FALSE [12:33:48.594] | : Number of conditions: 6 [12:33:48.594] | : int 6 [12:33:48.595] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.595] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.595] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.595] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.595] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.596] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.596] | signalConditions() ... done [12:33:48.596] | relay stdout ... [12:33:48.596] | relay stdout ... done [12:33:48.596] | check for misuse ... [12:33:48.597] | check for misuse ... done [12:33:48.597] | relay conditions ... [12:33:48.597] | : Future state: 'finished' [12:33:48.597] | : signalConditions() ... [12:33:48.597] | : . include = 'condition' [12:33:48.597] | : . exclude = 'immediateCondition' [12:33:48.598] | : . resignal = TRUE [12:33:48.598] | : . Number of conditions: 6 [12:33:48.598] | : . int 6 [12:33:48.599] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.599] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:48.472] | : . ' , attachPackages() ... [12:33:48.599] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.599] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:48.473] | : . ' , ; packages: [n=1] 'future' [12:33:48.600] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.600] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:48.473] | : . ' , attachPackages() ... done [12:33:48.600] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.601] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:48.473] | : . ' , attachPackages() ... [12:33:48.601] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.601] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:48.474] | : . ' , ; packages: [n=1] 'stats' [12:33:48.602] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.602] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:48.474] | : . ' , attachPackages() ... done [12:33:48.603] | : signalConditions() ... done [12:33:48.603] | relay conditions ... done [12:33:48.603] value() for SequentialFuture () ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [12:33:48.608] future(..., label = NULL) ... [12:33:48.608] | lazy: TRUE [12:33:48.609] | stdout: TRUE [12:33:48.609] | conditions: [n=1] 'condition' [12:33:48.609] | getGlobalsAndPackages() ... [12:33:48.610] | : Searching for globals ... [12:33:48.642] | : . globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [12:33:48.643] | : Searching for globals ... done [12:33:48.643] | : Resolving globals: FALSE [12:33:48.644] | : Search for packages associated with the globals ... [12:33:48.644] | : . Packages associated with globals: [2] 'base', 'stats' [12:33:48.645] | : . Packages: [2] 'base', 'stats' [12:33:48.646] | : Search for packages associated with the globals ... done [12:33:48.646] | : Packages after dropping 'base': [1] 'stats' [12:33:48.647] | : Packages after dropping non-attached packages: [1] 'stats' [12:33:48.647] | : globals: [2] 'weight', 'group' [12:33:48.647] | : packages: [1] 'stats' [12:33:48.647] | getGlobalsAndPackages() ... done [12:33:48.648] future(..., label = NULL) ... done [12:33:48.648] value() for Future () ... [12:33:48.648] | run() for 'Future' () ... [12:33:48.649] | : state: 'created' [12:33:48.649] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:48.650] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:48.650] | : Using SequentialFutureBackend ... [12:33:48.650] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:33:48.651] | : . Launching futures ... [12:33:48.651] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:48.651] | : . ' , getFutureData() ... [12:33:48.652] | : . ' , ; getFutureCore() ... [12:33:48.652] | : . ' , ; ` Packages needed by the future expression (n = 1): 'stats' [12:33:48.652] | : . ' , ; getFutureCore() ... done [12:33:48.653] | : . ' , ; getFutureCapture() ... [12:33:48.653] | : . ' , ; getFutureCapture() ... done [12:33:48.653] | : . ' , ; getFutureContext() ... [12:33:48.654] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:48.654] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:48.654] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:48.655] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:48.655] | : . ' , ; getFutureContext() ... done [12:33:48.655] | : . ' , getFutureData() ... done [12:33:48.659] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:48.659] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:48.660] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:48.660] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:48.661] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:48.661] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:48.661] | : . ' , ; ` | New stack: [12:33:48.662] | : . ' , ; ` | List of 1 [12:33:48.662] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:48.662] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.662] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:48.662] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.662] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.662] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.662] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:48.662] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:48.668] | : . ' , ; ` | Old stack: [12:33:48.668] | : . ' , ; ` | List of 1 [12:33:48.668] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:48.668] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.668] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:48.668] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.668] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.668] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.668] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:48.668] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:48.668] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.668] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.668] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:48.676] | : . ' , ; ` | Not identical [12:33:48.676] | : . ' , ; ` | all.equal() for future ... [12:33:48.677] | : . ' , ; ` | : List of 2 [12:33:48.677] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:48.677] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.677] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:48.677] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.677] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.677] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.677] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:48.677] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:48.677] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.677] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:48.677] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.677] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.677] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.677] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:48.677] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:48.677] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.677] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.690] | : . ' , ; ` | all.equal() for future ... done [12:33:48.691] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:48.691] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:48.692] | : . ' , ; ` List of future strategies: [12:33:48.692] | : . ' , ; ` 1. sequential: [12:33:48.692] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:48.692] | : . ' , ; ` - tweaked: FALSE [12:33:48.692] | : . ' , ; ` - call: plan(sequential) [12:33:48.693] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:48.693] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:48.694] | : . ' , assign_globals() ... [12:33:48.694] | : . ' , List of 2 [12:33:48.694] | : . ' , $ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [12:33:48.694] | : . ' , $ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [12:33:48.694] | : . ' , - attr(*, "where")=List of 2 [12:33:48.694] | : . ' , ..$ weight: [12:33:48.694] | : . ' , ..$ group : [12:33:48.694] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:48.694] | : . ' , - attr(*, "resolved")= logi FALSE [12:33:48.694] | : . ' , - attr(*, "total_size")= num NA [12:33:48.694] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:48.703] | : . ' , - copied 'weight' to environment [12:33:48.704] | : . ' , - copied 'group' to environment [12:33:48.704] | : . ' , assign_globals() ... done [12:33:48.709] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:48.709] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:48.710] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:48.710] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:48.710] | : . ' , ; ` | : New stack: [12:33:48.710] | : . ' , ; ` | : List of 1 [12:33:48.710] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:48.710] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.710] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:48.710] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.710] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.710] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.710] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:48.710] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:48.710] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.710] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.710] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:48.716] | : . ' , ; ` | : Old stack: [12:33:48.717] | : . ' , ; ` | : List of 1 [12:33:48.717] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:48.717] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.717] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:48.717] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.717] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.717] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.717] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:48.717] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:48.717] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.717] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.717] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:48.723] | : . ' , ; ` | : Identical [12:33:48.724] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:48.724] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:48.724] | : . ' , ; ` | List of future strategies: [12:33:48.724] | : . ' , ; ` | 1. sequential: [12:33:48.724] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:48.724] | : . ' , ; ` | - tweaked: FALSE [12:33:48.724] | : . ' , ; ` | - call: plan(sequential) [12:33:48.725] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:48.726] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:48.726] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:48.727] | : . ' , SequentialFuture started (and completed) [12:33:48.727] | : . ' , signalConditions() ... [12:33:48.728] | : . ' , ; include = 'immediateCondition' [12:33:48.728] | : . ' , ; exclude = [12:33:48.728] | : . ' , ; resignal = FALSE [12:33:48.729] | : . ' , ; Number of conditions: 6 [12:33:48.729] | : . ' , ; int 6 [12:33:48.730] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.730] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.731] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.731] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.731] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.732] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.732] | : . ' , signalConditions() ... done [12:33:48.732] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:48.733] | : . Launching futures ... done [12:33:48.733] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:48.733] | : Using SequentialFutureBackend ... done [12:33:48.734] | run() for 'Future' () ... done [12:33:48.734] | signalConditions() ... [12:33:48.734] | : include = 'immediateCondition' [12:33:48.735] | : exclude = [12:33:48.735] | : resignal = FALSE [12:33:48.735] | : Number of conditions: 6 [12:33:48.735] | : int 6 [12:33:48.737] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.737] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.737] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.737] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.738] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.738] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.738] | signalConditions() ... done [12:33:48.739] | relay stdout ... [12:33:48.739] | relay stdout ... done [12:33:48.739] | check for misuse ... [12:33:48.740] | check for misuse ... done [12:33:48.740] | relay conditions ... [12:33:48.740] | : Future state: 'finished' [12:33:48.741] | : signalConditions() ... [12:33:48.741] | : . include = 'condition' [12:33:48.741] | : . exclude = 'immediateCondition' [12:33:48.742] | : . resignal = TRUE [12:33:48.742] | : . Number of conditions: 6 [12:33:48.742] | : . int 6 [12:33:48.743] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.744] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:48.656] | : . ' , attachPackages() ... [12:33:48.744] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.744] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:48.656] | : . ' , ; packages: [n=1] 'future' [12:33:48.745] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.745] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:48.657] | : . ' , attachPackages() ... done [12:33:48.745] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.746] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:48.657] | : . ' , attachPackages() ... [12:33:48.746] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.747] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:48.657] | : . ' , ; packages: [n=1] 'stats' [12:33:48.747] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.747] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:48.658] | : . ' , attachPackages() ... done [12:33:48.748] | : signalConditions() ... done [12:33:48.748] | relay conditions ... done [12:33:48.748] value() for Future () ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [12:33:48.753] future(..., label = NULL) ... [12:33:48.753] | lazy: FALSE [12:33:48.754] | stdout: TRUE [12:33:48.754] | conditions: [n=1] 'condition' [12:33:48.754] | getGlobalsAndPackages() ... [12:33:48.754] | : Searching for globals ... [12:33:48.771] | : . globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [12:33:48.771] | : Searching for globals ... done [12:33:48.771] | : Resolving globals: FALSE [12:33:48.772] | : Search for packages associated with the globals ... [12:33:48.772] | : . Packages associated with globals: [2] 'base', 'stats' [12:33:48.772] | : . Packages: [2] 'base', 'stats' [12:33:48.773] | : Search for packages associated with the globals ... done [12:33:48.773] | : Packages after dropping 'base': [1] 'stats' [12:33:48.773] | : Packages after dropping non-attached packages: [1] 'stats' [12:33:48.773] | : globals: [2] 'weight', 'group' [12:33:48.774] | : packages: [1] 'stats' [12:33:48.774] | getGlobalsAndPackages() ... done [12:33:48.774] | run() for 'Future' () ... [12:33:48.774] | : state: 'created' [12:33:48.775] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:48.775] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:48.775] | : Using SequentialFutureBackend ... [12:33:48.775] | : . Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:33:48.775] | : . Launching futures ... [12:33:48.775] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:48.776] | : . ' , getFutureData() ... [12:33:48.776] | : . ' , ; getFutureCore() ... [12:33:48.776] | : . ' , ; ` Packages needed by the future expression (n = 1): 'stats' [12:33:48.776] | : . ' , ; getFutureCore() ... done [12:33:48.776] | : . ' , ; getFutureCapture() ... [12:33:48.777] | : . ' , ; getFutureCapture() ... done [12:33:48.777] | : . ' , ; getFutureContext() ... [12:33:48.777] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:48.777] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:48.777] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:48.778] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:48.778] | : . ' , ; getFutureContext() ... done [12:33:48.778] | : . ' , getFutureData() ... done [12:33:48.781] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:48.781] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:48.782] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:48.782] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:48.782] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:48.783] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:48.783] | : . ' , ; ` | New stack: [12:33:48.783] | : . ' , ; ` | List of 1 [12:33:48.783] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:48.783] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.783] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:48.783] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.783] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.783] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.783] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:48.783] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:48.787] | : . ' , ; ` | Old stack: [12:33:48.787] | : . ' , ; ` | List of 1 [12:33:48.787] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:48.787] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.787] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:48.787] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.787] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.787] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.787] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:48.787] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:48.787] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.787] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.787] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:48.792] | : . ' , ; ` | Not identical [12:33:48.792] | : . ' , ; ` | all.equal() for future ... [12:33:48.793] | : . ' , ; ` | : List of 2 [12:33:48.793] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:48.793] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.793] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:48.793] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.793] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.793] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.793] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:48.793] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:48.793] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.793] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:48.793] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.793] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.793] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.793] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:48.793] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:48.793] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.793] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.803] | : . ' , ; ` | all.equal() for future ... done [12:33:48.804] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:48.804] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:48.804] | : . ' , ; ` List of future strategies: [12:33:48.804] | : . ' , ; ` 1. sequential: [12:33:48.804] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:48.804] | : . ' , ; ` - tweaked: FALSE [12:33:48.804] | : . ' , ; ` - call: plan(sequential) [12:33:48.805] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:48.805] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:48.806] | : . ' , assign_globals() ... [12:33:48.806] | : . ' , List of 2 [12:33:48.806] | : . ' , $ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [12:33:48.806] | : . ' , $ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [12:33:48.806] | : . ' , - attr(*, "where")=List of 2 [12:33:48.806] | : . ' , ..$ weight: [12:33:48.806] | : . ' , ..$ group : [12:33:48.806] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:48.806] | : . ' , - attr(*, "resolved")= logi FALSE [12:33:48.806] | : . ' , - attr(*, "total_size")= num NA [12:33:48.806] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:48.812] | : . ' , - copied 'weight' to environment [12:33:48.813] | : . ' , - copied 'group' to environment [12:33:48.813] | : . ' , assign_globals() ... done [12:33:48.818] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:48.818] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:48.819] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:48.819] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:48.819] | : . ' , ; ` | : New stack: [12:33:48.820] | : . ' , ; ` | : List of 1 [12:33:48.820] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:48.820] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.820] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:48.820] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.820] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.820] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.820] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:48.820] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:48.820] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.820] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.820] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:48.826] | : . ' , ; ` | : Old stack: [12:33:48.826] | : . ' , ; ` | : List of 1 [12:33:48.826] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:48.826] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.826] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:48.826] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.826] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.826] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.826] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:48.826] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:48.826] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.826] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.826] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:48.832] | : . ' , ; ` | : Identical [12:33:48.833] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:48.833] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:48.833] | : . ' , ; ` | List of future strategies: [12:33:48.833] | : . ' , ; ` | 1. sequential: [12:33:48.833] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:48.833] | : . ' , ; ` | - tweaked: FALSE [12:33:48.833] | : . ' , ; ` | - call: plan(sequential) [12:33:48.834] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:48.835] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:48.835] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:48.836] | : . ' , SequentialFuture started (and completed) [12:33:48.836] | : . ' , signalConditions() ... [12:33:48.836] | : . ' , ; include = 'immediateCondition' [12:33:48.837] | : . ' , ; exclude = [12:33:48.837] | : . ' , ; resignal = FALSE [12:33:48.837] | : . ' , ; Number of conditions: 6 [12:33:48.837] | : . ' , ; int 6 [12:33:48.838] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.838] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.839] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.839] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.839] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.840] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.840] | : . ' , signalConditions() ... done [12:33:48.840] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:48.840] | : . Launching futures ... done [12:33:48.841] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:48.841] | : Using SequentialFutureBackend ... done [12:33:48.844] | run() for 'Future' () ... done [12:33:48.845] future(..., label = NULL) ... done [12:33:48.845] value() for SequentialFuture () ... [12:33:48.845] | signalConditions() ... [12:33:48.846] | : include = 'immediateCondition' [12:33:48.846] | : exclude = [12:33:48.846] | : resignal = FALSE [12:33:48.846] | : Number of conditions: 6 [12:33:48.847] | : int 6 [12:33:48.848] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.848] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.848] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.848] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.849] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.849] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.849] | signalConditions() ... done [12:33:48.849] | relay stdout ... [12:33:48.850] | relay stdout ... done [12:33:48.850] | check for misuse ... [12:33:48.850] | check for misuse ... done [12:33:48.850] | relay conditions ... [12:33:48.851] | : Future state: 'finished' [12:33:48.851] | : signalConditions() ... [12:33:48.851] | : . include = 'condition' [12:33:48.851] | : . exclude = 'immediateCondition' [12:33:48.852] | : . resignal = TRUE [12:33:48.852] | : . Number of conditions: 6 [12:33:48.852] | : . int 6 [12:33:48.853] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.853] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:48.778] | : . ' , attachPackages() ... [12:33:48.854] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.854] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:48.779] | : . ' , ; packages: [n=1] 'future' [12:33:48.854] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.854] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:48.779] | : . ' , attachPackages() ... done [12:33:48.855] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.855] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:48.779] | : . ' , attachPackages() ... [12:33:48.855] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.856] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:48.780] | : . ' , ; packages: [n=1] 'stats' [12:33:48.856] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.856] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:48.780] | : . ' , attachPackages() ... done [12:33:48.857] | : signalConditions() ... done [12:33:48.857] | relay conditions ... done [12:33:48.857] value() for SequentialFuture () ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [12:33:48.860] future(..., label = NULL) ... [12:33:48.861] | lazy: FALSE [12:33:48.861] | stdout: TRUE [12:33:48.861] | conditions: [n=1] 'condition' [12:33:48.861] | getGlobalsAndPackages() ... [12:33:48.862] | : Searching for globals ... [12:33:48.884] | : . globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [12:33:48.885] | : Searching for globals ... done [12:33:48.885] | : Resolving globals: FALSE [12:33:48.886] | : Search for packages associated with the globals ... [12:33:48.886] | : . Packages associated with globals: [2] 'base', 'stats' [12:33:48.887] | : . Packages: [2] 'base', 'stats' [12:33:48.887] | : Search for packages associated with the globals ... done [12:33:48.887] | : Packages after dropping 'base': [1] 'stats' [12:33:48.888] | : Packages after dropping non-attached packages: [1] 'stats' [12:33:48.888] | : globals: [2] 'weight', 'group' [12:33:48.888] | : packages: [1] 'stats' [12:33:48.889] | getGlobalsAndPackages() ... done [12:33:48.889] | run() for 'Future' () ... [12:33:48.889] | : state: 'created' [12:33:48.890] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:48.890] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:48.890] | : Using SequentialFutureBackend ... [12:33:48.890] | : . Number of futures since start: 3 (3 created, 3 launched, 3 finished) [12:33:48.891] | : . Launching futures ... [12:33:48.891] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:48.891] | : . ' , getFutureData() ... [12:33:48.892] | : . ' , ; getFutureCore() ... [12:33:48.892] | : . ' , ; ` Packages needed by the future expression (n = 1): 'stats' [12:33:48.892] | : . ' , ; getFutureCore() ... done [12:33:48.892] | : . ' , ; getFutureCapture() ... [12:33:48.893] | : . ' , ; getFutureCapture() ... done [12:33:48.893] | : . ' , ; getFutureContext() ... [12:33:48.893] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:48.894] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:48.894] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:48.894] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:48.894] | : . ' , ; getFutureContext() ... done [12:33:48.895] | : . ' , getFutureData() ... done [12:33:48.898] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:48.898] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:48.898] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:48.899] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:48.899] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:48.900] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:48.900] | : . ' , ; ` | New stack: [12:33:48.900] | : . ' , ; ` | List of 1 [12:33:48.900] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:48.900] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.900] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:48.900] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.900] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.900] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.900] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:48.900] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:48.905] | : . ' , ; ` | Old stack: [12:33:48.906] | : . ' , ; ` | List of 1 [12:33:48.906] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:48.906] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.906] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:48.906] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.906] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.906] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.906] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:48.906] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:48.906] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.906] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.906] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:48.913] | : . ' , ; ` | Not identical [12:33:48.914] | : . ' , ; ` | all.equal() for future ... [12:33:48.914] | : . ' , ; ` | : List of 2 [12:33:48.914] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:48.914] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.914] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:48.914] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.914] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.914] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.914] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:48.914] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:48.914] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.914] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:48.914] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.914] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.914] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.914] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:48.914] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:48.914] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.914] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.926] | : . ' , ; ` | all.equal() for future ... done [12:33:48.927] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:48.927] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:48.927] | : . ' , ; ` List of future strategies: [12:33:48.927] | : . ' , ; ` 1. sequential: [12:33:48.927] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:48.927] | : . ' , ; ` - tweaked: FALSE [12:33:48.927] | : . ' , ; ` - call: plan(sequential) [12:33:48.928] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:48.929] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:48.929] | : . ' , assign_globals() ... [12:33:48.929] | : . ' , List of 2 [12:33:48.929] | : . ' , $ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [12:33:48.929] | : . ' , $ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [12:33:48.929] | : . ' , - attr(*, "where")=List of 2 [12:33:48.929] | : . ' , ..$ weight: [12:33:48.929] | : . ' , ..$ group : [12:33:48.929] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:48.929] | : . ' , - attr(*, "resolved")= logi FALSE [12:33:48.929] | : . ' , - attr(*, "total_size")= num NA [12:33:48.929] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:48.936] | : . ' , - copied 'weight' to environment [12:33:48.937] | : . ' , - copied 'group' to environment [12:33:48.937] | : . ' , assign_globals() ... done [12:33:48.943] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:48.943] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:48.944] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:48.944] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:48.944] | : . ' , ; ` | : New stack: [12:33:48.945] | : . ' , ; ` | : List of 1 [12:33:48.945] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:48.945] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.945] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:48.945] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.945] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.945] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.945] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:48.945] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:48.945] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.945] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.945] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:48.952] | : . ' , ; ` | : Old stack: [12:33:48.952] | : . ' , ; ` | : List of 1 [12:33:48.952] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:48.952] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:48.952] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:48.952] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.952] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.952] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.952] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:48.952] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:48.952] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:48.952] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:48.952] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:48.959] | : . ' , ; ` | : Identical [12:33:48.959] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:48.959] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:48.959] | : . ' , ; ` | List of future strategies: [12:33:48.959] | : . ' , ; ` | 1. sequential: [12:33:48.959] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:48.959] | : . ' , ; ` | - tweaked: FALSE [12:33:48.959] | : . ' , ; ` | - call: plan(sequential) [12:33:48.961] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:48.961] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:48.961] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:48.962] | : . ' , SequentialFuture started (and completed) [12:33:48.962] | : . ' , signalConditions() ... [12:33:48.963] | : . ' , ; include = 'immediateCondition' [12:33:48.963] | : . ' , ; exclude = [12:33:48.963] | : . ' , ; resignal = FALSE [12:33:48.964] | : . ' , ; Number of conditions: 6 [12:33:48.964] | : . ' , ; int 6 [12:33:48.965] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.965] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.966] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.966] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.966] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.966] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.967] | : . ' , signalConditions() ... done [12:33:48.967] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:48.967] | : . Launching futures ... done [12:33:48.968] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:48.968] | : Using SequentialFutureBackend ... done [12:33:48.968] | run() for 'Future' () ... done [12:33:48.969] future(..., label = NULL) ... done [12:33:48.969] value() for SequentialFuture () ... [12:33:48.969] | signalConditions() ... [12:33:48.970] | : include = 'immediateCondition' [12:33:48.970] | : exclude = [12:33:48.970] | : resignal = FALSE [12:33:48.971] | : Number of conditions: 6 [12:33:48.971] | : int 6 [12:33:48.972] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.972] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.973] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.973] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.973] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.973] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.974] | signalConditions() ... done [12:33:48.974] | relay stdout ... [12:33:48.974] | relay stdout ... done [12:33:48.975] | check for misuse ... [12:33:48.975] | check for misuse ... done [12:33:48.975] | relay conditions ... [12:33:48.976] | : Future state: 'finished' [12:33:48.976] | : signalConditions() ... [12:33:48.976] | : . include = 'condition' [12:33:48.977] | : . exclude = 'immediateCondition' [12:33:48.977] | : . resignal = TRUE [12:33:48.977] | : . Number of conditions: 6 [12:33:48.977] | : . int 6 [12:33:48.979] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.979] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:48.895] | : . ' , attachPackages() ... [12:33:48.979] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.980] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:48.895] | : . ' , ; packages: [n=1] 'future' [12:33:48.980] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.980] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:48.896] | : . ' , attachPackages() ... done [12:33:48.981] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.981] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:48.896] | : . ' , attachPackages() ... [12:33:48.981] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.982] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:48.896] | : . ' , ; packages: [n=1] 'stats' [12:33:48.982] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:48.982] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:48.897] | : . ' , attachPackages() ... done [12:33:48.983] | : signalConditions() ... done [12:33:48.983] | relay conditions ... done [12:33:48.983] value() for SequentialFuture () ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [12:33:48.988] future(..., label = NULL) ... [12:33:48.988] | lazy: TRUE [12:33:48.988] | stdout: TRUE [12:33:48.988] | conditions: [n=1] 'condition' [12:33:48.989] | getGlobalsAndPackages() ... [12:33:48.989] | : Searching for globals ... [12:33:49.018] | : . globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [12:33:49.019] | : Searching for globals ... done [12:33:49.019] | : Resolving globals: FALSE [12:33:49.020] | : Search for packages associated with the globals ... [12:33:49.020] | : . Packages associated with globals: [2] 'base', 'stats' [12:33:49.021] | : . Packages: [2] 'base', 'stats' [12:33:49.021] | : Search for packages associated with the globals ... done [12:33:49.021] | : Packages after dropping 'base': [1] 'stats' [12:33:49.022] | : Packages after dropping non-attached packages: [1] 'stats' [12:33:49.022] | : globals: [2] 'weight', 'group' [12:33:49.022] | : packages: [1] 'stats' [12:33:49.023] | getGlobalsAndPackages() ... done [12:33:49.023] future(..., label = NULL) ... done [12:33:49.024] value() for Future () ... [12:33:49.024] | run() for 'Future' () ... [12:33:49.024] | : state: 'created' [12:33:49.025] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.025] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.025] | : Using SequentialFutureBackend ... [12:33:49.026] | : . Number of futures since start: 4 (4 created, 4 launched, 4 finished) [12:33:49.026] | : . Launching futures ... [12:33:49.026] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:49.027] | : . ' , getFutureData() ... [12:33:49.027] | : . ' , ; getFutureCore() ... [12:33:49.027] | : . ' , ; ` Packages needed by the future expression (n = 1): 'stats' [12:33:49.027] | : . ' , ; getFutureCore() ... done [12:33:49.028] | : . ' , ; getFutureCapture() ... [12:33:49.028] | : . ' , ; getFutureCapture() ... done [12:33:49.028] | : . ' , ; getFutureContext() ... [12:33:49.029] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.029] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:49.029] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.029] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:49.030] | : . ' , ; getFutureContext() ... done [12:33:49.030] | : . ' , getFutureData() ... done [12:33:49.034] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.034] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:49.034] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.035] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.035] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:49.036] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:49.036] | : . ' , ; ` | New stack: [12:33:49.036] | : . ' , ; ` | List of 1 [12:33:49.036] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:49.036] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.036] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:49.036] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.036] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.036] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.036] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:49.036] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.042] | : . ' , ; ` | Old stack: [12:33:49.042] | : . ' , ; ` | List of 1 [12:33:49.042] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:49.042] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.042] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:49.042] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.042] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.042] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.042] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:49.042] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.042] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.042] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.042] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.049] | : . ' , ; ` | Not identical [12:33:49.049] | : . ' , ; ` | all.equal() for future ... [12:33:49.049] | : . ' , ; ` | : List of 2 [12:33:49.049] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:49.049] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.049] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:49.049] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.049] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.049] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.049] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:49.049] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:49.049] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.049] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.049] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.049] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.049] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.049] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.049] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.049] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.049] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.061] | : . ' , ; ` | all.equal() for future ... done [12:33:49.061] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:49.061] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:49.062] | : . ' , ; ` List of future strategies: [12:33:49.062] | : . ' , ; ` 1. sequential: [12:33:49.062] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:49.062] | : . ' , ; ` - tweaked: FALSE [12:33:49.062] | : . ' , ; ` - call: plan(sequential) [12:33:49.063] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:49.063] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.064] | : . ' , assign_globals() ... [12:33:49.064] | : . ' , List of 2 [12:33:49.064] | : . ' , $ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [12:33:49.064] | : . ' , $ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [12:33:49.064] | : . ' , - attr(*, "where")=List of 2 [12:33:49.064] | : . ' , ..$ weight: [12:33:49.064] | : . ' , ..$ group : [12:33:49.064] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:49.064] | : . ' , - attr(*, "resolved")= logi FALSE [12:33:49.064] | : . ' , - attr(*, "total_size")= num NA [12:33:49.064] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:49.071] | : . ' , - copied 'weight' to environment [12:33:49.071] | : . ' , - copied 'group' to environment [12:33:49.072] | : . ' , assign_globals() ... done [12:33:49.078] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.078] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.078] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:49.079] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:49.079] | : . ' , ; ` | : New stack: [12:33:49.079] | : . ' , ; ` | : List of 1 [12:33:49.079] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:49.079] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.079] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.079] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.079] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.079] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.079] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.079] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.079] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.079] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.079] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.086] | : . ' , ; ` | : Old stack: [12:33:49.087] | : . ' , ; ` | : List of 1 [12:33:49.087] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:49.087] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.087] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.087] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.087] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.087] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.087] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.087] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.087] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.087] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.087] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.093] | : . ' , ; ` | : Identical [12:33:49.094] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:49.094] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:49.094] | : . ' , ; ` | List of future strategies: [12:33:49.094] | : . ' , ; ` | 1. sequential: [12:33:49.094] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:49.094] | : . ' , ; ` | - tweaked: FALSE [12:33:49.094] | : . ' , ; ` | - call: plan(sequential) [12:33:49.095] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:49.096] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.096] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.097] | : . ' , SequentialFuture started (and completed) [12:33:49.097] | : . ' , signalConditions() ... [12:33:49.098] | : . ' , ; include = 'immediateCondition' [12:33:49.098] | : . ' , ; exclude = [12:33:49.098] | : . ' , ; resignal = FALSE [12:33:49.099] | : . ' , ; Number of conditions: 6 [12:33:49.099] | : . ' , ; int 6 [12:33:49.100] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.100] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.100] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.101] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.101] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.101] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.102] | : . ' , signalConditions() ... done [12:33:49.102] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:49.102] | : . Launching futures ... done [12:33:49.103] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:49.103] | : Using SequentialFutureBackend ... done [12:33:49.103] | run() for 'Future' () ... done [12:33:49.104] | signalConditions() ... [12:33:49.104] | : include = 'immediateCondition' [12:33:49.104] | : exclude = [12:33:49.104] | : resignal = FALSE [12:33:49.105] | : Number of conditions: 6 [12:33:49.105] | : int 6 [12:33:49.106] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.106] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.107] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.107] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.107] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.108] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.108] | signalConditions() ... done [12:33:49.108] | relay stdout ... [12:33:49.109] | relay stdout ... done [12:33:49.109] | check for misuse ... [12:33:49.109] | check for misuse ... done [12:33:49.109] | relay conditions ... [12:33:49.110] | : Future state: 'finished' [12:33:49.110] | : signalConditions() ... [12:33:49.110] | : . include = 'condition' [12:33:49.111] | : . exclude = 'immediateCondition' [12:33:49.111] | : . resignal = TRUE [12:33:49.111] | : . Number of conditions: 6 [12:33:49.111] | : . int 6 [12:33:49.112] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.113] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:49.031] | : . ' , attachPackages() ... [12:33:49.113] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.113] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:49.031] | : . ' , ; packages: [n=1] 'future' [12:33:49.114] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.114] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:49.031] | : . ' , attachPackages() ... done [12:33:49.114] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.115] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:49.032] | : . ' , attachPackages() ... [12:33:49.115] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.115] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:49.032] | : . ' , ; packages: [n=1] 'stats' [12:33:49.116] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.116] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:49.032] | : . ' , attachPackages() ... done [12:33:49.117] | : signalConditions() ... done [12:33:49.117] | relay conditions ... done [12:33:49.117] value() for Future () ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 - Globals - one-side formulas, e.g. xtabs(~ x) ... [12:33:49.121] future(..., label = NULL) ... [12:33:49.121] | lazy: FALSE [12:33:49.121] | stdout: TRUE [12:33:49.121] | conditions: [n=1] 'condition' [12:33:49.122] | getGlobalsAndPackages() ... [12:33:49.122] | : Searching for globals ... [12:33:49.139] | : . globals found: [4] '{', 'xtabs', 'x', '~' [12:33:49.140] | : Searching for globals ... done [12:33:49.140] | : Resolving globals: FALSE [12:33:49.141] | : Search for packages associated with the globals ... [12:33:49.141] | : . Packages associated with globals: [2] 'base', 'stats' [12:33:49.142] | : . Packages: [2] 'base', 'stats' [12:33:49.142] | : Search for packages associated with the globals ... done [12:33:49.142] | : Packages after dropping 'base': [1] 'stats' [12:33:49.143] | : Packages after dropping non-attached packages: [1] 'stats' [12:33:49.143] | : globals: [1] 'x' [12:33:49.143] | : packages: [1] 'stats' [12:33:49.144] | getGlobalsAndPackages() ... done [12:33:49.144] | run() for 'Future' () ... [12:33:49.145] | : state: 'created' [12:33:49.145] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.145] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.146] | : Using SequentialFutureBackend ... [12:33:49.146] | : . Number of futures since start: 5 (5 created, 5 launched, 5 finished) [12:33:49.146] | : . Launching futures ... [12:33:49.147] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:49.147] | : . ' , getFutureData() ... [12:33:49.147] | : . ' , ; getFutureCore() ... [12:33:49.148] | : . ' , ; ` Packages needed by the future expression (n = 1): 'stats' [12:33:49.148] | : . ' , ; getFutureCore() ... done [12:33:49.148] | : . ' , ; getFutureCapture() ... [12:33:49.148] | : . ' , ; getFutureCapture() ... done [12:33:49.149] | : . ' , ; getFutureContext() ... [12:33:49.149] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.149] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:49.150] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.150] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:49.150] | : . ' , ; getFutureContext() ... done [12:33:49.151] | : . ' , getFutureData() ... done [12:33:49.154] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.154] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:49.155] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.155] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.156] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:49.156] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:49.156] | : . ' , ; ` | New stack: [12:33:49.157] | : . ' , ; ` | List of 1 [12:33:49.157] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:49.157] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.157] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:49.157] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.157] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.157] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.157] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:49.157] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.162] | : . ' , ; ` | Old stack: [12:33:49.162] | : . ' , ; ` | List of 1 [12:33:49.162] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:49.162] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.162] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:49.162] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.162] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.162] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.162] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:49.162] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.162] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.162] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.162] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.169] | : . ' , ; ` | Not identical [12:33:49.170] | : . ' , ; ` | all.equal() for future ... [12:33:49.170] | : . ' , ; ` | : List of 2 [12:33:49.170] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:49.170] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.170] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:49.170] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.170] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.170] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.170] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:49.170] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:49.170] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.170] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.170] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.170] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.170] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.170] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.170] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.170] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.170] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.185] | : . ' , ; ` | all.equal() for future ... done [12:33:49.186] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:49.186] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:49.186] | : . ' , ; ` List of future strategies: [12:33:49.186] | : . ' , ; ` 1. sequential: [12:33:49.186] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:49.186] | : . ' , ; ` - tweaked: FALSE [12:33:49.186] | : . ' , ; ` - call: plan(sequential) [12:33:49.187] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:49.188] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.188] | : . ' , assign_globals() ... [12:33:49.188] | : . ' , List of 1 [12:33:49.188] | : . ' , $ x: num [1:5] 1 1 2 2 2 [12:33:49.188] | : . ' , - attr(*, "where")=List of 1 [12:33:49.188] | : . ' , ..$ x: [12:33:49.188] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:49.188] | : . ' , - attr(*, "resolved")= logi FALSE [12:33:49.188] | : . ' , - attr(*, "total_size")= num NA [12:33:49.188] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:49.193] | : . ' , - copied 'x' to environment [12:33:49.193] | : . ' , assign_globals() ... done [12:33:49.198] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.199] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.199] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:49.199] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:49.200] | : . ' , ; ` | : New stack: [12:33:49.200] | : . ' , ; ` | : List of 1 [12:33:49.200] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:49.200] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.200] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.200] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.200] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.200] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.200] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.200] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.200] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.200] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.200] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.206] | : . ' , ; ` | : Old stack: [12:33:49.207] | : . ' , ; ` | : List of 1 [12:33:49.207] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:49.207] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.207] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.207] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.207] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.207] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.207] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.207] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.207] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.207] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.207] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.213] | : . ' , ; ` | : Identical [12:33:49.214] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:49.214] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:49.214] | : . ' , ; ` | List of future strategies: [12:33:49.214] | : . ' , ; ` | 1. sequential: [12:33:49.214] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:49.214] | : . ' , ; ` | - tweaked: FALSE [12:33:49.214] | : . ' , ; ` | - call: plan(sequential) [12:33:49.215] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:49.216] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.216] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.217] | : . ' , SequentialFuture started (and completed) [12:33:49.217] | : . ' , signalConditions() ... [12:33:49.218] | : . ' , ; include = 'immediateCondition' [12:33:49.218] | : . ' , ; exclude = [12:33:49.218] | : . ' , ; resignal = FALSE [12:33:49.218] | : . ' , ; Number of conditions: 6 [12:33:49.219] | : . ' , ; int 6 [12:33:49.220] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.220] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.220] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.221] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.221] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.221] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.222] | : . ' , signalConditions() ... done [12:33:49.222] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:49.222] | : . Launching futures ... done [12:33:49.222] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:49.223] | : Using SequentialFutureBackend ... done [12:33:49.223] | run() for 'Future' () ... done [12:33:49.223] future(..., label = NULL) ... done [12:33:49.224] value() for SequentialFuture () ... [12:33:49.224] | signalConditions() ... [12:33:49.224] | : include = 'immediateCondition' [12:33:49.225] | : exclude = [12:33:49.225] | : resignal = FALSE [12:33:49.225] | : Number of conditions: 6 [12:33:49.225] | : int 6 [12:33:49.226] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.227] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.227] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.227] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.228] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.228] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.228] | signalConditions() ... done [12:33:49.228] | relay stdout ... [12:33:49.229] | relay stdout ... done [12:33:49.229] | check for misuse ... [12:33:49.229] | check for misuse ... done [12:33:49.230] | relay conditions ... [12:33:49.230] | : Future state: 'finished' [12:33:49.230] | : signalConditions() ... [12:33:49.231] | : . include = 'condition' [12:33:49.231] | : . exclude = 'immediateCondition' [12:33:49.231] | : . resignal = TRUE [12:33:49.231] | : . Number of conditions: 6 [12:33:49.232] | : . int 6 [12:33:49.233] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.233] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:49.151] | : . ' , attachPackages() ... [12:33:49.233] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.234] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:49.152] | : . ' , ; packages: [n=1] 'future' [12:33:49.234] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.234] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:49.152] | : . ' , attachPackages() ... done [12:33:49.235] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.235] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:49.152] | : . ' , attachPackages() ... [12:33:49.235] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.236] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:49.153] | : . ' , ; packages: [n=1] 'stats' [12:33:49.236] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.236] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:49.153] | : . ' , attachPackages() ... done [12:33:49.237] | : signalConditions() ... done [12:33:49.237] | relay conditions ... done [12:33:49.237] value() for SequentialFuture () ... done x 1 2 2 3 [12:33:49.239] future(..., label = NULL) ... [12:33:49.239] | lazy: FALSE [12:33:49.239] | stdout: TRUE [12:33:49.240] | conditions: [n=1] 'condition' [12:33:49.240] | getGlobalsAndPackages() ... [12:33:49.240] | : Searching for globals ... [12:33:49.257] | : . globals found: [4] '{', 'xtabs', 'x', '~' [12:33:49.257] | : Searching for globals ... done [12:33:49.257] | : Resolving globals: FALSE [12:33:49.258] | : Search for packages associated with the globals ... [12:33:49.258] | : . Packages associated with globals: [2] 'base', 'stats' [12:33:49.259] | : . Packages: [2] 'base', 'stats' [12:33:49.259] | : Search for packages associated with the globals ... done [12:33:49.259] | : Packages after dropping 'base': [1] 'stats' [12:33:49.260] | : Packages after dropping non-attached packages: [1] 'stats' [12:33:49.260] | : globals: [1] 'x' [12:33:49.260] | : packages: [1] 'stats' [12:33:49.261] | getGlobalsAndPackages() ... done [12:33:49.261] | run() for 'Future' () ... [12:33:49.262] | : state: 'created' [12:33:49.262] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.262] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.263] | : Using SequentialFutureBackend ... [12:33:49.263] | : . Number of futures since start: 6 (6 created, 6 launched, 6 finished) [12:33:49.263] | : . Launching futures ... [12:33:49.264] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:49.264] | : . ' , getFutureData() ... [12:33:49.264] | : . ' , ; getFutureCore() ... [12:33:49.264] | : . ' , ; ` Packages needed by the future expression (n = 1): 'stats' [12:33:49.265] | : . ' , ; getFutureCore() ... done [12:33:49.265] | : . ' , ; getFutureCapture() ... [12:33:49.265] | : . ' , ; getFutureCapture() ... done [12:33:49.266] | : . ' , ; getFutureContext() ... [12:33:49.266] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.266] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:49.266] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.267] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:49.267] | : . ' , ; getFutureContext() ... done [12:33:49.267] | : . ' , getFutureData() ... done [12:33:49.271] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.271] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:49.271] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.272] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.272] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:49.272] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:49.273] | : . ' , ; ` | New stack: [12:33:49.273] | : . ' , ; ` | List of 1 [12:33:49.273] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:49.273] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.273] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:49.273] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.273] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.273] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.273] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:49.273] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.278] | : . ' , ; ` | Old stack: [12:33:49.279] | : . ' , ; ` | List of 1 [12:33:49.279] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:49.279] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.279] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:49.279] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.279] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.279] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.279] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:49.279] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.279] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.279] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.279] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.285] | : . ' , ; ` | Not identical [12:33:49.285] | : . ' , ; ` | all.equal() for future ... [12:33:49.286] | : . ' , ; ` | : List of 2 [12:33:49.286] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:49.286] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.286] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:49.286] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.286] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.286] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.286] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:49.286] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:49.286] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.286] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.286] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.286] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.286] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.286] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.286] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.286] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.286] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.296] | : . ' , ; ` | all.equal() for future ... done [12:33:49.297] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:49.297] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:49.297] | : . ' , ; ` List of future strategies: [12:33:49.297] | : . ' , ; ` 1. sequential: [12:33:49.297] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:49.297] | : . ' , ; ` - tweaked: FALSE [12:33:49.297] | : . ' , ; ` - call: plan(sequential) [12:33:49.298] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:49.299] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.299] | : . ' , assign_globals() ... [12:33:49.299] | : . ' , List of 1 [12:33:49.299] | : . ' , $ x: num [1:5] 1 1 2 2 2 [12:33:49.299] | : . ' , - attr(*, "where")=List of 1 [12:33:49.299] | : . ' , ..$ x: [12:33:49.299] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:49.299] | : . ' , - attr(*, "resolved")= logi FALSE [12:33:49.299] | : . ' , - attr(*, "total_size")= num NA [12:33:49.299] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:49.304] | : . ' , - copied 'x' to environment [12:33:49.305] | : . ' , assign_globals() ... done [12:33:49.310] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.310] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.310] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:49.311] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:49.311] | : . ' , ; ` | : New stack: [12:33:49.311] | : . ' , ; ` | : List of 1 [12:33:49.311] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:49.311] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.311] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.311] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.311] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.311] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.311] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.311] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.311] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.311] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.311] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.317] | : . ' , ; ` | : Old stack: [12:33:49.318] | : . ' , ; ` | : List of 1 [12:33:49.318] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:49.318] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.318] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.318] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.318] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.318] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.318] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.318] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.318] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.318] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.318] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.324] | : . ' , ; ` | : Identical [12:33:49.324] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:49.324] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:49.325] | : . ' , ; ` | List of future strategies: [12:33:49.325] | : . ' , ; ` | 1. sequential: [12:33:49.325] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:49.325] | : . ' , ; ` | - tweaked: FALSE [12:33:49.325] | : . ' , ; ` | - call: plan(sequential) [12:33:49.326] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:49.326] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.326] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.327] | : . ' , SequentialFuture started (and completed) [12:33:49.327] | : . ' , signalConditions() ... [12:33:49.327] | : . ' , ; include = 'immediateCondition' [12:33:49.328] | : . ' , ; exclude = [12:33:49.328] | : . ' , ; resignal = FALSE [12:33:49.328] | : . ' , ; Number of conditions: 6 [12:33:49.328] | : . ' , ; int 6 [12:33:49.329] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.330] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.330] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.330] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.330] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.331] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.331] | : . ' , signalConditions() ... done [12:33:49.331] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:49.332] | : . Launching futures ... done [12:33:49.332] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:49.332] | : Using SequentialFutureBackend ... done [12:33:49.332] | run() for 'Future' () ... done [12:33:49.333] future(..., label = NULL) ... done [12:33:49.333] value() for SequentialFuture () ... [12:33:49.333] | signalConditions() ... [12:33:49.334] | : include = 'immediateCondition' [12:33:49.334] | : exclude = [12:33:49.334] | : resignal = FALSE [12:33:49.334] | : Number of conditions: 6 [12:33:49.335] | : int 6 [12:33:49.335] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.336] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.336] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.336] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.337] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.337] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.337] | signalConditions() ... done [12:33:49.337] | relay stdout ... [12:33:49.338] | relay stdout ... done [12:33:49.338] | check for misuse ... [12:33:49.338] | check for misuse ... done [12:33:49.339] | relay conditions ... [12:33:49.339] | : Future state: 'finished' [12:33:49.343] | : signalConditions() ... [12:33:49.344] | : . include = 'condition' [12:33:49.344] | : . exclude = 'immediateCondition' [12:33:49.344] | : . resignal = TRUE [12:33:49.345] | : . Number of conditions: 6 [12:33:49.345] | : . int 6 [12:33:49.346] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.346] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:49.268] | : . ' , attachPackages() ... [12:33:49.346] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.347] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:49.268] | : . ' , ; packages: [n=1] 'future' [12:33:49.347] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.347] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:49.269] | : . ' , attachPackages() ... done [12:33:49.348] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.348] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:49.269] | : . ' , attachPackages() ... [12:33:49.348] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.348] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:49.269] | : . ' , ; packages: [n=1] 'stats' [12:33:49.349] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.349] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:49.270] | : . ' , attachPackages() ... done [12:33:49.350] | : signalConditions() ... done [12:33:49.350] | relay conditions ... done [12:33:49.350] value() for 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 [12:33:49.354] future(..., label = NULL) ... [12:33:49.354] | lazy: FALSE [12:33:49.354] | stdout: TRUE [12:33:49.355] | conditions: [n=1] 'condition' [12:33:49.355] | getGlobalsAndPackages() ... [12:33:49.355] | : Searching for globals ... [12:33:49.378] | : . globals found: [7] '{', 'lm', 'dist', '-', '.', '~', 'cars' [12:33:49.378] | : Searching for globals ... done [12:33:49.379] | : Resolving globals: FALSE [12:33:49.379] | : Search for packages associated with the globals ... [12:33:49.379] | : . Packages associated with globals: [3] 'base', 'stats', 'datasets' [12:33:49.380] | : . Packages: [3] 'base', 'stats', 'datasets' [12:33:49.380] | : Search for packages associated with the globals ... done [12:33:49.381] | : Packages after dropping 'base': [2] 'stats', 'datasets' [12:33:49.381] | : Packages after dropping non-attached packages: [2] 'stats', 'datasets' [12:33:49.381] | : globals: [0] [12:33:49.382] | : packages: [2] 'stats', 'datasets' [12:33:49.382] | getGlobalsAndPackages() ... done [12:33:49.382] | run() for 'Future' () ... [12:33:49.383] | : state: 'created' [12:33:49.383] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.383] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.384] | : Using SequentialFutureBackend ... [12:33:49.384] | : . Number of futures since start: 7 (7 created, 7 launched, 7 finished) [12:33:49.384] | : . Launching futures ... [12:33:49.384] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:49.385] | : . ' , getFutureData() ... [12:33:49.385] | : . ' , ; getFutureCore() ... [12:33:49.385] | : . ' , ; ` Packages needed by the future expression (n = 2): 'stats', 'datasets' [12:33:49.385] | : . ' , ; getFutureCore() ... done [12:33:49.386] | : . ' , ; getFutureCapture() ... [12:33:49.386] | : . ' , ; getFutureCapture() ... done [12:33:49.386] | : . ' , ; getFutureContext() ... [12:33:49.387] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.387] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:49.387] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.387] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:49.388] | : . ' , ; getFutureContext() ... done [12:33:49.388] | : . ' , getFutureData() ... done [12:33:49.391] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.391] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:49.391] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.392] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.392] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:49.392] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:49.392] | : . ' , ; ` | New stack: [12:33:49.393] | : . ' , ; ` | List of 1 [12:33:49.393] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:49.393] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.393] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:49.393] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.393] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.393] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.393] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:49.393] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.396] | : . ' , ; ` | Old stack: [12:33:49.397] | : . ' , ; ` | List of 1 [12:33:49.397] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:49.397] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.397] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:49.397] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.397] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.397] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.397] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:49.397] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.397] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.397] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.397] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.401] | : . ' , ; ` | Not identical [12:33:49.402] | : . ' , ; ` | all.equal() for future ... [12:33:49.402] | : . ' , ; ` | : List of 2 [12:33:49.402] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:49.402] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.402] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:49.402] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.402] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.402] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.402] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:49.402] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:49.402] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.402] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.402] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.402] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.402] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.402] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.402] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.402] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.402] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.411] | : . ' , ; ` | all.equal() for future ... done [12:33:49.411] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:49.411] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:49.411] | : . ' , ; ` List of future strategies: [12:33:49.411] | : . ' , ; ` 1. sequential: [12:33:49.411] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:49.411] | : . ' , ; ` - tweaked: FALSE [12:33:49.411] | : . ' , ; ` - call: plan(sequential) [12:33:49.412] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:49.412] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.417] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.417] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.418] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:49.418] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:49.418] | : . ' , ; ` | : New stack: [12:33:49.419] | : . ' , ; ` | : List of 1 [12:33:49.419] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:49.419] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.419] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.419] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.419] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.419] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.419] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.419] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.419] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.419] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.419] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.426] | : . ' , ; ` | : Old stack: [12:33:49.427] | : . ' , ; ` | : List of 1 [12:33:49.427] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:49.427] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.427] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.427] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.427] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.427] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.427] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.427] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.427] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.427] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.427] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.434] | : . ' , ; ` | : Identical [12:33:49.434] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:49.434] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:49.435] | : . ' , ; ` | List of future strategies: [12:33:49.435] | : . ' , ; ` | 1. sequential: [12:33:49.435] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:49.435] | : . ' , ; ` | - tweaked: FALSE [12:33:49.435] | : . ' , ; ` | - call: plan(sequential) [12:33:49.436] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:49.436] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.437] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.437] | : . ' , SequentialFuture started (and completed) [12:33:49.438] | : . ' , signalConditions() ... [12:33:49.438] | : . ' , ; include = 'immediateCondition' [12:33:49.438] | : . ' , ; exclude = [12:33:49.439] | : . ' , ; resignal = FALSE [12:33:49.439] | : . ' , ; Number of conditions: 6 [12:33:49.439] | : . ' , ; int 6 [12:33:49.440] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.441] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.441] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.441] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.442] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.442] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.442] | : . ' , signalConditions() ... done [12:33:49.442] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:49.442] | : . Launching futures ... done [12:33:49.443] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:49.443] | : Using SequentialFutureBackend ... done [12:33:49.443] | run() for 'Future' () ... done [12:33:49.443] future(..., label = NULL) ... done [12:33:49.443] value() for SequentialFuture () ... [12:33:49.444] | signalConditions() ... [12:33:49.444] | : include = 'immediateCondition' [12:33:49.444] | : exclude = [12:33:49.444] | : resignal = FALSE [12:33:49.444] | : Number of conditions: 6 [12:33:49.444] | : int 6 [12:33:49.445] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.445] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.446] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.446] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.446] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.446] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.446] | signalConditions() ... done [12:33:49.447] | relay stdout ... [12:33:49.447] | relay stdout ... done [12:33:49.447] | check for misuse ... [12:33:49.447] | check for misuse ... done [12:33:49.447] | relay conditions ... [12:33:49.448] | : Future state: 'finished' [12:33:49.448] | : signalConditions() ... [12:33:49.448] | : . include = 'condition' [12:33:49.449] | : . exclude = 'immediateCondition' [12:33:49.449] | : . resignal = TRUE [12:33:49.449] | : . Number of conditions: 6 [12:33:49.449] | : . int 6 [12:33:49.450] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.451] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:49.388] | : . ' , attachPackages() ... [12:33:49.451] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.451] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:49.389] | : . ' , ; packages: [n=1] 'future' [12:33:49.451] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.452] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:49.389] | : . ' , attachPackages() ... done [12:33:49.452] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.452] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:49.389] | : . ' , attachPackages() ... [12:33:49.452] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.452] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:49.390] | : . ' , ; packages: [n=2] 'stats', 'datasets' [12:33:49.453] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.453] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:49.390] | : . ' , attachPackages() ... done [12:33:49.453] | : signalConditions() ... done [12:33:49.453] | relay conditions ... done [12:33:49.453] value() for 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 [12:33:49.457] future(..., label = NULL) ... [12:33:49.457] | lazy: FALSE [12:33:49.457] | stdout: TRUE [12:33:49.457] | conditions: [n=1] 'condition' [12:33:49.458] | getGlobalsAndPackages() ... [12:33:49.458] | : Searching for globals ... [12:33:49.489] | : . globals found: [7] '{', 'lm', 'dist', '+', '.', '~', 'cars' [12:33:49.489] | : Searching for globals ... done [12:33:49.490] | : Resolving globals: FALSE [12:33:49.490] | : Search for packages associated with the globals ... [12:33:49.490] | : . Packages associated with globals: [3] 'base', 'stats', 'datasets' [12:33:49.491] | : . Packages: [3] 'base', 'stats', 'datasets' [12:33:49.491] | : Search for packages associated with the globals ... done [12:33:49.492] | : Packages after dropping 'base': [2] 'stats', 'datasets' [12:33:49.492] | : Packages after dropping non-attached packages: [2] 'stats', 'datasets' [12:33:49.492] | : globals: [0] [12:33:49.492] | : packages: [2] 'stats', 'datasets' [12:33:49.493] | getGlobalsAndPackages() ... done [12:33:49.493] | run() for 'Future' () ... [12:33:49.494] | : state: 'created' [12:33:49.494] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.494] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.495] | : Using SequentialFutureBackend ... [12:33:49.495] | : . Number of futures since start: 8 (8 created, 8 launched, 8 finished) [12:33:49.495] | : . Launching futures ... [12:33:49.496] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:49.496] | : . ' , getFutureData() ... [12:33:49.496] | : . ' , ; getFutureCore() ... [12:33:49.496] | : . ' , ; ` Packages needed by the future expression (n = 2): 'stats', 'datasets' [12:33:49.497] | : . ' , ; getFutureCore() ... done [12:33:49.497] | : . ' , ; getFutureCapture() ... [12:33:49.497] | : . ' , ; getFutureCapture() ... done [12:33:49.497] | : . ' , ; getFutureContext() ... [12:33:49.498] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.498] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:49.498] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.499] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:49.499] | : . ' , ; getFutureContext() ... done [12:33:49.499] | : . ' , getFutureData() ... done [12:33:49.502] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.503] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:49.503] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.504] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.504] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:49.504] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:49.505] | : . ' , ; ` | New stack: [12:33:49.505] | : . ' , ; ` | List of 1 [12:33:49.505] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:49.505] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.505] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:49.505] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.505] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.505] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.505] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:49.505] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.511] | : . ' , ; ` | Old stack: [12:33:49.511] | : . ' , ; ` | List of 1 [12:33:49.511] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:49.511] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.511] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:49.511] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.511] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.511] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.511] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:49.511] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.511] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.511] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.511] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.516] | : . ' , ; ` | Not identical [12:33:49.516] | : . ' , ; ` | all.equal() for future ... [12:33:49.517] | : . ' , ; ` | : List of 2 [12:33:49.517] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:49.517] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.517] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:49.517] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.517] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.517] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.517] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:49.517] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:49.517] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.517] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.517] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.517] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.517] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.517] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.517] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.517] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.517] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.527] | : . ' , ; ` | all.equal() for future ... done [12:33:49.528] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:49.528] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:49.528] | : . ' , ; ` List of future strategies: [12:33:49.528] | : . ' , ; ` 1. sequential: [12:33:49.528] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:49.528] | : . ' , ; ` - tweaked: FALSE [12:33:49.528] | : . ' , ; ` - call: plan(sequential) [12:33:49.529] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:49.529] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.535] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.535] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.536] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:49.536] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:49.536] | : . ' , ; ` | : New stack: [12:33:49.536] | : . ' , ; ` | : List of 1 [12:33:49.536] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:49.536] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.536] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.536] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.536] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.536] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.536] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.536] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.536] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.536] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.536] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.541] | : . ' , ; ` | : Old stack: [12:33:49.542] | : . ' , ; ` | : List of 1 [12:33:49.542] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:49.542] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.542] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.542] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.542] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.542] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.542] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.542] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.542] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.542] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.542] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.548] | : . ' , ; ` | : Identical [12:33:49.548] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:49.548] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:49.548] | : . ' , ; ` | List of future strategies: [12:33:49.548] | : . ' , ; ` | 1. sequential: [12:33:49.548] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:49.548] | : . ' , ; ` | - tweaked: FALSE [12:33:49.548] | : . ' , ; ` | - call: plan(sequential) [12:33:49.550] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:49.550] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.550] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.551] | : . ' , SequentialFuture started (and completed) [12:33:49.551] | : . ' , signalConditions() ... [12:33:49.552] | : . ' , ; include = 'immediateCondition' [12:33:49.552] | : . ' , ; exclude = [12:33:49.552] | : . ' , ; resignal = FALSE [12:33:49.552] | : . ' , ; Number of conditions: 6 [12:33:49.553] | : . ' , ; int 6 [12:33:49.554] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.554] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.554] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.555] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.555] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.555] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.555] | : . ' , signalConditions() ... done [12:33:49.556] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:49.556] | : . Launching futures ... done [12:33:49.556] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:49.556] | : Using SequentialFutureBackend ... done [12:33:49.557] | run() for 'Future' () ... done [12:33:49.557] future(..., label = NULL) ... done [12:33:49.557] value() for SequentialFuture () ... [12:33:49.558] | signalConditions() ... [12:33:49.558] | : include = 'immediateCondition' [12:33:49.558] | : exclude = [12:33:49.559] | : resignal = FALSE [12:33:49.559] | : Number of conditions: 6 [12:33:49.559] | : int 6 [12:33:49.560] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.560] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.561] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.561] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.561] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.562] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.562] | signalConditions() ... done [12:33:49.562] | relay stdout ... [12:33:49.562] | relay stdout ... done [12:33:49.563] | check for misuse ... [12:33:49.563] | check for misuse ... done [12:33:49.563] | relay conditions ... [12:33:49.564] | : Future state: 'finished' [12:33:49.564] | : signalConditions() ... [12:33:49.564] | : . include = 'condition' [12:33:49.564] | : . exclude = 'immediateCondition' [12:33:49.565] | : . resignal = TRUE [12:33:49.565] | : . Number of conditions: 6 [12:33:49.565] | : . int 6 [12:33:49.566] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.566] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:49.500] | : . ' , attachPackages() ... [12:33:49.566] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.566] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:49.500] | : . ' , ; packages: [n=1] 'future' [12:33:49.567] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.567] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:49.500] | : . ' , attachPackages() ... done [12:33:49.567] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.567] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:49.501] | : . ' , attachPackages() ... [12:33:49.568] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.568] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:49.501] | : . ' , ; packages: [n=2] 'stats', 'datasets' [12:33:49.568] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.568] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:49.501] | : . ' , attachPackages() ... done [12:33:49.568] | : signalConditions() ... done [12:33:49.569] | relay conditions ... done [12:33:49.569] value() for 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 [12:33:49.573] future(..., label = NULL) ... [12:33:49.573] | lazy: FALSE [12:33:49.573] | stdout: TRUE [12:33:49.573] | conditions: [n=1] 'condition' [12:33:49.573] | getGlobalsAndPackages() ... [12:33:49.574] | : Searching for globals ... [12:33:49.608] | : . globals found: [8] '{', 'lm', 'dist', '+', 'speed', '^', '~', 'cars' [12:33:49.608] | : Searching for globals ... done [12:33:49.608] | : Resolving globals: FALSE [12:33:49.609] | : Search for packages associated with the globals ... [12:33:49.609] | : . Packages associated with globals: [3] 'base', 'stats', 'datasets' [12:33:49.610] | : . Packages: [3] 'base', 'stats', 'datasets' [12:33:49.610] | : Search for packages associated with the globals ... done [12:33:49.611] | : Packages after dropping 'base': [2] 'stats', 'datasets' [12:33:49.611] | : Packages after dropping non-attached packages: [2] 'stats', 'datasets' [12:33:49.612] | : globals: [0] [12:33:49.612] | : packages: [2] 'stats', 'datasets' [12:33:49.612] | getGlobalsAndPackages() ... done [12:33:49.613] | run() for 'Future' () ... [12:33:49.613] | : state: 'created' [12:33:49.613] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.613] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.614] | : Using SequentialFutureBackend ... [12:33:49.614] | : . Number of futures since start: 9 (9 created, 9 launched, 9 finished) [12:33:49.614] | : . Launching futures ... [12:33:49.614] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:49.615] | : . ' , getFutureData() ... [12:33:49.615] | : . ' , ; getFutureCore() ... [12:33:49.615] | : . ' , ; ` Packages needed by the future expression (n = 2): 'stats', 'datasets' [12:33:49.615] | : . ' , ; getFutureCore() ... done [12:33:49.616] | : . ' , ; getFutureCapture() ... [12:33:49.616] | : . ' , ; getFutureCapture() ... done [12:33:49.616] | : . ' , ; getFutureContext() ... [12:33:49.616] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.617] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:49.617] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.617] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:49.617] | : . ' , ; getFutureContext() ... done [12:33:49.618] | : . ' , getFutureData() ... done [12:33:49.620] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.621] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:49.621] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.621] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.622] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:49.622] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:49.622] | : . ' , ; ` | New stack: [12:33:49.623] | : . ' , ; ` | List of 1 [12:33:49.623] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:49.623] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.623] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:49.623] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.623] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.623] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.623] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:49.623] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.628] | : . ' , ; ` | Old stack: [12:33:49.628] | : . ' , ; ` | List of 1 [12:33:49.628] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:49.628] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.628] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:49.628] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.628] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.628] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.628] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:49.628] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.628] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.628] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.628] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.638] | : . ' , ; ` | Not identical [12:33:49.639] | : . ' , ; ` | all.equal() for future ... [12:33:49.639] | : . ' , ; ` | : List of 2 [12:33:49.639] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:49.639] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.639] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:49.639] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.639] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.639] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.639] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:49.639] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:49.639] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.639] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.639] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.639] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.639] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.639] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.639] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.639] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.639] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.649] | : . ' , ; ` | all.equal() for future ... done [12:33:49.649] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:49.649] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:49.650] | : . ' , ; ` List of future strategies: [12:33:49.650] | : . ' , ; ` 1. sequential: [12:33:49.650] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:49.650] | : . ' , ; ` - tweaked: FALSE [12:33:49.650] | : . ' , ; ` - call: plan(sequential) [12:33:49.651] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:49.651] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.656] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.657] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.657] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:49.657] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:49.657] | : . ' , ; ` | : New stack: [12:33:49.658] | : . ' , ; ` | : List of 1 [12:33:49.658] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:49.658] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.658] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.658] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.658] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.658] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.658] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.658] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.658] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.658] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.658] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.665] | : . ' , ; ` | : Old stack: [12:33:49.665] | : . ' , ; ` | : List of 1 [12:33:49.665] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:49.665] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.665] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.665] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.665] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.665] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.665] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.665] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.665] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.665] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.665] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.672] | : . ' , ; ` | : Identical [12:33:49.672] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:49.673] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:49.673] | : . ' , ; ` | List of future strategies: [12:33:49.673] | : . ' , ; ` | 1. sequential: [12:33:49.673] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:49.673] | : . ' , ; ` | - tweaked: FALSE [12:33:49.673] | : . ' , ; ` | - call: plan(sequential) [12:33:49.674] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:49.674] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.675] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.675] | : . ' , SequentialFuture started (and completed) [12:33:49.676] | : . ' , signalConditions() ... [12:33:49.676] | : . ' , ; include = 'immediateCondition' [12:33:49.676] | : . ' , ; exclude = [12:33:49.677] | : . ' , ; resignal = FALSE [12:33:49.677] | : . ' , ; Number of conditions: 6 [12:33:49.677] | : . ' , ; int 6 [12:33:49.678] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.678] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.679] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.679] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.679] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.680] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.680] | : . ' , signalConditions() ... done [12:33:49.680] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:49.681] | : . Launching futures ... done [12:33:49.681] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:49.681] | : Using SequentialFutureBackend ... done [12:33:49.681] | run() for 'Future' () ... done [12:33:49.682] future(..., label = NULL) ... done [12:33:49.682] value() for SequentialFuture () ... [12:33:49.683] | signalConditions() ... [12:33:49.683] | : include = 'immediateCondition' [12:33:49.683] | : exclude = [12:33:49.683] | : resignal = FALSE [12:33:49.684] | : Number of conditions: 6 [12:33:49.684] | : int 6 [12:33:49.685] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.685] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.686] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.686] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.686] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.686] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.687] | signalConditions() ... done [12:33:49.687] | relay stdout ... [12:33:49.687] | relay stdout ... done [12:33:49.688] | check for misuse ... [12:33:49.688] | check for misuse ... done [12:33:49.688] | relay conditions ... [12:33:49.689] | : Future state: 'finished' [12:33:49.689] | : signalConditions() ... [12:33:49.689] | : . include = 'condition' [12:33:49.690] | : . exclude = 'immediateCondition' [12:33:49.690] | : . resignal = TRUE [12:33:49.690] | : . Number of conditions: 6 [12:33:49.690] | : . int 6 [12:33:49.691] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.691] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:49.618] | : . ' , attachPackages() ... [12:33:49.692] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.692] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:49.618] | : . ' , ; packages: [n=1] 'future' [12:33:49.692] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.692] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:49.619] | : . ' , attachPackages() ... done [12:33:49.693] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.693] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:49.619] | : . ' , attachPackages() ... [12:33:49.693] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.693] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:49.619] | : . ' , ; packages: [n=2] 'stats', 'datasets' [12:33:49.693] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.694] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:49.620] | : . ' , attachPackages() ... done [12:33:49.694] | : signalConditions() ... done [12:33:49.694] | relay conditions ... done [12:33:49.694] value() for 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 [12:33:49.699] future(..., label = NULL) ... [12:33:49.699] | lazy: FALSE [12:33:49.699] | stdout: TRUE [12:33:49.700] | conditions: [n=1] 'condition' [12:33:49.700] | getGlobalsAndPackages() ... [12:33:49.700] | : Searching for globals ... [12:33:49.736] | : . globals found: [9] '{', 'lm', 'dist', '+', 'speed', 'I', '^', '~', 'cars' [12:33:49.737] | : Searching for globals ... done [12:33:49.737] | : Resolving globals: FALSE [12:33:49.737] | : Search for packages associated with the globals ... [12:33:49.738] | : . Packages associated with globals: [3] 'base', 'stats', 'datasets' [12:33:49.738] | : . Packages: [3] 'base', 'stats', 'datasets' [12:33:49.739] | : Search for packages associated with the globals ... done [12:33:49.739] | : Packages after dropping 'base': [2] 'stats', 'datasets' [12:33:49.739] | : Packages after dropping non-attached packages: [2] 'stats', 'datasets' [12:33:49.740] | : globals: [0] [12:33:49.740] | : packages: [2] 'stats', 'datasets' [12:33:49.740] | getGlobalsAndPackages() ... done [12:33:49.741] | run() for 'Future' () ... [12:33:49.741] | : state: 'created' [12:33:49.741] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.742] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.742] | : Using SequentialFutureBackend ... [12:33:49.742] | : . Number of futures since start: 10 (10 created, 10 launched, 10 finished) [12:33:49.742] | : . Launching futures ... [12:33:49.743] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:49.743] | : . ' , getFutureData() ... [12:33:49.743] | : . ' , ; getFutureCore() ... [12:33:49.743] | : . ' , ; ` Packages needed by the future expression (n = 2): 'stats', 'datasets' [12:33:49.744] | : . ' , ; getFutureCore() ... done [12:33:49.744] | : . ' , ; getFutureCapture() ... [12:33:49.744] | : . ' , ; getFutureCapture() ... done [12:33:49.744] | : . ' , ; getFutureContext() ... [12:33:49.745] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.745] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:49.745] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.745] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:49.746] | : . ' , ; getFutureContext() ... done [12:33:49.746] | : . ' , getFutureData() ... done [12:33:49.749] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.749] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:49.750] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.750] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.750] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:49.751] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:49.751] | : . ' , ; ` | New stack: [12:33:49.751] | : . ' , ; ` | List of 1 [12:33:49.751] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:49.751] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.751] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:49.751] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.751] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.751] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.751] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:49.751] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.757] | : . ' , ; ` | Old stack: [12:33:49.757] | : . ' , ; ` | List of 1 [12:33:49.757] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:49.757] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.757] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:49.757] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.757] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.757] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.757] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:49.757] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.757] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.757] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.757] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.762] | : . ' , ; ` | Not identical [12:33:49.762] | : . ' , ; ` | all.equal() for future ... [12:33:49.762] | : . ' , ; ` | : List of 2 [12:33:49.762] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:49.762] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.762] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:49.762] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.762] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.762] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.762] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:49.762] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:49.762] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.762] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.762] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.762] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.762] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.762] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.762] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.762] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.762] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.772] | : . ' , ; ` | all.equal() for future ... done [12:33:49.772] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:49.772] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:49.772] | : . ' , ; ` List of future strategies: [12:33:49.772] | : . ' , ; ` 1. sequential: [12:33:49.772] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:49.772] | : . ' , ; ` - tweaked: FALSE [12:33:49.772] | : . ' , ; ` - call: plan(sequential) [12:33:49.778] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:49.778] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.782] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.783] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.783] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:49.783] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:49.783] | : . ' , ; ` | : New stack: [12:33:49.783] | : . ' , ; ` | : List of 1 [12:33:49.783] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:49.783] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.783] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.783] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.783] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.783] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.783] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.783] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.783] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.783] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.783] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.790] | : . ' , ; ` | : Old stack: [12:33:49.790] | : . ' , ; ` | : List of 1 [12:33:49.790] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:49.790] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.790] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.790] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.790] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.790] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.790] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.790] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.790] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.790] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.790] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.796] | : . ' , ; ` | : Identical [12:33:49.796] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:49.796] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:49.796] | : . ' , ; ` | List of future strategies: [12:33:49.796] | : . ' , ; ` | 1. sequential: [12:33:49.796] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:49.796] | : . ' , ; ` | - tweaked: FALSE [12:33:49.796] | : . ' , ; ` | - call: plan(sequential) [12:33:49.797] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:49.797] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.797] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.798] | : . ' , SequentialFuture started (and completed) [12:33:49.798] | : . ' , signalConditions() ... [12:33:49.798] | : . ' , ; include = 'immediateCondition' [12:33:49.798] | : . ' , ; exclude = [12:33:49.799] | : . ' , ; resignal = FALSE [12:33:49.799] | : . ' , ; Number of conditions: 6 [12:33:49.799] | : . ' , ; int 6 [12:33:49.800] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.800] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.800] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.801] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.801] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.801] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.802] | : . ' , signalConditions() ... done [12:33:49.802] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:49.802] | : . Launching futures ... done [12:33:49.803] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:49.803] | : Using SequentialFutureBackend ... done [12:33:49.803] | run() for 'Future' () ... done [12:33:49.804] future(..., label = NULL) ... done [12:33:49.804] value() for SequentialFuture () ... [12:33:49.804] | signalConditions() ... [12:33:49.805] | : include = 'immediateCondition' [12:33:49.805] | : exclude = [12:33:49.805] | : resignal = FALSE [12:33:49.805] | : Number of conditions: 6 [12:33:49.806] | : int 6 [12:33:49.806] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.807] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.807] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.807] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.808] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.808] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.808] | signalConditions() ... done [12:33:49.809] | relay stdout ... [12:33:49.809] | relay stdout ... done [12:33:49.809] | check for misuse ... [12:33:49.810] | check for misuse ... done [12:33:49.810] | relay conditions ... [12:33:49.810] | : Future state: 'finished' [12:33:49.811] | : signalConditions() ... [12:33:49.811] | : . include = 'condition' [12:33:49.811] | : . exclude = 'immediateCondition' [12:33:49.811] | : . resignal = TRUE [12:33:49.812] | : . Number of conditions: 6 [12:33:49.812] | : . int 6 [12:33:49.813] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.813] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:49.746] | : . ' , attachPackages() ... [12:33:49.814] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.814] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:49.747] | : . ' , ; packages: [n=1] 'future' [12:33:49.814] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.815] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:49.747] | : . ' , attachPackages() ... done [12:33:49.815] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.815] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:49.747] | : . ' , attachPackages() ... [12:33:49.816] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.816] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:49.748] | : . ' , ; packages: [n=2] 'stats', 'datasets' [12:33:49.816] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.817] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:49.748] | : . ' , attachPackages() ... done [12:33:49.817] | : signalConditions() ... done [12:33:49.818] | relay conditions ... done [12:33:49.818] value() for 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 [12:33:49.825] future(..., label = NULL) ... [12:33:49.825] | lazy: FALSE [12:33:49.825] | stdout: TRUE [12:33:49.826] | conditions: [n=1] 'condition' [12:33:49.826] | getGlobalsAndPackages() ... [12:33:49.826] | : Searching for globals ... [12:33:49.854] | : . globals found: [7] '{', 'lm', 'dist', 'poly', 'speed', '~', 'cars' [12:33:49.855] | : Searching for globals ... done [12:33:49.855] | : Resolving globals: FALSE [12:33:49.855] | : Search for packages associated with the globals ... [12:33:49.856] | : . Packages associated with globals: [3] 'base', 'stats', 'datasets' [12:33:49.857] | : . Packages: [3] 'base', 'stats', 'datasets' [12:33:49.857] | : Search for packages associated with the globals ... done [12:33:49.857] | : Packages after dropping 'base': [2] 'stats', 'datasets' [12:33:49.858] | : Packages after dropping non-attached packages: [2] 'stats', 'datasets' [12:33:49.858] | : globals: [0] [12:33:49.858] | : packages: [2] 'stats', 'datasets' [12:33:49.859] | getGlobalsAndPackages() ... done [12:33:49.859] | run() for 'Future' () ... [12:33:49.860] | : state: 'created' [12:33:49.860] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.860] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.861] | : Using SequentialFutureBackend ... [12:33:49.861] | : . Number of futures since start: 11 (11 created, 11 launched, 11 finished) [12:33:49.861] | : . Launching futures ... [12:33:49.862] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:49.862] | : . ' , getFutureData() ... [12:33:49.863] | : . ' , ; getFutureCore() ... [12:33:49.863] | : . ' , ; ` Packages needed by the future expression (n = 2): 'stats', 'datasets' [12:33:49.863] | : . ' , ; getFutureCore() ... done [12:33:49.864] | : . ' , ; getFutureCapture() ... [12:33:49.864] | : . ' , ; getFutureCapture() ... done [12:33:49.864] | : . ' , ; getFutureContext() ... [12:33:49.865] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.865] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:49.865] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.866] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:49.866] | : . ' , ; getFutureContext() ... done [12:33:49.866] | : . ' , getFutureData() ... done [12:33:49.870] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:49.871] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:49.871] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:49.872] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.872] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:49.873] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:49.873] | : . ' , ; ` | New stack: [12:33:49.873] | : . ' , ; ` | List of 1 [12:33:49.873] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:49.873] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.873] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:49.873] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.873] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.873] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.873] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:49.873] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.880] | : . ' , ; ` | Old stack: [12:33:49.880] | : . ' , ; ` | List of 1 [12:33:49.880] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:49.880] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.880] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:49.880] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.880] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.880] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.880] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:49.880] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.880] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.880] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.880] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.888] | : . ' , ; ` | Not identical [12:33:49.888] | : . ' , ; ` | all.equal() for future ... [12:33:49.889] | : . ' , ; ` | : List of 2 [12:33:49.889] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:49.889] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.889] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:49.889] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.889] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.889] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.889] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:49.889] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:49.889] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.889] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.889] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.889] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.889] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.889] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.889] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.889] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.889] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.902] | : . ' , ; ` | all.equal() for future ... done [12:33:49.902] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:49.902] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:49.903] | : . ' , ; ` List of future strategies: [12:33:49.903] | : . ' , ; ` 1. sequential: [12:33:49.903] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:49.903] | : . ' , ; ` - tweaked: FALSE [12:33:49.903] | : . ' , ; ` - call: plan(sequential) [12:33:49.904] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:49.904] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.910] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.911] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:49.911] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:49.911] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:49.912] | : . ' , ; ` | : New stack: [12:33:49.912] | : . ' , ; ` | : List of 1 [12:33:49.912] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:49.912] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.912] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.912] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.912] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.912] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.912] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.912] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.912] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.912] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.912] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.919] | : . ' , ; ` | : Old stack: [12:33:49.919] | : . ' , ; ` | : List of 1 [12:33:49.919] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:49.919] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:49.919] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:49.919] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.919] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.919] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.919] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:49.919] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:49.919] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:49.919] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:49.919] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:49.926] | : . ' , ; ` | : Identical [12:33:49.926] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:49.926] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:49.927] | : . ' , ; ` | List of future strategies: [12:33:49.927] | : . ' , ; ` | 1. sequential: [12:33:49.927] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:49.927] | : . ' , ; ` | - tweaked: FALSE [12:33:49.927] | : . ' , ; ` | - call: plan(sequential) [12:33:49.928] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:49.928] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.928] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:49.929] | : . ' , SequentialFuture started (and completed) [12:33:49.929] | : . ' , signalConditions() ... [12:33:49.930] | : . ' , ; include = 'immediateCondition' [12:33:49.930] | : . ' , ; exclude = [12:33:49.930] | : . ' , ; resignal = FALSE [12:33:49.930] | : . ' , ; Number of conditions: 6 [12:33:49.931] | : . ' , ; int 6 [12:33:49.932] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.932] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.932] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.932] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.933] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.933] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.933] | : . ' , signalConditions() ... done [12:33:49.934] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:49.934] | : . Launching futures ... done [12:33:49.934] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:49.934] | : Using SequentialFutureBackend ... done [12:33:49.935] | run() for 'Future' () ... done [12:33:49.935] future(..., label = NULL) ... done [12:33:49.936] value() for SequentialFuture () ... [12:33:49.936] | signalConditions() ... [12:33:49.937] | : include = 'immediateCondition' [12:33:49.937] | : exclude = [12:33:49.937] | : resignal = FALSE [12:33:49.937] | : Number of conditions: 6 [12:33:49.938] | : int 6 [12:33:49.939] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.939] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.939] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.940] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.940] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.940] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.940] | signalConditions() ... done [12:33:49.941] | relay stdout ... [12:33:49.941] | relay stdout ... done [12:33:49.941] | check for misuse ... [12:33:49.941] | check for misuse ... done [12:33:49.942] | relay conditions ... [12:33:49.942] | : Future state: 'finished' [12:33:49.942] | : signalConditions() ... [12:33:49.942] | : . include = 'condition' [12:33:49.943] | : . exclude = 'immediateCondition' [12:33:49.943] | : . resignal = TRUE [12:33:49.943] | : . Number of conditions: 6 [12:33:49.943] | : . int 6 [12:33:49.944] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.945] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:49.867] | : . ' , attachPackages() ... [12:33:49.945] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.948] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:49.867] | : . ' , ; packages: [n=1] 'future' [12:33:49.949] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.949] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:49.868] | : . ' , attachPackages() ... done [12:33:49.950] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.950] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:49.868] | : . ' , attachPackages() ... [12:33:49.950] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.951] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:49.869] | : . ' , ; packages: [n=2] 'stats', 'datasets' [12:33:49.951] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:49.951] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:49.869] | : . ' , attachPackages() ... done [12:33:49.952] | : signalConditions() ... done [12:33:49.952] | relay conditions ... done [12:33:49.952] value() for 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) ... [12:33:49.955] future(..., label = NULL) ... [12:33:49.956] | lazy: FALSE [12:33:49.956] | stdout: TRUE [12:33:49.956] | conditions: [n=1] 'condition' [12:33:49.956] | getGlobalsAndPackages() ... [12:33:49.957] | : Searching for globals ... [12:33:50.017] | : . globals found: [17] '{', 'outer_function', 'map', ':', '~', 'inner_function', '.x', 'if', 'inherits', '<-', '[[', '-', 'eval', 'bquote', 'lapply', '.', '+' [12:33:50.018] | : Searching for globals ... done [12:33:50.018] | : Resolving globals: FALSE [12:33:50.018] | : Search for packages associated with the globals ... [12:33:50.019] | : . Packages associated with globals: [1] 'base' [12:33:50.020] | : . Packages: [1] 'base' [12:33:50.020] | : Search for packages associated with the globals ... done [12:33:50.020] | : Packages after dropping 'base': [0] [12:33:50.020] | : globals: [3] 'outer_function', 'map', 'inner_function' [12:33:50.021] | : packages: [0] [12:33:50.021] | getGlobalsAndPackages() ... done [12:33:50.021] | run() for 'Future' () ... [12:33:50.022] | : state: 'created' [12:33:50.022] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:50.022] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:50.022] | : Using SequentialFutureBackend ... [12:33:50.023] | : . Number of futures since start: 12 (12 created, 12 launched, 12 finished) [12:33:50.023] | : . Launching futures ... [12:33:50.023] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:50.023] | : . ' , getFutureData() ... [12:33:50.024] | : . ' , ; getFutureCore() ... [12:33:50.024] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:50.024] | : . ' , ; getFutureCore() ... done [12:33:50.024] | : . ' , ; getFutureCapture() ... [12:33:50.025] | : . ' , ; getFutureCapture() ... done [12:33:50.025] | : . ' , ; getFutureContext() ... [12:33:50.025] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:50.025] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:50.025] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:50.026] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:50.026] | : . ' , ; getFutureContext() ... done [12:33:50.026] | : . ' , getFutureData() ... done [12:33:50.029] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:50.029] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:50.030] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:50.031] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:50.031] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:50.031] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:50.032] | : . ' , ; ` | New stack: [12:33:50.032] | : . ' , ; ` | List of 1 [12:33:50.032] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:50.032] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:50.032] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:50.032] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.032] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.032] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.032] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:50.032] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:50.037] | : . ' , ; ` | Old stack: [12:33:50.037] | : . ' , ; ` | List of 1 [12:33:50.037] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:50.037] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:50.037] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:50.037] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.037] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.037] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.037] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:50.037] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:50.037] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.037] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.037] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:50.044] | : . ' , ; ` | Not identical [12:33:50.045] | : . ' , ; ` | all.equal() for future ... [12:33:50.045] | : . ' , ; ` | : List of 2 [12:33:50.045] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:50.045] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:50.045] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:50.045] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.045] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.045] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.045] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:50.045] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:50.045] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:50.045] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:50.045] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.045] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.045] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.045] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:50.045] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:50.045] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.045] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.054] | : . ' , ; ` | all.equal() for future ... done [12:33:50.054] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:50.055] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:50.055] | : . ' , ; ` List of future strategies: [12:33:50.055] | : . ' , ; ` 1. sequential: [12:33:50.055] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:50.055] | : . ' , ; ` - tweaked: FALSE [12:33:50.055] | : . ' , ; ` - call: plan(sequential) [12:33:50.056] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:50.056] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:50.056] | : . ' , assign_globals() ... [12:33:50.057] | : . ' , List of 3 [12:33:50.057] | : . ' , $ outer_function:function (x) [12:33:50.057] | : . ' , $ map :function (.x, .f, ...) [12:33:50.057] | : . ' , $ inner_function:function (x) [12:33:50.057] | : . ' , - attr(*, "where")=List of 3 [12:33:50.057] | : . ' , ..$ outer_function: [12:33:50.057] | : . ' , ..$ map : [12:33:50.057] | : . ' , ..$ inner_function: [12:33:50.057] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:50.057] | : . ' , - attr(*, "resolved")= logi FALSE [12:33:50.057] | : . ' , - attr(*, "total_size")= num NA [12:33:50.057] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:50.062] | : . ' , - reassign environment for 'outer_function' [where=globalenv()] [12:33:50.062] | : . ' , - copied 'outer_function' to environment [12:33:50.062] | : . ' , - reassign environment for 'map' [where=globalenv()] [12:33:50.062] | : . ' , - copied 'map' to environment [12:33:50.063] | : . ' , - reassign environment for 'inner_function' [where=globalenv()] [12:33:50.063] | : . ' , - copied 'inner_function' to environment [12:33:50.063] | : . ' , assign_globals() ... done [12:33:50.082] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:50.083] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:50.083] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:50.083] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:50.084] | : . ' , ; ` | : New stack: [12:33:50.084] | : . ' , ; ` | : List of 1 [12:33:50.084] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:50.084] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:50.084] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:50.084] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.084] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.084] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.084] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:50.084] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:50.084] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.084] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.084] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:50.091] | : . ' , ; ` | : Old stack: [12:33:50.091] | : . ' , ; ` | : List of 1 [12:33:50.091] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:50.091] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:50.091] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:50.091] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.091] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.091] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.091] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:50.091] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:50.091] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.091] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.091] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:50.097] | : . ' , ; ` | : Identical [12:33:50.098] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:50.098] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:50.098] | : . ' , ; ` | List of future strategies: [12:33:50.098] | : . ' , ; ` | 1. sequential: [12:33:50.098] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:50.098] | : . ' , ; ` | - tweaked: FALSE [12:33:50.098] | : . ' , ; ` | - call: plan(sequential) [12:33:50.099] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:50.099] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:50.100] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:50.100] | : . ' , SequentialFuture started (and completed) [12:33:50.101] | : . ' , signalConditions() ... [12:33:50.101] | : . ' , ; include = 'immediateCondition' [12:33:50.101] | : . ' , ; exclude = [12:33:50.101] | : . ' , ; resignal = FALSE [12:33:50.102] | : . ' , ; Number of conditions: 6 [12:33:50.102] | : . ' , ; int 6 [12:33:50.103] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.103] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.103] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.103] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.104] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.104] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.104] | : . ' , signalConditions() ... done [12:33:50.104] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:50.105] | : . Launching futures ... done [12:33:50.105] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:50.105] | : Using SequentialFutureBackend ... done [12:33:50.105] | run() for 'Future' () ... done [12:33:50.106] future(..., label = NULL) ... done [12:33:50.106] value() for SequentialFuture () ... [12:33:50.106] | signalConditions() ... [12:33:50.106] | : include = 'immediateCondition' [12:33:50.107] | : exclude = [12:33:50.107] | : resignal = FALSE [12:33:50.107] | : Number of conditions: 6 [12:33:50.107] | : int 6 [12:33:50.108] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.108] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.109] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.109] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.109] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.109] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.110] | signalConditions() ... done [12:33:50.110] | relay stdout ... [12:33:50.110] | relay stdout ... done [12:33:50.110] | check for misuse ... [12:33:50.110] | check for misuse ... done [12:33:50.111] | relay conditions ... [12:33:50.111] | : Future state: 'finished' [12:33:50.111] | : signalConditions() ... [12:33:50.111] | : . include = 'condition' [12:33:50.111] | : . exclude = 'immediateCondition' [12:33:50.111] | : . resignal = TRUE [12:33:50.112] | : . Number of conditions: 6 [12:33:50.112] | : . int 6 [12:33:50.112] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.112] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:50.027] | : . ' , attachPackages() ... [12:33:50.113] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.113] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:50.027] | : . ' , ; packages: [n=1] 'future' [12:33:50.113] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.113] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:50.027] | : . ' , attachPackages() ... done [12:33:50.113] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.114] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:50.027] | : . ' , attachPackages() ... [12:33:50.114] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.114] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:50.028] | : . ' , ; packages: [n=0] [12:33:50.114] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.114] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:50.028] | : . ' , attachPackages() ... done [12:33:50.115] | : signalConditions() ... done [12:33:50.115] | relay conditions ... done [12:33:50.115] value() for SequentialFuture () ... done List of 2 $ : num [1:2] 2 3 $ : num [1:2] 2 3 [12:33:50.116] future(..., label = NULL) ... [12:33:50.117] | lazy: FALSE [12:33:50.117] | stdout: TRUE [12:33:50.117] | conditions: [n=1] 'condition' [12:33:50.117] | getGlobalsAndPackages() ... [12:33:50.117] | : Searching for globals ... [12:33:50.179] | : . globals found: [17] '{', 'outer_function', 'map', ':', '~', 'inner_function', '.x', 'if', 'inherits', '<-', '[[', '-', 'eval', 'bquote', 'lapply', '.', '+' [12:33:50.179] | : Searching for globals ... done [12:33:50.179] | : Resolving globals: FALSE [12:33:50.180] | : Search for packages associated with the globals ... [12:33:50.180] | : . Packages associated with globals: [1] 'base' [12:33:50.181] | : . Packages: [1] 'base' [12:33:50.181] | : Search for packages associated with the globals ... done [12:33:50.182] | : Packages after dropping 'base': [0] [12:33:50.182] | : globals: [3] 'outer_function', 'map', 'inner_function' [12:33:50.182] | : packages: [0] [12:33:50.183] | getGlobalsAndPackages() ... done [12:33:50.183] | run() for 'Future' () ... [12:33:50.183] | : state: 'created' [12:33:50.184] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:50.184] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:50.184] | : Using SequentialFutureBackend ... [12:33:50.184] | : . Number of futures since start: 13 (13 created, 13 launched, 13 finished) [12:33:50.185] | : . Launching futures ... [12:33:50.185] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:50.185] | : . ' , getFutureData() ... [12:33:50.186] | : . ' , ; getFutureCore() ... [12:33:50.186] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:50.186] | : . ' , ; getFutureCore() ... done [12:33:50.186] | : . ' , ; getFutureCapture() ... [12:33:50.187] | : . ' , ; getFutureCapture() ... done [12:33:50.187] | : . ' , ; getFutureContext() ... [12:33:50.187] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:50.188] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:50.188] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:50.188] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:50.188] | : . ' , ; getFutureContext() ... done [12:33:50.189] | : . ' , getFutureData() ... done [12:33:50.192] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:50.192] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:50.192] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:50.193] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:50.193] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:50.193] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:50.194] | : . ' , ; ` | New stack: [12:33:50.194] | : . ' , ; ` | List of 1 [12:33:50.194] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:50.194] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:50.194] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:50.194] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.194] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.194] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.194] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:50.194] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:50.199] | : . ' , ; ` | Old stack: [12:33:50.199] | : . ' , ; ` | List of 1 [12:33:50.199] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:50.199] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:50.199] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:50.199] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.199] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.199] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.199] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:50.199] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:50.199] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.199] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.199] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:50.208] | : . ' , ; ` | Not identical [12:33:50.209] | : . ' , ; ` | all.equal() for future ... [12:33:50.209] | : . ' , ; ` | : List of 2 [12:33:50.209] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:50.209] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:50.209] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:50.209] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.209] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.209] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.209] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:50.209] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:50.209] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:50.209] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:50.209] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.209] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.209] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.209] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:50.209] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:50.209] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.209] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.219] | : . ' , ; ` | all.equal() for future ... done [12:33:50.220] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:50.220] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:50.220] | : . ' , ; ` List of future strategies: [12:33:50.220] | : . ' , ; ` 1. sequential: [12:33:50.220] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:50.220] | : . ' , ; ` - tweaked: FALSE [12:33:50.220] | : . ' , ; ` - call: plan(sequential) [12:33:50.221] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:50.222] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:50.222] | : . ' , assign_globals() ... [12:33:50.222] | : . ' , List of 3 [12:33:50.222] | : . ' , $ outer_function:function (x) [12:33:50.222] | : . ' , $ map :function (.x, .f, ...) [12:33:50.222] | : . ' , $ inner_function:function (x) [12:33:50.222] | : . ' , - attr(*, "where")=List of 3 [12:33:50.222] | : . ' , ..$ outer_function: [12:33:50.222] | : . ' , ..$ map : [12:33:50.222] | : . ' , ..$ inner_function: [12:33:50.222] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:50.222] | : . ' , - attr(*, "resolved")= logi FALSE [12:33:50.222] | : . ' , - attr(*, "total_size")= num NA [12:33:50.222] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:50.229] | : . ' , - reassign environment for 'outer_function' [where=globalenv()] [12:33:50.229] | : . ' , - copied 'outer_function' to environment [12:33:50.230] | : . ' , - reassign environment for 'map' [where=globalenv()] [12:33:50.230] | : . ' , - copied 'map' to environment [12:33:50.230] | : . ' , - reassign environment for 'inner_function' [where=globalenv()] [12:33:50.230] | : . ' , - copied 'inner_function' to environment [12:33:50.231] | : . ' , assign_globals() ... done [12:33:50.234] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:50.235] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:50.235] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:50.235] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:50.235] | : . ' , ; ` | : New stack: [12:33:50.236] | : . ' , ; ` | : List of 1 [12:33:50.236] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:50.236] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:50.236] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:50.236] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.236] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.236] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.236] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:50.236] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:50.236] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.236] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.236] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:50.242] | : . ' , ; ` | : Old stack: [12:33:50.243] | : . ' , ; ` | : List of 1 [12:33:50.243] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:50.243] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:50.243] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:50.243] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.243] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.243] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.243] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:50.243] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:50.243] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.243] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.243] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:50.249] | : . ' , ; ` | : Identical [12:33:50.249] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:50.250] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:50.250] | : . ' , ; ` | List of future strategies: [12:33:50.250] | : . ' , ; ` | 1. sequential: [12:33:50.250] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:50.250] | : . ' , ; ` | - tweaked: FALSE [12:33:50.250] | : . ' , ; ` | - call: plan(sequential) [12:33:50.251] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:50.251] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:50.251] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:50.252] | : . ' , SequentialFuture started (and completed) [12:33:50.252] | : . ' , signalConditions() ... [12:33:50.253] | : . ' , ; include = 'immediateCondition' [12:33:50.253] | : . ' , ; exclude = [12:33:50.253] | : . ' , ; resignal = FALSE [12:33:50.253] | : . ' , ; Number of conditions: 6 [12:33:50.254] | : . ' , ; int 6 [12:33:50.254] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.255] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.255] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.255] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.256] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.256] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.256] | : . ' , signalConditions() ... done [12:33:50.256] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:50.257] | : . Launching futures ... done [12:33:50.257] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:50.257] | : Using SequentialFutureBackend ... done [12:33:50.258] | run() for 'Future' () ... done [12:33:50.258] future(..., label = NULL) ... done [12:33:50.258] value() for SequentialFuture () ... [12:33:50.259] | signalConditions() ... [12:33:50.259] | : include = 'immediateCondition' [12:33:50.259] | : exclude = [12:33:50.259] | : resignal = FALSE [12:33:50.260] | : Number of conditions: 6 [12:33:50.260] | : int 6 [12:33:50.261] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.261] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.261] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.262] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.262] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.262] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.262] | signalConditions() ... done [12:33:50.263] | relay stdout ... [12:33:50.263] | relay stdout ... done [12:33:50.263] | check for misuse ... [12:33:50.264] | check for misuse ... done [12:33:50.264] | relay conditions ... [12:33:50.264] | : Future state: 'finished' [12:33:50.264] | : signalConditions() ... [12:33:50.265] | : . include = 'condition' [12:33:50.265] | : . exclude = 'immediateCondition' [12:33:50.265] | : . resignal = TRUE [12:33:50.266] | : . Number of conditions: 6 [12:33:50.266] | : . int 6 [12:33:50.267] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.267] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:50.189] | : . ' , attachPackages() ... [12:33:50.267] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.268] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:50.189] | : . ' , ; packages: [n=1] 'future' [12:33:50.268] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.268] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:50.190] | : . ' , attachPackages() ... done [12:33:50.269] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.269] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:50.190] | : . ' , attachPackages() ... [12:33:50.269] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.269] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:50.190] | : . ' , ; packages: [n=0] [12:33:50.270] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:50.270] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:50.191] | : . ' , attachPackages() ... done [12:33:50.270] | : signalConditions() ... done [12:33:50.271] | relay conditions ... done [12:33:50.271] value() for 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') ... [12:33:50.276] plan(<'name'>, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:50.277] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... [12:33:50.277] | : all.equal() for FutureStrategyList ... [12:33:50.277] | : . New stack: [12:33:50.278] | : . List of 1 [12:33:50.278] | : . $ :function (..., workers = availableCores(constraints = "connections-16"), [12:33:50.278] | : . rscript_libs = .libPaths()) [12:33:50.278] | : . ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:50.278] | : . ..- attr(*, "init")= logi TRUE [12:33:50.278] | : . ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:50.278] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:50.278] | : . .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:50.278] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:50.278] | : . ..- attr(*, "untweakable")= chr "persistent" [12:33:50.278] | : . ..- attr(*, "call")= language plan(strategy) [12:33:50.278] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:50.283] | : . Old stack: [12:33:50.283] | : . List of 1 [12:33:50.283] | : . $ :function (..., envir = parent.frame()) [12:33:50.283] | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:50.283] | : . ..- attr(*, "init")= chr "done" [12:33:50.283] | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.283] | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.283] | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.283] | : . ..- attr(*, "call")= language plan(sequential) [12:33:50.283] | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:50.283] | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.283] | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.283] | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:50.289] | : . Not identical [12:33:50.289] | : . all.equal() for future ... [12:33:50.289] | : . ' List of 2 [12:33:50.289] | : . ' $ target :function (..., workers = availableCores(constraints = "connections-16"), [12:33:50.289] | : . ' rscript_libs = .libPaths()) [12:33:50.289] | : . ' ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:50.289] | : . ' ..- attr(*, "init")= logi TRUE [12:33:50.289] | : . ' ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:50.289] | : . ' interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:50.289] | : . ' .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:50.289] | : . ' ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:50.289] | : . ' ..- attr(*, "untweakable")= chr "persistent" [12:33:50.289] | : . ' ..- attr(*, "call")= language plan(strategy) [12:33:50.289] | : . ' $ current:function (..., envir = parent.frame()) [12:33:50.289] | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:50.289] | : . ' ..- attr(*, "init")= chr "done" [12:33:50.289] | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.289] | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.289] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.289] | : . ' ..- attr(*, "call")= language plan(sequential) [12:33:50.289] | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:50.289] | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:50.289] | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:50.299] | : . ' Formals differ [12:33:50.299] | : . all.equal() for future ... done [12:33:50.299] | : . Future strategies differ at level 1 [12:33:50.300] | : all.equal() for FutureStrategyList ... done [12:33:50.300] | : plan(): Setting new future backend stack: [12:33:50.300] | : List of future strategies: [12:33:50.300] | : 1. multisession: [12:33:50.300] | : - args: function (..., workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths()) [12:33:50.300] | : - tweaked: FALSE [12:33:50.300] | : - call: plan(strategy) [12:33:50.301] | : List of 1 [12:33:50.301] | : $ :function (..., workers = availableCores(constraints = "connections-16"), [12:33:50.301] | : rscript_libs = .libPaths()) [12:33:50.301] | : ..- attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:50.301] | : ..- attr(*, "init")= logi TRUE [12:33:50.301] | : ..- attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:50.301] | : interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:50.301] | : .. ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:50.301] | : ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:50.301] | : ..- attr(*, "untweakable")= chr "persistent" [12:33:50.301] | : ..- attr(*, "call")= language plan(strategy) [12:33:50.301] | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:50.306] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... [12:33:50.306] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:50.306] | : . ' Getting current ("next") strategy: 'FutureStrategy', 'sequential', 'uniprocess', 'future', 'function' [12:33:50.307] | : . plan("next", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:50.307] | : . Legacy shutdown of cluster workers ... [12:33:50.308] | : . ' Stopping existing cluster ... [12:33:50.308] | : . ' , No pre-existing cluster. Skipping [12:33:50.308] | : . ' Stopping existing cluster ... done [12:33:50.308] | : . Legacy shutdown of cluster workers ... done [12:33:50.309] | : plan(): plan_cleanup(<'sequential', 'uniprocess', 'future', 'function'>, cleanup = NA) ... done [12:33:50.309] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... [12:33:50.309] | : . function (..., workers = availableCores(constraints = "connections-16"), [12:33:50.309] | : . rscript_libs = .libPaths()) [12:33:50.309] | : . - attr(*, "class")= chr [1:5] "multisession" "cluster" "multiprocess" "future" ... [12:33:50.309] | : . - attr(*, "init")= logi TRUE [12:33:50.309] | : . - attr(*, "factory")=function (workers = availableCores(constraints = "connections-16"), rscript_libs = .libPaths(), [12:33:50.309] | : . interrupts = TRUE, gc = FALSE, earlySignal = FALSE, ...) [12:33:50.309] | : . ..- attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:50.309] | : . - attr(*, "tweakable")= chr [1:11] "workers" "rscript_libs" "interrupts" "gc" ... [12:33:50.309] | : . - attr(*, "untweakable")= chr "persistent" [12:33:50.309] | : . - attr(*, "call")= language plan(strategy) [12:33:50.313] | : . init: TRUE [12:33:50.314] | : . makeFutureBackend() ... [12:33:50.314] | : . ' Backend function: <'NULL'> [12:33:50.314] | : . ' Evaluator tweak arguments: [n=0] [12:33:50.314] | : . ' list() [12:33:50.315] | : . ' Evaluator formal arguments: [n=2] [12:33:50.315] | : . ' Dotted pair list of 2 [12:33:50.315] | : . ' $ workers : language availableCores(constraints = "connections-16") [12:33:50.315] | : . ' $ rscript_libs: language .libPaths() [12:33:50.317] | : . ' Arguments passed to the future-backend factory: [n=2] [12:33:50.317] | : . ' List of 2 [12:33:50.317] | : . ' $ workers : language availableCores(constraints = "connections-16") [12:33:50.317] | : . ' $ rscript_libs: language .libPaths() [12:33:50.319] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... [12:33:50.319] | : . ' , Arguments: [12:33:50.319] | : . ' , List of 5 [12:33:50.319] | : . ' , $ workers : Named int 2 [12:33:50.319] | : . ' , ..- attr(*, "names")= chr "mc.cores" [12:33:50.319] | : . ' , $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:33:50.319] | : . ' , $ interrupts : logi TRUE [12:33:50.319] | : . ' , $ gc : logi FALSE [12:33:50.319] | : . ' , $ earlySignal : logi FALSE [12:33:50.384] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... [12:33:50.385] | : . ' , ; workers: 2 [12:33:50.385] | : . ' , ; getCluster() ... [12:33:50.385] | : . ' , ; getCluster() ... done [12:33:50.385] | : . ' , ; Stopping existing cluster ... [12:33:50.386] | : . ' , ; ` No pre-existing cluster. Skipping [12:33:50.386] | : . ' , ; Stopping existing cluster ... done [12:33:50.386] | : . ' , ; Starting new cluster ... [12:33:50.386] | : . ' , ; ` makeCluster(workers, ...) ... [12:33:50.387] | : . ' , ; ` | Arguments: [12:33:50.387] | : . ' , ; ` | List of 2 [12:33:50.387] | : . ' , ; ` | $ : int 2 [12:33:50.387] | : . ' , ; ` | $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:33:50.389] | : . ' , ; ` | .makeCluster() ... [12:33:50.389] | : . ' , ; ` | : workers: '2' [12:33:50.389] | : . ' , ; ` | : R_FUTURE_PLAN: NA [12:33:50.390] | : . ' , ; ` | : parallelly::makeClusterPSOCK() arguments: [12:33:50.390] | : . ' , ; ` | : List of 2 [12:33:50.390] | : . ' , ; ` | : $ : int 2 [12:33:50.390] | : . ' , ; ` | : $ rscript_libs: chr [1:2] "D:/temp/2026_01_16_12_30_17_22682/Rtmp0sfQo7/RLIBS_edd421e5ccf" "D:/RCompile/recent/R/library" [12:33:51.422] | : . ' , ; ` | : Generated cluster UUID [12:33:51.423] | : . ' , ; ` | : Cluster UUID: '5ff3239da8411c0c00af93c241128275' [12:33:51.423] | : . ' , ; ` | : Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:51.426] | : . ' , ; ` | .makeCluster() ... done [12:33:51.426] | : . ' , ; ` | Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:51.428] | : . ' , ; ` makeCluster(workers, ...) ... done [12:33:51.428] | : . ' , ; ` Number of workers: 2 [12:33:51.428] | : . ' , ; ` Workers UUID: '5ff3239da8411c0c00af93c241128275' [12:33:51.429] | : . ' , ; Starting new cluster ... done [12:33:51.429] | : . ' , ClusterFutureBackend(..., persistent = FALSE, gc = FALSE, earlySignal = FALSE) ... done [12:33:51.429] | : . ' , Backend: <'MultisessionFutureBackend', 'ClusterFutureBackend', 'MultiprocessFutureBackend', 'FutureBackend', 'environment'> [12:33:51.429] | : . ' MultisessionFutureBackend(workers = , interrupts = TRUE, ...) ... done [12:33:51.429] | : . makeFutureBackend() ... done [12:33:51.430] | : . nbrOfWorkers(NULL) ... [12:33:51.430] | : . ' List of 4 [12:33:51.430] | : . ' $ : language plan_set(newStack, skip = .skip, cleanup = .cleanup, init = .init, debug = debug) [12:33:51.430] | : . ' $ : language with_assert({ nbrOfWorkers <- nbrOfWorkers() ... [12:33:51.430] | : . ' $ : language nbrOfWorkers() [12:33:51.430] | : . ' $ : language nbrOfWorkers.NULL() [12:33:51.432] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:51.432] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:51.433] | : . ' Number of workers: 2 [12:33:51.433] | : . nbrOfWorkers(NULL) ... done [12:33:51.433] | : . plan(): nbrOfWorkers() = 2 [12:33:51.433] | : plan(): plan_init() of 'multisession', 'cluster', 'multiprocess', 'future', 'function' ... done [12:33:51.433] | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = NA, init = TRUE) ... done - lm() ... [12:33:51.434] | future(..., label = NULL) ... [12:33:51.434] | : lazy: FALSE [12:33:51.434] | : stdout: TRUE [12:33:51.434] | : conditions: [n=1] 'condition' [12:33:51.434] | : getGlobalsAndPackages() ... [12:33:51.434] | : . Searching for globals ... [12:33:51.450] | : . ' globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [12:33:51.450] | : . Searching for globals ... done [12:33:51.450] | : . Resolving globals: FALSE [12:33:51.451] | : . Search for packages associated with the globals ... [12:33:51.451] | : . ' Packages associated with globals: [2] 'base', 'stats' [12:33:51.452] | : . ' Packages: [2] 'base', 'stats' [12:33:51.452] | : . Search for packages associated with the globals ... done [12:33:51.453] | : . Packages after dropping 'base': [1] 'stats' [12:33:51.453] | : . Packages after dropping non-attached packages: [1] 'stats' [12:33:51.453] | : . globals: [2] 'weight', 'group' [12:33:51.454] | : . packages: [1] 'stats' [12:33:51.454] | : getGlobalsAndPackages() ... done [12:33:51.455] | : run() for 'Future' () ... [12:33:51.455] | : . state: 'created' [12:33:51.455] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:51.456] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:51.456] | : . Using MultisessionFutureBackend ... [12:33:51.456] | : . ' Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:33:51.457] | : . ' Launching futures ... [12:33:51.457] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:51.458] | : . ' , ; Workers: [n=2] [12:33:51.458] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:51.461] | : . ' , ; FutureRegistry: 'workers-5ff3239da8411c0c00af93c241128275' [12:33:51.461] | : . ' , ; requestWorker() ... [12:33:51.462] | : . ' , ; ` requestNode() ... [12:33:51.462] | : . ' , ; ` | Number of workers: 2 [12:33:51.462] | : . ' , ; ` | Polling for a free worker ... [12:33:51.463] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:51.463] | : . ' , ; ` | : . Created empty registry 'workers-5ff3239da8411c0c00af93c241128275' [12:33:51.463] | : . ' , ; ` | : . Listing all futures [12:33:51.463] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:51.464] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:51.464] | : . ' , ; ` | : Total time: 0 [12:33:51.464] | : . ' , ; ` | Polling for a free worker ... done [12:33:51.465] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:51.465] | : . ' , ; ` | : Listing all futures [12:33:51.465] | : . ' , ; ` | : Number of registered futures: 0 [12:33:51.465] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:51.466] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:51.466] | : . ' , ; ` | Index of first available worker: 1 [12:33:51.466] | : . ' , ; ` | Validate that the worker is functional ... [12:33:51.467] | : . ' , ; ` | : Worker is functional [12:33:51.467] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:51.468] | : . ' , ; ` | : . Listing all futures [12:33:51.468] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:51.468] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:51.468] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:51.469] | : . ' , ; ` requestNode() ... done [12:33:51.469] | : . ' , ; ` cluster node index: 1 [12:33:51.469] | : . ' , ; requestWorker() ... done [12:33:51.470] | : . ' , ; eraseGlobalEnvironment() ... [12:33:51.470] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:51.471] | : . ' , ; launchFuture() ... [12:33:51.471] | : . ' , ; ` cluster node index: 1 [12:33:51.471] | : . ' , ; ` getFutureData() ... [12:33:51.472] | : . ' , ; ` | getFutureCore() ... [12:33:51.472] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'stats' [12:33:51.472] | : . ' , ; ` | getFutureCore() ... done [12:33:51.472] | : . ' , ; ` | getFutureCapture() ... [12:33:51.473] | : . ' , ; ` | getFutureCapture() ... done [12:33:51.473] | : . ' , ; ` | getFutureContext() ... [12:33:51.473] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:51.474] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:51.474] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:51.474] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:51.475] | : . ' , ; ` | getFutureContext() ... done [12:33:51.475] | : . ' , ; ` getFutureData() ... done [12:33:51.476] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... [12:33:51.476] | : . ' , ; ` | Appended future to position #1 [12:33:51.477] | : . ' , ; ` | Number of registered futures: 1 [12:33:51.477] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... done [12:33:51.477] | : . ' , ; launchFuture() ... done [12:33:51.477] | : . ' , ; MultisessionFuture started [12:33:51.478] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:51.478] | : . ' Launching futures ... done [12:33:51.478] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:51.479] | : . Using MultisessionFutureBackend ... done [12:33:51.479] | : run() for 'Future' () ... done [12:33:51.479] | future(..., label = NULL) ... done [12:33:51.480] | value() for MultisessionFuture () ... [12:33:51.480] | : result() for ClusterFuture ... [12:33:51.481] | : . assertValidConnection() ... [12:33:51.481] | : . ' cluster node index: 1 [12:33:51.482] | : . assertValidConnection() ... done [12:33:51.483] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:51.483] | : . ' cluster node index: 1 [12:33:51.558] | : . ' [1] TRUE [12:33:51.558] | : . ' Received data: [12:33:51.559] | : . ' List of 5 [12:33:51.559] | : . ' $ type : chr "VALUE" [12:33:51.559] | : . ' $ value :List of 16 [12:33:51.559] | : . ' ..$ value :List of 13 [12:33:51.559] | : . ' .. ..$ coefficients : Named num [1:2] 5.03 4.66 [12:33:51.559] | : . ' .. .. ..- attr(*, "names")= chr [1:2] "groupCtl" "groupTrt" [12:33:51.559] | : . ' .. ..$ residuals : Named num [1:20] -0.862 0.548 0.148 1.078 -0.532 ... [12:33:51.559] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [12:33:51.559] | : . ' .. ..$ effects : Named num [1:20] -15.913 -14.739 0.355 1.285 -0.325 ... [12:33:51.559] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "groupCtl" "groupTrt" "" "" ... [12:33:51.559] | : . ' .. ..$ rank : int 2 [12:33:51.559] | : . ' .. ..$ fitted.values: Named num [1:20] 5.03 5.03 5.03 5.03 5.03 ... [12:33:51.559] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [12:33:51.559] | : . ' .. ..$ assign : int [1:2] 1 1 [12:33:51.559] | : . ' .. ..$ qr :List of 5 [12:33:51.559] | : . ' .. .. ..$ qr : num [1:20, 1:2] -3.162 0.316 0.316 0.316 0.316 ... [12:33:51.559] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:51.559] | : . ' .. .. .. .. ..$ : chr [1:20] "1" "2" "3" "4" ... [12:33:51.559] | : . ' .. .. .. .. ..$ : chr [1:2] "groupCtl" "groupTrt" [12:33:51.559] | : . ' .. .. .. ..- attr(*, "assign")= int [1:2] 1 1 [12:33:51.559] | : . ' .. .. .. ..- attr(*, "contrasts")=List of 1 [12:33:51.559] | : . ' .. .. .. .. ..$ group: chr "contr.treatment" [12:33:51.559] | : . ' .. .. ..$ qraux: num [1:2] 1.32 1 [12:33:51.559] | : . ' .. .. ..$ pivot: int [1:2] 1 2 [12:33:51.559] | : . ' .. .. ..$ tol : num 1e-07 [12:33:51.559] | : . ' .. .. ..$ rank : int 2 [12:33:51.559] | : . ' .. .. ..- attr(*, "class")= chr "qr" [12:33:51.559] | : . ' .. ..$ df.residual : int 18 [12:33:51.559] | : . ' .. ..$ contrasts :List of 1 [12:33:51.559] | : . ' .. .. ..$ group: chr "contr.treatment" [12:33:51.559] | : . ' .. ..$ xlevels :List of 1 [12:33:51.559] | : . ' .. .. ..$ group: chr [1:2] "Ctl" "Trt" [12:33:51.559] | : . ' .. ..$ call : language lm(formula = weight ~ group - 1) [12:33:51.559] | : . ' .. ..$ terms :Classes 'terms', 'formula' language weight ~ group - 1 [12:33:51.559] | : . ' .. .. .. ..- attr(*, "variables")= language list(weight, group) [12:33:51.559] | : . ' .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [12:33:51.559] | : . ' .. .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:51.559] | : . ' .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [12:33:51.559] | : . ' .. .. .. .. .. ..$ : chr "group" [12:33:51.559] | : . ' .. .. .. ..- attr(*, "term.labels")= chr "group" [12:33:51.559] | : . ' .. .. .. ..- attr(*, "order")= int 1 [12:33:51.559] | : . ' .. .. .. ..- attr(*, "intercept")= int 0 [12:33:51.559] | : . ' .. .. .. ..- attr(*, "response")= int 1 [12:33:51.559] | : . ' .. .. .. ..- attr(*, ".Environment")= [12:33:51.559] | : . ' .. .. .. ..- attr(*, "predvars")= language list(weight, group) [12:33:51.559] | : . ' .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [12:33:51.559] | : . ' .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [12:33:51.559] | : . ' .. ..$ model :'data.frame': 20 obs. of 2 variables: [12:33:51.559] | : . ' .. .. ..$ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [12:33:51.559] | : . ' .. .. ..$ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [12:33:51.559] | : . ' .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language weight ~ group - 1 [12:33:51.559] | : . ' .. .. .. .. ..- attr(*, "variables")= language list(weight, group) [12:33:51.559] | : . ' .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [12:33:51.559] | : . ' .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:51.559] | : . ' .. .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [12:33:51.559] | : . ' .. .. .. .. .. .. ..$ : chr "group" [12:33:51.559] | : . ' .. .. .. .. ..- attr(*, "term.labels")= chr "group" [12:33:51.559] | : . ' .. .. .. .. ..- attr(*, "order")= int 1 [12:33:51.559] | : . ' .. .. .. .. ..- attr(*, "intercept")= int 0 [12:33:51.559] | : . ' .. .. .. .. ..- attr(*, "response")= int 1 [12:33:51.559] | : . ' .. .. .. .. ..- attr(*, ".Environment")= [12:33:51.559] | : . ' .. .. .. .. ..- attr(*, "predvars")= language list(weight, group) [12:33:51.559] | : . ' .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [12:33:51.559] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [12:33:51.559] | : . ' .. ..- attr(*, "class")= chr "lm" [12:33:51.559] | : . ' ..$ visible : logi TRUE [12:33:51.559] | : . ' ..$ stdout : chr "" [12:33:51.559] | : . ' ..$ conditions : list() [12:33:51.559] | : . ' ..$ rng : logi FALSE [12:33:51.559] | : . ' ..$ seed : NULL [12:33:51.559] | : . ' ..$ misuseGlobalEnv : NULL [12:33:51.559] | : . ' ..$ misuseConnections :List of 3 [12:33:51.559] | : . ' .. ..$ added : NULL [12:33:51.559] | : . ' .. ..$ removed : NULL [12:33:51.559] | : . ' .. ..$ replaced: NULL [12:33:51.559] | : . ' ..$ misuseDevices : NULL [12:33:51.559] | : . ' ..$ misuseDefaultDevice: list() [12:33:51.559] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:51.559] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:51.559] | : . ' ..$ uuid : chr [1:2] "e80e6636407f6ecb0bc4780a286a95fb" "15" [12:33:51.559] | : . ' ..$ session_uuid : chr "06f879590ff92e8fa8849e674838e4f2" [12:33:51.559] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:51.559] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:51.559] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:51.559] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:51.559] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:51.559] | : . ' .. .. ..$ pid : int 76216 [12:33:51.559] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:51.559] | : . ' .. .. ..$ random: int 2147483647 [12:33:51.559] | : . ' ..$ r_info :List of 4 [12:33:51.559] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:51.559] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:51.559] | : . ' .. ..$ os : chr "windows" [12:33:51.559] | : . ' .. ..$ os_name : chr "Windows" [12:33:51.559] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:51.559] | : . ' ..$ version : chr "1.8" [12:33:51.559] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:51.559] | : . ' $ success: logi TRUE [12:33:51.559] | : . ' $ time : 'proc_time' Named num [1:5] 0.08 0 0.08 NA NA [12:33:51.559] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:51.559] | : . ' $ tag : NULL [12:33:51.620] | : . ' Received FutureResult [12:33:51.621] | : . ' FutureResult: [12:33:51.621] | : . ' value: 'lm' [12:33:51.621] | : . ' visible: TRUE [12:33:51.621] | : . ' stdout: character [12:33:51.621] | : . ' conditions: [n = 0] [12:33:51.621] | : . ' RNG used: FALSE [12:33:51.621] | : . ' duration: 0.07883096 secs (started 2026-01-16 12:33:51.477835) [12:33:51.621] | : . ' version: 1.8 [12:33:51.622] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... [12:33:51.622] | : . ' , Removed future from position #1 [12:33:51.623] | : . ' , Number of registered futures: 0 [12:33:51.623] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... done [12:33:51.623] | : . ' Erased future from future backend [12:33:51.624] | : . ' result() for ClusterFuture ... [12:33:51.624] | : . ' , result already collected: FutureResult [12:33:51.624] | : . ' result() for ClusterFuture ... done [12:33:51.624] | : . ' signalConditions() ... [12:33:51.625] | : . ' , include = 'immediateCondition' [12:33:51.625] | : . ' , exclude = [12:33:51.625] | : . ' , resignal = FALSE [12:33:51.625] | : . ' , Number of conditions: 0 [12:33:51.625] | : . ' , int 0 [12:33:51.626] | : . ' signalConditions() ... done [12:33:51.627] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:51.627] | : result() for ClusterFuture ... done [12:33:51.627] | : result() for ClusterFuture ... [12:33:51.627] | : . result already collected: FutureResult [12:33:51.628] | : result() for ClusterFuture ... done [12:33:51.628] | : signalConditions() ... [12:33:51.628] | : . include = 'immediateCondition' [12:33:51.628] | : . exclude = [12:33:51.629] | : . resignal = FALSE [12:33:51.629] | : . Number of conditions: 0 [12:33:51.629] | : . int 0 [12:33:51.630] | : signalConditions() ... done [12:33:51.630] | : relay stdout ... [12:33:51.630] | : relay stdout ... done [12:33:51.631] | : check for misuse ... [12:33:51.631] | : check for misuse ... done [12:33:51.631] | value() for MultisessionFuture () ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [12:33:51.634] | future(..., label = NULL) ... [12:33:51.634] | : lazy: TRUE [12:33:51.635] | : stdout: TRUE [12:33:51.635] | : conditions: [n=1] 'condition' [12:33:51.635] | : getGlobalsAndPackages() ... [12:33:51.635] | : . Searching for globals ... [12:33:51.658] | : . ' globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [12:33:51.658] | : . Searching for globals ... done [12:33:51.659] | : . Resolving globals: FALSE [12:33:51.659] | : . Search for packages associated with the globals ... [12:33:51.659] | : . ' Packages associated with globals: [2] 'base', 'stats' [12:33:51.660] | : . ' Packages: [2] 'base', 'stats' [12:33:51.660] | : . Search for packages associated with the globals ... done [12:33:51.661] | : . Packages after dropping 'base': [1] 'stats' [12:33:51.661] | : . Packages after dropping non-attached packages: [1] 'stats' [12:33:51.661] | : . globals: [2] 'weight', 'group' [12:33:51.662] | : . packages: [1] 'stats' [12:33:51.662] | : getGlobalsAndPackages() ... done [12:33:51.662] | future(..., label = NULL) ... done [12:33:51.663] | value() for Future () ... [12:33:51.663] | : run() for 'Future' () ... [12:33:51.663] | : . state: 'created' [12:33:51.664] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:51.664] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:51.664] | : . Using MultisessionFutureBackend ... [12:33:51.664] | : . ' Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:33:51.665] | : . ' Launching futures ... [12:33:51.665] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:51.665] | : . ' , ; Workers: [n=2] [12:33:51.666] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:51.668] | : . ' , ; FutureRegistry: 'workers-5ff3239da8411c0c00af93c241128275' [12:33:51.669] | : . ' , ; requestWorker() ... [12:33:51.669] | : . ' , ; ` requestNode() ... [12:33:51.669] | : . ' , ; ` | Number of workers: 2 [12:33:51.670] | : . ' , ; ` | Polling for a free worker ... [12:33:51.670] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:51.670] | : . ' , ; ` | : . Listing all futures [12:33:51.670] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:51.671] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:51.671] | : . ' , ; ` | : Total time: 0 [12:33:51.671] | : . ' , ; ` | Polling for a free worker ... done [12:33:51.671] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:51.672] | : . ' , ; ` | : Listing all futures [12:33:51.672] | : . ' , ; ` | : Number of registered futures: 0 [12:33:51.672] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:51.672] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:51.673] | : . ' , ; ` | Index of first available worker: 1 [12:33:51.673] | : . ' , ; ` | Validate that the worker is functional ... [12:33:51.674] | : . ' , ; ` | : Worker is functional [12:33:51.674] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:51.674] | : . ' , ; ` | : . Listing all futures [12:33:51.675] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:51.675] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:51.675] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:51.675] | : . ' , ; ` requestNode() ... done [12:33:51.676] | : . ' , ; ` cluster node index: 1 [12:33:51.676] | : . ' , ; requestWorker() ... done [12:33:51.676] | : . ' , ; eraseGlobalEnvironment() ... [12:33:51.677] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:51.677] | : . ' , ; launchFuture() ... [12:33:51.677] | : . ' , ; ` cluster node index: 1 [12:33:51.678] | : . ' , ; ` getFutureData() ... [12:33:51.678] | : . ' , ; ` | getFutureCore() ... [12:33:51.678] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'stats' [12:33:51.678] | : . ' , ; ` | getFutureCore() ... done [12:33:51.679] | : . ' , ; ` | getFutureCapture() ... [12:33:51.679] | : . ' , ; ` | getFutureCapture() ... done [12:33:51.679] | : . ' , ; ` | getFutureContext() ... [12:33:51.680] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:51.680] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:51.680] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:51.680] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:51.681] | : . ' , ; ` | getFutureContext() ... done [12:33:51.681] | : . ' , ; ` getFutureData() ... done [12:33:51.682] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... [12:33:51.682] | : . ' , ; ` | Appended future to position #1 [12:33:51.682] | : . ' , ; ` | Number of registered futures: 1 [12:33:51.682] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... done [12:33:51.683] | : . ' , ; launchFuture() ... done [12:33:51.683] | : . ' , ; MultisessionFuture started [12:33:51.683] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:51.683] | : . ' Launching futures ... done [12:33:51.684] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:51.684] | : . Using MultisessionFutureBackend ... done [12:33:51.684] | : run() for 'Future' () ... done [12:33:51.685] | : result() for ClusterFuture ... [12:33:51.685] | : . assertValidConnection() ... [12:33:51.685] | : . ' cluster node index: 1 [12:33:51.686] | : . assertValidConnection() ... done [12:33:51.686] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:51.686] | : . ' cluster node index: 1 [12:33:51.692] | : . ' [1] TRUE [12:33:51.693] | : . ' Received data: [12:33:51.693] | : . ' List of 5 [12:33:51.693] | : . ' $ type : chr "VALUE" [12:33:51.693] | : . ' $ value :List of 16 [12:33:51.693] | : . ' ..$ value :List of 13 [12:33:51.693] | : . ' .. ..$ coefficients : Named num [1:2] 5.03 4.66 [12:33:51.693] | : . ' .. .. ..- attr(*, "names")= chr [1:2] "groupCtl" "groupTrt" [12:33:51.693] | : . ' .. ..$ residuals : Named num [1:20] -0.862 0.548 0.148 1.078 -0.532 ... [12:33:51.693] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [12:33:51.693] | : . ' .. ..$ effects : Named num [1:20] -15.913 -14.739 0.355 1.285 -0.325 ... [12:33:51.693] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "groupCtl" "groupTrt" "" "" ... [12:33:51.693] | : . ' .. ..$ rank : int 2 [12:33:51.693] | : . ' .. ..$ fitted.values: Named num [1:20] 5.03 5.03 5.03 5.03 5.03 ... [12:33:51.693] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [12:33:51.693] | : . ' .. ..$ assign : int [1:2] 1 1 [12:33:51.693] | : . ' .. ..$ qr :List of 5 [12:33:51.693] | : . ' .. .. ..$ qr : num [1:20, 1:2] -3.162 0.316 0.316 0.316 0.316 ... [12:33:51.693] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:51.693] | : . ' .. .. .. .. ..$ : chr [1:20] "1" "2" "3" "4" ... [12:33:51.693] | : . ' .. .. .. .. ..$ : chr [1:2] "groupCtl" "groupTrt" [12:33:51.693] | : . ' .. .. .. ..- attr(*, "assign")= int [1:2] 1 1 [12:33:51.693] | : . ' .. .. .. ..- attr(*, "contrasts")=List of 1 [12:33:51.693] | : . ' .. .. .. .. ..$ group: chr "contr.treatment" [12:33:51.693] | : . ' .. .. ..$ qraux: num [1:2] 1.32 1 [12:33:51.693] | : . ' .. .. ..$ pivot: int [1:2] 1 2 [12:33:51.693] | : . ' .. .. ..$ tol : num 1e-07 [12:33:51.693] | : . ' .. .. ..$ rank : int 2 [12:33:51.693] | : . ' .. .. ..- attr(*, "class")= chr "qr" [12:33:51.693] | : . ' .. ..$ df.residual : int 18 [12:33:51.693] | : . ' .. ..$ contrasts :List of 1 [12:33:51.693] | : . ' .. .. ..$ group: chr "contr.treatment" [12:33:51.693] | : . ' .. ..$ xlevels :List of 1 [12:33:51.693] | : . ' .. .. ..$ group: chr [1:2] "Ctl" "Trt" [12:33:51.693] | : . ' .. ..$ call : language lm(formula = weight ~ group - 1) [12:33:51.693] | : . ' .. ..$ terms :Classes 'terms', 'formula' language weight ~ group - 1 [12:33:51.693] | : . ' .. .. .. ..- attr(*, "variables")= language list(weight, group) [12:33:51.693] | : . ' .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [12:33:51.693] | : . ' .. .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:51.693] | : . ' .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [12:33:51.693] | : . ' .. .. .. .. .. ..$ : chr "group" [12:33:51.693] | : . ' .. .. .. ..- attr(*, "term.labels")= chr "group" [12:33:51.693] | : . ' .. .. .. ..- attr(*, "order")= int 1 [12:33:51.693] | : . ' .. .. .. ..- attr(*, "intercept")= int 0 [12:33:51.693] | : . ' .. .. .. ..- attr(*, "response")= int 1 [12:33:51.693] | : . ' .. .. .. ..- attr(*, ".Environment")= [12:33:51.693] | : . ' .. .. .. ..- attr(*, "predvars")= language list(weight, group) [12:33:51.693] | : . ' .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [12:33:51.693] | : . ' .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [12:33:51.693] | : . ' .. ..$ model :'data.frame': 20 obs. of 2 variables: [12:33:51.693] | : . ' .. .. ..$ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [12:33:51.693] | : . ' .. .. ..$ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [12:33:51.693] | : . ' .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language weight ~ group - 1 [12:33:51.693] | : . ' .. .. .. .. ..- attr(*, "variables")= language list(weight, group) [12:33:51.693] | : . ' .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [12:33:51.693] | : . ' .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:51.693] | : . ' .. .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [12:33:51.693] | : . ' .. .. .. .. .. .. ..$ : chr "group" [12:33:51.693] | : . ' .. .. .. .. ..- attr(*, "term.labels")= chr "group" [12:33:51.693] | : . ' .. .. .. .. ..- attr(*, "order")= int 1 [12:33:51.693] | : . ' .. .. .. .. ..- attr(*, "intercept")= int 0 [12:33:51.693] | : . ' .. .. .. .. ..- attr(*, "response")= int 1 [12:33:51.693] | : . ' .. .. .. .. ..- attr(*, ".Environment")= [12:33:51.693] | : . ' .. .. .. .. ..- attr(*, "predvars")= language list(weight, group) [12:33:51.693] | : . ' .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [12:33:51.693] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [12:33:51.693] | : . ' .. ..- attr(*, "class")= chr "lm" [12:33:51.693] | : . ' ..$ visible : logi TRUE [12:33:51.693] | : . ' ..$ stdout : chr "" [12:33:51.693] | : . ' ..$ conditions : list() [12:33:51.693] | : . ' ..$ rng : logi FALSE [12:33:51.693] | : . ' ..$ seed : NULL [12:33:51.693] | : . ' ..$ misuseGlobalEnv : NULL [12:33:51.693] | : . ' ..$ misuseConnections :List of 3 [12:33:51.693] | : . ' .. ..$ added : NULL [12:33:51.693] | : . ' .. ..$ removed : NULL [12:33:51.693] | : . ' .. ..$ replaced: NULL [12:33:51.693] | : . ' ..$ misuseDevices : NULL [12:33:51.693] | : . ' ..$ misuseDefaultDevice: list() [12:33:51.693] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:51.693] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:51.693] | : . ' ..$ uuid : chr [1:2] "e80e6636407f6ecb0bc4780a286a95fb" "16" [12:33:51.693] | : . ' ..$ session_uuid : chr "06f879590ff92e8fa8849e674838e4f2" [12:33:51.693] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:51.693] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:51.693] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:51.693] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:51.693] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:51.693] | : . ' .. .. ..$ pid : int 76216 [12:33:51.693] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:51.693] | : . ' .. .. ..$ random: int 2147483647 [12:33:51.693] | : . ' ..$ r_info :List of 4 [12:33:51.693] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:51.693] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:51.693] | : . ' .. ..$ os : chr "windows" [12:33:51.693] | : . ' .. ..$ os_name : chr "Windows" [12:33:51.693] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:51.693] | : . ' ..$ version : chr "1.8" [12:33:51.693] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:51.693] | : . ' $ success: logi TRUE [12:33:51.693] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [12:33:51.693] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:51.693] | : . ' $ tag : NULL [12:33:51.764] | : . ' Received FutureResult [12:33:51.765] | : . ' FutureResult: [12:33:51.765] | : . ' value: 'lm' [12:33:51.765] | : . ' visible: TRUE [12:33:51.765] | : . ' stdout: character [12:33:51.765] | : . ' conditions: [n = 0] [12:33:51.765] | : . ' RNG used: FALSE [12:33:51.765] | : . ' duration: 0.007557869 secs (started 2026-01-16 12:33:51.682403) [12:33:51.765] | : . ' version: 1.8 [12:33:51.766] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... [12:33:51.766] | : . ' , Removed future from position #1 [12:33:51.767] | : . ' , Number of registered futures: 0 [12:33:51.767] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... done [12:33:51.768] | : . ' Erased future from future backend [12:33:51.768] | : . ' result() for ClusterFuture ... [12:33:51.768] | : . ' , result already collected: FutureResult [12:33:51.768] | : . ' result() for ClusterFuture ... done [12:33:51.769] | : . ' signalConditions() ... [12:33:51.769] | : . ' , include = 'immediateCondition' [12:33:51.769] | : . ' , exclude = [12:33:51.770] | : . ' , resignal = FALSE [12:33:51.770] | : . ' , Number of conditions: 0 [12:33:51.770] | : . ' , int 0 [12:33:51.771] | : . ' signalConditions() ... done [12:33:51.771] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:51.772] | : result() for ClusterFuture ... done [12:33:51.772] | : result() for ClusterFuture ... [12:33:51.772] | : . result already collected: FutureResult [12:33:51.773] | : result() for ClusterFuture ... done [12:33:51.773] | : signalConditions() ... [12:33:51.773] | : . include = 'immediateCondition' [12:33:51.773] | : . exclude = [12:33:51.774] | : . resignal = FALSE [12:33:51.774] | : . Number of conditions: 0 [12:33:51.774] | : . int 0 [12:33:51.775] | : signalConditions() ... done [12:33:51.775] | : relay stdout ... [12:33:51.776] | : relay stdout ... done [12:33:51.776] | : check for misuse ... [12:33:51.776] | : check for misuse ... done [12:33:51.776] | value() for Future () ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [12:33:51.779] | future(..., label = NULL) ... [12:33:51.779] | : lazy: FALSE [12:33:51.779] | : stdout: TRUE [12:33:51.779] | : conditions: [n=1] 'condition' [12:33:51.779] | : getGlobalsAndPackages() ... [12:33:51.780] | : . Searching for globals ... [12:33:51.800] | : . ' globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [12:33:51.801] | : . Searching for globals ... done [12:33:51.801] | : . Resolving globals: FALSE [12:33:51.801] | : . Search for packages associated with the globals ... [12:33:51.802] | : . ' Packages associated with globals: [2] 'base', 'stats' [12:33:51.802] | : . ' Packages: [2] 'base', 'stats' [12:33:51.802] | : . Search for packages associated with the globals ... done [12:33:51.802] | : . Packages after dropping 'base': [1] 'stats' [12:33:51.803] | : . Packages after dropping non-attached packages: [1] 'stats' [12:33:51.803] | : . globals: [2] 'weight', 'group' [12:33:51.803] | : . packages: [1] 'stats' [12:33:51.803] | : getGlobalsAndPackages() ... done [12:33:51.804] | : run() for 'Future' () ... [12:33:51.804] | : . state: 'created' [12:33:51.804] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:51.804] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:51.805] | : . Using MultisessionFutureBackend ... [12:33:51.805] | : . ' Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:33:51.805] | : . ' Launching futures ... [12:33:51.805] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:51.805] | : . ' , ; Workers: [n=2] [12:33:51.806] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:51.808] | : . ' , ; FutureRegistry: 'workers-5ff3239da8411c0c00af93c241128275' [12:33:51.808] | : . ' , ; requestWorker() ... [12:33:51.808] | : . ' , ; ` requestNode() ... [12:33:51.808] | : . ' , ; ` | Number of workers: 2 [12:33:51.809] | : . ' , ; ` | Polling for a free worker ... [12:33:51.809] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:51.809] | : . ' , ; ` | : . Listing all futures [12:33:51.809] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:51.809] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:51.809] | : . ' , ; ` | : Total time: 0 [12:33:51.810] | : . ' , ; ` | Polling for a free worker ... done [12:33:51.810] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:51.810] | : . ' , ; ` | : Listing all futures [12:33:51.810] | : . ' , ; ` | : Number of registered futures: 0 [12:33:51.811] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:51.811] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:51.811] | : . ' , ; ` | Index of first available worker: 1 [12:33:51.812] | : . ' , ; ` | Validate that the worker is functional ... [12:33:51.813] | : . ' , ; ` | : Worker is functional [12:33:51.813] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:51.814] | : . ' , ; ` | : . Listing all futures [12:33:51.814] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:51.815] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:51.815] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:51.816] | : . ' , ; ` requestNode() ... done [12:33:51.816] | : . ' , ; ` cluster node index: 1 [12:33:51.817] | : . ' , ; requestWorker() ... done [12:33:51.817] | : . ' , ; eraseGlobalEnvironment() ... [12:33:51.818] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:51.819] | : . ' , ; launchFuture() ... [12:33:51.819] | : . ' , ; ` cluster node index: 1 [12:33:51.820] | : . ' , ; ` getFutureData() ... [12:33:51.820] | : . ' , ; ` | getFutureCore() ... [12:33:51.820] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'stats' [12:33:51.821] | : . ' , ; ` | getFutureCore() ... done [12:33:51.821] | : . ' , ; ` | getFutureCapture() ... [12:33:51.822] | : . ' , ; ` | getFutureCapture() ... done [12:33:51.822] | : . ' , ; ` | getFutureContext() ... [12:33:51.822] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:51.823] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:51.823] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:51.823] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:51.824] | : . ' , ; ` | getFutureContext() ... done [12:33:51.824] | : . ' , ; ` getFutureData() ... done [12:33:51.825] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... [12:33:51.826] | : . ' , ; ` | Appended future to position #1 [12:33:51.826] | : . ' , ; ` | Number of registered futures: 1 [12:33:51.827] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... done [12:33:51.827] | : . ' , ; launchFuture() ... done [12:33:51.827] | : . ' , ; MultisessionFuture started [12:33:51.828] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:51.828] | : . ' Launching futures ... done [12:33:51.828] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:51.829] | : . Using MultisessionFutureBackend ... done [12:33:51.829] | : run() for 'Future' () ... done [12:33:51.830] | future(..., label = NULL) ... done [12:33:51.830] | value() for MultisessionFuture () ... [12:33:51.830] | : result() for ClusterFuture ... [12:33:51.831] | : . assertValidConnection() ... [12:33:51.831] | : . ' cluster node index: 1 [12:33:51.832] | : . assertValidConnection() ... done [12:33:51.833] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:51.833] | : . ' cluster node index: 1 [12:33:51.835] | : . ' [1] TRUE [12:33:51.835] | : . ' Received data: [12:33:51.836] | : . ' List of 5 [12:33:51.836] | : . ' $ type : chr "VALUE" [12:33:51.836] | : . ' $ value :List of 16 [12:33:51.836] | : . ' ..$ value :List of 13 [12:33:51.836] | : . ' .. ..$ coefficients : Named num [1:2] 5.03 4.66 [12:33:51.836] | : . ' .. .. ..- attr(*, "names")= chr [1:2] "groupCtl" "groupTrt" [12:33:51.836] | : . ' .. ..$ residuals : Named num [1:20] -0.862 0.548 0.148 1.078 -0.532 ... [12:33:51.836] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [12:33:51.836] | : . ' .. ..$ effects : Named num [1:20] -15.913 -14.739 0.355 1.285 -0.325 ... [12:33:51.836] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "groupCtl" "groupTrt" "" "" ... [12:33:51.836] | : . ' .. ..$ rank : int 2 [12:33:51.836] | : . ' .. ..$ fitted.values: Named num [1:20] 5.03 5.03 5.03 5.03 5.03 ... [12:33:51.836] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [12:33:51.836] | : . ' .. ..$ assign : int [1:2] 1 1 [12:33:51.836] | : . ' .. ..$ qr :List of 5 [12:33:51.836] | : . ' .. .. ..$ qr : num [1:20, 1:2] -3.162 0.316 0.316 0.316 0.316 ... [12:33:51.836] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:51.836] | : . ' .. .. .. .. ..$ : chr [1:20] "1" "2" "3" "4" ... [12:33:51.836] | : . ' .. .. .. .. ..$ : chr [1:2] "groupCtl" "groupTrt" [12:33:51.836] | : . ' .. .. .. ..- attr(*, "assign")= int [1:2] 1 1 [12:33:51.836] | : . ' .. .. .. ..- attr(*, "contrasts")=List of 1 [12:33:51.836] | : . ' .. .. .. .. ..$ group: chr "contr.treatment" [12:33:51.836] | : . ' .. .. ..$ qraux: num [1:2] 1.32 1 [12:33:51.836] | : . ' .. .. ..$ pivot: int [1:2] 1 2 [12:33:51.836] | : . ' .. .. ..$ tol : num 1e-07 [12:33:51.836] | : . ' .. .. ..$ rank : int 2 [12:33:51.836] | : . ' .. .. ..- attr(*, "class")= chr "qr" [12:33:51.836] | : . ' .. ..$ df.residual : int 18 [12:33:51.836] | : . ' .. ..$ contrasts :List of 1 [12:33:51.836] | : . ' .. .. ..$ group: chr "contr.treatment" [12:33:51.836] | : . ' .. ..$ xlevels :List of 1 [12:33:51.836] | : . ' .. .. ..$ group: chr [1:2] "Ctl" "Trt" [12:33:51.836] | : . ' .. ..$ call : language lm(formula = weight ~ group - 1) [12:33:51.836] | : . ' .. ..$ terms :Classes 'terms', 'formula' language weight ~ group - 1 [12:33:51.836] | : . ' .. .. .. ..- attr(*, "variables")= language list(weight, group) [12:33:51.836] | : . ' .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [12:33:51.836] | : . ' .. .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:51.836] | : . ' .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [12:33:51.836] | : . ' .. .. .. .. .. ..$ : chr "group" [12:33:51.836] | : . ' .. .. .. ..- attr(*, "term.labels")= chr "group" [12:33:51.836] | : . ' .. .. .. ..- attr(*, "order")= int 1 [12:33:51.836] | : . ' .. .. .. ..- attr(*, "intercept")= int 0 [12:33:51.836] | : . ' .. .. .. ..- attr(*, "response")= int 1 [12:33:51.836] | : . ' .. .. .. ..- attr(*, ".Environment")= [12:33:51.836] | : . ' .. .. .. ..- attr(*, "predvars")= language list(weight, group) [12:33:51.836] | : . ' .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [12:33:51.836] | : . ' .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [12:33:51.836] | : . ' .. ..$ model :'data.frame': 20 obs. of 2 variables: [12:33:51.836] | : . ' .. .. ..$ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [12:33:51.836] | : . ' .. .. ..$ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [12:33:51.836] | : . ' .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language weight ~ group - 1 [12:33:51.836] | : . ' .. .. .. .. ..- attr(*, "variables")= language list(weight, group) [12:33:51.836] | : . ' .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [12:33:51.836] | : . ' .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:51.836] | : . ' .. .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [12:33:51.836] | : . ' .. .. .. .. .. .. ..$ : chr "group" [12:33:51.836] | : . ' .. .. .. .. ..- attr(*, "term.labels")= chr "group" [12:33:51.836] | : . ' .. .. .. .. ..- attr(*, "order")= int 1 [12:33:51.836] | : . ' .. .. .. .. ..- attr(*, "intercept")= int 0 [12:33:51.836] | : . ' .. .. .. .. ..- attr(*, "response")= int 1 [12:33:51.836] | : . ' .. .. .. .. ..- attr(*, ".Environment")= [12:33:51.836] | : . ' .. .. .. .. ..- attr(*, "predvars")= language list(weight, group) [12:33:51.836] | : . ' .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [12:33:51.836] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [12:33:51.836] | : . ' .. ..- attr(*, "class")= chr "lm" [12:33:51.836] | : . ' ..$ visible : logi TRUE [12:33:51.836] | : . ' ..$ stdout : chr "" [12:33:51.836] | : . ' ..$ conditions : list() [12:33:51.836] | : . ' ..$ rng : logi FALSE [12:33:51.836] | : . ' ..$ seed : NULL [12:33:51.836] | : . ' ..$ misuseGlobalEnv : NULL [12:33:51.836] | : . ' ..$ misuseConnections :List of 3 [12:33:51.836] | : . ' .. ..$ added : NULL [12:33:51.836] | : . ' .. ..$ removed : NULL [12:33:51.836] | : . ' .. ..$ replaced: NULL [12:33:51.836] | : . ' ..$ misuseDevices : NULL [12:33:51.836] | : . ' ..$ misuseDefaultDevice: list() [12:33:51.836] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:51.836] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:51.836] | : . ' ..$ uuid : chr [1:2] "e80e6636407f6ecb0bc4780a286a95fb" "17" [12:33:51.836] | : . ' ..$ session_uuid : chr "06f879590ff92e8fa8849e674838e4f2" [12:33:51.836] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:51.836] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:51.836] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:51.836] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:51.836] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:51.836] | : . ' .. .. ..$ pid : int 76216 [12:33:51.836] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:51.836] | : . ' .. .. ..$ random: int 2147483647 [12:33:51.836] | : . ' ..$ r_info :List of 4 [12:33:51.836] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:51.836] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:51.836] | : . ' .. ..$ os : chr "windows" [12:33:51.836] | : . ' .. ..$ os_name : chr "Windows" [12:33:51.836] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:51.836] | : . ' ..$ version : chr "1.8" [12:33:51.836] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:51.836] | : . ' $ success: logi TRUE [12:33:51.836] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:33:51.836] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:51.836] | : . ' $ tag : NULL [12:33:51.889] | : . ' Received FutureResult [12:33:51.889] | : . ' FutureResult: [12:33:51.889] | : . ' value: 'lm' [12:33:51.889] | : . ' visible: TRUE [12:33:51.889] | : . ' stdout: character [12:33:51.889] | : . ' conditions: [n = 0] [12:33:51.889] | : . ' RNG used: FALSE [12:33:51.889] | : . ' duration: 0.007115841 secs (started 2026-01-16 12:33:51.826023) [12:33:51.889] | : . ' version: 1.8 [12:33:51.890] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... [12:33:51.891] | : . ' , Removed future from position #1 [12:33:51.891] | : . ' , Number of registered futures: 0 [12:33:51.891] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... done [12:33:51.892] | : . ' Erased future from future backend [12:33:51.892] | : . ' result() for ClusterFuture ... [12:33:51.893] | : . ' , result already collected: FutureResult [12:33:51.893] | : . ' result() for ClusterFuture ... done [12:33:51.893] | : . ' signalConditions() ... [12:33:51.894] | : . ' , include = 'immediateCondition' [12:33:51.894] | : . ' , exclude = [12:33:51.894] | : . ' , resignal = FALSE [12:33:51.895] | : . ' , Number of conditions: 0 [12:33:51.895] | : . ' , int 0 [12:33:51.896] | : . ' signalConditions() ... done [12:33:51.896] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:51.897] | : result() for ClusterFuture ... done [12:33:51.897] | : result() for ClusterFuture ... [12:33:51.897] | : . result already collected: FutureResult [12:33:51.901] | : result() for ClusterFuture ... done [12:33:51.901] | : signalConditions() ... [12:33:51.902] | : . include = 'immediateCondition' [12:33:51.902] | : . exclude = [12:33:51.902] | : . resignal = FALSE [12:33:51.903] | : . Number of conditions: 0 [12:33:51.903] | : . int 0 [12:33:51.904] | : signalConditions() ... done [12:33:51.904] | : relay stdout ... [12:33:51.905] | : relay stdout ... done [12:33:51.905] | : check for misuse ... [12:33:51.905] | : check for misuse ... done [12:33:51.906] | value() for MultisessionFuture () ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [12:33:51.910] | future(..., label = NULL) ... [12:33:51.911] | : lazy: FALSE [12:33:51.911] | : stdout: TRUE [12:33:51.911] | : conditions: [n=1] 'condition' [12:33:51.912] | : getGlobalsAndPackages() ... [12:33:51.912] | : . Searching for globals ... [12:33:51.942] | : . ' globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [12:33:51.942] | : . Searching for globals ... done [12:33:51.943] | : . Resolving globals: FALSE [12:33:51.943] | : . Search for packages associated with the globals ... [12:33:51.944] | : . ' Packages associated with globals: [2] 'base', 'stats' [12:33:51.945] | : . ' Packages: [2] 'base', 'stats' [12:33:51.945] | : . Search for packages associated with the globals ... done [12:33:51.945] | : . Packages after dropping 'base': [1] 'stats' [12:33:51.946] | : . Packages after dropping non-attached packages: [1] 'stats' [12:33:51.946] | : . globals: [2] 'weight', 'group' [12:33:51.947] | : . packages: [1] 'stats' [12:33:51.947] | : getGlobalsAndPackages() ... done [12:33:51.948] | : run() for 'Future' () ... [12:33:51.948] | : . state: 'created' [12:33:51.949] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:51.949] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:51.949] | : . Using MultisessionFutureBackend ... [12:33:51.950] | : . ' Number of futures since start: 3 (3 created, 3 launched, 3 finished) [12:33:51.950] | : . ' Launching futures ... [12:33:51.951] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:51.951] | : . ' , ; Workers: [n=2] [12:33:51.951] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:51.955] | : . ' , ; FutureRegistry: 'workers-5ff3239da8411c0c00af93c241128275' [12:33:51.955] | : . ' , ; requestWorker() ... [12:33:51.956] | : . ' , ; ` requestNode() ... [12:33:51.956] | : . ' , ; ` | Number of workers: 2 [12:33:51.956] | : . ' , ; ` | Polling for a free worker ... [12:33:51.957] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:51.957] | : . ' , ; ` | : . Listing all futures [12:33:51.958] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:51.958] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:51.958] | : . ' , ; ` | : Total time: 0 [12:33:51.959] | : . ' , ; ` | Polling for a free worker ... done [12:33:51.959] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:51.959] | : . ' , ; ` | : Listing all futures [12:33:51.960] | : . ' , ; ` | : Number of registered futures: 0 [12:33:51.960] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:51.960] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:51.961] | : . ' , ; ` | Index of first available worker: 1 [12:33:51.961] | : . ' , ; ` | Validate that the worker is functional ... [12:33:51.962] | : . ' , ; ` | : Worker is functional [12:33:51.962] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:51.963] | : . ' , ; ` | : . Listing all futures [12:33:51.963] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:51.963] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:51.964] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:51.964] | : . ' , ; ` requestNode() ... done [12:33:51.965] | : . ' , ; ` cluster node index: 1 [12:33:51.965] | : . ' , ; requestWorker() ... done [12:33:51.965] | : . ' , ; eraseGlobalEnvironment() ... [12:33:51.966] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:51.967] | : . ' , ; launchFuture() ... [12:33:51.967] | : . ' , ; ` cluster node index: 1 [12:33:51.968] | : . ' , ; ` getFutureData() ... [12:33:51.968] | : . ' , ; ` | getFutureCore() ... [12:33:51.968] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'stats' [12:33:51.969] | : . ' , ; ` | getFutureCore() ... done [12:33:51.969] | : . ' , ; ` | getFutureCapture() ... [12:33:51.969] | : . ' , ; ` | getFutureCapture() ... done [12:33:51.970] | : . ' , ; ` | getFutureContext() ... [12:33:51.970] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:51.970] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:51.971] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:51.971] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:51.972] | : . ' , ; ` | getFutureContext() ... done [12:33:51.972] | : . ' , ; ` getFutureData() ... done [12:33:51.973] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... [12:33:51.973] | : . ' , ; ` | Appended future to position #1 [12:33:51.974] | : . ' , ; ` | Number of registered futures: 1 [12:33:51.974] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... done [12:33:51.974] | : . ' , ; launchFuture() ... done [12:33:51.975] | : . ' , ; MultisessionFuture started [12:33:51.975] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:51.975] | : . ' Launching futures ... done [12:33:51.976] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:51.976] | : . Using MultisessionFutureBackend ... done [12:33:51.977] | : run() for 'Future' () ... done [12:33:51.977] | future(..., label = NULL) ... done [12:33:51.977] | value() for MultisessionFuture () ... [12:33:51.978] | : result() for ClusterFuture ... [12:33:51.978] | : . assertValidConnection() ... [12:33:51.979] | : . ' cluster node index: 1 [12:33:51.980] | : . assertValidConnection() ... done [12:33:51.980] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:51.980] | : . ' cluster node index: 1 [12:33:51.984] | : . ' [1] TRUE [12:33:51.985] | : . ' Received data: [12:33:51.985] | : . ' List of 5 [12:33:51.985] | : . ' $ type : chr "VALUE" [12:33:51.985] | : . ' $ value :List of 16 [12:33:51.985] | : . ' ..$ value :List of 13 [12:33:51.985] | : . ' .. ..$ coefficients : Named num [1:2] 5.03 4.66 [12:33:51.985] | : . ' .. .. ..- attr(*, "names")= chr [1:2] "groupCtl" "groupTrt" [12:33:51.985] | : . ' .. ..$ residuals : Named num [1:20] -0.862 0.548 0.148 1.078 -0.532 ... [12:33:51.985] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [12:33:51.985] | : . ' .. ..$ effects : Named num [1:20] -15.913 -14.739 0.355 1.285 -0.325 ... [12:33:51.985] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "groupCtl" "groupTrt" "" "" ... [12:33:51.985] | : . ' .. ..$ rank : int 2 [12:33:51.985] | : . ' .. ..$ fitted.values: Named num [1:20] 5.03 5.03 5.03 5.03 5.03 ... [12:33:51.985] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [12:33:51.985] | : . ' .. ..$ assign : int [1:2] 1 1 [12:33:51.985] | : . ' .. ..$ qr :List of 5 [12:33:51.985] | : . ' .. .. ..$ qr : num [1:20, 1:2] -3.162 0.316 0.316 0.316 0.316 ... [12:33:51.985] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:51.985] | : . ' .. .. .. .. ..$ : chr [1:20] "1" "2" "3" "4" ... [12:33:51.985] | : . ' .. .. .. .. ..$ : chr [1:2] "groupCtl" "groupTrt" [12:33:51.985] | : . ' .. .. .. ..- attr(*, "assign")= int [1:2] 1 1 [12:33:51.985] | : . ' .. .. .. ..- attr(*, "contrasts")=List of 1 [12:33:51.985] | : . ' .. .. .. .. ..$ group: chr "contr.treatment" [12:33:51.985] | : . ' .. .. ..$ qraux: num [1:2] 1.32 1 [12:33:51.985] | : . ' .. .. ..$ pivot: int [1:2] 1 2 [12:33:51.985] | : . ' .. .. ..$ tol : num 1e-07 [12:33:51.985] | : . ' .. .. ..$ rank : int 2 [12:33:51.985] | : . ' .. .. ..- attr(*, "class")= chr "qr" [12:33:51.985] | : . ' .. ..$ df.residual : int 18 [12:33:51.985] | : . ' .. ..$ contrasts :List of 1 [12:33:51.985] | : . ' .. .. ..$ group: chr "contr.treatment" [12:33:51.985] | : . ' .. ..$ xlevels :List of 1 [12:33:51.985] | : . ' .. .. ..$ group: chr [1:2] "Ctl" "Trt" [12:33:51.985] | : . ' .. ..$ call : language lm(formula = weight ~ group - 1) [12:33:51.985] | : . ' .. ..$ terms :Classes 'terms', 'formula' language weight ~ group - 1 [12:33:51.985] | : . ' .. .. .. ..- attr(*, "variables")= language list(weight, group) [12:33:51.985] | : . ' .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [12:33:51.985] | : . ' .. .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:51.985] | : . ' .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [12:33:51.985] | : . ' .. .. .. .. .. ..$ : chr "group" [12:33:51.985] | : . ' .. .. .. ..- attr(*, "term.labels")= chr "group" [12:33:51.985] | : . ' .. .. .. ..- attr(*, "order")= int 1 [12:33:51.985] | : . ' .. .. .. ..- attr(*, "intercept")= int 0 [12:33:51.985] | : . ' .. .. .. ..- attr(*, "response")= int 1 [12:33:51.985] | : . ' .. .. .. ..- attr(*, ".Environment")= [12:33:51.985] | : . ' .. .. .. ..- attr(*, "predvars")= language list(weight, group) [12:33:51.985] | : . ' .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [12:33:51.985] | : . ' .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [12:33:51.985] | : . ' .. ..$ model :'data.frame': 20 obs. of 2 variables: [12:33:51.985] | : . ' .. .. ..$ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [12:33:51.985] | : . ' .. .. ..$ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [12:33:51.985] | : . ' .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language weight ~ group - 1 [12:33:51.985] | : . ' .. .. .. .. ..- attr(*, "variables")= language list(weight, group) [12:33:51.985] | : . ' .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [12:33:51.985] | : . ' .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:51.985] | : . ' .. .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [12:33:51.985] | : . ' .. .. .. .. .. .. ..$ : chr "group" [12:33:51.985] | : . ' .. .. .. .. ..- attr(*, "term.labels")= chr "group" [12:33:51.985] | : . ' .. .. .. .. ..- attr(*, "order")= int 1 [12:33:51.985] | : . ' .. .. .. .. ..- attr(*, "intercept")= int 0 [12:33:51.985] | : . ' .. .. .. .. ..- attr(*, "response")= int 1 [12:33:51.985] | : . ' .. .. .. .. ..- attr(*, ".Environment")= [12:33:51.985] | : . ' .. .. .. .. ..- attr(*, "predvars")= language list(weight, group) [12:33:51.985] | : . ' .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [12:33:51.985] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [12:33:51.985] | : . ' .. ..- attr(*, "class")= chr "lm" [12:33:51.985] | : . ' ..$ visible : logi TRUE [12:33:51.985] | : . ' ..$ stdout : chr "" [12:33:51.985] | : . ' ..$ conditions : list() [12:33:51.985] | : . ' ..$ rng : logi FALSE [12:33:51.985] | : . ' ..$ seed : NULL [12:33:51.985] | : . ' ..$ misuseGlobalEnv : NULL [12:33:51.985] | : . ' ..$ misuseConnections :List of 3 [12:33:51.985] | : . ' .. ..$ added : NULL [12:33:51.985] | : . ' .. ..$ removed : NULL [12:33:51.985] | : . ' .. ..$ replaced: NULL [12:33:51.985] | : . ' ..$ misuseDevices : NULL [12:33:51.985] | : . ' ..$ misuseDefaultDevice: list() [12:33:51.985] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:51.985] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:51.985] | : . ' ..$ uuid : chr [1:2] "e80e6636407f6ecb0bc4780a286a95fb" "18" [12:33:51.985] | : . ' ..$ session_uuid : chr "06f879590ff92e8fa8849e674838e4f2" [12:33:51.985] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:51.985] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:51.985] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:51.985] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:51.985] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:51.985] | : . ' .. .. ..$ pid : int 76216 [12:33:51.985] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:51.985] | : . ' .. .. ..$ random: int 2147483647 [12:33:51.985] | : . ' ..$ r_info :List of 4 [12:33:51.985] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:51.985] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:51.985] | : . ' .. ..$ os : chr "windows" [12:33:51.985] | : . ' .. ..$ os_name : chr "Windows" [12:33:51.985] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:51.985] | : . ' ..$ version : chr "1.8" [12:33:51.985] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:51.985] | : . ' $ success: logi TRUE [12:33:51.985] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [12:33:51.985] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:51.985] | : . ' $ tag : NULL [12:33:52.039] | : . ' Received FutureResult [12:33:52.040] | : . ' FutureResult: [12:33:52.040] | : . ' value: 'lm' [12:33:52.040] | : . ' visible: TRUE [12:33:52.040] | : . ' stdout: character [12:33:52.040] | : . ' conditions: [n = 0] [12:33:52.040] | : . ' RNG used: FALSE [12:33:52.040] | : . ' duration: 0.008296013 secs (started 2026-01-16 12:33:51.973715) [12:33:52.040] | : . ' version: 1.8 [12:33:52.040] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... [12:33:52.041] | : . ' , Removed future from position #1 [12:33:52.041] | : . ' , Number of registered futures: 0 [12:33:52.041] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... done [12:33:52.042] | : . ' Erased future from future backend [12:33:52.042] | : . ' result() for ClusterFuture ... [12:33:52.042] | : . ' , result already collected: FutureResult [12:33:52.042] | : . ' result() for ClusterFuture ... done [12:33:52.043] | : . ' signalConditions() ... [12:33:52.043] | : . ' , include = 'immediateCondition' [12:33:52.043] | : . ' , exclude = [12:33:52.044] | : . ' , resignal = FALSE [12:33:52.044] | : . ' , Number of conditions: 0 [12:33:52.044] | : . ' , int 0 [12:33:52.045] | : . ' signalConditions() ... done [12:33:52.045] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:52.045] | : result() for ClusterFuture ... done [12:33:52.046] | : result() for ClusterFuture ... [12:33:52.046] | : . result already collected: FutureResult [12:33:52.046] | : result() for ClusterFuture ... done [12:33:52.046] | : signalConditions() ... [12:33:52.047] | : . include = 'immediateCondition' [12:33:52.047] | : . exclude = [12:33:52.047] | : . resignal = FALSE [12:33:52.047] | : . Number of conditions: 0 [12:33:52.048] | : . int 0 [12:33:52.048] | : signalConditions() ... done [12:33:52.049] | : relay stdout ... [12:33:52.049] | : relay stdout ... done [12:33:52.049] | : check for misuse ... [12:33:52.049] | : check for misuse ... done [12:33:52.050] | value() for MultisessionFuture () ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 [12:33:52.053] | future(..., label = NULL) ... [12:33:52.053] | : lazy: TRUE [12:33:52.054] | : stdout: TRUE [12:33:52.054] | : conditions: [n=1] 'condition' [12:33:52.054] | : getGlobalsAndPackages() ... [12:33:52.054] | : . Searching for globals ... [12:33:52.080] | : . ' globals found: [6] '{', 'lm', 'weight', '-', 'group', '~' [12:33:52.080] | : . Searching for globals ... done [12:33:52.080] | : . Resolving globals: FALSE [12:33:52.081] | : . Search for packages associated with the globals ... [12:33:52.081] | : . ' Packages associated with globals: [2] 'base', 'stats' [12:33:52.082] | : . ' Packages: [2] 'base', 'stats' [12:33:52.082] | : . Search for packages associated with the globals ... done [12:33:52.082] | : . Packages after dropping 'base': [1] 'stats' [12:33:52.083] | : . Packages after dropping non-attached packages: [1] 'stats' [12:33:52.083] | : . globals: [2] 'weight', 'group' [12:33:52.083] | : . packages: [1] 'stats' [12:33:52.084] | : getGlobalsAndPackages() ... done [12:33:52.084] | future(..., label = NULL) ... done [12:33:52.084] | value() for Future () ... [12:33:52.085] | : run() for 'Future' () ... [12:33:52.085] | : . state: 'created' [12:33:52.085] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:52.086] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:52.086] | : . Using MultisessionFutureBackend ... [12:33:52.086] | : . ' Number of futures since start: 4 (4 created, 4 launched, 4 finished) [12:33:52.086] | : . ' Launching futures ... [12:33:52.087] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:52.087] | : . ' , ; Workers: [n=2] [12:33:52.087] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:52.090] | : . ' , ; FutureRegistry: 'workers-5ff3239da8411c0c00af93c241128275' [12:33:52.090] | : . ' , ; requestWorker() ... [12:33:52.091] | : . ' , ; ` requestNode() ... [12:33:52.091] | : . ' , ; ` | Number of workers: 2 [12:33:52.091] | : . ' , ; ` | Polling for a free worker ... [12:33:52.091] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.092] | : . ' , ; ` | : . Listing all futures [12:33:52.092] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:52.092] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.092] | : . ' , ; ` | : Total time: 0 [12:33:52.093] | : . ' , ; ` | Polling for a free worker ... done [12:33:52.093] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.093] | : . ' , ; ` | : Listing all futures [12:33:52.094] | : . ' , ; ` | : Number of registered futures: 0 [12:33:52.094] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.094] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:52.094] | : . ' , ; ` | Index of first available worker: 1 [12:33:52.095] | : . ' , ; ` | Validate that the worker is functional ... [12:33:52.096] | : . ' , ; ` | : Worker is functional [12:33:52.096] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.097] | : . ' , ; ` | : . Listing all futures [12:33:52.097] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:52.097] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.098] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:52.098] | : . ' , ; ` requestNode() ... done [12:33:52.098] | : . ' , ; ` cluster node index: 1 [12:33:52.099] | : . ' , ; requestWorker() ... done [12:33:52.099] | : . ' , ; eraseGlobalEnvironment() ... [12:33:52.100] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:52.100] | : . ' , ; launchFuture() ... [12:33:52.101] | : . ' , ; ` cluster node index: 1 [12:33:52.101] | : . ' , ; ` getFutureData() ... [12:33:52.101] | : . ' , ; ` | getFutureCore() ... [12:33:52.101] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'stats' [12:33:52.102] | : . ' , ; ` | getFutureCore() ... done [12:33:52.102] | : . ' , ; ` | getFutureCapture() ... [12:33:52.102] | : . ' , ; ` | getFutureCapture() ... done [12:33:52.103] | : . ' , ; ` | getFutureContext() ... [12:33:52.103] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:52.103] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:52.103] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:52.104] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:52.104] | : . ' , ; ` | getFutureContext() ... done [12:33:52.104] | : . ' , ; ` getFutureData() ... done [12:33:52.105] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... [12:33:52.105] | : . ' , ; ` | Appended future to position #1 [12:33:52.106] | : . ' , ; ` | Number of registered futures: 1 [12:33:52.106] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... done [12:33:52.106] | : . ' , ; launchFuture() ... done [12:33:52.107] | : . ' , ; MultisessionFuture started [12:33:52.107] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:52.108] | : . ' Launching futures ... done [12:33:52.108] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:52.108] | : . Using MultisessionFutureBackend ... done [12:33:52.108] | : run() for 'Future' () ... done [12:33:52.109] | : result() for ClusterFuture ... [12:33:52.109] | : . assertValidConnection() ... [12:33:52.109] | : . ' cluster node index: 1 [12:33:52.110] | : . assertValidConnection() ... done [12:33:52.110] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:52.111] | : . ' cluster node index: 1 [12:33:52.119] | : . ' [1] TRUE [12:33:52.120] | : . ' Received data: [12:33:52.121] | : . ' List of 5 [12:33:52.121] | : . ' $ type : chr "VALUE" [12:33:52.121] | : . ' $ value :List of 16 [12:33:52.121] | : . ' ..$ value :List of 13 [12:33:52.121] | : . ' .. ..$ coefficients : Named num [1:2] 5.03 4.66 [12:33:52.121] | : . ' .. .. ..- attr(*, "names")= chr [1:2] "groupCtl" "groupTrt" [12:33:52.121] | : . ' .. ..$ residuals : Named num [1:20] -0.862 0.548 0.148 1.078 -0.532 ... [12:33:52.121] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [12:33:52.121] | : . ' .. ..$ effects : Named num [1:20] -15.913 -14.739 0.355 1.285 -0.325 ... [12:33:52.121] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "groupCtl" "groupTrt" "" "" ... [12:33:52.121] | : . ' .. ..$ rank : int 2 [12:33:52.121] | : . ' .. ..$ fitted.values: Named num [1:20] 5.03 5.03 5.03 5.03 5.03 ... [12:33:52.121] | : . ' .. .. ..- attr(*, "names")= chr [1:20] "1" "2" "3" "4" ... [12:33:52.121] | : . ' .. ..$ assign : int [1:2] 1 1 [12:33:52.121] | : . ' .. ..$ qr :List of 5 [12:33:52.121] | : . ' .. .. ..$ qr : num [1:20, 1:2] -3.162 0.316 0.316 0.316 0.316 ... [12:33:52.121] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:52.121] | : . ' .. .. .. .. ..$ : chr [1:20] "1" "2" "3" "4" ... [12:33:52.121] | : . ' .. .. .. .. ..$ : chr [1:2] "groupCtl" "groupTrt" [12:33:52.121] | : . ' .. .. .. ..- attr(*, "assign")= int [1:2] 1 1 [12:33:52.121] | : . ' .. .. .. ..- attr(*, "contrasts")=List of 1 [12:33:52.121] | : . ' .. .. .. .. ..$ group: chr "contr.treatment" [12:33:52.121] | : . ' .. .. ..$ qraux: num [1:2] 1.32 1 [12:33:52.121] | : . ' .. .. ..$ pivot: int [1:2] 1 2 [12:33:52.121] | : . ' .. .. ..$ tol : num 1e-07 [12:33:52.121] | : . ' .. .. ..$ rank : int 2 [12:33:52.121] | : . ' .. .. ..- attr(*, "class")= chr "qr" [12:33:52.121] | : . ' .. ..$ df.residual : int 18 [12:33:52.121] | : . ' .. ..$ contrasts :List of 1 [12:33:52.121] | : . ' .. .. ..$ group: chr "contr.treatment" [12:33:52.121] | : . ' .. ..$ xlevels :List of 1 [12:33:52.121] | : . ' .. .. ..$ group: chr [1:2] "Ctl" "Trt" [12:33:52.121] | : . ' .. ..$ call : language lm(formula = weight ~ group - 1) [12:33:52.121] | : . ' .. ..$ terms :Classes 'terms', 'formula' language weight ~ group - 1 [12:33:52.121] | : . ' .. .. .. ..- attr(*, "variables")= language list(weight, group) [12:33:52.121] | : . ' .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [12:33:52.121] | : . ' .. .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:52.121] | : . ' .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [12:33:52.121] | : . ' .. .. .. .. .. ..$ : chr "group" [12:33:52.121] | : . ' .. .. .. ..- attr(*, "term.labels")= chr "group" [12:33:52.121] | : . ' .. .. .. ..- attr(*, "order")= int 1 [12:33:52.121] | : . ' .. .. .. ..- attr(*, "intercept")= int 0 [12:33:52.121] | : . ' .. .. .. ..- attr(*, "response")= int 1 [12:33:52.121] | : . ' .. .. .. ..- attr(*, ".Environment")= [12:33:52.121] | : . ' .. .. .. ..- attr(*, "predvars")= language list(weight, group) [12:33:52.121] | : . ' .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [12:33:52.121] | : . ' .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [12:33:52.121] | : . ' .. ..$ model :'data.frame': 20 obs. of 2 variables: [12:33:52.121] | : . ' .. .. ..$ weight: num [1:20] 4.17 5.58 5.18 6.11 4.5 4.61 5.17 4.53 5.33 5.14 ... [12:33:52.121] | : . ' .. .. ..$ group : Factor w/ 2 levels "Ctl","Trt": 1 1 1 1 1 1 1 1 1 1 ... [12:33:52.121] | : . ' .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language weight ~ group - 1 [12:33:52.121] | : . ' .. .. .. .. ..- attr(*, "variables")= language list(weight, group) [12:33:52.121] | : . ' .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [12:33:52.121] | : . ' .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:52.121] | : . ' .. .. .. .. .. .. ..$ : chr [1:2] "weight" "group" [12:33:52.121] | : . ' .. .. .. .. .. .. ..$ : chr "group" [12:33:52.121] | : . ' .. .. .. .. ..- attr(*, "term.labels")= chr "group" [12:33:52.121] | : . ' .. .. .. .. ..- attr(*, "order")= int 1 [12:33:52.121] | : . ' .. .. .. .. ..- attr(*, "intercept")= int 0 [12:33:52.121] | : . ' .. .. .. .. ..- attr(*, "response")= int 1 [12:33:52.121] | : . ' .. .. .. .. ..- attr(*, ".Environment")= [12:33:52.121] | : . ' .. .. .. .. ..- attr(*, "predvars")= language list(weight, group) [12:33:52.121] | : . ' .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "factor" [12:33:52.121] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "weight" "group" [12:33:52.121] | : . ' .. ..- attr(*, "class")= chr "lm" [12:33:52.121] | : . ' ..$ visible : logi TRUE [12:33:52.121] | : . ' ..$ stdout : chr "" [12:33:52.121] | : . ' ..$ conditions : list() [12:33:52.121] | : . ' ..$ rng : logi FALSE [12:33:52.121] | : . ' ..$ seed : NULL [12:33:52.121] | : . ' ..$ misuseGlobalEnv : NULL [12:33:52.121] | : . ' ..$ misuseConnections :List of 3 [12:33:52.121] | : . ' .. ..$ added : NULL [12:33:52.121] | : . ' .. ..$ removed : NULL [12:33:52.121] | : . ' .. ..$ replaced: NULL [12:33:52.121] | : . ' ..$ misuseDevices : NULL [12:33:52.121] | : . ' ..$ misuseDefaultDevice: list() [12:33:52.121] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:52" [12:33:52.121] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:52" [12:33:52.121] | : . ' ..$ uuid : chr [1:2] "e80e6636407f6ecb0bc4780a286a95fb" "19" [12:33:52.121] | : . ' ..$ session_uuid : chr "06f879590ff92e8fa8849e674838e4f2" [12:33:52.121] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:52.121] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:52.121] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:52.121] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:52.121] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:52.121] | : . ' .. .. ..$ pid : int 76216 [12:33:52.121] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:52.121] | : . ' .. .. ..$ random: int 2147483647 [12:33:52.121] | : . ' ..$ r_info :List of 4 [12:33:52.121] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:52.121] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:52.121] | : . ' .. ..$ os : chr "windows" [12:33:52.121] | : . ' .. ..$ os_name : chr "Windows" [12:33:52.121] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:52.121] | : . ' ..$ version : chr "1.8" [12:33:52.121] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:52.121] | : . ' $ success: logi TRUE [12:33:52.121] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [12:33:52.121] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:52.121] | : . ' $ tag : NULL [12:33:52.181] | : . ' Received FutureResult [12:33:52.182] | : . ' FutureResult: [12:33:52.182] | : . ' value: 'lm' [12:33:52.182] | : . ' visible: TRUE [12:33:52.182] | : . ' stdout: character [12:33:52.182] | : . ' conditions: [n = 0] [12:33:52.182] | : . ' RNG used: FALSE [12:33:52.182] | : . ' duration: 0.01210284 secs (started 2026-01-16 12:33:52.105714) [12:33:52.182] | : . ' version: 1.8 [12:33:52.183] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... [12:33:52.183] | : . ' , Removed future from position #1 [12:33:52.183] | : . ' , Number of registered futures: 0 [12:33:52.184] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... done [12:33:52.184] | : . ' Erased future from future backend [12:33:52.184] | : . ' result() for ClusterFuture ... [12:33:52.185] | : . ' , result already collected: FutureResult [12:33:52.185] | : . ' result() for ClusterFuture ... done [12:33:52.185] | : . ' signalConditions() ... [12:33:52.186] | : . ' , include = 'immediateCondition' [12:33:52.186] | : . ' , exclude = [12:33:52.186] | : . ' , resignal = FALSE [12:33:52.187] | : . ' , Number of conditions: 0 [12:33:52.187] | : . ' , int 0 [12:33:52.188] | : . ' signalConditions() ... done [12:33:52.188] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:52.188] | : result() for ClusterFuture ... done [12:33:52.189] | : result() for ClusterFuture ... [12:33:52.189] | : . result already collected: FutureResult [12:33:52.189] | : result() for ClusterFuture ... done [12:33:52.190] | : signalConditions() ... [12:33:52.190] | : . include = 'immediateCondition' [12:33:52.190] | : . exclude = [12:33:52.191] | : . resignal = FALSE [12:33:52.191] | : . Number of conditions: 0 [12:33:52.191] | : . int 0 [12:33:52.192] | : signalConditions() ... done [12:33:52.192] | : relay stdout ... [12:33:52.193] | : relay stdout ... done [12:33:52.193] | : check for misuse ... [12:33:52.193] | : check for misuse ... done [12:33:52.194] | value() for Future () ... done Call: lm(formula = weight ~ group - 1) Coefficients: groupCtl groupTrt 5.032 4.661 - Globals - one-side formulas, e.g. xtabs(~ x) ... [12:33:52.198] | future(..., label = NULL) ... [12:33:52.198] | : lazy: FALSE [12:33:52.198] | : stdout: TRUE [12:33:52.198] | : conditions: [n=1] 'condition' [12:33:52.199] | : getGlobalsAndPackages() ... [12:33:52.199] | : . Searching for globals ... [12:33:52.220] | : . ' globals found: [4] '{', 'xtabs', 'x', '~' [12:33:52.221] | : . Searching for globals ... done [12:33:52.221] | : . Resolving globals: FALSE [12:33:52.222] | : . Search for packages associated with the globals ... [12:33:52.222] | : . ' Packages associated with globals: [2] 'base', 'stats' [12:33:52.223] | : . ' Packages: [2] 'base', 'stats' [12:33:52.223] | : . Search for packages associated with the globals ... done [12:33:52.224] | : . Packages after dropping 'base': [1] 'stats' [12:33:52.224] | : . Packages after dropping non-attached packages: [1] 'stats' [12:33:52.224] | : . globals: [1] 'x' [12:33:52.225] | : . packages: [1] 'stats' [12:33:52.225] | : getGlobalsAndPackages() ... done [12:33:52.226] | : run() for 'Future' () ... [12:33:52.226] | : . state: 'created' [12:33:52.226] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:52.227] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:52.227] | : . Using MultisessionFutureBackend ... [12:33:52.227] | : . ' Number of futures since start: 5 (5 created, 5 launched, 5 finished) [12:33:52.228] | : . ' Launching futures ... [12:33:52.228] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:52.228] | : . ' , ; Workers: [n=2] [12:33:52.229] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:52.231] | : . ' , ; FutureRegistry: 'workers-5ff3239da8411c0c00af93c241128275' [12:33:52.231] | : . ' , ; requestWorker() ... [12:33:52.232] | : . ' , ; ` requestNode() ... [12:33:52.232] | : . ' , ; ` | Number of workers: 2 [12:33:52.232] | : . ' , ; ` | Polling for a free worker ... [12:33:52.232] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.232] | : . ' , ; ` | : . Listing all futures [12:33:52.233] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:52.233] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.233] | : . ' , ; ` | : Total time: 0 [12:33:52.233] | : . ' , ; ` | Polling for a free worker ... done [12:33:52.233] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.234] | : . ' , ; ` | : Listing all futures [12:33:52.234] | : . ' , ; ` | : Number of registered futures: 0 [12:33:52.234] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.234] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:52.234] | : . ' , ; ` | Index of first available worker: 1 [12:33:52.234] | : . ' , ; ` | Validate that the worker is functional ... [12:33:52.235] | : . ' , ; ` | : Worker is functional [12:33:52.235] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.236] | : . ' , ; ` | : . Listing all futures [12:33:52.236] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:52.236] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.237] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:52.237] | : . ' , ; ` requestNode() ... done [12:33:52.237] | : . ' , ; ` cluster node index: 1 [12:33:52.237] | : . ' , ; requestWorker() ... done [12:33:52.238] | : . ' , ; eraseGlobalEnvironment() ... [12:33:52.239] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:52.239] | : . ' , ; launchFuture() ... [12:33:52.239] | : . ' , ; ` cluster node index: 1 [12:33:52.240] | : . ' , ; ` getFutureData() ... [12:33:52.240] | : . ' , ; ` | getFutureCore() ... [12:33:52.240] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'stats' [12:33:52.241] | : . ' , ; ` | getFutureCore() ... done [12:33:52.241] | : . ' , ; ` | getFutureCapture() ... [12:33:52.241] | : . ' , ; ` | getFutureCapture() ... done [12:33:52.242] | : . ' , ; ` | getFutureContext() ... [12:33:52.242] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:52.242] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:52.243] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:52.243] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:52.243] | : . ' , ; ` | getFutureContext() ... done [12:33:52.244] | : . ' , ; ` getFutureData() ... done [12:33:52.244] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... [12:33:52.245] | : . ' , ; ` | Appended future to position #1 [12:33:52.245] | : . ' , ; ` | Number of registered futures: 1 [12:33:52.245] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... done [12:33:52.246] | : . ' , ; launchFuture() ... done [12:33:52.246] | : . ' , ; MultisessionFuture started [12:33:52.246] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:52.247] | : . ' Launching futures ... done [12:33:52.247] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:52.247] | : . Using MultisessionFutureBackend ... done [12:33:52.247] | : run() for 'Future' () ... done [12:33:52.248] | future(..., label = NULL) ... done [12:33:52.248] | value() for MultisessionFuture () ... [12:33:52.248] | : result() for ClusterFuture ... [12:33:52.249] | : . assertValidConnection() ... [12:33:52.249] | : . ' cluster node index: 1 [12:33:52.250] | : . assertValidConnection() ... done [12:33:52.250] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:52.251] | : . ' cluster node index: 1 [12:33:52.252] | : . ' [1] TRUE [12:33:52.253] | : . ' Received data: [12:33:52.253] | : . ' List of 5 [12:33:52.253] | : . ' $ type : chr "VALUE" [12:33:52.253] | : . ' $ value :List of 16 [12:33:52.253] | : . ' ..$ value : 'xtabs' int [1:2(1d)] 2 3 [12:33:52.253] | : . ' .. ..- attr(*, "dimnames")=List of 1 [12:33:52.253] | : . ' .. .. ..$ x: chr [1:2] "1" "2" [12:33:52.253] | : . ' .. ..- attr(*, "call")= language xtabs(formula = ~x) [12:33:52.253] | : . ' ..$ visible : logi TRUE [12:33:52.253] | : . ' ..$ stdout : chr "" [12:33:52.253] | : . ' ..$ conditions : list() [12:33:52.253] | : . ' ..$ rng : logi FALSE [12:33:52.253] | : . ' ..$ seed : NULL [12:33:52.253] | : . ' ..$ misuseGlobalEnv : NULL [12:33:52.253] | : . ' ..$ misuseConnections :List of 3 [12:33:52.253] | : . ' .. ..$ added : NULL [12:33:52.253] | : . ' .. ..$ removed : NULL [12:33:52.253] | : . ' .. ..$ replaced: NULL [12:33:52.253] | : . ' ..$ misuseDevices : NULL [12:33:52.253] | : . ' ..$ misuseDefaultDevice: list() [12:33:52.253] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:52" [12:33:52.253] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:52" [12:33:52.253] | : . ' ..$ uuid : chr [1:2] "e80e6636407f6ecb0bc4780a286a95fb" "20" [12:33:52.253] | : . ' ..$ session_uuid : chr "06f879590ff92e8fa8849e674838e4f2" [12:33:52.253] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:52.253] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:52.253] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:52.253] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:52.253] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:52.253] | : . ' .. .. ..$ pid : int 76216 [12:33:52.253] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:52.253] | : . ' .. .. ..$ random: int 2147483647 [12:33:52.253] | : . ' ..$ r_info :List of 4 [12:33:52.253] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:52.253] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:52.253] | : . ' .. ..$ os : chr "windows" [12:33:52.253] | : . ' .. ..$ os_name : chr "Windows" [12:33:52.253] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:52.253] | : . ' ..$ version : chr "1.8" [12:33:52.253] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:52.253] | : . ' $ success: logi TRUE [12:33:52.253] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [12:33:52.253] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:52.253] | : . ' $ tag : NULL [12:33:52.277] | : . ' Received FutureResult [12:33:52.277] | : . ' FutureResult: [12:33:52.277] | : . ' value: 'xtabs', 'table' [12:33:52.277] | : . ' visible: TRUE [12:33:52.277] | : . ' stdout: character [12:33:52.277] | : . ' conditions: [n = 0] [12:33:52.277] | : . ' RNG used: FALSE [12:33:52.277] | : . ' duration: 0.00592494 secs (started 2026-01-16 12:33:52.245089) [12:33:52.277] | : . ' version: 1.8 [12:33:52.278] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... [12:33:52.278] | : . ' , Removed future from position #1 [12:33:52.279] | : . ' , Number of registered futures: 0 [12:33:52.279] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... done [12:33:52.279] | : . ' Erased future from future backend [12:33:52.280] | : . ' result() for ClusterFuture ... [12:33:52.280] | : . ' , result already collected: FutureResult [12:33:52.280] | : . ' result() for ClusterFuture ... done [12:33:52.280] | : . ' signalConditions() ... [12:33:52.281] | : . ' , include = 'immediateCondition' [12:33:52.281] | : . ' , exclude = [12:33:52.281] | : . ' , resignal = FALSE [12:33:52.281] | : . ' , Number of conditions: 0 [12:33:52.282] | : . ' , int 0 [12:33:52.282] | : . ' signalConditions() ... done [12:33:52.283] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:52.283] | : result() for ClusterFuture ... done [12:33:52.283] | : result() for ClusterFuture ... [12:33:52.283] | : . result already collected: FutureResult [12:33:52.284] | : result() for ClusterFuture ... done [12:33:52.284] | : signalConditions() ... [12:33:52.284] | : . include = 'immediateCondition' [12:33:52.284] | : . exclude = [12:33:52.284] | : . resignal = FALSE [12:33:52.285] | : . Number of conditions: 0 [12:33:52.285] | : . int 0 [12:33:52.286] | : signalConditions() ... done [12:33:52.286] | : relay stdout ... [12:33:52.286] | : relay stdout ... done [12:33:52.286] | : check for misuse ... [12:33:52.287] | : check for misuse ... done [12:33:52.287] | value() for MultisessionFuture () ... done x 1 2 2 3 [12:33:52.288] | future(..., label = NULL) ... [12:33:52.288] | : lazy: FALSE [12:33:52.289] | : stdout: TRUE [12:33:52.289] | : conditions: [n=1] 'condition' [12:33:52.289] | : getGlobalsAndPackages() ... [12:33:52.289] | : . Searching for globals ... [12:33:52.303] | : . ' globals found: [4] '{', 'xtabs', 'x', '~' [12:33:52.304] | : . Searching for globals ... done [12:33:52.304] | : . Resolving globals: FALSE [12:33:52.304] | : . Search for packages associated with the globals ... [12:33:52.305] | : . ' Packages associated with globals: [2] 'base', 'stats' [12:33:52.305] | : . ' Packages: [2] 'base', 'stats' [12:33:52.306] | : . Search for packages associated with the globals ... done [12:33:52.306] | : . Packages after dropping 'base': [1] 'stats' [12:33:52.306] | : . Packages after dropping non-attached packages: [1] 'stats' [12:33:52.307] | : . globals: [1] 'x' [12:33:52.307] | : . packages: [1] 'stats' [12:33:52.307] | : getGlobalsAndPackages() ... done [12:33:52.308] | : run() for 'Future' () ... [12:33:52.308] | : . state: 'created' [12:33:52.308] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:52.308] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:52.309] | : . Using MultisessionFutureBackend ... [12:33:52.309] | : . ' Number of futures since start: 6 (6 created, 6 launched, 6 finished) [12:33:52.309] | : . ' Launching futures ... [12:33:52.309] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:52.310] | : . ' , ; Workers: [n=2] [12:33:52.310] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:52.313] | : . ' , ; FutureRegistry: 'workers-5ff3239da8411c0c00af93c241128275' [12:33:52.313] | : . ' , ; requestWorker() ... [12:33:52.313] | : . ' , ; ` requestNode() ... [12:33:52.313] | : . ' , ; ` | Number of workers: 2 [12:33:52.314] | : . ' , ; ` | Polling for a free worker ... [12:33:52.314] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.314] | : . ' , ; ` | : . Listing all futures [12:33:52.314] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:52.315] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.315] | : . ' , ; ` | : Total time: 0 [12:33:52.315] | : . ' , ; ` | Polling for a free worker ... done [12:33:52.315] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.316] | : . ' , ; ` | : Listing all futures [12:33:52.316] | : . ' , ; ` | : Number of registered futures: 0 [12:33:52.316] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.316] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:52.317] | : . ' , ; ` | Index of first available worker: 1 [12:33:52.317] | : . ' , ; ` | Validate that the worker is functional ... [12:33:52.318] | : . ' , ; ` | : Worker is functional [12:33:52.318] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.319] | : . ' , ; ` | : . Listing all futures [12:33:52.319] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:52.319] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.319] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:52.319] | : . ' , ; ` requestNode() ... done [12:33:52.319] | : . ' , ; ` cluster node index: 1 [12:33:52.320] | : . ' , ; requestWorker() ... done [12:33:52.320] | : . ' , ; eraseGlobalEnvironment() ... [12:33:52.321] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:52.321] | : . ' , ; launchFuture() ... [12:33:52.322] | : . ' , ; ` cluster node index: 1 [12:33:52.322] | : . ' , ; ` getFutureData() ... [12:33:52.322] | : . ' , ; ` | getFutureCore() ... [12:33:52.323] | : . ' , ; ` | : Packages needed by the future expression (n = 1): 'stats' [12:33:52.323] | : . ' , ; ` | getFutureCore() ... done [12:33:52.324] | : . ' , ; ` | getFutureCapture() ... [12:33:52.324] | : . ' , ; ` | getFutureCapture() ... done [12:33:52.324] | : . ' , ; ` | getFutureContext() ... [12:33:52.325] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:52.325] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:52.325] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:52.326] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:52.326] | : . ' , ; ` | getFutureContext() ... done [12:33:52.326] | : . ' , ; ` getFutureData() ... done [12:33:52.327] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... [12:33:52.327] | : . ' , ; ` | Appended future to position #1 [12:33:52.328] | : . ' , ; ` | Number of registered futures: 1 [12:33:52.328] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... done [12:33:52.328] | : . ' , ; launchFuture() ... done [12:33:52.328] | : . ' , ; MultisessionFuture started [12:33:52.329] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:52.329] | : . ' Launching futures ... done [12:33:52.329] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:52.330] | : . Using MultisessionFutureBackend ... done [12:33:52.330] | : run() for 'Future' () ... done [12:33:52.330] | future(..., label = NULL) ... done [12:33:52.331] | value() for MultisessionFuture () ... [12:33:52.331] | : result() for ClusterFuture ... [12:33:52.331] | : . assertValidConnection() ... [12:33:52.332] | : . ' cluster node index: 1 [12:33:52.332] | : . assertValidConnection() ... done [12:33:52.333] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:52.333] | : . ' cluster node index: 1 [12:33:52.335] | : . ' [1] TRUE [12:33:52.336] | : . ' Received data: [12:33:52.337] | : . ' List of 5 [12:33:52.337] | : . ' $ type : chr "VALUE" [12:33:52.337] | : . ' $ value :List of 16 [12:33:52.337] | : . ' ..$ value : 'xtabs' int [1:2(1d)] 2 3 [12:33:52.337] | : . ' .. ..- attr(*, "dimnames")=List of 1 [12:33:52.337] | : . ' .. .. ..$ x: chr [1:2] "1" "2" [12:33:52.337] | : . ' .. ..- attr(*, "call")= language xtabs(formula = ~x) [12:33:52.337] | : . ' ..$ visible : logi TRUE [12:33:52.337] | : . ' ..$ stdout : chr "" [12:33:52.337] | : . ' ..$ conditions : list() [12:33:52.337] | : . ' ..$ rng : logi FALSE [12:33:52.337] | : . ' ..$ seed : NULL [12:33:52.337] | : . ' ..$ misuseGlobalEnv : NULL [12:33:52.337] | : . ' ..$ misuseConnections :List of 3 [12:33:52.337] | : . ' .. ..$ added : NULL [12:33:52.337] | : . ' .. ..$ removed : NULL [12:33:52.337] | : . ' .. ..$ replaced: NULL [12:33:52.337] | : . ' ..$ misuseDevices : NULL [12:33:52.337] | : . ' ..$ misuseDefaultDevice: list() [12:33:52.337] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:52" [12:33:52.337] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:52" [12:33:52.337] | : . ' ..$ uuid : chr [1:2] "e80e6636407f6ecb0bc4780a286a95fb" "21" [12:33:52.337] | : . ' ..$ session_uuid : chr "06f879590ff92e8fa8849e674838e4f2" [12:33:52.337] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:52.337] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:52.337] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:52.337] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:52.337] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:52.337] | : . ' .. .. ..$ pid : int 76216 [12:33:52.337] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:52.337] | : . ' .. .. ..$ random: int 2147483647 [12:33:52.337] | : . ' ..$ r_info :List of 4 [12:33:52.337] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:52.337] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:52.337] | : . ' .. ..$ os : chr "windows" [12:33:52.337] | : . ' .. ..$ os_name : chr "Windows" [12:33:52.337] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:52.337] | : . ' ..$ version : chr "1.8" [12:33:52.337] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:52.337] | : . ' $ success: logi TRUE [12:33:52.337] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:33:52.337] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:52.337] | : . ' $ tag : NULL [12:33:52.357] | : . ' Received FutureResult [12:33:52.357] | : . ' FutureResult: [12:33:52.357] | : . ' value: 'xtabs', 'table' [12:33:52.357] | : . ' visible: TRUE [12:33:52.357] | : . ' stdout: character [12:33:52.357] | : . ' conditions: [n = 0] [12:33:52.357] | : . ' RNG used: FALSE [12:33:52.357] | : . ' duration: 0.005938053 secs (started 2026-01-16 12:33:52.327744) [12:33:52.357] | : . ' version: 1.8 [12:33:52.358] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... [12:33:52.359] | : . ' , Removed future from position #1 [12:33:52.359] | : . ' , Number of registered futures: 0 [12:33:52.360] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... done [12:33:52.360] | : . ' Erased future from future backend [12:33:52.360] | : . ' result() for ClusterFuture ... [12:33:52.361] | : . ' , result already collected: FutureResult [12:33:52.361] | : . ' result() for ClusterFuture ... done [12:33:52.361] | : . ' signalConditions() ... [12:33:52.361] | : . ' , include = 'immediateCondition' [12:33:52.362] | : . ' , exclude = [12:33:52.362] | : . ' , resignal = FALSE [12:33:52.362] | : . ' , Number of conditions: 0 [12:33:52.362] | : . ' , int 0 [12:33:52.363] | : . ' signalConditions() ... done [12:33:52.363] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:52.364] | : result() for ClusterFuture ... done [12:33:52.364] | : result() for ClusterFuture ... [12:33:52.364] | : . result already collected: FutureResult [12:33:52.365] | : result() for ClusterFuture ... done [12:33:52.368] | : signalConditions() ... [12:33:52.368] | : . include = 'immediateCondition' [12:33:52.369] | : . exclude = [12:33:52.369] | : . resignal = FALSE [12:33:52.369] | : . Number of conditions: 0 [12:33:52.369] | : . int 0 [12:33:52.370] | : signalConditions() ... done [12:33:52.370] | : relay stdout ... [12:33:52.370] | : relay stdout ... done [12:33:52.371] | : check for misuse ... [12:33:52.371] | : check for misuse ... done [12:33:52.371] | value() for MultisessionFuture () ... 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 [12:33:52.375] | future(..., label = NULL) ... [12:33:52.375] | : lazy: FALSE [12:33:52.375] | : stdout: TRUE [12:33:52.375] | : conditions: [n=1] 'condition' [12:33:52.375] | : getGlobalsAndPackages() ... [12:33:52.376] | : . Searching for globals ... [12:33:52.399] | : . ' globals found: [7] '{', 'lm', 'dist', '-', '.', '~', 'cars' [12:33:52.399] | : . Searching for globals ... done [12:33:52.400] | : . Resolving globals: FALSE [12:33:52.400] | : . Search for packages associated with the globals ... [12:33:52.400] | : . ' Packages associated with globals: [3] 'base', 'stats', 'datasets' [12:33:52.401] | : . ' Packages: [3] 'base', 'stats', 'datasets' [12:33:52.401] | : . Search for packages associated with the globals ... done [12:33:52.401] | : . Packages after dropping 'base': [2] 'stats', 'datasets' [12:33:52.402] | : . Packages after dropping non-attached packages: [2] 'stats', 'datasets' [12:33:52.402] | : . globals: [0] [12:33:52.402] | : . packages: [2] 'stats', 'datasets' [12:33:52.402] | : getGlobalsAndPackages() ... done [12:33:52.403] | : run() for 'Future' () ... [12:33:52.403] | : . state: 'created' [12:33:52.403] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:52.403] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:52.404] | : . Using MultisessionFutureBackend ... [12:33:52.404] | : . ' Number of futures since start: 7 (7 created, 7 launched, 7 finished) [12:33:52.404] | : . ' Launching futures ... [12:33:52.405] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:52.405] | : . ' , ; Workers: [n=2] [12:33:52.405] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:52.409] | : . ' , ; FutureRegistry: 'workers-5ff3239da8411c0c00af93c241128275' [12:33:52.409] | : . ' , ; requestWorker() ... [12:33:52.409] | : . ' , ; ` requestNode() ... [12:33:52.409] | : . ' , ; ` | Number of workers: 2 [12:33:52.410] | : . ' , ; ` | Polling for a free worker ... [12:33:52.410] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.410] | : . ' , ; ` | : . Listing all futures [12:33:52.410] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:52.410] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.411] | : . ' , ; ` | : Total time: 0 [12:33:52.411] | : . ' , ; ` | Polling for a free worker ... done [12:33:52.411] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.411] | : . ' , ; ` | : Listing all futures [12:33:52.411] | : . ' , ; ` | : Number of registered futures: 0 [12:33:52.411] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.412] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:52.412] | : . ' , ; ` | Index of first available worker: 1 [12:33:52.412] | : . ' , ; ` | Validate that the worker is functional ... [12:33:52.413] | : . ' , ; ` | : Worker is functional [12:33:52.414] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.414] | : . ' , ; ` | : . Listing all futures [12:33:52.415] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:52.415] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.415] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:52.416] | : . ' , ; ` requestNode() ... done [12:33:52.416] | : . ' , ; ` cluster node index: 1 [12:33:52.417] | : . ' , ; requestWorker() ... done [12:33:52.417] | : . ' , ; eraseGlobalEnvironment() ... [12:33:52.418] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:52.418] | : . ' , ; launchFuture() ... [12:33:52.419] | : . ' , ; ` cluster node index: 1 [12:33:52.419] | : . ' , ; ` getFutureData() ... [12:33:52.419] | : . ' , ; ` | getFutureCore() ... [12:33:52.419] | : . ' , ; ` | : Packages needed by the future expression (n = 2): 'stats', 'datasets' [12:33:52.420] | : . ' , ; ` | getFutureCore() ... done [12:33:52.420] | : . ' , ; ` | getFutureCapture() ... [12:33:52.420] | : . ' , ; ` | getFutureCapture() ... done [12:33:52.421] | : . ' , ; ` | getFutureContext() ... [12:33:52.421] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:52.421] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:52.422] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:52.422] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:52.422] | : . ' , ; ` | getFutureContext() ... done [12:33:52.423] | : . ' , ; ` getFutureData() ... done [12:33:52.423] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... [12:33:52.424] | : . ' , ; ` | Appended future to position #1 [12:33:52.424] | : . ' , ; ` | Number of registered futures: 1 [12:33:52.424] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... done [12:33:52.425] | : . ' , ; launchFuture() ... done [12:33:52.425] | : . ' , ; MultisessionFuture started [12:33:52.425] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:52.426] | : . ' Launching futures ... done [12:33:52.426] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:52.426] | : . Using MultisessionFutureBackend ... done [12:33:52.427] | : run() for 'Future' () ... done [12:33:52.427] | future(..., label = NULL) ... done [12:33:52.427] | value() for MultisessionFuture () ... [12:33:52.427] | : result() for ClusterFuture ... [12:33:52.428] | : . assertValidConnection() ... [12:33:52.428] | : . ' cluster node index: 1 [12:33:52.429] | : . assertValidConnection() ... done [12:33:52.429] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:52.430] | : . ' cluster node index: 1 [12:33:52.433] | : . ' [1] TRUE [12:33:52.433] | : . ' Received data: [12:33:52.434] | : . ' List of 5 [12:33:52.434] | : . ' $ type : chr "VALUE" [12:33:52.434] | : . ' $ value :List of 16 [12:33:52.434] | : . ' ..$ value :List of 12 [12:33:52.434] | : . ' .. ..$ coefficients : Named num 2.91 [12:33:52.434] | : . ' .. .. ..- attr(*, "names")= chr "speed" [12:33:52.434] | : . ' .. ..$ residuals : Named num [1:50] -9.64 -1.64 -16.36 1.64 -7.27 ... [12:33:52.434] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [12:33:52.434] | : . ' .. ..$ effects : Named num [1:50] -334.59 -1.31 -15.8 2.2 -6.63 ... [12:33:52.434] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "speed" "" "" "" ... [12:33:52.434] | : . ' .. ..$ rank : int 1 [12:33:52.434] | : . ' .. ..$ fitted.values: Named num [1:50] 11.6 11.6 20.4 20.4 23.3 ... [12:33:52.434] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [12:33:52.434] | : . ' .. ..$ assign : int 1 [12:33:52.434] | : . ' .. ..$ qr :List of 5 [12:33:52.434] | : . ' .. .. ..$ qr : num [1:50, 1] -115.013 0.0348 0.0609 0.0609 0.0696 ... [12:33:52.434] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:52.434] | : . ' .. .. .. .. ..$ : chr [1:50] "1" "2" "3" "4" ... [12:33:52.434] | : . ' .. .. .. .. ..$ : chr "speed" [12:33:52.434] | : . ' .. .. .. ..- attr(*, "assign")= int 1 [12:33:52.434] | : . ' .. .. ..$ qraux: num 1.03 [12:33:52.434] | : . ' .. .. ..$ pivot: int 1 [12:33:52.434] | : . ' .. .. ..$ tol : num 1e-07 [12:33:52.434] | : . ' .. .. ..$ rank : int 1 [12:33:52.434] | : . ' .. .. ..- attr(*, "class")= chr "qr" [12:33:52.434] | : . ' .. ..$ df.residual : int 49 [12:33:52.434] | : . ' .. ..$ xlevels : Named list() [12:33:52.434] | : . ' .. ..$ call : language lm(formula = dist ~ . - 1, data = cars) [12:33:52.434] | : . ' .. ..$ terms :Classes 'terms', 'formula' language dist ~ speed - 1 [12:33:52.434] | : . ' .. .. .. ..- attr(*, "variables")= language list(dist, speed) [12:33:52.434] | : . ' .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [12:33:52.434] | : . ' .. .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:52.434] | : . ' .. .. .. .. .. ..$ : chr [1:2] "dist" "speed" [12:33:52.434] | : . ' .. .. .. .. .. ..$ : chr "speed" [12:33:52.434] | : . ' .. .. .. ..- attr(*, "term.labels")= chr "speed" [12:33:52.434] | : . ' .. .. .. ..- attr(*, "order")= int 1 [12:33:52.434] | : . ' .. .. .. ..- attr(*, "intercept")= int 0 [12:33:52.434] | : . ' .. .. .. ..- attr(*, "response")= int 1 [12:33:52.434] | : . ' .. .. .. ..- attr(*, ".Environment")= [12:33:52.434] | : . ' .. .. .. ..- attr(*, "predvars")= language list(dist, speed) [12:33:52.434] | : . ' .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "numeric" [12:33:52.434] | : . ' .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "speed" [12:33:52.434] | : . ' .. ..$ model :'data.frame': 50 obs. of 2 variables: [12:33:52.434] | : . ' .. .. ..$ dist : num [1:50] 2 10 4 22 16 10 18 26 34 17 ... [12:33:52.434] | : . ' .. .. ..$ speed: num [1:50] 4 4 7 7 8 9 10 10 10 11 ... [12:33:52.434] | : . ' .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language dist ~ speed - 1 [12:33:52.434] | : . ' .. .. .. .. ..- attr(*, "variables")= language list(dist, speed) [12:33:52.434] | : . ' .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [12:33:52.434] | : . ' .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:52.434] | : . ' .. .. .. .. .. .. ..$ : chr [1:2] "dist" "speed" [12:33:52.434] | : . ' .. .. .. .. .. .. ..$ : chr "speed" [12:33:52.434] | : . ' .. .. .. .. ..- attr(*, "term.labels")= chr "speed" [12:33:52.434] | : . ' .. .. .. .. ..- attr(*, "order")= int 1 [12:33:52.434] | : . ' .. .. .. .. ..- attr(*, "intercept")= int 0 [12:33:52.434] | : . ' .. .. .. .. ..- attr(*, "response")= int 1 [12:33:52.434] | : . ' .. .. .. .. ..- attr(*, ".Environment")= [12:33:52.434] | : . ' .. .. .. .. ..- attr(*, "predvars")= language list(dist, speed) [12:33:52.434] | : . ' .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "numeric" [12:33:52.434] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "speed" [12:33:52.434] | : . ' .. ..- attr(*, "class")= chr "lm" [12:33:52.434] | : . ' ..$ visible : logi TRUE [12:33:52.434] | : . ' ..$ stdout : chr "" [12:33:52.434] | : . ' ..$ conditions : list() [12:33:52.434] | : . ' ..$ rng : logi FALSE [12:33:52.434] | : . ' ..$ seed : NULL [12:33:52.434] | : . ' ..$ misuseGlobalEnv : NULL [12:33:52.434] | : . ' ..$ misuseConnections :List of 3 [12:33:52.434] | : . ' .. ..$ added : NULL [12:33:52.434] | : . ' .. ..$ removed : NULL [12:33:52.434] | : . ' .. ..$ replaced: NULL [12:33:52.434] | : . ' ..$ misuseDevices : NULL [12:33:52.434] | : . ' ..$ misuseDefaultDevice: list() [12:33:52.434] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:52" [12:33:52.434] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:52" [12:33:52.434] | : . ' ..$ uuid : chr [1:2] "e80e6636407f6ecb0bc4780a286a95fb" "22" [12:33:52.434] | : . ' ..$ session_uuid : chr "06f879590ff92e8fa8849e674838e4f2" [12:33:52.434] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:52.434] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:52.434] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:52.434] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:52.434] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:52.434] | : . ' .. .. ..$ pid : int 76216 [12:33:52.434] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:52.434] | : . ' .. .. ..$ random: int 2147483647 [12:33:52.434] | : . ' ..$ r_info :List of 4 [12:33:52.434] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:52.434] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:52.434] | : . ' .. ..$ os : chr "windows" [12:33:52.434] | : . ' .. ..$ os_name : chr "Windows" [12:33:52.434] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:52.434] | : . ' ..$ version : chr "1.8" [12:33:52.434] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:52.434] | : . ' $ success: logi TRUE [12:33:52.434] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:33:52.434] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:52.434] | : . ' $ tag : NULL [12:33:52.488] | : . ' Received FutureResult [12:33:52.489] | : . ' FutureResult: [12:33:52.489] | : . ' value: 'lm' [12:33:52.489] | : . ' visible: TRUE [12:33:52.489] | : . ' stdout: character [12:33:52.489] | : . ' conditions: [n = 0] [12:33:52.489] | : . ' RNG used: FALSE [12:33:52.489] | : . ' duration: 0.007035971 secs (started 2026-01-16 12:33:52.424202) [12:33:52.489] | : . ' version: 1.8 [12:33:52.490] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... [12:33:52.490] | : . ' , Removed future from position #1 [12:33:52.490] | : . ' , Number of registered futures: 0 [12:33:52.491] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... done [12:33:52.491] | : . ' Erased future from future backend [12:33:52.491] | : . ' result() for ClusterFuture ... [12:33:52.491] | : . ' , result already collected: FutureResult [12:33:52.492] | : . ' result() for ClusterFuture ... done [12:33:52.492] | : . ' signalConditions() ... [12:33:52.492] | : . ' , include = 'immediateCondition' [12:33:52.492] | : . ' , exclude = [12:33:52.493] | : . ' , resignal = FALSE [12:33:52.493] | : . ' , Number of conditions: 0 [12:33:52.493] | : . ' , int 0 [12:33:52.494] | : . ' signalConditions() ... done [12:33:52.494] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:52.495] | : result() for ClusterFuture ... done [12:33:52.495] | : result() for ClusterFuture ... [12:33:52.495] | : . result already collected: FutureResult [12:33:52.496] | : result() for ClusterFuture ... done [12:33:52.496] | : signalConditions() ... [12:33:52.496] | : . include = 'immediateCondition' [12:33:52.496] | : . exclude = [12:33:52.497] | : . resignal = FALSE [12:33:52.497] | : . Number of conditions: 0 [12:33:52.497] | : . int 0 [12:33:52.499] | : signalConditions() ... done [12:33:52.499] | : relay stdout ... [12:33:52.499] | : relay stdout ... done [12:33:52.500] | : check for misuse ... [12:33:52.500] | : check for misuse ... done [12:33:52.500] | value() for MultisessionFuture () ... 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 [12:33:52.506] | future(..., label = NULL) ... [12:33:52.506] | : lazy: FALSE [12:33:52.506] | : stdout: TRUE [12:33:52.507] | : conditions: [n=1] 'condition' [12:33:52.507] | : getGlobalsAndPackages() ... [12:33:52.507] | : . Searching for globals ... [12:33:52.543] | : . ' globals found: [7] '{', 'lm', 'dist', '+', '.', '~', 'cars' [12:33:52.544] | : . Searching for globals ... done [12:33:52.544] | : . Resolving globals: FALSE [12:33:52.545] | : . Search for packages associated with the globals ... [12:33:52.545] | : . ' Packages associated with globals: [3] 'base', 'stats', 'datasets' [12:33:52.546] | : . ' Packages: [3] 'base', 'stats', 'datasets' [12:33:52.546] | : . Search for packages associated with the globals ... done [12:33:52.547] | : . Packages after dropping 'base': [2] 'stats', 'datasets' [12:33:52.547] | : . Packages after dropping non-attached packages: [2] 'stats', 'datasets' [12:33:52.548] | : . globals: [0] [12:33:52.548] | : . packages: [2] 'stats', 'datasets' [12:33:52.548] | : getGlobalsAndPackages() ... done [12:33:52.549] | : run() for 'Future' () ... [12:33:52.550] | : . state: 'created' [12:33:52.550] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:52.550] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:52.551] | : . Using MultisessionFutureBackend ... [12:33:52.551] | : . ' Number of futures since start: 8 (8 created, 8 launched, 8 finished) [12:33:52.551] | : . ' Launching futures ... [12:33:52.552] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:52.552] | : . ' , ; Workers: [n=2] [12:33:52.552] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:52.556] | : . ' , ; FutureRegistry: 'workers-5ff3239da8411c0c00af93c241128275' [12:33:52.557] | : . ' , ; requestWorker() ... [12:33:52.557] | : . ' , ; ` requestNode() ... [12:33:52.557] | : . ' , ; ` | Number of workers: 2 [12:33:52.558] | : . ' , ; ` | Polling for a free worker ... [12:33:52.558] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.558] | : . ' , ; ` | : . Listing all futures [12:33:52.559] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:52.559] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.559] | : . ' , ; ` | : Total time: 0 [12:33:52.560] | : . ' , ; ` | Polling for a free worker ... done [12:33:52.560] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.560] | : . ' , ; ` | : Listing all futures [12:33:52.561] | : . ' , ; ` | : Number of registered futures: 0 [12:33:52.561] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.561] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:52.562] | : . ' , ; ` | Index of first available worker: 1 [12:33:52.562] | : . ' , ; ` | Validate that the worker is functional ... [12:33:52.563] | : . ' , ; ` | : Worker is functional [12:33:52.564] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.564] | : . ' , ; ` | : . Listing all futures [12:33:52.564] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:52.565] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.565] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:52.565] | : . ' , ; ` requestNode() ... done [12:33:52.566] | : . ' , ; ` cluster node index: 1 [12:33:52.566] | : . ' , ; requestWorker() ... done [12:33:52.566] | : . ' , ; eraseGlobalEnvironment() ... [12:33:52.567] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:52.568] | : . ' , ; launchFuture() ... [12:33:52.568] | : . ' , ; ` cluster node index: 1 [12:33:52.568] | : . ' , ; ` getFutureData() ... [12:33:52.569] | : . ' , ; ` | getFutureCore() ... [12:33:52.569] | : . ' , ; ` | : Packages needed by the future expression (n = 2): 'stats', 'datasets' [12:33:52.569] | : . ' , ; ` | getFutureCore() ... done [12:33:52.569] | : . ' , ; ` | getFutureCapture() ... [12:33:52.570] | : . ' , ; ` | getFutureCapture() ... done [12:33:52.570] | : . ' , ; ` | getFutureContext() ... [12:33:52.570] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:52.571] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:52.571] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:52.571] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:52.572] | : . ' , ; ` | getFutureContext() ... done [12:33:52.572] | : . ' , ; ` getFutureData() ... done [12:33:52.573] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... [12:33:52.573] | : . ' , ; ` | Appended future to position #1 [12:33:52.573] | : . ' , ; ` | Number of registered futures: 1 [12:33:52.574] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... done [12:33:52.574] | : . ' , ; launchFuture() ... done [12:33:52.574] | : . ' , ; MultisessionFuture started [12:33:52.575] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:52.575] | : . ' Launching futures ... done [12:33:52.575] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:52.575] | : . Using MultisessionFutureBackend ... done [12:33:52.575] | : run() for 'Future' () ... done [12:33:52.576] | future(..., label = NULL) ... done [12:33:52.576] | value() for MultisessionFuture () ... [12:33:52.576] | : result() for ClusterFuture ... [12:33:52.577] | : . assertValidConnection() ... [12:33:52.577] | : . ' cluster node index: 1 [12:33:52.578] | : . assertValidConnection() ... done [12:33:52.578] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:52.578] | : . ' cluster node index: 1 [12:33:52.581] | : . ' [1] TRUE [12:33:52.581] | : . ' Received data: [12:33:52.581] | : . ' List of 5 [12:33:52.581] | : . ' $ type : chr "VALUE" [12:33:52.581] | : . ' $ value :List of 16 [12:33:52.581] | : . ' ..$ value :List of 12 [12:33:52.581] | : . ' .. ..$ coefficients : Named num 2.91 [12:33:52.581] | : . ' .. .. ..- attr(*, "names")= chr "speed" [12:33:52.581] | : . ' .. ..$ residuals : Named num [1:50] -9.64 -1.64 -16.36 1.64 -7.27 ... [12:33:52.581] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [12:33:52.581] | : . ' .. ..$ effects : Named num [1:50] -334.59 -1.31 -15.8 2.2 -6.63 ... [12:33:52.581] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "speed" "" "" "" ... [12:33:52.581] | : . ' .. ..$ rank : int 1 [12:33:52.581] | : . ' .. ..$ fitted.values: Named num [1:50] 11.6 11.6 20.4 20.4 23.3 ... [12:33:52.581] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [12:33:52.581] | : . ' .. ..$ assign : int 1 [12:33:52.581] | : . ' .. ..$ qr :List of 5 [12:33:52.581] | : . ' .. .. ..$ qr : num [1:50, 1] -115.013 0.0348 0.0609 0.0609 0.0696 ... [12:33:52.581] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:52.581] | : . ' .. .. .. .. ..$ : chr [1:50] "1" "2" "3" "4" ... [12:33:52.581] | : . ' .. .. .. .. ..$ : chr "speed" [12:33:52.581] | : . ' .. .. .. ..- attr(*, "assign")= int 1 [12:33:52.581] | : . ' .. .. ..$ qraux: num 1.03 [12:33:52.581] | : . ' .. .. ..$ pivot: int 1 [12:33:52.581] | : . ' .. .. ..$ tol : num 1e-07 [12:33:52.581] | : . ' .. .. ..$ rank : int 1 [12:33:52.581] | : . ' .. .. ..- attr(*, "class")= chr "qr" [12:33:52.581] | : . ' .. ..$ df.residual : int 49 [12:33:52.581] | : . ' .. ..$ xlevels : Named list() [12:33:52.581] | : . ' .. ..$ call : language lm(formula = dist ~ . + 0, data = cars) [12:33:52.581] | : . ' .. ..$ terms :Classes 'terms', 'formula' language dist ~ speed + 0 [12:33:52.581] | : . ' .. .. .. ..- attr(*, "variables")= language list(dist, speed) [12:33:52.581] | : . ' .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [12:33:52.581] | : . ' .. .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:52.581] | : . ' .. .. .. .. .. ..$ : chr [1:2] "dist" "speed" [12:33:52.581] | : . ' .. .. .. .. .. ..$ : chr "speed" [12:33:52.581] | : . ' .. .. .. ..- attr(*, "term.labels")= chr "speed" [12:33:52.581] | : . ' .. .. .. ..- attr(*, "order")= int 1 [12:33:52.581] | : . ' .. .. .. ..- attr(*, "intercept")= int 0 [12:33:52.581] | : . ' .. .. .. ..- attr(*, "response")= int 1 [12:33:52.581] | : . ' .. .. .. ..- attr(*, ".Environment")= [12:33:52.581] | : . ' .. .. .. ..- attr(*, "predvars")= language list(dist, speed) [12:33:52.581] | : . ' .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "numeric" [12:33:52.581] | : . ' .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "speed" [12:33:52.581] | : . ' .. ..$ model :'data.frame': 50 obs. of 2 variables: [12:33:52.581] | : . ' .. .. ..$ dist : num [1:50] 2 10 4 22 16 10 18 26 34 17 ... [12:33:52.581] | : . ' .. .. ..$ speed: num [1:50] 4 4 7 7 8 9 10 10 10 11 ... [12:33:52.581] | : . ' .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language dist ~ speed + 0 [12:33:52.581] | : . ' .. .. .. .. ..- attr(*, "variables")= language list(dist, speed) [12:33:52.581] | : . ' .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [12:33:52.581] | : . ' .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:52.581] | : . ' .. .. .. .. .. .. ..$ : chr [1:2] "dist" "speed" [12:33:52.581] | : . ' .. .. .. .. .. .. ..$ : chr "speed" [12:33:52.581] | : . ' .. .. .. .. ..- attr(*, "term.labels")= chr "speed" [12:33:52.581] | : . ' .. .. .. .. ..- attr(*, "order")= int 1 [12:33:52.581] | : . ' .. .. .. .. ..- attr(*, "intercept")= int 0 [12:33:52.581] | : . ' .. .. .. .. ..- attr(*, "response")= int 1 [12:33:52.581] | : . ' .. .. .. .. ..- attr(*, ".Environment")= [12:33:52.581] | : . ' .. .. .. .. ..- attr(*, "predvars")= language list(dist, speed) [12:33:52.581] | : . ' .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "numeric" [12:33:52.581] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "speed" [12:33:52.581] | : . ' .. ..- attr(*, "class")= chr "lm" [12:33:52.581] | : . ' ..$ visible : logi TRUE [12:33:52.581] | : . ' ..$ stdout : chr "" [12:33:52.581] | : . ' ..$ conditions : list() [12:33:52.581] | : . ' ..$ rng : logi FALSE [12:33:52.581] | : . ' ..$ seed : NULL [12:33:52.581] | : . ' ..$ misuseGlobalEnv : NULL [12:33:52.581] | : . ' ..$ misuseConnections :List of 3 [12:33:52.581] | : . ' .. ..$ added : NULL [12:33:52.581] | : . ' .. ..$ removed : NULL [12:33:52.581] | : . ' .. ..$ replaced: NULL [12:33:52.581] | : . ' ..$ misuseDevices : NULL [12:33:52.581] | : . ' ..$ misuseDefaultDevice: list() [12:33:52.581] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:52" [12:33:52.581] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:52" [12:33:52.581] | : . ' ..$ uuid : chr [1:2] "e80e6636407f6ecb0bc4780a286a95fb" "23" [12:33:52.581] | : . ' ..$ session_uuid : chr "06f879590ff92e8fa8849e674838e4f2" [12:33:52.581] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:52.581] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:52.581] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:52.581] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:52.581] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:52.581] | : . ' .. .. ..$ pid : int 76216 [12:33:52.581] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:52.581] | : . ' .. .. ..$ random: int 2147483647 [12:33:52.581] | : . ' ..$ r_info :List of 4 [12:33:52.581] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:52.581] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:52.581] | : . ' .. ..$ os : chr "windows" [12:33:52.581] | : . ' .. ..$ os_name : chr "Windows" [12:33:52.581] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:52.581] | : . ' ..$ version : chr "1.8" [12:33:52.581] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:52.581] | : . ' $ success: logi TRUE [12:33:52.581] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [12:33:52.581] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:52.581] | : . ' $ tag : NULL [12:33:52.631] | : . ' Received FutureResult [12:33:52.631] | : . ' FutureResult: [12:33:52.631] | : . ' value: 'lm' [12:33:52.631] | : . ' visible: TRUE [12:33:52.631] | : . ' stdout: character [12:33:52.631] | : . ' conditions: [n = 0] [12:33:52.631] | : . ' RNG used: FALSE [12:33:52.631] | : . ' duration: 0.005980968 secs (started 2026-01-16 12:33:52.57342) [12:33:52.631] | : . ' version: 1.8 [12:33:52.632] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... [12:33:52.632] | : . ' , Removed future from position #1 [12:33:52.632] | : . ' , Number of registered futures: 0 [12:33:52.633] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... done [12:33:52.633] | : . ' Erased future from future backend [12:33:52.633] | : . ' result() for ClusterFuture ... [12:33:52.633] | : . ' , result already collected: FutureResult [12:33:52.634] | : . ' result() for ClusterFuture ... done [12:33:52.634] | : . ' signalConditions() ... [12:33:52.634] | : . ' , include = 'immediateCondition' [12:33:52.634] | : . ' , exclude = [12:33:52.635] | : . ' , resignal = FALSE [12:33:52.635] | : . ' , Number of conditions: 0 [12:33:52.635] | : . ' , int 0 [12:33:52.636] | : . ' signalConditions() ... done [12:33:52.636] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:52.636] | : result() for ClusterFuture ... done [12:33:52.636] | : result() for ClusterFuture ... [12:33:52.637] | : . result already collected: FutureResult [12:33:52.637] | : result() for ClusterFuture ... done [12:33:52.637] | : signalConditions() ... [12:33:52.637] | : . include = 'immediateCondition' [12:33:52.637] | : . exclude = [12:33:52.638] | : . resignal = FALSE [12:33:52.638] | : . Number of conditions: 0 [12:33:52.638] | : . int 0 [12:33:52.639] | : signalConditions() ... done [12:33:52.639] | : relay stdout ... [12:33:52.639] | : relay stdout ... done [12:33:52.639] | : check for misuse ... [12:33:52.640] | : check for misuse ... done [12:33:52.640] | value() for MultisessionFuture () ... 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 [12:33:52.644] | future(..., label = NULL) ... [12:33:52.644] | : lazy: FALSE [12:33:52.644] | : stdout: TRUE [12:33:52.645] | : conditions: [n=1] 'condition' [12:33:52.645] | : getGlobalsAndPackages() ... [12:33:52.645] | : . Searching for globals ... [12:33:52.677] | : . ' globals found: [8] '{', 'lm', 'dist', '+', 'speed', '^', '~', 'cars' [12:33:52.677] | : . Searching for globals ... done [12:33:52.678] | : . Resolving globals: FALSE [12:33:52.678] | : . Search for packages associated with the globals ... [12:33:52.679] | : . ' Packages associated with globals: [3] 'base', 'stats', 'datasets' [12:33:52.679] | : . ' Packages: [3] 'base', 'stats', 'datasets' [12:33:52.680] | : . Search for packages associated with the globals ... done [12:33:52.680] | : . Packages after dropping 'base': [2] 'stats', 'datasets' [12:33:52.680] | : . Packages after dropping non-attached packages: [2] 'stats', 'datasets' [12:33:52.680] | : . globals: [0] [12:33:52.681] | : . packages: [2] 'stats', 'datasets' [12:33:52.681] | : getGlobalsAndPackages() ... done [12:33:52.682] | : run() for 'Future' () ... [12:33:52.682] | : . state: 'created' [12:33:52.682] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:52.682] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:52.682] | : . Using MultisessionFutureBackend ... [12:33:52.683] | : . ' Number of futures since start: 9 (9 created, 9 launched, 9 finished) [12:33:52.683] | : . ' Launching futures ... [12:33:52.683] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:52.683] | : . ' , ; Workers: [n=2] [12:33:52.683] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:52.685] | : . ' , ; FutureRegistry: 'workers-5ff3239da8411c0c00af93c241128275' [12:33:52.686] | : . ' , ; requestWorker() ... [12:33:52.686] | : . ' , ; ` requestNode() ... [12:33:52.686] | : . ' , ; ` | Number of workers: 2 [12:33:52.686] | : . ' , ; ` | Polling for a free worker ... [12:33:52.686] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.687] | : . ' , ; ` | : . Listing all futures [12:33:52.687] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:52.687] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.687] | : . ' , ; ` | : Total time: 0 [12:33:52.687] | : . ' , ; ` | Polling for a free worker ... done [12:33:52.687] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.688] | : . ' , ; ` | : Listing all futures [12:33:52.688] | : . ' , ; ` | : Number of registered futures: 0 [12:33:52.688] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.688] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:52.688] | : . ' , ; ` | Index of first available worker: 1 [12:33:52.688] | : . ' , ; ` | Validate that the worker is functional ... [12:33:52.689] | : . ' , ; ` | : Worker is functional [12:33:52.689] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.690] | : . ' , ; ` | : . Listing all futures [12:33:52.690] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:52.690] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.691] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:52.691] | : . ' , ; ` requestNode() ... done [12:33:52.691] | : . ' , ; ` cluster node index: 1 [12:33:52.691] | : . ' , ; requestWorker() ... done [12:33:52.691] | : . ' , ; eraseGlobalEnvironment() ... [12:33:52.692] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:52.692] | : . ' , ; launchFuture() ... [12:33:52.692] | : . ' , ; ` cluster node index: 1 [12:33:52.692] | : . ' , ; ` getFutureData() ... [12:33:52.693] | : . ' , ; ` | getFutureCore() ... [12:33:52.693] | : . ' , ; ` | : Packages needed by the future expression (n = 2): 'stats', 'datasets' [12:33:52.693] | : . ' , ; ` | getFutureCore() ... done [12:33:52.693] | : . ' , ; ` | getFutureCapture() ... [12:33:52.693] | : . ' , ; ` | getFutureCapture() ... done [12:33:52.694] | : . ' , ; ` | getFutureContext() ... [12:33:52.694] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:52.694] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:52.694] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:52.694] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:52.694] | : . ' , ; ` | getFutureContext() ... done [12:33:52.695] | : . ' , ; ` getFutureData() ... done [12:33:52.695] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... [12:33:52.696] | : . ' , ; ` | Appended future to position #1 [12:33:52.696] | : . ' , ; ` | Number of registered futures: 1 [12:33:52.696] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... done [12:33:52.696] | : . ' , ; launchFuture() ... done [12:33:52.696] | : . ' , ; MultisessionFuture started [12:33:52.696] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:52.697] | : . ' Launching futures ... done [12:33:52.697] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:52.697] | : . Using MultisessionFutureBackend ... done [12:33:52.697] | : run() for 'Future' () ... done [12:33:52.697] | future(..., label = NULL) ... done [12:33:52.698] | value() for MultisessionFuture () ... [12:33:52.698] | : result() for ClusterFuture ... [12:33:52.698] | : . assertValidConnection() ... [12:33:52.698] | : . ' cluster node index: 1 [12:33:52.699] | : . assertValidConnection() ... done [12:33:52.699] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:52.699] | : . ' cluster node index: 1 [12:33:52.706] | : . ' [1] TRUE [12:33:52.706] | : . ' Received data: [12:33:52.707] | : . ' List of 5 [12:33:52.707] | : . ' $ type : chr "VALUE" [12:33:52.707] | : . ' $ value :List of 16 [12:33:52.707] | : . ' ..$ value :List of 12 [12:33:52.707] | : . ' .. ..$ coefficients : Named num [1:2] -17.58 3.93 [12:33:52.707] | : . ' .. .. ..- attr(*, "names")= chr [1:2] "(Intercept)" "speed" [12:33:52.707] | : . ' .. ..$ residuals : Named num [1:50] 3.85 11.85 -5.95 12.05 2.12 ... [12:33:52.707] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [12:33:52.707] | : . ' .. ..$ effects : Named num [1:50] -303.914 145.552 -8.115 9.885 0.194 ... [12:33:52.707] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "(Intercept)" "speed" "" "" ... [12:33:52.707] | : . ' .. ..$ rank : int 2 [12:33:52.707] | : . ' .. ..$ fitted.values: Named num [1:50] -1.85 -1.85 9.95 9.95 13.88 ... [12:33:52.707] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [12:33:52.707] | : . ' .. ..$ assign : int [1:2] 0 1 [12:33:52.707] | : . ' .. ..$ qr :List of 5 [12:33:52.707] | : . ' .. .. ..$ qr : num [1:50, 1:2] -7.071 0.141 0.141 0.141 0.141 ... [12:33:52.707] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:52.707] | : . ' .. .. .. .. ..$ : chr [1:50] "1" "2" "3" "4" ... [12:33:52.707] | : . ' .. .. .. .. ..$ : chr [1:2] "(Intercept)" "speed" [12:33:52.707] | : . ' .. .. .. ..- attr(*, "assign")= int [1:2] 0 1 [12:33:52.707] | : . ' .. .. ..$ qraux: num [1:2] 1.14 1.27 [12:33:52.707] | : . ' .. .. ..$ pivot: int [1:2] 1 2 [12:33:52.707] | : . ' .. .. ..$ tol : num 1e-07 [12:33:52.707] | : . ' .. .. ..$ rank : int 2 [12:33:52.707] | : . ' .. .. ..- attr(*, "class")= chr "qr" [12:33:52.707] | : . ' .. ..$ df.residual : int 48 [12:33:52.707] | : . ' .. ..$ xlevels : Named list() [12:33:52.707] | : . ' .. ..$ call : language lm(formula = dist ~ speed + speed^2, data = cars) [12:33:52.707] | : . ' .. ..$ terms :Classes 'terms', 'formula' language dist ~ speed + speed^2 [12:33:52.707] | : . ' .. .. .. ..- attr(*, "variables")= language list(dist, speed) [12:33:52.707] | : . ' .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [12:33:52.707] | : . ' .. .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:52.707] | : . ' .. .. .. .. .. ..$ : chr [1:2] "dist" "speed" [12:33:52.707] | : . ' .. .. .. .. .. ..$ : chr "speed" [12:33:52.707] | : . ' .. .. .. ..- attr(*, "term.labels")= chr "speed" [12:33:52.707] | : . ' .. .. .. ..- attr(*, "order")= int 1 [12:33:52.707] | : . ' .. .. .. ..- attr(*, "intercept")= int 1 [12:33:52.707] | : . ' .. .. .. ..- attr(*, "response")= int 1 [12:33:52.707] | : . ' .. .. .. ..- attr(*, ".Environment")= [12:33:52.707] | : . ' .. .. .. ..- attr(*, "predvars")= language list(dist, speed) [12:33:52.707] | : . ' .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "numeric" [12:33:52.707] | : . ' .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "speed" [12:33:52.707] | : . ' .. ..$ model :'data.frame': 50 obs. of 2 variables: [12:33:52.707] | : . ' .. .. ..$ dist : num [1:50] 2 10 4 22 16 10 18 26 34 17 ... [12:33:52.707] | : . ' .. .. ..$ speed: num [1:50] 4 4 7 7 8 9 10 10 10 11 ... [12:33:52.707] | : . ' .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language dist ~ speed + speed^2 [12:33:52.707] | : . ' .. .. .. .. ..- attr(*, "variables")= language list(dist, speed) [12:33:52.707] | : . ' .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [12:33:52.707] | : . ' .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:52.707] | : . ' .. .. .. .. .. .. ..$ : chr [1:2] "dist" "speed" [12:33:52.707] | : . ' .. .. .. .. .. .. ..$ : chr "speed" [12:33:52.707] | : . ' .. .. .. .. ..- attr(*, "term.labels")= chr "speed" [12:33:52.707] | : . ' .. .. .. .. ..- attr(*, "order")= int 1 [12:33:52.707] | : . ' .. .. .. .. ..- attr(*, "intercept")= int 1 [12:33:52.707] | : . ' .. .. .. .. ..- attr(*, "response")= int 1 [12:33:52.707] | : . ' .. .. .. .. ..- attr(*, ".Environment")= [12:33:52.707] | : . ' .. .. .. .. ..- attr(*, "predvars")= language list(dist, speed) [12:33:52.707] | : . ' .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "numeric" [12:33:52.707] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "speed" [12:33:52.707] | : . ' .. ..- attr(*, "class")= chr "lm" [12:33:52.707] | : . ' ..$ visible : logi TRUE [12:33:52.707] | : . ' ..$ stdout : chr "" [12:33:52.707] | : . ' ..$ conditions : list() [12:33:52.707] | : . ' ..$ rng : logi FALSE [12:33:52.707] | : . ' ..$ seed : NULL [12:33:52.707] | : . ' ..$ misuseGlobalEnv : NULL [12:33:52.707] | : . ' ..$ misuseConnections :List of 3 [12:33:52.707] | : . ' .. ..$ added : NULL [12:33:52.707] | : . ' .. ..$ removed : NULL [12:33:52.707] | : . ' .. ..$ replaced: NULL [12:33:52.707] | : . ' ..$ misuseDevices : NULL [12:33:52.707] | : . ' ..$ misuseDefaultDevice: list() [12:33:52.707] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:52" [12:33:52.707] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:52" [12:33:52.707] | : . ' ..$ uuid : chr [1:2] "e80e6636407f6ecb0bc4780a286a95fb" "24" [12:33:52.707] | : . ' ..$ session_uuid : chr "06f879590ff92e8fa8849e674838e4f2" [12:33:52.707] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:52.707] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:52.707] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:52.707] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:52.707] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:52.707] | : . ' .. .. ..$ pid : int 76216 [12:33:52.707] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:52.707] | : . ' .. .. ..$ random: int 2147483647 [12:33:52.707] | : . ' ..$ r_info :List of 4 [12:33:52.707] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:52.707] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:52.707] | : . ' .. ..$ os : chr "windows" [12:33:52.707] | : . ' .. ..$ os_name : chr "Windows" [12:33:52.707] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:52.707] | : . ' ..$ version : chr "1.8" [12:33:52.707] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:52.707] | : . ' $ success: logi TRUE [12:33:52.707] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.01 NA NA [12:33:52.707] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:52.707] | : . ' $ tag : NULL [12:33:52.760] | : . ' Received FutureResult [12:33:52.761] | : . ' FutureResult: [12:33:52.761] | : . ' value: 'lm' [12:33:52.761] | : . ' visible: TRUE [12:33:52.761] | : . ' stdout: character [12:33:52.761] | : . ' conditions: [n = 0] [12:33:52.761] | : . ' RNG used: FALSE [12:33:52.761] | : . ' duration: 0.005892038 secs (started 2026-01-16 12:33:52.696107) [12:33:52.761] | : . ' version: 1.8 [12:33:52.762] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... [12:33:52.762] | : . ' , Removed future from position #1 [12:33:52.763] | : . ' , Number of registered futures: 0 [12:33:52.763] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... done [12:33:52.763] | : . ' Erased future from future backend [12:33:52.763] | : . ' result() for ClusterFuture ... [12:33:52.764] | : . ' , result already collected: FutureResult [12:33:52.764] | : . ' result() for ClusterFuture ... done [12:33:52.764] | : . ' signalConditions() ... [12:33:52.765] | : . ' , include = 'immediateCondition' [12:33:52.765] | : . ' , exclude = [12:33:52.765] | : . ' , resignal = FALSE [12:33:52.766] | : . ' , Number of conditions: 0 [12:33:52.766] | : . ' , int 0 [12:33:52.767] | : . ' signalConditions() ... done [12:33:52.767] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:52.767] | : result() for ClusterFuture ... done [12:33:52.768] | : result() for ClusterFuture ... [12:33:52.768] | : . result already collected: FutureResult [12:33:52.768] | : result() for ClusterFuture ... done [12:33:52.769] | : signalConditions() ... [12:33:52.769] | : . include = 'immediateCondition' [12:33:52.769] | : . exclude = [12:33:52.769] | : . resignal = FALSE [12:33:52.770] | : . Number of conditions: 0 [12:33:52.770] | : . int 0 [12:33:52.771] | : signalConditions() ... done [12:33:52.771] | : relay stdout ... [12:33:52.771] | : relay stdout ... done [12:33:52.772] | : check for misuse ... [12:33:52.772] | : check for misuse ... done [12:33:52.772] | value() for MultisessionFuture () ... 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 [12:33:52.777] | future(..., label = NULL) ... [12:33:52.777] | : lazy: FALSE [12:33:52.777] | : stdout: TRUE [12:33:52.777] | : conditions: [n=1] 'condition' [12:33:52.778] | : getGlobalsAndPackages() ... [12:33:52.778] | : . Searching for globals ... [12:33:52.809] | : . ' globals found: [9] '{', 'lm', 'dist', '+', 'speed', 'I', '^', '~', 'cars' [12:33:52.810] | : . Searching for globals ... done [12:33:52.810] | : . Resolving globals: FALSE [12:33:52.811] | : . Search for packages associated with the globals ... [12:33:52.811] | : . ' Packages associated with globals: [3] 'base', 'stats', 'datasets' [12:33:52.812] | : . ' Packages: [3] 'base', 'stats', 'datasets' [12:33:52.812] | : . Search for packages associated with the globals ... done [12:33:52.813] | : . Packages after dropping 'base': [2] 'stats', 'datasets' [12:33:52.813] | : . Packages after dropping non-attached packages: [2] 'stats', 'datasets' [12:33:52.813] | : . globals: [0] [12:33:52.814] | : . packages: [2] 'stats', 'datasets' [12:33:52.814] | : getGlobalsAndPackages() ... done [12:33:52.815] | : run() for 'Future' () ... [12:33:52.815] | : . state: 'created' [12:33:52.815] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:52.816] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:52.816] | : . Using MultisessionFutureBackend ... [12:33:52.816] | : . ' Number of futures since start: 10 (10 created, 10 launched, 10 finished) [12:33:52.817] | : . ' Launching futures ... [12:33:52.817] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:52.817] | : . ' , ; Workers: [n=2] [12:33:52.817] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:52.821] | : . ' , ; FutureRegistry: 'workers-5ff3239da8411c0c00af93c241128275' [12:33:52.821] | : . ' , ; requestWorker() ... [12:33:52.821] | : . ' , ; ` requestNode() ... [12:33:52.822] | : . ' , ; ` | Number of workers: 2 [12:33:52.822] | : . ' , ; ` | Polling for a free worker ... [12:33:52.822] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.822] | : . ' , ; ` | : . Listing all futures [12:33:52.823] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:52.823] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.823] | : . ' , ; ` | : Total time: 0 [12:33:52.824] | : . ' , ; ` | Polling for a free worker ... done [12:33:52.824] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.824] | : . ' , ; ` | : Listing all futures [12:33:52.825] | : . ' , ; ` | : Number of registered futures: 0 [12:33:52.825] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.825] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:52.825] | : . ' , ; ` | Index of first available worker: 1 [12:33:52.826] | : . ' , ; ` | Validate that the worker is functional ... [12:33:52.827] | : . ' , ; ` | : Worker is functional [12:33:52.827] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.827] | : . ' , ; ` | : . Listing all futures [12:33:52.827] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:52.828] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.828] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:52.828] | : . ' , ; ` requestNode() ... done [12:33:52.829] | : . ' , ; ` cluster node index: 1 [12:33:52.829] | : . ' , ; requestWorker() ... done [12:33:52.829] | : . ' , ; eraseGlobalEnvironment() ... [12:33:52.830] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:52.830] | : . ' , ; launchFuture() ... [12:33:52.831] | : . ' , ; ` cluster node index: 1 [12:33:52.831] | : . ' , ; ` getFutureData() ... [12:33:52.831] | : . ' , ; ` | getFutureCore() ... [12:33:52.831] | : . ' , ; ` | : Packages needed by the future expression (n = 2): 'stats', 'datasets' [12:33:52.832] | : . ' , ; ` | getFutureCore() ... done [12:33:52.832] | : . ' , ; ` | getFutureCapture() ... [12:33:52.832] | : . ' , ; ` | getFutureCapture() ... done [12:33:52.833] | : . ' , ; ` | getFutureContext() ... [12:33:52.833] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:52.833] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:52.834] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:52.834] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:52.834] | : . ' , ; ` | getFutureContext() ... done [12:33:52.835] | : . ' , ; ` getFutureData() ... done [12:33:52.835] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... [12:33:52.836] | : . ' , ; ` | Appended future to position #1 [12:33:52.836] | : . ' , ; ` | Number of registered futures: 1 [12:33:52.836] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... done [12:33:52.836] | : . ' , ; launchFuture() ... done [12:33:52.837] | : . ' , ; MultisessionFuture started [12:33:52.837] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:52.837] | : . ' Launching futures ... done [12:33:52.838] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:52.838] | : . Using MultisessionFutureBackend ... done [12:33:52.838] | : run() for 'Future' () ... done [12:33:52.838] | future(..., label = NULL) ... done [12:33:52.839] | value() for MultisessionFuture () ... [12:33:52.839] | : result() for ClusterFuture ... [12:33:52.840] | : . assertValidConnection() ... [12:33:52.840] | : . ' cluster node index: 1 [12:33:52.840] | : . assertValidConnection() ... done [12:33:52.841] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:52.841] | : . ' cluster node index: 1 [12:33:52.844] | : . ' [1] TRUE [12:33:52.845] | : . ' Received data: [12:33:52.845] | : . ' List of 5 [12:33:52.845] | : . ' $ type : chr "VALUE" [12:33:52.845] | : . ' $ value :List of 16 [12:33:52.845] | : . ' ..$ value :List of 12 [12:33:52.845] | : . ' .. ..$ coefficients : Named num [1:3] 2.47 0.913 0.1 [12:33:52.845] | : . ' .. .. ..- attr(*, "names")= chr [1:3] "(Intercept)" "speed" "I(speed^2)" [12:33:52.845] | : . ' .. ..$ residuals : Named num [1:50] -5.723 2.277 -9.761 8.239 -0.174 ... [12:33:52.845] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [12:33:52.845] | : . ' .. ..$ effects : Named num [1:50] -303.91 145.55 -23 9.04 0.17 ... [12:33:52.845] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "(Intercept)" "speed" "I(speed^2)" "" ... [12:33:52.845] | : . ' .. ..$ rank : int 3 [12:33:52.845] | : . ' .. ..$ fitted.values: Named num [1:50] 7.72 7.72 13.76 13.76 16.17 ... [12:33:52.845] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [12:33:52.845] | : . ' .. ..$ assign : int [1:3] 0 1 2 [12:33:52.845] | : . ' .. ..$ qr :List of 5 [12:33:52.845] | : . ' .. .. ..$ qr : num [1:50, 1:3] -7.071 0.141 0.141 0.141 0.141 ... [12:33:52.845] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:52.845] | : . ' .. .. .. .. ..$ : chr [1:50] "1" "2" "3" "4" ... [12:33:52.845] | : . ' .. .. .. .. ..$ : chr [1:3] "(Intercept)" "speed" "I(speed^2)" [12:33:52.845] | : . ' .. .. .. ..- attr(*, "assign")= int [1:3] 0 1 2 [12:33:52.845] | : . ' .. .. ..$ qraux: num [1:3] 1.14 1.27 1.06 [12:33:52.845] | : . ' .. .. ..$ pivot: int [1:3] 1 2 3 [12:33:52.845] | : . ' .. .. ..$ tol : num 1e-07 [12:33:52.845] | : . ' .. .. ..$ rank : int 3 [12:33:52.845] | : . ' .. .. ..- attr(*, "class")= chr "qr" [12:33:52.845] | : . ' .. ..$ df.residual : int 47 [12:33:52.845] | : . ' .. ..$ xlevels : Named list() [12:33:52.845] | : . ' .. ..$ call : language lm(formula = dist ~ speed + I(speed^2), data = cars) [12:33:52.845] | : . ' .. ..$ terms :Classes 'terms', 'formula' language dist ~ speed + I(speed^2) [12:33:52.845] | : . ' .. .. .. ..- attr(*, "variables")= language list(dist, speed, I(speed^2)) [12:33:52.845] | : . ' .. .. .. ..- attr(*, "factors")= int [1:3, 1:2] 0 1 0 0 0 1 [12:33:52.845] | : . ' .. .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:52.845] | : . ' .. .. .. .. .. ..$ : chr [1:3] "dist" "speed" "I(speed^2)" [12:33:52.845] | : . ' .. .. .. .. .. ..$ : chr [1:2] "speed" "I(speed^2)" [12:33:52.845] | : . ' .. .. .. ..- attr(*, "term.labels")= chr [1:2] "speed" "I(speed^2)" [12:33:52.845] | : . ' .. .. .. ..- attr(*, "order")= int [1:2] 1 1 [12:33:52.845] | : . ' .. .. .. ..- attr(*, "intercept")= int 1 [12:33:52.845] | : . ' .. .. .. ..- attr(*, "response")= int 1 [12:33:52.845] | : . ' .. .. .. ..- attr(*, ".Environment")= [12:33:52.845] | : . ' .. .. .. ..- attr(*, "predvars")= language list(dist, speed, I(speed^2)) [12:33:52.845] | : . ' .. .. .. ..- attr(*, "dataClasses")= Named chr [1:3] "numeric" "numeric" "numeric" [12:33:52.845] | : . ' .. .. .. .. ..- attr(*, "names")= chr [1:3] "dist" "speed" "I(speed^2)" [12:33:52.845] | : . ' .. ..$ model :'data.frame': 50 obs. of 3 variables: [12:33:52.845] | : . ' .. .. ..$ dist : num [1:50] 2 10 4 22 16 10 18 26 34 17 ... [12:33:52.845] | : . ' .. .. ..$ speed : num [1:50] 4 4 7 7 8 9 10 10 10 11 ... [12:33:52.845] | : . ' .. .. ..$ I(speed^2): 'AsIs' num [1:50] 16 16 49 49 64 81 100 100 100 121 ... [12:33:52.845] | : . ' .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language dist ~ speed + I(speed^2) [12:33:52.845] | : . ' .. .. .. .. ..- attr(*, "variables")= language list(dist, speed, I(speed^2)) [12:33:52.845] | : . ' .. .. .. .. ..- attr(*, "factors")= int [1:3, 1:2] 0 1 0 0 0 1 [12:33:52.845] | : . ' .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:52.845] | : . ' .. .. .. .. .. .. ..$ : chr [1:3] "dist" "speed" "I(speed^2)" [12:33:52.845] | : . ' .. .. .. .. .. .. ..$ : chr [1:2] "speed" "I(speed^2)" [12:33:52.845] | : . ' .. .. .. .. ..- attr(*, "term.labels")= chr [1:2] "speed" "I(speed^2)" [12:33:52.845] | : . ' .. .. .. .. ..- attr(*, "order")= int [1:2] 1 1 [12:33:52.845] | : . ' .. .. .. .. ..- attr(*, "intercept")= int 1 [12:33:52.845] | : . ' .. .. .. .. ..- attr(*, "response")= int 1 [12:33:52.845] | : . ' .. .. .. .. ..- attr(*, ".Environment")= [12:33:52.845] | : . ' .. .. .. .. ..- attr(*, "predvars")= language list(dist, speed, I(speed^2)) [12:33:52.845] | : . ' .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:3] "numeric" "numeric" "numeric" [12:33:52.845] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:3] "dist" "speed" "I(speed^2)" [12:33:52.845] | : . ' .. ..- attr(*, "class")= chr "lm" [12:33:52.845] | : . ' ..$ visible : logi TRUE [12:33:52.845] | : . ' ..$ stdout : chr "" [12:33:52.845] | : . ' ..$ conditions : list() [12:33:52.845] | : . ' ..$ rng : logi FALSE [12:33:52.845] | : . ' ..$ seed : NULL [12:33:52.845] | : . ' ..$ misuseGlobalEnv : NULL [12:33:52.845] | : . ' ..$ misuseConnections :List of 3 [12:33:52.845] | : . ' .. ..$ added : NULL [12:33:52.845] | : . ' .. ..$ removed : NULL [12:33:52.845] | : . ' .. ..$ replaced: NULL [12:33:52.845] | : . ' ..$ misuseDevices : NULL [12:33:52.845] | : . ' ..$ misuseDefaultDevice: list() [12:33:52.845] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:52" [12:33:52.845] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:52" [12:33:52.845] | : . ' ..$ uuid : chr [1:2] "e80e6636407f6ecb0bc4780a286a95fb" "25" [12:33:52.845] | : . ' ..$ session_uuid : chr "06f879590ff92e8fa8849e674838e4f2" [12:33:52.845] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:52.845] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:52.845] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:52.845] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:52.845] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:52.845] | : . ' .. .. ..$ pid : int 76216 [12:33:52.845] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:52.845] | : . ' .. .. ..$ random: int 2147483647 [12:33:52.845] | : . ' ..$ r_info :List of 4 [12:33:52.845] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:52.845] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:52.845] | : . ' .. ..$ os : chr "windows" [12:33:52.845] | : . ' .. ..$ os_name : chr "Windows" [12:33:52.845] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:52.845] | : . ' ..$ version : chr "1.8" [12:33:52.845] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:52.845] | : . ' $ success: logi TRUE [12:33:52.845] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.01 NA NA [12:33:52.845] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:52.845] | : . ' $ tag : NULL [12:33:52.905] | : . ' Received FutureResult [12:33:52.905] | : . ' FutureResult: [12:33:52.905] | : . ' value: 'lm' [12:33:52.905] | : . ' visible: TRUE [12:33:52.905] | : . ' stdout: character [12:33:52.905] | : . ' conditions: [n = 0] [12:33:52.905] | : . ' RNG used: FALSE [12:33:52.905] | : . ' duration: 0.006966829 secs (started 2026-01-16 12:33:52.835966) [12:33:52.905] | : . ' version: 1.8 [12:33:52.906] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... [12:33:52.906] | : . ' , Removed future from position #1 [12:33:52.907] | : . ' , Number of registered futures: 0 [12:33:52.907] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... done [12:33:52.907] | : . ' Erased future from future backend [12:33:52.908] | : . ' result() for ClusterFuture ... [12:33:52.908] | : . ' , result already collected: FutureResult [12:33:52.908] | : . ' result() for ClusterFuture ... done [12:33:52.909] | : . ' signalConditions() ... [12:33:52.909] | : . ' , include = 'immediateCondition' [12:33:52.909] | : . ' , exclude = [12:33:52.909] | : . ' , resignal = FALSE [12:33:52.910] | : . ' , Number of conditions: 0 [12:33:52.910] | : . ' , int 0 [12:33:52.911] | : . ' signalConditions() ... done [12:33:52.911] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:52.911] | : result() for ClusterFuture ... done [12:33:52.912] | : result() for ClusterFuture ... [12:33:52.912] | : . result already collected: FutureResult [12:33:52.912] | : result() for ClusterFuture ... done [12:33:52.913] | : signalConditions() ... [12:33:52.913] | : . include = 'immediateCondition' [12:33:52.913] | : . exclude = [12:33:52.913] | : . resignal = FALSE [12:33:52.914] | : . Number of conditions: 0 [12:33:52.914] | : . int 0 [12:33:52.915] | : signalConditions() ... done [12:33:52.915] | : relay stdout ... [12:33:52.915] | : relay stdout ... done [12:33:52.916] | : check for misuse ... [12:33:52.916] | : check for misuse ... done [12:33:52.916] | value() for MultisessionFuture () ... 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 [12:33:52.922] | future(..., label = NULL) ... [12:33:52.922] | : lazy: FALSE [12:33:52.922] | : stdout: TRUE [12:33:52.923] | : conditions: [n=1] 'condition' [12:33:52.923] | : getGlobalsAndPackages() ... [12:33:52.923] | : . Searching for globals ... [12:33:52.956] | : . ' globals found: [7] '{', 'lm', 'dist', 'poly', 'speed', '~', 'cars' [12:33:52.956] | : . Searching for globals ... done [12:33:52.957] | : . Resolving globals: FALSE [12:33:52.957] | : . Search for packages associated with the globals ... [12:33:52.957] | : . ' Packages associated with globals: [3] 'base', 'stats', 'datasets' [12:33:52.958] | : . ' Packages: [3] 'base', 'stats', 'datasets' [12:33:52.958] | : . Search for packages associated with the globals ... done [12:33:52.959] | : . Packages after dropping 'base': [2] 'stats', 'datasets' [12:33:52.959] | : . Packages after dropping non-attached packages: [2] 'stats', 'datasets' [12:33:52.959] | : . globals: [0] [12:33:52.960] | : . packages: [2] 'stats', 'datasets' [12:33:52.960] | : getGlobalsAndPackages() ... done [12:33:52.961] | : run() for 'Future' () ... [12:33:52.961] | : . state: 'created' [12:33:52.961] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:52.962] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:52.962] | : . Using MultisessionFutureBackend ... [12:33:52.962] | : . ' Number of futures since start: 11 (11 created, 11 launched, 11 finished) [12:33:52.962] | : . ' Launching futures ... [12:33:52.963] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:52.963] | : . ' , ; Workers: [n=2] [12:33:52.963] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:52.966] | : . ' , ; FutureRegistry: 'workers-5ff3239da8411c0c00af93c241128275' [12:33:52.966] | : . ' , ; requestWorker() ... [12:33:52.967] | : . ' , ; ` requestNode() ... [12:33:52.967] | : . ' , ; ` | Number of workers: 2 [12:33:52.967] | : . ' , ; ` | Polling for a free worker ... [12:33:52.967] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.968] | : . ' , ; ` | : . Listing all futures [12:33:52.968] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:52.968] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.968] | : . ' , ; ` | : Total time: 0 [12:33:52.969] | : . ' , ; ` | Polling for a free worker ... done [12:33:52.969] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.969] | : . ' , ; ` | : Listing all futures [12:33:52.969] | : . ' , ; ` | : Number of registered futures: 0 [12:33:52.970] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.970] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:52.970] | : . ' , ; ` | Index of first available worker: 1 [12:33:52.971] | : . ' , ; ` | Validate that the worker is functional ... [12:33:52.971] | : . ' , ; ` | : Worker is functional [12:33:52.972] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:52.972] | : . ' , ; ` | : . Listing all futures [12:33:52.972] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:52.972] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:52.973] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:52.973] | : . ' , ; ` requestNode() ... done [12:33:52.973] | : . ' , ; ` cluster node index: 1 [12:33:52.973] | : . ' , ; requestWorker() ... done [12:33:52.974] | : . ' , ; eraseGlobalEnvironment() ... [12:33:52.974] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:52.975] | : . ' , ; launchFuture() ... [12:33:52.975] | : . ' , ; ` cluster node index: 1 [12:33:52.975] | : . ' , ; ` getFutureData() ... [12:33:52.976] | : . ' , ; ` | getFutureCore() ... [12:33:52.976] | : . ' , ; ` | : Packages needed by the future expression (n = 2): 'stats', 'datasets' [12:33:52.976] | : . ' , ; ` | getFutureCore() ... done [12:33:52.976] | : . ' , ; ` | getFutureCapture() ... [12:33:52.977] | : . ' , ; ` | getFutureCapture() ... done [12:33:52.977] | : . ' , ; ` | getFutureContext() ... [12:33:52.977] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:52.977] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:52.978] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:52.978] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:52.978] | : . ' , ; ` | getFutureContext() ... done [12:33:52.978] | : . ' , ; ` getFutureData() ... done [12:33:52.979] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... [12:33:52.979] | : . ' , ; ` | Appended future to position #1 [12:33:52.980] | : . ' , ; ` | Number of registered futures: 1 [12:33:52.980] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... done [12:33:52.980] | : . ' , ; launchFuture() ... done [12:33:52.980] | : . ' , ; MultisessionFuture started [12:33:52.981] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:52.981] | : . ' Launching futures ... done [12:33:52.981] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:52.981] | : . Using MultisessionFutureBackend ... done [12:33:52.982] | : run() for 'Future' () ... done [12:33:52.982] | future(..., label = NULL) ... done [12:33:52.982] | value() for MultisessionFuture () ... [12:33:52.983] | : result() for ClusterFuture ... [12:33:52.983] | : . assertValidConnection() ... [12:33:52.983] | : . ' cluster node index: 1 [12:33:52.984] | : . assertValidConnection() ... done [12:33:52.984] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:52.984] | : . ' cluster node index: 1 [12:33:52.989] | : . ' [1] TRUE [12:33:52.989] | : . ' Received data: [12:33:52.989] | : . ' List of 5 [12:33:52.989] | : . ' $ type : chr "VALUE" [12:33:52.989] | : . ' $ value :List of 16 [12:33:52.989] | : . ' ..$ value :List of 12 [12:33:52.989] | : . ' .. ..$ coefficients : Named num [1:3] 43 146 23 [12:33:52.989] | : . ' .. .. ..- attr(*, "names")= chr [1:3] "(Intercept)" "poly(speed, 2)1" "poly(speed, 2)2" [12:33:52.989] | : . ' .. ..$ residuals : Named num [1:50] -5.723 2.277 -9.761 8.239 -0.174 ... [12:33:52.989] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [12:33:52.989] | : . ' .. ..$ effects : Named num [1:50] -303.91 145.55 -23 9.04 0.17 ... [12:33:52.989] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "(Intercept)" "poly(speed, 2)1" "poly(speed, 2)2" "" ... [12:33:52.989] | : . ' .. ..$ rank : int 3 [12:33:52.989] | : . ' .. ..$ fitted.values: Named num [1:50] 7.72 7.72 13.76 13.76 16.17 ... [12:33:52.989] | : . ' .. .. ..- attr(*, "names")= chr [1:50] "1" "2" "3" "4" ... [12:33:52.989] | : . ' .. ..$ assign : int [1:3] 0 1 1 [12:33:52.989] | : . ' .. ..$ qr :List of 5 [12:33:52.989] | : . ' .. .. ..$ qr : num [1:50, 1:3] -7.071 0.141 0.141 0.141 0.141 ... [12:33:52.989] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:52.989] | : . ' .. .. .. .. ..$ : chr [1:50] "1" "2" "3" "4" ... [12:33:52.989] | : . ' .. .. .. .. ..$ : chr [1:3] "(Intercept)" "poly(speed, 2)1" "poly(speed, 2)2" [12:33:52.989] | : . ' .. .. .. ..- attr(*, "assign")= int [1:3] 0 1 1 [12:33:52.989] | : . ' .. .. ..$ qraux: num [1:3] 1.14 1.27 1.06 [12:33:52.989] | : . ' .. .. ..$ pivot: int [1:3] 1 2 3 [12:33:52.989] | : . ' .. .. ..$ tol : num 1e-07 [12:33:52.989] | : . ' .. .. ..$ rank : int 3 [12:33:52.989] | : . ' .. .. ..- attr(*, "class")= chr "qr" [12:33:52.989] | : . ' .. ..$ df.residual : int 47 [12:33:52.989] | : . ' .. ..$ xlevels : Named list() [12:33:52.989] | : . ' .. ..$ call : language lm(formula = dist ~ poly(speed, 2), data = cars) [12:33:52.989] | : . ' .. ..$ terms :Classes 'terms', 'formula' language dist ~ poly(speed, 2) [12:33:52.989] | : . ' .. .. .. ..- attr(*, "variables")= language list(dist, poly(speed, 2)) [12:33:52.989] | : . ' .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [12:33:52.989] | : . ' .. .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:52.989] | : . ' .. .. .. .. .. ..$ : chr [1:2] "dist" "poly(speed, 2)" [12:33:52.989] | : . ' .. .. .. .. .. ..$ : chr "poly(speed, 2)" [12:33:52.989] | : . ' .. .. .. ..- attr(*, "term.labels")= chr "poly(speed, 2)" [12:33:52.989] | : . ' .. .. .. ..- attr(*, "order")= int 1 [12:33:52.989] | : . ' .. .. .. ..- attr(*, "intercept")= int 1 [12:33:52.989] | : . ' .. .. .. ..- attr(*, "response")= int 1 [12:33:52.989] | : . ' .. .. .. ..- attr(*, ".Environment")= [12:33:52.989] | : . ' .. .. .. ..- attr(*, "predvars")= language list(dist, poly(speed, 2, coefs = list(alpha = c(15.4, 14.803503649635), norm2 = c(1, 50, 1370, 52923.5831824818)))) [12:33:52.989] | : . ' .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "nmatrix.2" [12:33:52.989] | : . ' .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "poly(speed, 2)" [12:33:52.989] | : . ' .. ..$ model :'data.frame': 50 obs. of 2 variables: [12:33:52.989] | : . ' .. .. ..$ dist : num [1:50] 2 10 4 22 16 10 18 26 34 17 ... [12:33:52.989] | : . ' .. .. ..$ poly(speed, 2): 'poly' num [1:50, 1:2] -0.308 -0.308 -0.227 -0.227 -0.2 ... [12:33:52.989] | : . ' .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:52.989] | : . ' .. .. .. .. ..$ : NULL [12:33:52.989] | : . ' .. .. .. .. ..$ : chr [1:2] "1" "2" [12:33:52.989] | : . ' .. .. .. ..- attr(*, "coefs")=List of 2 [12:33:52.989] | : . ' .. .. .. .. ..$ alpha: num [1:2] 15.4 14.8 [12:33:52.989] | : . ' .. .. .. .. ..$ norm2: num [1:4] 1 50 1370 52924 [12:33:52.989] | : . ' .. .. .. ..- attr(*, "degree")= int [1:2] 1 2 [12:33:52.989] | : . ' .. .. ..- attr(*, "terms")=Classes 'terms', 'formula' language dist ~ poly(speed, 2) [12:33:52.989] | : . ' .. .. .. .. ..- attr(*, "variables")= language list(dist, poly(speed, 2)) [12:33:52.989] | : . ' .. .. .. .. ..- attr(*, "factors")= int [1:2, 1] 0 1 [12:33:52.989] | : . ' .. .. .. .. .. ..- attr(*, "dimnames")=List of 2 [12:33:52.989] | : . ' .. .. .. .. .. .. ..$ : chr [1:2] "dist" "poly(speed, 2)" [12:33:52.989] | : . ' .. .. .. .. .. .. ..$ : chr "poly(speed, 2)" [12:33:52.989] | : . ' .. .. .. .. ..- attr(*, "term.labels")= chr "poly(speed, 2)" [12:33:52.989] | : . ' .. .. .. .. ..- attr(*, "order")= int 1 [12:33:52.989] | : . ' .. .. .. .. ..- attr(*, "intercept")= int 1 [12:33:52.989] | : . ' .. .. .. .. ..- attr(*, "response")= int 1 [12:33:52.989] | : . ' .. .. .. .. ..- attr(*, ".Environment")= [12:33:52.989] | : . ' .. .. .. .. ..- attr(*, "predvars")= language list(dist, poly(speed, 2, coefs = list(alpha = c(15.4, 14.803503649635), norm2 = c(1, 50, 1370, 52923.5831824818)))) [12:33:52.989] | : . ' .. .. .. .. ..- attr(*, "dataClasses")= Named chr [1:2] "numeric" "nmatrix.2" [12:33:52.989] | : . ' .. .. .. .. .. ..- attr(*, "names")= chr [1:2] "dist" "poly(speed, 2)" [12:33:52.989] | : . ' .. ..- attr(*, "class")= chr "lm" [12:33:52.989] | : . ' ..$ visible : logi TRUE [12:33:52.989] | : . ' ..$ stdout : chr "" [12:33:52.989] | : . ' ..$ conditions : list() [12:33:52.989] | : . ' ..$ rng : logi FALSE [12:33:52.989] | : . ' ..$ seed : NULL [12:33:52.989] | : . ' ..$ misuseGlobalEnv : NULL [12:33:52.989] | : . ' ..$ misuseConnections :List of 3 [12:33:52.989] | : . ' .. ..$ added : NULL [12:33:52.989] | : . ' .. ..$ removed : NULL [12:33:52.989] | : . ' .. ..$ replaced: NULL [12:33:52.989] | : . ' ..$ misuseDevices : NULL [12:33:52.989] | : . ' ..$ misuseDefaultDevice: list() [12:33:52.989] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:52" [12:33:52.989] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:52" [12:33:52.989] | : . ' ..$ uuid : chr [1:2] "e80e6636407f6ecb0bc4780a286a95fb" "26" [12:33:52.989] | : . ' ..$ session_uuid : chr "06f879590ff92e8fa8849e674838e4f2" [12:33:52.989] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:52.989] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:52.989] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:52.989] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:52.989] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:52.989] | : . ' .. .. ..$ pid : int 76216 [12:33:52.989] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:52.989] | : . ' .. .. ..$ random: int 2147483647 [12:33:52.989] | : . ' ..$ r_info :List of 4 [12:33:52.989] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:52.989] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:52.989] | : . ' .. ..$ os : chr "windows" [12:33:52.989] | : . ' .. ..$ os_name : chr "Windows" [12:33:52.989] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:52.989] | : . ' ..$ version : chr "1.8" [12:33:52.989] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:52.989] | : . ' $ success: logi TRUE [12:33:52.989] | : . ' $ time : 'proc_time' Named num [1:5] 0.01 0 0.02 NA NA [12:33:52.989] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:52.989] | : . ' $ tag : NULL [12:33:53.042] | : . ' Received FutureResult [12:33:53.042] | : . ' FutureResult: [12:33:53.042] | : . ' value: 'lm' [12:33:53.042] | : . ' visible: TRUE [12:33:53.042] | : . ' stdout: character [12:33:53.042] | : . ' conditions: [n = 0] [12:33:53.042] | : . ' RNG used: FALSE [12:33:53.042] | : . ' duration: 0.00728488 secs (started 2026-01-16 12:33:52.97985) [12:33:53.042] | : . ' version: 1.8 [12:33:53.043] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... [12:33:53.043] | : . ' , Removed future from position #1 [12:33:53.044] | : . ' , Number of registered futures: 0 [12:33:53.044] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... done [12:33:53.044] | : . ' Erased future from future backend [12:33:53.044] | : . ' result() for ClusterFuture ... [12:33:53.045] | : . ' , result already collected: FutureResult [12:33:53.045] | : . ' result() for ClusterFuture ... done [12:33:53.045] | : . ' signalConditions() ... [12:33:53.045] | : . ' , include = 'immediateCondition' [12:33:53.046] | : . ' , exclude = [12:33:53.046] | : . ' , resignal = FALSE [12:33:53.046] | : . ' , Number of conditions: 0 [12:33:53.046] | : . ' , int 0 [12:33:53.047] | : . ' signalConditions() ... done [12:33:53.047] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:53.048] | : result() for ClusterFuture ... done [12:33:53.048] | : result() for ClusterFuture ... [12:33:53.048] | : . result already collected: FutureResult [12:33:53.048] | : result() for ClusterFuture ... done [12:33:53.048] | : signalConditions() ... [12:33:53.049] | : . include = 'immediateCondition' [12:33:53.049] | : . exclude = [12:33:53.049] | : . resignal = FALSE [12:33:53.049] | : . Number of conditions: 0 [12:33:53.050] | : . int 0 [12:33:53.050] | : signalConditions() ... done [12:33:53.051] | : relay stdout ... [12:33:53.051] | : relay stdout ... done [12:33:53.051] | : check for misuse ... [12:33:53.051] | : check for misuse ... done [12:33:53.052] | value() for MultisessionFuture () ... 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) ... [12:33:53.055] | future(..., label = NULL) ... [12:33:53.055] | : lazy: FALSE [12:33:53.055] | : stdout: TRUE [12:33:53.056] | : conditions: [n=1] 'condition' [12:33:53.056] | : getGlobalsAndPackages() ... [12:33:53.056] | : . Searching for globals ... [12:33:53.117] | : . ' globals found: [17] '{', 'outer_function', 'map', ':', '~', 'inner_function', '.x', 'if', 'inherits', '<-', '[[', '-', 'eval', 'bquote', 'lapply', '.', '+' [12:33:53.117] | : . Searching for globals ... done [12:33:53.117] | : . Resolving globals: FALSE [12:33:53.118] | : . Search for packages associated with the globals ... [12:33:53.118] | : . ' Packages associated with globals: [1] 'base' [12:33:53.119] | : . ' Packages: [1] 'base' [12:33:53.120] | : . Search for packages associated with the globals ... done [12:33:53.120] | : . Packages after dropping 'base': [0] [12:33:53.120] | : . globals: [3] 'outer_function', 'map', 'inner_function' [12:33:53.120] | : . packages: [0] [12:33:53.121] | : getGlobalsAndPackages() ... done [12:33:53.121] | : run() for 'Future' () ... [12:33:53.121] | : . state: 'created' [12:33:53.122] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:53.122] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:53.122] | : . Using MultisessionFutureBackend ... [12:33:53.123] | : . ' Number of futures since start: 12 (12 created, 12 launched, 12 finished) [12:33:53.123] | : . ' Launching futures ... [12:33:53.123] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:53.123] | : . ' , ; Workers: [n=2] [12:33:53.124] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:53.127] | : . ' , ; FutureRegistry: 'workers-5ff3239da8411c0c00af93c241128275' [12:33:53.127] | : . ' , ; requestWorker() ... [12:33:53.127] | : . ' , ; ` requestNode() ... [12:33:53.128] | : . ' , ; ` | Number of workers: 2 [12:33:53.128] | : . ' , ; ` | Polling for a free worker ... [12:33:53.128] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:53.128] | : . ' , ; ` | : . Listing all futures [12:33:53.129] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:53.129] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:53.129] | : . ' , ; ` | : Total time: 0 [12:33:53.129] | : . ' , ; ` | Polling for a free worker ... done [12:33:53.130] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:53.130] | : . ' , ; ` | : Listing all futures [12:33:53.130] | : . ' , ; ` | : Number of registered futures: 0 [12:33:53.131] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:53.131] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:53.131] | : . ' , ; ` | Index of first available worker: 1 [12:33:53.131] | : . ' , ; ` | Validate that the worker is functional ... [12:33:53.132] | : . ' , ; ` | : Worker is functional [12:33:53.132] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:53.133] | : . ' , ; ` | : . Listing all futures [12:33:53.133] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:53.133] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:53.134] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:53.134] | : . ' , ; ` requestNode() ... done [12:33:53.134] | : . ' , ; ` cluster node index: 1 [12:33:53.134] | : . ' , ; requestWorker() ... done [12:33:53.135] | : . ' , ; eraseGlobalEnvironment() ... [12:33:53.135] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:53.136] | : . ' , ; launchFuture() ... [12:33:53.136] | : . ' , ; ` cluster node index: 1 [12:33:53.136] | : . ' , ; ` getFutureData() ... [12:33:53.136] | : . ' , ; ` | getFutureCore() ... [12:33:53.137] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:53.137] | : . ' , ; ` | getFutureCore() ... done [12:33:53.137] | : . ' , ; ` | getFutureCapture() ... [12:33:53.137] | : . ' , ; ` | getFutureCapture() ... done [12:33:53.138] | : . ' , ; ` | getFutureContext() ... [12:33:53.138] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:53.138] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:53.139] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:53.139] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:53.139] | : . ' , ; ` | getFutureContext() ... done [12:33:53.139] | : . ' , ; ` getFutureData() ... done [12:33:53.140] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... [12:33:53.141] | : . ' , ; ` | Appended future to position #1 [12:33:53.141] | : . ' , ; ` | Number of registered futures: 1 [12:33:53.141] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... done [12:33:53.141] | : . ' , ; launchFuture() ... done [12:33:53.142] | : . ' , ; MultisessionFuture started [12:33:53.142] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:53.142] | : . ' Launching futures ... done [12:33:53.143] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:53.143] | : . Using MultisessionFutureBackend ... done [12:33:53.143] | : run() for 'Future' () ... done [12:33:53.143] | future(..., label = NULL) ... done [12:33:53.144] | value() for MultisessionFuture () ... [12:33:53.144] | : result() for ClusterFuture ... [12:33:53.144] | : . assertValidConnection() ... [12:33:53.145] | : . ' cluster node index: 1 [12:33:53.145] | : . assertValidConnection() ... done [12:33:53.146] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:53.146] | : . ' cluster node index: 1 [12:33:53.155] | : . ' [1] TRUE [12:33:53.156] | : . ' Received data: [12:33:53.156] | : . ' List of 5 [12:33:53.156] | : . ' $ type : chr "VALUE" [12:33:53.156] | : . ' $ value :List of 16 [12:33:53.156] | : . ' ..$ value :List of 2 [12:33:53.156] | : . ' .. ..$ : num [1:2] 2 3 [12:33:53.156] | : . ' .. ..$ : num [1:2] 2 3 [12:33:53.156] | : . ' ..$ visible : logi TRUE [12:33:53.156] | : . ' ..$ stdout : chr "" [12:33:53.156] | : . ' ..$ conditions : list() [12:33:53.156] | : . ' ..$ rng : logi FALSE [12:33:53.156] | : . ' ..$ seed : NULL [12:33:53.156] | : . ' ..$ misuseGlobalEnv : NULL [12:33:53.156] | : . ' ..$ misuseConnections :List of 3 [12:33:53.156] | : . ' .. ..$ added : NULL [12:33:53.156] | : . ' .. ..$ removed : NULL [12:33:53.156] | : . ' .. ..$ replaced: NULL [12:33:53.156] | : . ' ..$ misuseDevices : NULL [12:33:53.156] | : . ' ..$ misuseDefaultDevice: list() [12:33:53.156] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:53" [12:33:53.156] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:53" [12:33:53.156] | : . ' ..$ uuid : chr [1:2] "e80e6636407f6ecb0bc4780a286a95fb" "27" [12:33:53.156] | : . ' ..$ session_uuid : chr "06f879590ff92e8fa8849e674838e4f2" [12:33:53.156] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:53.156] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:53.156] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:53.156] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:53.156] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:53.156] | : . ' .. .. ..$ pid : int 76216 [12:33:53.156] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:53.156] | : . ' .. .. ..$ random: int 2147483647 [12:33:53.156] | : . ' ..$ r_info :List of 4 [12:33:53.156] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:53.156] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:53.156] | : . ' .. ..$ os : chr "windows" [12:33:53.156] | : . ' .. ..$ os_name : chr "Windows" [12:33:53.156] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:53.156] | : . ' ..$ version : chr "1.8" [12:33:53.156] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:53.156] | : . ' $ success: logi TRUE [12:33:53.156] | : . ' $ time : 'proc_time' Named num [1:5] 0.02 0 0.02 NA NA [12:33:53.156] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:53.156] | : . ' $ tag : NULL [12:33:53.180] | : . ' Received FutureResult [12:33:53.180] | : . ' FutureResult: [12:33:53.180] | : . ' value: 'list' [12:33:53.180] | : . ' visible: TRUE [12:33:53.180] | : . ' stdout: character [12:33:53.180] | : . ' conditions: [n = 0] [12:33:53.180] | : . ' RNG used: FALSE [12:33:53.180] | : . ' duration: 0.01280904 secs (started 2026-01-16 12:33:53.140926) [12:33:53.180] | : . ' version: 1.8 [12:33:53.181] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... [12:33:53.181] | : . ' , Removed future from position #1 [12:33:53.182] | : . ' , Number of registered futures: 0 [12:33:53.182] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... done [12:33:53.182] | : . ' Erased future from future backend [12:33:53.182] | : . ' result() for ClusterFuture ... [12:33:53.182] | : . ' , result already collected: FutureResult [12:33:53.183] | : . ' result() for ClusterFuture ... done [12:33:53.183] | : . ' signalConditions() ... [12:33:53.183] | : . ' , include = 'immediateCondition' [12:33:53.183] | : . ' , exclude = [12:33:53.183] | : . ' , resignal = FALSE [12:33:53.184] | : . ' , Number of conditions: 0 [12:33:53.184] | : . ' , int 0 [12:33:53.184] | : . ' signalConditions() ... done [12:33:53.184] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:53.185] | : result() for ClusterFuture ... done [12:33:53.185] | : result() for ClusterFuture ... [12:33:53.185] | : . result already collected: FutureResult [12:33:53.185] | : result() for ClusterFuture ... done [12:33:53.185] | : signalConditions() ... [12:33:53.186] | : . include = 'immediateCondition' [12:33:53.186] | : . exclude = [12:33:53.186] | : . resignal = FALSE [12:33:53.186] | : . Number of conditions: 0 [12:33:53.186] | : . int 0 [12:33:53.187] | : signalConditions() ... done [12:33:53.187] | : relay stdout ... [12:33:53.187] | : relay stdout ... done [12:33:53.187] | : check for misuse ... [12:33:53.187] | : check for misuse ... done [12:33:53.188] | value() for MultisessionFuture () ... done List of 2 $ : num [1:2] 2 3 $ : num [1:2] 2 3 [12:33:53.190] | future(..., label = NULL) ... [12:33:53.190] | : lazy: FALSE [12:33:53.190] | : stdout: TRUE [12:33:53.191] | : conditions: [n=1] 'condition' [12:33:53.191] | : getGlobalsAndPackages() ... [12:33:53.191] | : . Searching for globals ... [12:33:53.257] | : . ' globals found: [17] '{', 'outer_function', 'map', ':', '~', 'inner_function', '.x', 'if', 'inherits', '<-', '[[', '-', 'eval', 'bquote', 'lapply', '.', '+' [12:33:53.258] | : . Searching for globals ... done [12:33:53.258] | : . Resolving globals: FALSE [12:33:53.258] | : . Search for packages associated with the globals ... [12:33:53.259] | : . ' Packages associated with globals: [1] 'base' [12:33:53.260] | : . ' Packages: [1] 'base' [12:33:53.260] | : . Search for packages associated with the globals ... done [12:33:53.260] | : . Packages after dropping 'base': [0] [12:33:53.261] | : . globals: [3] 'outer_function', 'map', 'inner_function' [12:33:53.261] | : . packages: [0] [12:33:53.261] | : getGlobalsAndPackages() ... done [12:33:53.262] | : run() for 'Future' () ... [12:33:53.262] | : . state: 'created' [12:33:53.262] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:53.263] | : . plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:53.263] | : . Using MultisessionFutureBackend ... [12:33:53.263] | : . ' Number of futures since start: 13 (13 created, 13 launched, 13 finished) [12:33:53.264] | : . ' Launching futures ... [12:33:53.264] | : . ' , launchFuture() for ClusterFutureBackend ... [12:33:53.264] | : . ' , ; Workers: [n=2] [12:33:53.265] | : . ' , ; Socket cluster with 2 nodes on host 'localhost' (R Under development (unstable) (2026-01-15 r89304 ucrt), platform x86_64-w64-mingw32) [12:33:53.268] | : . ' , ; FutureRegistry: 'workers-5ff3239da8411c0c00af93c241128275' [12:33:53.268] | : . ' , ; requestWorker() ... [12:33:53.268] | : . ' , ; ` requestNode() ... [12:33:53.268] | : . ' , ; ` | Number of workers: 2 [12:33:53.269] | : . ' , ; ` | Polling for a free worker ... [12:33:53.269] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:53.269] | : . ' , ; ` | : . Listing all futures [12:33:53.270] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:53.270] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:53.270] | : . ' , ; ` | : Total time: 0 [12:33:53.270] | : . ' , ; ` | Polling for a free worker ... done [12:33:53.271] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:53.271] | : . ' , ; ` | : Listing all futures [12:33:53.271] | : . ' , ; ` | : Number of registered futures: 0 [12:33:53.271] | : . ' , ; ` | FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:53.272] | : . ' , ; ` | avail: [n=2] '1', '2' [12:33:53.272] | : . ' , ; ` | Index of first available worker: 1 [12:33:53.272] | : . ' , ; ` | Validate that the worker is functional ... [12:33:53.273] | : . ' , ; ` | : Worker is functional [12:33:53.273] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... [12:33:53.274] | : . ' , ; ` | : . Listing all futures [12:33:53.274] | : . ' , ; ` | : . Number of registered futures: 0 [12:33:53.274] | : . ' , ; ` | : FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'list', earlySignal = 0) ... done [12:33:53.274] | : . ' , ; ` | Validate that the worker is functional ... done [12:33:53.275] | : . ' , ; ` requestNode() ... done [12:33:53.275] | : . ' , ; ` cluster node index: 1 [12:33:53.275] | : . ' , ; requestWorker() ... done [12:33:53.276] | : . ' , ; eraseGlobalEnvironment() ... [12:33:53.276] | : . ' , ; eraseGlobalEnvironment() ... done [12:33:53.277] | : . ' , ; launchFuture() ... [12:33:53.277] | : . ' , ; ` cluster node index: 1 [12:33:53.277] | : . ' , ; ` getFutureData() ... [12:33:53.277] | : . ' , ; ` | getFutureCore() ... [12:33:53.278] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:53.278] | : . ' , ; ` | getFutureCore() ... done [12:33:53.278] | : . ' , ; ` | getFutureCapture() ... [12:33:53.278] | : . ' , ; ` | getFutureCapture() ... done [12:33:53.279] | : . ' , ; ` | getFutureContext() ... [12:33:53.279] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:53.279] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:53.280] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:53.280] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:53.280] | : . ' , ; ` | getFutureContext() ... done [12:33:53.280] | : . ' , ; ` getFutureData() ... done [12:33:53.281] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... [12:33:53.281] | : . ' , ; ` | Appended future to position #1 [12:33:53.282] | : . ' , ; ` | Number of registered futures: 1 [12:33:53.282] | : . ' , ; ` FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'add', earlySignal = 0) ... done [12:33:53.282] | : . ' , ; launchFuture() ... done [12:33:53.282] | : . ' , ; MultisessionFuture started [12:33:53.283] | : . ' , launchFuture() for ClusterFutureBackend ... done [12:33:53.283] | : . ' Launching futures ... done [12:33:53.283] | : . ' Future launched: 'MultisessionFuture', 'ClusterFuture', 'MultiprocessFuture', 'Future' [12:33:53.284] | : . Using MultisessionFutureBackend ... done [12:33:53.284] | : run() for 'Future' () ... done [12:33:53.284] | future(..., label = NULL) ... done [12:33:53.284] | value() for MultisessionFuture () ... [12:33:53.285] | : result() for ClusterFuture ... [12:33:53.285] | : . assertValidConnection() ... [12:33:53.285] | : . ' cluster node index: 1 [12:33:53.286] | : . assertValidConnection() ... done [12:33:53.286] | : . receiveMessageFromWorker() for ClusterFuture ... [12:33:53.287] | : . ' cluster node index: 1 [12:33:53.292] | : . ' [1] TRUE [12:33:53.292] | : . ' Received data: [12:33:53.293] | : . ' List of 5 [12:33:53.293] | : . ' $ type : chr "VALUE" [12:33:53.293] | : . ' $ value :List of 16 [12:33:53.293] | : . ' ..$ value :List of 2 [12:33:53.293] | : . ' .. ..$ : num [1:2] 2 3 [12:33:53.293] | : . ' .. ..$ : num [1:2] 2 3 [12:33:53.293] | : . ' ..$ visible : logi TRUE [12:33:53.293] | : . ' ..$ stdout : chr "" [12:33:53.293] | : . ' ..$ conditions : list() [12:33:53.293] | : . ' ..$ rng : logi FALSE [12:33:53.293] | : . ' ..$ seed : NULL [12:33:53.293] | : . ' ..$ misuseGlobalEnv : NULL [12:33:53.293] | : . ' ..$ misuseConnections :List of 3 [12:33:53.293] | : . ' .. ..$ added : NULL [12:33:53.293] | : . ' .. ..$ removed : NULL [12:33:53.293] | : . ' .. ..$ replaced: NULL [12:33:53.293] | : . ' ..$ misuseDevices : NULL [12:33:53.293] | : . ' ..$ misuseDefaultDevice: list() [12:33:53.293] | : . ' ..$ started : POSIXct[1:1], format: "2026-01-16 12:33:53" [12:33:53.293] | : . ' ..$ finished : POSIXct[1:1], format: "2026-01-16 12:33:53" [12:33:53.293] | : . ' ..$ uuid : chr [1:2] "e80e6636407f6ecb0bc4780a286a95fb" "28" [12:33:53.293] | : . ' ..$ session_uuid : chr "06f879590ff92e8fa8849e674838e4f2" [12:33:53.293] | : . ' .. ..- attr(*, "source")=List of 5 [12:33:53.293] | : . ' .. .. ..$ host : Named chr "CRANWIN3" [12:33:53.293] | : . ' .. .. .. ..- attr(*, "names")= chr "COMPUTERNAME" [12:33:53.293] | : . ' .. .. ..$ info : Named chr [1:9] "Windows" "Server x64" "build 20348" "CRANWIN3" ... [12:33:53.293] | : . ' .. .. .. ..- attr(*, "names")= chr [1:9] "sysname" "release" "version" "nodename" ... [12:33:53.293] | : . ' .. .. ..$ pid : int 76216 [12:33:53.293] | : . ' .. .. ..$ time : POSIXct[1:1], format: "2026-01-16 12:33:51" [12:33:53.293] | : . ' .. .. ..$ random: int 2147483647 [12:33:53.293] | : . ' ..$ r_info :List of 4 [12:33:53.293] | : . ' .. ..$ version :Classes 'R_system_version', 'package_version', 'numeric_version' hidden list of 1 [12:33:53.293] | : . ' .. .. ..$ : int [1:3] 4 6 0 [12:33:53.293] | : . ' .. ..$ os : chr "windows" [12:33:53.293] | : . ' .. ..$ os_name : chr "Windows" [12:33:53.293] | : . ' .. ..$ captures_utf8: logi TRUE [12:33:53.293] | : . ' ..$ version : chr "1.8" [12:33:53.293] | : . ' ..- attr(*, "class")= chr "FutureResult" [12:33:53.293] | : . ' $ success: logi TRUE [12:33:53.293] | : . ' $ time : 'proc_time' Named num [1:5] 0 0 0 NA NA [12:33:53.293] | : . ' ..- attr(*, "names")= chr [1:5] "user.self" "sys.self" "elapsed" "user.child" ... [12:33:53.293] | : . ' $ tag : NULL [12:33:53.315] | : . ' Received FutureResult [12:33:53.315] | : . ' FutureResult: [12:33:53.315] | : . ' value: 'list' [12:33:53.315] | : . ' visible: TRUE [12:33:53.315] | : . ' stdout: character [12:33:53.315] | : . ' conditions: [n = 0] [12:33:53.315] | : . ' RNG used: FALSE [12:33:53.315] | : . ' duration: 0.008779049 secs (started 2026-01-16 12:33:53.281947) [12:33:53.315] | : . ' version: 1.8 [12:33:53.316] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... [12:33:53.317] | : . ' , Removed future from position #1 [12:33:53.317] | : . ' , Number of registered futures: 0 [12:33:53.317] | : . ' FutureRegistry('workers-5ff3239da8411c0c00af93c241128275', action = 'remove', earlySignal = 0) ... done [12:33:53.318] | : . ' Erased future from future backend [12:33:53.318] | : . ' result() for ClusterFuture ... [12:33:53.318] | : . ' , result already collected: FutureResult [12:33:53.319] | : . ' result() for ClusterFuture ... done [12:33:53.319] | : . ' signalConditions() ... [12:33:53.319] | : . ' , include = 'immediateCondition' [12:33:53.319] | : . ' , exclude = [12:33:53.320] | : . ' , resignal = FALSE [12:33:53.320] | : . ' , Number of conditions: 0 [12:33:53.320] | : . ' , int 0 [12:33:53.321] | : . ' signalConditions() ... done [12:33:53.321] | : . receiveMessageFromWorker() for ClusterFuture ... done [12:33:53.321] | : result() for ClusterFuture ... done [12:33:53.322] | : result() for ClusterFuture ... [12:33:53.322] | : . result already collected: FutureResult [12:33:53.322] | : result() for ClusterFuture ... done [12:33:53.323] | : signalConditions() ... [12:33:53.323] | : . include = 'immediateCondition' [12:33:53.323] | : . exclude = [12:33:53.323] | : . resignal = FALSE [12:33:53.324] | : . Number of conditions: 0 [12:33:53.324] | : . int 0 [12:33:53.325] | : signalConditions() ... done [12:33:53.325] | : relay stdout ... [12:33:53.325] | : relay stdout ... done [12:33:53.325] | : check for misuse ... [12:33:53.326] | : check for misuse ... done [12:33:53.326] | value() for MultisessionFuture () ... 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 Failed to undo environment variables: - Expected environment variables: [n=217] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CV_Instance001', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TETRAD_DIR', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_BIBENTRIES_CITED_NOT_SHOWN_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_RELATIVE_PATHS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2026_01_16_12_30_17_22682' Test time: user.self=4s, sys.self=0.08s, elapsed=5s, user.child=NAs, sys.child=NAs Test 'globals,formulas' ... success > > proc.time() user system elapsed 4.59 0.23 5.90